html {
    font-size: 100px;

}

body {
    background-color: hsl(226deg 41% 10%);
}

@media (max-width: 1600px) {
    html {
        font-size: 95px;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 90px;
    }
}

@media (max-width: 1220px) {
    html {
        font-size: 85px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 70px;
    }
}

@media (max-width: 639px) {
    html {
        font-size: 60px;
    }
}

html, body {
    -webkit-text-size-adjust: none;
}

body {
    overflow-x: hidden;
}

/* html, body, input, p, a, span, ul, li, dl, dt, dd, ol, select, td, th, input, textarea, button, div,em{font-family: "PingFang","Microsoft Yahei","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";}  */
/* html, body, input, select,input, textarea, button{font-family: "PingFangSC Regular","Microsoft Yahei","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";} */
@font-face {
    font-family: "DIN";
    src: url("../fonts/DIN-Medium.woff") format("woff"),
    url("../fonts/DIN-Medium.ttf") format("truetype"),
    url("../fonts/DIN-Medium.eot") format("embedded-opentype"),
    url("../fonts/DIN-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PingFangSC-Regular";
    src: url("../fonts/PingFang Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DOUYU-Font";
    src: url("../fonts/douyuFont.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PingFangSC-Semibold";
    src: url("../fonts/PingFang-SC-Semibold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: "PingFang SC", "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a, a:link, a:visited, a:hover, a:active { /*color: #666;*/
    outline: 0; /*border: 0;*/
    text-decoration: none
}

a:hover, a:active {
    background-color: transparent;
}

em, b, strong {
    font-style: normal;
    font-weight: none;
}

/*@media (min-width: 1200px){a:hover{color: #a21f24;}}*/
small {
    display: block;
    font-size: 100%;
}

input, textarea, button, select, radio {
    outline: 0;
    border: 0;
}

select:link, select:visited {
    color: #666;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
    blr: expression(this.onFocus=this.blur());
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

select::-ms-expand {
    display: none;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.weui-cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.weui-cell_primary {
    min-width: 1px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.weui-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-weight: bold;
}

.weui-cell__ft {
    text-align: right;
    color: #999999;
}

.weui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.weui-flex__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.nobefore::before, .noafter::after {
    display: none !important;
}

input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid {
    box-shadow: none;
    -moz-box-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333;
}

div:focus {
    outline: none;
}

img:focus {
    outline: none;
}

.container {
    width: auto;
    margin: 0 15px;
    padding: 0;
}

.container2 {
    width: auto;
    margin: 0 15px;
    padding: 0;
}

@media (min-width: 640px) {
    .container {
        margin: 0 5%;
    }
}

/* @media (min-width: 1200px){.container{margin: 0 10%;}}
@media (min-width: 1600px){.container{margin: 0 8.7%;}} */
@media (min-width: 640px) {
    .container2 {
        margin: 0 13.54%;
    }
}

.pd0 {
    padding: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.white {
    color: #fff !important;
}

.red {
    color: #a21f24 !important;
}

.gray333 {
    color: #333 !important;
}

.gray999 {
    color: #999 !important;
}

.opacity5 {
    opacity: .5;
}

a.fill {
    display: block;
    width: 100%;
    height: 100%;
}

.max {
    max-width: 100%;
}

.auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.img-cover {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.bg-white {
    background-color: #fff;
}

.bg-gray1 {
    background-color: #f5f5f5;
}

.bg-gray2 {
    background-color: #f7f7f7;
}

h1, h2, h3, h4, h5, p {
    margin: 0
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 16px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.widthFix {
    width: 100%;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.pr {
    position: relative;
}

.pb {
    position: absolute;
}

.pf {
    position: fixed;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.inline {
    display: inline-block;
}

.hidden {
    overflow: hidden;
}

.cap {
    text-transform: capitalize;
}

.upper {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.indent {
    text-indent: 2em;
}

.normal {
    font-weight: normal;
}

.vmid td {
    vertical-align: middle;
}

.hand {
    cursor: pointer;
    _cursor: hand;
}

.ff-ar {
    font-family: Arial !important;
}

.noborder {
    border: 0 !important;
}

.noradius {
    border-radius: 0 !important;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}

.filterbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    zoom: 1;
}

:root .filterbox {
    filter: none \9;
}

.tips, .tips1 {
    display: none;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -125px;
    padding: 10px;
    width: 250px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background: rgba(0, 0, 0, .75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
    zoom: 1;
}

:root .tips {
    filter: none \9;
}

:root .tips1 {
    filter: none \9;
}

@media (max-width: 639px) {
    .tips, .tips1 {
        position: fixed;
        -webkit-transform: translateZ(0)
    }
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
    content: "\200B"
}

/* css3 style */
.trans-3 {
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.trans-8 {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.h1, .h2, .h3, .h4, .h5, p {
    margin: 0
}

.iconhover {
    position: relative;
}

.iconhover img {
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.iconhover img:nth-child(2) {
    opacity: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    transition: all .3s;
    display: flex;
    align-items: center;
    padding: 0 0 0 30.18px;
}

header .logo {
    display: block;
    width: 1.7rem;
    height: .35rem;
  font-family: DOUYU-Font;
  font-size: 38px;
  color: #FFFFFF;
  letter-spacing: 2.76px;
  font-weight: 400;
}

header .logobox {
    display: flex;
    align-items: center;
}

header .logo2 {
    margin-left: .25rem;
    padding-left: .25rem;
    border-left: 1px solid rgba(255, 255, 255, .702);
    transition: all .3s;
}

header .logo2 .iconhover {
    width: .83rem;
    height: .35rem;
}

header .navs {
    text-align: right;
    font-size: 0;
}

header .navs a {
    display: inline-block;
    font-size: 18px;
    width: 142px;
    height: 25px;
    font-family: PingFangSC-Regular;
    color: #FFFFFF;
    font-weight: 400;
}

header .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    color: #fff;
    width: 130px;
    height: 92px;
    background: #0B19E4;
    margin-left: 100px;
    cursor: pointer;
}

header .menu-icon .txt {
    margin-left: .06rem;
}

header .nav-icon{
    width: 40px;
}
header .nav-icon span {
    display: block;
    width: 40px;
    height: 4px;
    background: #FFFFFF;
    transition: all .3s linear
}

header .nav-icon span:not(:first-child) {
    margin-top: 3px;
}

header .nav-icon.on span:nth-of-type(1) {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 5) rotate(45deg);
    transform: matrix(1, 0, 0, 1, 0, 5) rotate(45deg);
}

header .nav-icon.on span:nth-of-type(3) {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 5) rotate(45deg);
    transform: matrix(1, 0, 0, 1, 0, -5) rotate(-45deg);
}

header .nav-icon.on span:nth-of-type(2) {
    width: 0
}

header.on {
    background: #fff;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, .2);
    height: .9rem;
}

header.on .navs a {
    color: #333;
}

header.on .language {
    color: #333;
}

header.on .iconhover img:nth-child(1) {
    opacity: 0;
}

header.on .iconhover img:nth-child(2) {
    opacity: 1;
}

header.on .logo2 {
    border-color: #333;
}

header.on .menu-icon {
    color: #333;
}

header.on .nav-icon span {
    background: #333;
}

header.active .navs a {
    color: #ffffff;
}

header.active .language {
    color: #333;
}

header.active .iconhover img:nth-child(1) {
    opacity: 0;
}

header.active .iconhover img:nth-child(2) {
    opacity: 1;
}

header.active .logo2 {
    border-color: #333;
}

header.active .menu-icon {
    color: #333;
}

header.active .nav-icon span {
    background: #ffffff;
}



.gotop {
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #b19250;
    cursor: pointer;
    border-bottom: 1px solid #b19250;
}

.gotop img {
    margin-right: .09rem;
    transition: all .5s;
}

.foot2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    background: #4b0171;
}

.foot2 a {
    color: rgba(255, 255, 255, 0.2);
    margin-left: .1rem;
}

.foot1 {
    display: flex;
}

.foot1 a {
    flex: 1;
}

.footbox {
    padding: .5rem 0;
    border: 1px solid rgba(235, 235, 235, .102);
    border-left: 0;
    border-right: 0;
}

.footbox .left .h1 {
    color: #fff;
    font-size: .16rem;
}

.footbox .left .h2 {
    color: #fff;
    font-size: .26rem;
    margin: .1rem 0 3.5vw;
    display: block;
}

.footbox .linkbox .before {
    background: #760cad;
    border: 1px solid rgb(213, 213, 213);
    height: .37rem;
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: rgb(213, 213, 213);
    justify-content: space-between;
    padding: 0 .14rem;
    cursor: pointer;
}

.footbox .linkbox {
    position: relative;
    width: 2rem;
}

.footbox .linkbox .after {
    background: #760cad;
    border: 1px solid rgb(213, 213, 213);
    border-bottom: 0;
    position: absolute;
    bottom: .37rem;
    left: 0;
    right: 0;
    padding: .1rem 0;
    display: none;
}

.footbox .linkbox .after a {
    display: block;
    line-height: 2.286;
    color: rgb(213, 213, 213);
    font-size: .14rem;
    padding: 0 .14rem;
    transition: all .3s;
}

.footbox .linkbox {
    position: relative;
}

.footbox .container {
    display: flex;
    align-items: flex-start;
}

.footbox dl dt {
    font-size: .14rem;
    color: #fff;
    font-weight: 500;
    line-height: 2.286;
}

.footbox dl dd a {
    display: block;
    font-size: .14rem;
    color: #bb61eb;
    transition: all .5s;
    line-height: 2.286;
}

.footbox dl {
    margin: 0;
    margin-right: 4vw;
}

.footbox dl:last-child {
    margin-right: 0;
}

.footbox .codebox {
    margin-left: 1.8vw;
}

.footbox .left {
    flex: 1;
}

.footbox .center-box {
    flex: 1;
}

.footbox .codebox img {
    width: .92rem;
    margin: 0 auto
}

.footbox .codebox p {
    font-size: .14rem;
    color: #fff;
    margin-bottom: .12rem;
    line-height: 2.286;
}

.pagebox {
    display: flex;
    align-items: center;
    border-top: 1px solid #cacaca;
}

.pagebox a {
    font-family: "DIN";
    color: #333;
    transition: all .3s
}

.pagebox > a {
    font-size: .14rem
}

.pages {
    font-size: 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    line-height: .8rem;
    font-size: .2rem;
    position: relative;
    padding: 0 1vw;
}

.pages a.on:before {
    content: "";
    width: .2rem;
    height: .03rem;
    background: #8810c9;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.1rem;
}

.pages a.on {
    color: #8810c9
}

.headbox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0f1424;
    background-image: url("../images/back@2x.png");
    background-size: 100%;
    padding: 0 .55rem;
    display: flex;
    align-items: center;
    right: 0;
    bottom: 0;
    z-index: 10;
    transition: all .5s;
    transform: translateX(100%);
}
.headbox .idx-menu{
  display: flex;
  padding: 3vw 9.9vw 0;
}
.headbox .idx-menu .idx-menu-1{
  width: 36%;
  position: relative;
  z-index: 0;
}
.rticon{
  display: inline-block;
  width: 65px;
  height: 65px;
  background-color: #0056FF;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  vertical-align: middle;
}
.rticon img{
  display: inline-block;
}
.idxtitleblue{
  margin-left: 2vw;
  vertical-align: middle;
  display: inline-block;
  width: 325px;
  height: 80px;
  font-family: PingFangSC-Semibold;
  font-size: 60px;
  color: #0056FF;
  letter-spacing: 5px;
  line-height: 80px;
  font-weight: 600;
}
.headbox .idxtitle{
  width: 260px;
  height: 80px;
  font-family: PingFangSC-Semibold;
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 80px;
  font-weight: normal;
}
.headbox .idx-menu-2 .idxcontent{
  margin-top: 28px;
  height: 28px;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 26px;
}
.headbox .idxcontent{
  margin-top: 28px;
  height: 28px;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 190px;
}
.headbox .idxcontentblue{
  width: 207px;
  height: 28px;
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #0056FF;
  letter-spacing: 3px;
  font-weight: 400;
  margin-left: 4vw;
}
.headbox.on {
    transform: translateX(0%);
}
.headbox .close-menu{
  right: 0;
  top: 0;
  transition: all .3s;
  cursor: pointer;
  position: absolute;
  width: 130px;
  height: 92px;
  background: #FFFFFF;
  text-align: center;
  line-height: 92px;
}
.headbox .head-close {
  display: inline-block;
  width: 45px;
  height: 45px;
    transition: all .3s;
}

.headbox .searchbox {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    height: .4rem;
    margin-bottom: 3vw;
}

.headbox .searchbox input {
    flex: 1;
    font-size: .14rem;
    color: #333;
}

.headbox .searchbox input::placeholder {
    color: #999;
}

.headbox .navbox {
    width: 1.3rem;
    position: relative;
}

.headbox .navbox .item {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #999;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 1.8vw;
}

.headbox .navbox .item img {
    margin-left: .02rem;
    margin-right: .08rem;
}

.headbox .navbox .nav2 {
    position: absolute;
    left: 1.3rem;
    top: 0;
    width: 1.3rem;
    display: none;
}

.headbox .navbox .nav2 a {
    display: block;
    font-size: .16rem;
    color: #999;
    transition: all .5s;
    margin-bottom: 1.8vw;
}

.headbox .language a {
    font-size: .14rem;
    color: #999;
    text-transform: uppercase;
    transition: all .5s;
}

.headbox .language a {
    margin-right: .1rem;
}

.headbox .navbox .item.on {
    color: #8810c9;
}

.headbox .navbox .item.on .nav2 {
    display: block;
}

.headbox .language a.on {
    color: #8810c9;
}

.headbox .language {
    margin: 3.6vw 0 1.7vw;
}

.headbox .phone .h1 {
    font-size: .14rem;
    color: #333;
    margin-bottom: .5vw;
}

.headbox .phone .h2 {
    display: block;
    font-size: 2vw;
    color: #8810c9;
    letter-spacing: 0;
    font-family: "DIN";
}

.headbox .codebox {
    display: flex;
    align-items: center;
    margin-top: 1.4vw;
}

.headbox .codebox img {
    width: .66rem;
}

.headbox .codebox p {
    font-size: .14rem;
    line-height: 1.429;
    color: #333;
}

@media (max-width: 1660px) {
    .culture-box-list.list2 {
        transform: translate(50vw, 540%) !important;
    }
}

@media (min-width: 1000px) {
    .headbox .head-close:hover {
        transform: rotate(180deg);
    }

    .pagebox a:hover {
        color: #8810c9
    }

    .headbox .language a:hover {
        color: #8810c9
    }

    .headbox .navbox .nav2 a:hover, .headbox .navbox .nav2 a.on {
        color: #8810c9
    }

    header .navs a:hover {
        color: #1faaea !important;
    }

    .footbox dl dd a:hover {
        color: #fff;
    }

    .footbox .codebox .item:hover img:nth-child(2) {
        display: block;
    }

    .gotop:hover img {
        transform: translateY(-3px);
    }

    /* header:hover .navs a{color: #333;}
    header:hover .language{color: #333;}
    header:hover .iconhover img:nth-child(1){opacity: 0;}
    header:hover .iconhover img:nth-child(2){opacity: 1;}
    header:hover .menu-icon{color: #333;}
    header:hover .nav-icon span{background: #333;} */
    .footbox .linkbox .after a:hover {
        color: #fff;
    }
}

@-webkit-keyframes gotop {
    0% {
        transform: translateY(5px);
        opacity: 0
    }
    100% {
        transform: translateY(-5px);
        opacity: 1
    }
}

@keyframes gotop {
    0% {
        transform: translateY(5px);
        opacity: 0
    }
    100% {
        transform: translateY(-5px);
        opacity: 1
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeup {
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
}

@keyframes faderight {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.faderight {
    -webkit-animation-name: faderight;
    animation-name: faderight;
}

@keyframes fadeleft {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeleft {
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}

@keyframes bigtosmall {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bigtosmall {
    -webkit-animation-name: bigtosmall;
    animation-name: bigtosmall;
    transform-origin: 50% 50%;
}

@keyframes smalltobig {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bigtosmall {
    -webkit-animation-name: bigtosmall;
    animation-name: bigtosmall;
    transform-origin: 50% 50%;
}


