html,
body {
    position: relative;
    height: 100%;
}

.logo {
    position: fixed;
    left: 100px;
    top: 47px;
    width: 264px;
    height: 48px;
    z-index: 9999;
    background: url("../images/logo.png") left top no-repeat;
}

.logo a {
    display: block;
    width: 264px;
    height: 48px;
}

.menu {
    position: fixed;
    right: 50px;
    top: 54px;
    z-index: 9999;
    height: 30px;
    line-height: 30px;
}

.menu .nav {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.menu .nav li {
    float: left;
    margin-right: 64px;
}

.menu .nav li a {
    color: #fff;
}

.menu .lang {
    width: 104px;
    height: 30px;
    line-height: 30px;
    float: right;
    background: url("../images/langw.png") 10px center no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.menu .langsel {
    position: relative;
    width: 104px;
    height: 30px;
    padding: 0 10px 0 40px;
}

.menu .langsel dt {
    color: #fff;
    font-size: 16px;
    background: url("../images/arrdown.png") right center no-repeat;
}

.menu .langsel dd {
    position: absolute;
    left: 0%;
    top: 29px;
    background: #fff;
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
    display: none;
}

.menu .langsel dd a {
    display: block;
}

.menu .lang select {
    width: 58px;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: transparent;
    font-size: 16px;
    outline: none;
    color: #fff;
}

.lang option {
    color: #333;
}

.menu .search {
    float: right;
    height: 30px;
    margin-left: 40px;
}

.menu .searchshow {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.menu .search-open {
    display: none;
    width: 200px;
}

.menu .search input {
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background: none;
    border: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 15px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 15px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 15px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 15px;
}

.menu .search button,
.menu .search .searchbtn {
    height: 30px;
    width: 18px;
    float: right;
    border: 0;
    background: url("../images/searchicon.png") center center no-repeat;
    cursor: pointer;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
}

.gallery-top {
    height: 100%;
    width: 100%;
}

.gallery-top .swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
    border-top: 3px solid #d0a755;
}

.gallery-top .swiper-slide .title {
    position: absolute;
    left: 8%;
    bottom: 35%;
}

.gallery-thumbs {
    height: 180px;
    box-sizing: border-box;
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 808px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transition: font-size 0.25s;
}

.gallery-thumbs .swiper-slide:hover {
    font-size: 22px;
}

.gallery-thumbs .swiper-slide span {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 16px;
    position: relative;
}

.gallery-thumbs .swiper-slide a {
    color: #fff;
    display: block;
    padding-top: 88px;
}

.gallery-thumbs .swiper-slide:hover a span:before {
    content: '';
    border-top: 3px solid #fff;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
}

.gallery-thumbs .swiper-slide .no1 {
    background: url("../images/navicon1.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide .no2 {
    background: url("../images/navicon2.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide .no3 {
    background: url("../images/navicon3.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide .no4 {
    background: url("../images/navicon4.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide .no5 {
    background: url("../images/navicon5.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide-thumb-active a.no1 {
    background: url("../images/navicon11.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide-thumb-active a.no2 {
    background: url("../images/navicon22.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide-thumb-active a.no3 {
    background: url("../images/navicon33.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide-thumb-active a.no4 {
    background: url("../images/navicon44.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide-thumb-active a.no5 {
    background: url("../images/navicon55.png") center top no-repeat;
}

.gallery-thumbs .swiper-slide-thumb-active a span:before {
    content: '';
    border-top: 3px solid #fff;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
}

.blurred-bg-container {
    height: 100vh;
    /* =h */
    background-size: cover;
    position: relative;
    background-position: center center;
}

.blurred-bg-container .content {
    background: inherit;
    width: 26%;
    /* =cw */
    height: 64%;
    /* =ch */
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    /* =ct */
    left: 80%;
    /* =cl */
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.blurred-bg-container .blur {
    background: inherit;
    height: 100vh;
    /* h */
    width: 384.62%;
    /* (100/cw) x 100% */
    position: absolute;
    left: 0;
    top: 3px;
    transform: translate( -67%, -18%);
    /* - [cl - (cw/2)] % ,  -[ct - (ch/2)] % */
    filter: blur(20px);
    z-index: -1;
}

.ie {
    background-position: 50% 0%!important;
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: fixed!important;
}

.dongtai {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 50px;
    border-top: 3px solid #d0a755;
    position: relative;
    /*background: rgba(0, 0, 0, 0.3);*/
}


/* .gallery-top .swiper-slide:nth-child(1) .content{
    height:42%;
    top:35%
}
.gallery-top .swiper-slide:nth-child(1) .blurred-bg-container .blur{
    transform: translate(
            -67%,
            -14%
    ); 
    - [cl - (cw/2)] % ,  -[ct - (ch/2)] %
} */

.gallery-top .swiper-slide:nth-child(1) .content1 {
    height: 34%;
    top: 76%
}

.gallery-top .swiper-slide:nth-child(1) .blurred-bg-container .content1 .blur {
    transform: translate( -67%, -59%);
    /* - [cl - (cw/2)] % ,  -[ct - (ch/2)] % */
}

.gallery-top .swiper-slide:nth-child(1) .glass {
    padding: 35px 48px;
}

.gallery-top .swiper-slide:nth-child(1) .dongtai dl {
    margin-top: 10px;
}

.gallery-top .swiper-slide:nth-child(1) .luntan {
    height: 320px;
}

.gallery-top .swiper-slide:nth-child(1) .luntan ul {
    margin-top: 15px;
    overflow: hidden;
}

.gallery-top .swiper-slide:nth-child(1) .luntan ul li {
    background: url("../images/dot.png") left center no-repeat;
    padding-left: 15px;
    height: 52px;
    line-height: 52px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gallery-top .swiper-slide:nth-child(1) .luntan ul li a {
    color: #fff;
}

.gallery-top .swiper-slide:nth-child(3) .dongtai {
    background: rgba(0, 0, 0, 0.1);
}

.dongtai .mt {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.dongtai .mt span {
    float: left;
}

.dongtai .mt span a {
    display: block;
    background: url("../images/jjdt-t.png") left top no-repeat;
    background-size: contain;
    width: 119px;
    height: 30px;
    text-indent: -10000px;
    overflow: hidden;
}

.dongtai .mt a.more {
    font-weight: normal;
    color: #fff;
    float: right;
}

.luntan .mt span a {
    background-image: url('../images/lt-t.png');
}

.dongtai dl {
    font-size: 15px;
    line-height: 2;
    margin-top: 25px;
    color: #fff;
}

.dongtai dt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
}

.dongtai dt a {
    color: #fff;
}

.dongtai dd {
    max-height: 60px;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 13px;
    z-index: 9999;
    width: 100%;
    text-align: center;
}


/* @media (max-width:1366px) {
html,body{
        min-width:auto;
    min-height:auto;
    }

.gallery-thumbs{
         bottom:5%;
    }

    .dongtai{
        padding:40px 30px;
    }
    .dongtai dl{
        margin-top: 10px;
    }
    
    .dongtai dt{
        margin-bottom: 5px;
        height:50px;
    }
} */

@media (max-height:768px) {
    .logo {
        left: 50px;
        background-size: 80%;
    }
    .menu .langsel dt {
        font-size: 14px;
    }
    .menu .search input {
        font-size: 14px;
    }
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        font-size: 14px;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        font-size: 14px;
    }
     :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        font-size: 14px;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        font-size: 14px;
    }
    .gallery-top .swiper-slide .title {
        left: 5%;
    }
    .gallery-thumbs {
        left: 3%;
        height: 150px;
        bottom: 10%;
        width: 550px;
    }
    .gallery-thumbs .swiper-slide:hover {
        font-size: 16px;
    }
    .menu .nav {
        font-size: 14px;
    }
    .menu .nav li {
        margin-right: 20px;
    }
    .menu .search {
        margin-left: 20px;
    }
    .gallery-thumbs .swiper-slide {
        font-size: 14px;
    }
    .blurred-bg-container .content {
        top: 55%;
        left: 84%;
        height: 55%;
        width: 23%;
    }
    .blurred-bg-container .blur {
        transform: translate( -69%, -25%);
        /* - [cl - (cw/2)] % ,  -[ct - (ch/2)] % */
    }
    .gallery-top .swiper-slide .title {
        bottom: 38%;
    }
    .gallery-top .swiper-slide .title img {
        width: 60%;
    }
    .gallery-thumbs .swiper-slide a {
        padding-top: 60px;
    }
    .gallery-thumbs .swiper-slide .no1 {
        background-size: 40%;
    }
    .gallery-thumbs .swiper-slide .no2 {
        background-size: 38%;
    }
    .gallery-thumbs .swiper-slide .no3 {
        background-size: 32%;
    }
    .gallery-thumbs .swiper-slide .no4 {
        background-size: 35%;
    }
    .gallery-thumbs .swiper-slide .no5 {
        background-size: 40%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no1 {
        background-size: 40%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no2 {
        background-size: 38%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no3 {
        background-size: 32%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no4 {
        background-size: 35%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no5 {
        background-size: 40%;
    }
    .gallery-thumbs .swiper-slide span {
        padding-top: 8px;
    }
    .dongtai {
        padding: 30px;
    }
    .dongtai .mt span a {
        background-size: 75%;
    }
    .dongtai dl,
    .gallery-top .swiper-slide:nth-child(1) .dongtai dl {
        margin-top: 0px;
        font-size: 12px;
    }
    /* .dongtai dl:last-child{
                display:none;
                } */
    .dongtai dt {
        margin-bottom: 5px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .dongtai dd {
        max-height: 50px;
        height: 50px;
    }
    .gallery-top .swiper-slide:nth-child(1) .luntan ul {
        margin-top: 5px;
    }
    .gallery-top .swiper-slide:nth-child(1) .luntan ul li {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .gallery-top .swiper-slide:nth-child(1) .luntan ul li:last-child {
        display: none;
    }
    .footer {
        font-size: 12px;
        opacity: 0.8;
    }
}

@media (max-height:700px) and (max-width:1366px) {
    body {
        overflow: hidden;
    }
    .logo {
        left: 50px;
        background-size: 80%;
    }
    .menu .langsel dt {
        font-size: 14px;
    }
    .menu .search input {
        font-size: 14px;
    }
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        font-size: 14px;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        font-size: 14px;
    }
     :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        font-size: 14px;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        font-size: 14px;
    }
    .gallery-top .swiper-slide .title {
        left: 5%;
    }
    .gallery-thumbs {
        bottom: 0;
        left: 3%;
        height: 150px;
    }
    .gallery-thumbs .swiper-slide:hover {
        font-size: 16px;
    }
    .menu .nav {
        font-size: 14px;
    }
    .menu .nav li {
        margin-right: 15px;
    }
    .menu .search {
        margin-left: 20px;
    }
    .gallery-thumbs .swiper-slide {
        font-size: 14px;
    }
    .blurred-bg-container .content {
        top: 55%;
        left: 82%;
        height: 55%;
        width: 21%;
    }
    .blurred-bg-container .blur {
        width: 476.2%;
        /* (100/cw) x 100% */
        transform: translate( -71.5%, -27.5%);
        /* - [cl - (cw/2)] % ,  -[ct - (ch/2)] % */
    }
    .gallery-thumbs {
        bottom: 3%;
        width: 550px;
    }
    .gallery-top .swiper-slide .title {
        bottom: 38%;
    }
    .gallery-top .swiper-slide .title img {
        width: 60%;
    }
    .gallery-thumbs .swiper-slide a {
        padding-top: 60px;
    }
    .gallery-thumbs .swiper-slide .no1 {
        background-size: 40%;
    }
    .gallery-thumbs .swiper-slide .no2 {
        background-size: 38%;
    }
    .gallery-thumbs .swiper-slide .no3 {
        background-size: 32%;
    }
    .gallery-thumbs .swiper-slide .no4 {
        background-size: 35%;
    }
    .gallery-thumbs .swiper-slide .no5 {
        background-size: 40%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no1 {
        background-size: 40%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no2 {
        background-size: 38%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no3 {
        background-size: 32%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no4 {
        background-size: 35%;
    }
    .gallery-thumbs .swiper-slide-thumb-active a.no5 {
        background-size: 40%;
    }
    .gallery-thumbs .swiper-slide span {
        padding-top: 8px;
    }
    .dongtai {
        padding: 30px 20px;
    }
    /* .dongtai .kong{
                    width:110%;
transform:scale(0.91);
transform-origin:left top;
                } */
    .dongtai .mt span a {
        background-size: 75%;
    }
    .dongtai dl,
    .gallery-top .swiper-slide:nth-child(1) .dongtai dl {
        margin-top: 10px;
        font-size: 12px;
    }
    /* .dongtai dl:last-child{
                display:none;
                } */
    .dongtai dt {
        margin-bottom: 5px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .dongtai dd {
        max-height: 24px;
        height: 24px;
    }
    .gallery-top .swiper-slide:nth-child(1) .luntan ul {
        margin-top: 5px;
    }
    .gallery-top .swiper-slide:nth-child(1) .luntan ul li {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .gallery-top .swiper-slide:nth-child(1) .luntan ul li:last-child {
        display: none;
    }
    .footer {
        font-size: 12px;
        opacity: 0.8;
    }
}

@media (max-width:1024px) {
    html,
    body {
        min-width: auto;
        min-height: auto;
        overflow: visible;
    }
    .fiexbody {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 60px;
        background: #fff;
        border-top: 1px solid #d0a755;
    }
    .header .logo {
        background-image: url("../images/logoother.png");
        background-size: 100%;
        height: 28px;
        width: 154px;
        position: static;
        float: left;
        margin-top: 15px;
    }
    .header .logo a {
        height: 28px;
        width: 154px;
    }
    .header .menubtn {
        background: url("../images/menubtn.png") left center no-repeat;
        background-size: 100%;
        width: 18px;
        height: 18px;
        float: right;
        margin: 18px 0 0 0;
        cursor: pointer;
    }
    .header .menuclose {
        background-image: url("../images/close.png");
        background-size: 100%;
    }
    .header .menu {
        position: fixed;
        left: 0;
        top: 60px;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        float: none;
        background: #fff;
        display: none;
        z-index: 999;
    }
    .menu .lang {
        height: 42px;
        float: none;
        width: 100%;
        padding: 0;
        border-top: 1px solid #d0a755;
        border-bottom: 1px solid #d0a755;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .menu .lang ul {
        display: flex;
    }
    .menu .lang ul li {
        flex: 1;
        height: 41px;
        line-height: 41px;
        font-size: 12px;
        border-left: 1px solid #d0a755;
    }
    .menu .lang ul li:nth-child(1) {
        border: 0;
    }
    .menu .lang ul li.cur {
        background: #d0a755;
    }
    .menu .lang ul li a {
        color: #d0a755;
    }
    .menu .lang ul li.cur a {
        color: #fff;
    }
    .menu .search {
        float: none;
        margin: 60px 0 0;
        width: 100%;
        height: 40px;
        padding: 0 15px;
    }
    .menu .search-open {
        width: 100%;
        background: #f5f5f5;
        display: block;
        height: 40px;
        padding: 0 15px;
    }
    .menu .search-open input {
        float: left;
        width: 90%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #333;
    }
     ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #333;
        font-size: 15px;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        color: #333;
        font-size: 15px;
    }
     :-ms-input-placeholder {
        /* IE 10+ */
        color: #333;
        font-size: 15px;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        color: #333;
        font-size: 15px;
    }
    .menu .search button {
        width: 10%;
        height: 40px;
        background: url("../images/searchicon1.png") right center no-repeat;
    }
    .menu .nav {
        width: 100%;
        height: auto;
        float: none;
        padding: 0 15px;
        text-align: left;
        margin-top: 42px;
    }
    .menu .nav li {
        float: none;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #cccccc;
        margin: 0;
        font-size: 15px;
    }
    .menu .nav li a,
    .nav li a,
    .menu .nav li.cur a {
        color: #333;
    }
    .footer {
        position: static;
        background: none;
        height: auto;
        padding: 15px 0 0;
        margin-top: 35px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .footer p {
        display: none;
    }
    .footer li {
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
    }
    /*.swiper-container {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*}*/
    .wap-banner .swiper-slide {
        position: relative;
        padding-top: 60px;
    }
    .wap-banner .wapbg {
        width: 100%;
    }
    .wap-banner .waptitle {
        position: absolute;
        left: 3%;
        bottom: 10%;
        width: 45%;
    }
    .swiper-pagination-bullet {
        width: 18px;
        height: 3px;
        background: #fff;
        border-radius: 3px;
    }
    /*.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{*/
    /*z-index: 98;*/
    /*}*/
    .dongtai {
        position: static;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 30px 15px 20px;
        z-index: 99;
        border-top: 1px solid #c59c4a;
        background-size: cover;
        background-position: center top;
    }
    .dongtai .mt {
        height: 28px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .dongtai .mt span a {
        width: 120px;
        height: 28px;
        /*background-size: 61%;*/
    }
    .dongtai .mt a.more {
        font-size: 14px;
    }
    .dongtai dl {
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
    }
    .dongtai dt {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
    .dongtai dd {
        min-height: 48px;
        margin-top: 10px;
    }
}

.animated {
    animation-duration: 3s !important;
    animation-fill-mode: both;
}

.modal,
.modal .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999999;
}

.modal .bg {
    background-color: #000000;
    filter: Alpha(opacity=50);
    position: static;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 100%;
    max-height: 640px;
    margin-top: -320px;
    margin-left: -200px;
}

.modal .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -32px;
    right: 0;
    cursor: pointer;
}

@media screen and (max-width: 400px) {
    .modal {
        display: none;
    }
    /*.modal-body{width:100%; height:auto; }*/
}

@media screen and (width: 375px) {
    /*.modal-body{position: absolute;top:50%; left:50%; width:100%;  margin-top: -330px; margin-left: -186px;animate-duration: 5s;}*/
}

@media screen and (width: 360px) {
    /*.modal-body{position: absolute;top:50%; left:50%; width:100%;  margin-top: -320px; margin-left: -180px;animate-duration: 5s;}*/
}

@media screen and (width: 414px) {
    /*.modal-body{position: absolute;top:50%; left:50%; width:100%;  margin-top: -370px; margin-left: -210px;animate-duration: 5s;}*/
}

@media screen and (width: 411px) {
    /*.modal-body{position: absolute;top:50%; left:50%; width:100%;  margin-top: -370px; margin-left: -205px;animate-duration: 5s;}*/
}

@media screen and (width: 320px) {
    /*.modal-body{position: absolute;top:50%; left:50%; width:100%;  margin-top: -290px; margin-left: -160px;animate-duration: 5s;}*/
}