body {
    position: relative;
}
.navbar-hidden{
    width:100%;
    position: absolute;
    z-index: 500;
    background-color:white;
    left: 0;
    top:80px;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);*/
    height: 0px;
    overflow: hidden;
    transition: height 0.55s;
    transition-delay: .3s;
    -moz-transition-delay: .3s; /* Firefox 4 */
    -webkit-transition-delay: .3s; /* Safari 和 Chrome */
    -o-transition-delay: .3s; /* Opera */
}
.navbar-item ul li:hover .navbar-hidden
{
    height: 161px;
    border-top:1px solid rgb(238, 238, 238);
    z-index: 1000;
}
.navbar-items
{
    top:-80px;
    position: relative;
    transition: top 0.3s;
    z-index: 0;
    transition-delay: .3s;
    -moz-transition-delay: .3s; /* Firefox 4 */
    -webkit-transition-delay: .3s; /* Safari 和 Chrome */
    -o-transition-delay: .3s; /* Opera */
}
.navbar-item ul li:hover .navbar-items
{
    top:0;
    z-index: 1000;
}
.nav-bar-item
{
    width:100px;
    height: 80px;
    position: relative;
    margin-top:40px;
    text-align: center;
    margin-right:30px;
    border:2px solid transparent;
    cursor:pointer;
    display: inline-block;
}
.nav-bar-item .nav-bar-txt{
    height: 30px;
    line-height: 25px;
}
.nav-bar-item img{
    position: relative;
}
.nav-bar-item span{
    color:#101010;
    font-size:14px;
}
.nav-bar-item:last-child
{
    margin-right: 0;
}
.nav-bar-item:hover
{
    border:2px solid rgb(248, 181, 81);
    border-radius: 2px;
}
.nav-bar-item:hover span
{
    color:rgb(248, 181, 81);
}
.nav-bar-item .nav-bar-img
{
    height: 45px;
    line-height: 45px;
    width:100%;
}
.nav-bar-item .nav-bar-img > div
{
    height: 36px;
    width:36px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top:6px;
}
.nav-bar-item .nav-bar-img.nav_11 > div
{
    background-position: 0px -288px;
}
.nav-bar-item .nav-bar-img.nav_12 > div
{
    background-position: -72px -288px;
}
.nav-bar-item .nav-bar-img.nav_13 > div
{
    background-position: -144px -288px;
}
.nav-bar-item .nav-bar-img.nav_14 > div
{
    background-position: -216px -288px;
}
.nav-bar-item .nav-bar-img.nav_15 > div
{
    background-position: -288px -288px;
}
.nav-bar-item .nav-bar-img.nav_16 > div
{
    background-position: -360px -288px;
}
.nav-bar-item .nav-bar-img.nav_17 > div
{
    background-position: -432px -288px;
}
.nav-bar-item .nav-bar-img.nav_40 > div
{
    background-position: -504px -288px;
}
.nav-bar-item .nav-bar-img.nav_41 > div
{
    background-position: -576px -288px;
}
.nav-bar-item:hover .nav-bar-img.nav_11 > div,
.nav-bar-item:hover .nav-bar-img.nav_12 > div,
.nav-bar-item:hover .nav-bar-img.nav_13 > div,
.nav-bar-item:hover .nav-bar-img.nav_14 > div,
.nav-bar-item:hover .nav-bar-img.nav_15 > div,
.nav-bar-item:hover .nav-bar-img.nav_16 > div,
.nav-bar-item:hover .nav-bar-img.nav_17 > div,
.nav-bar-item:hover .nav-bar-img.nav_40 > div,
.nav-bar-item:hover .nav-bar-img.nav_41 > div
{
    background-position-y:-360px;
}
.nav-bar-item .nav-bar-img.nav_21 > div
{
    background-position: 0px -144px;
}
.nav-bar-item .nav-bar-img.nav_22 > div
{
    background-position: -72px -144px;
}
.nav-bar-item .nav-bar-img.nav_23 > div
{
    background-position: -144px -144px;
}
.nav-bar-item .nav-bar-img.nav_24 > div
{
    background-position: -216px -144px;
}
.nav-bar-item .nav-bar-img.nav_25 > div
{
    background-position: -288px -144px;
}
.nav-bar-item .nav-bar-img.nav_26 > div
{
    background-position: -360px -144px;
}
.nav-bar-item .nav-bar-img.nav_27 > div
{
    background-position: -432px -144px;
}
.nav-bar-item .nav-bar-img.nav_28 > div
{
    background-position: -504px -144px;
}
.nav-bar-item .nav-bar-img.nav_29 > div
{
    background-position: -576px -144px;
}
.nav-bar-item:hover .nav-bar-img.nav_21 > div,
.nav-bar-item:hover .nav-bar-img.nav_22 > div,
.nav-bar-item:hover .nav-bar-img.nav_23 > div,
.nav-bar-item:hover .nav-bar-img.nav_24 > div,
.nav-bar-item:hover .nav-bar-img.nav_25 > div,
.nav-bar-item:hover .nav-bar-img.nav_26 > div,
.nav-bar-item:hover .nav-bar-img.nav_27 > div,
.nav-bar-item:hover .nav-bar-img.nav_28 > div,
.nav-bar-item:hover .nav-bar-img.nav_29 > div
{
    background-position-y:-216px;
}
.nav-bar-item .nav-bar-img.nav_31 > div
{
    background-position: 0px 0px;
}
.nav-bar-item .nav-bar-img.nav_32 > div
{
    background-position: -72px 0px;
}
.nav-bar-item .nav-bar-img.nav_33 > div
{
    background-position: -144px 0px;
}
.nav-bar-item .nav-bar-img.nav_34 > div
{
    background-position: -216px 0px;
}
.nav-bar-item .nav-bar-img.nav_35 > div
{
    background-position: -288px 0px;
}
.nav-bar-item .nav-bar-img.nav_36 > div
{
    background-position: -360px 0px;
}
.nav-bar-item .nav-bar-img.nav_37 > div
{
    background-position: -432px 0px;
}
.nav-bar-item .nav-bar-img.nav_38 > div
{
    background-position: -504px 0px;
}
.nav-bar-item .nav-bar-img.nav_39 > div
{
    background-position: -576px 0px;
}
.nav-bar-item:hover .nav-bar-img.nav_31 > div,
.nav-bar-item:hover .nav-bar-img.nav_32 > div,
.nav-bar-item:hover .nav-bar-img.nav_33 > div,
.nav-bar-item:hover .nav-bar-img.nav_34 > div,
.nav-bar-item:hover .nav-bar-img.nav_35 > div,
.nav-bar-item:hover .nav-bar-img.nav_36 > div,
.nav-bar-item:hover .nav-bar-img.nav_37 > div,
.nav-bar-item:hover .nav-bar-img.nav_38 > div,
.nav-bar-item:hover .nav-bar-img.nav_39 > div
{
    background-position-y:-72px;
}
.county-fcst {
    height: 490px;
    width: 100%;
    position: relative;
    background-color: #3684CB;
    /*background-image: url(../../images/canvasicons/logo.jpg);*/
    /*background-size: 100%;*/
}
.forecast-wrapper {
    width: 1200px;
    height: 490px;
    padding: 20px 0;
    margin: 0 auto;
    color: rgb(255, 255, 255);
}
.forecast-wrapper-l {
    height: 100%;
    width: 300px;
    position: relative;
    /* background-color: pink; */
}
.warning-signal {
    height: 43px;
    position: relative;
    margin-bottom:20px;
    display: none;
    overflow: hidden;
}
.warning-signal.active
{
    display: block;
}
.warning-signal > div
{
    position: relative;
    transition: margin-top 1s;
    width:100%;
    height: 43px;
}
.warn-icon {
    position: absolute;
    top: 0;
    left: 65px;
    height: 43px;
    line-height: 43px;
    color: rgb(51, 51, 51);
    font-size: 14px;
}
.warn-icon .warn-icon-img{
    height:24px;
    width:32px;
    margin-top:10px;
    text-align: center;
    margin-right: 5px;
    line-height: 24px;
}
.warn-icon .wlevel01{
    background-color:rgb(51,102,255);
}
.warn-icon .wlevel02{
    background-color:rgb(234,218,14);
}
.warn-icon .wlevel03{
    background-color:rgb(253,152,0);
}
.warn-icon .wlevel04{
    background-color:rgb(51,102,255);
}
.warn-icon img {
    position: relative;
    top: -1px;
    height: 12px;
}
.county-ele-fcst {
    /*margin-top: 15px;*/
}
.county-options {
    height: 40px;
}
.county-name {
    font-size: 32px;
    /* color: rgb(255, 255, 255); */
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.county-seletor {
    width: 88px;
    height: 26px;
    position: relative;
    top: 10px;
    margin-left: 10px;
    font-size: 12px;
}
.county-area {
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 24px;
    text-indent: 10px;
    border: 1px rgb(255, 255, 255) solid;
}
.county-seletor:hover .county-area  {
    border: 1px rgb(255, 255, 255) solid;
    background-color: #fff;
    color: #1980ba;
}
.county-seletor:hover .town-options {
    display: block;
    z-index: 1;
}
.triangle {
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    top: 12px;
    left: 5px;
}
.town-options {
    height: 150px;
    width: 100%;
    line-height: 40px;
    position: absolute;
    top: 25px;
    left: 0px;
    background-color: #fff;
    border: 1px #fff solid;
    color:#333;
    /*display: none;*/
    z-index: 1;
    overflow: auto;
}
.town-options > div
{
    height: 210px;
}
.town-options{
    display: none;
}
.town-option{
    line-height: 30px;
    height: 30px;
    padding:0 10px;
    cursor:pointer;
    text-align:center;
}
.fcst-time {
    font-size: 12px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    line-height: 45px;
}
.county-aws-temp {
    font-size: 64px;
    height: 100px;
    line-height: 100px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    white-space:nowrap;
    text-align: center;
}
.county-aws-temp sup {
    font-size: 24px;
    position: relative;
    top: -10px;
    left: -15px;
}
.county-aws-others > div {
    height: 30px;
    line-height: 30px;
    width: 50%;
    font-size: 12px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.county-aws-others > div > img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.taizhou-fcst {
    /*height: 152px;*/
    position: absolute;
    bottom:0;
}
.taizhou-fcst-content {
    margin-top: 10px;
    max-height: 110px;
    overflow-y: auto;
    line-height: 25px;
    font-size: 12px;
    padding-right:5px;
    overflow: hidden;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    position: relative;
}
.taizhou-fcst.active .taizhou-fcst-content{
    max-height: 160px;
}

/* 气象观测 */
.observ-wrapper {
    width: 1200px;
    height: 555px;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #f8bb51;
    margin: 40px auto 0 auto;
    /*margin: 510px auto 0 auto;*/
}
.observ-wrapper-l {
    width: 319px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    padding: 13px 19px;
}
.air-observ {
    height: 130px;
}
.observ-title {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
}
.border-div {
    width: 4px;
    height: 18px;
    background-color: #f8bb6e;
    border-radius: 4px;
    margin-right: 10px;
}
.observ-title a {
    font-size: 12px;
    color: rgb(153, 153, 153);
    font-weight: normal;
}
.observ-title small {
    font-size: 12px;
    color: rgb(153, 153, 153);
    font-weight: normal;
}
.observ-title img {
    position: relative;
    top: -2px;
}
.observ-content {
    margin-top: 10px;
    height: 82px;
}
.observ-news-content{
    height:160px;
    position: relative;
    margin-bottom:20px;
    margin-top:10px;
    cursor:pointer;
}
.observ-news-content > img{
    width:100%;
    height: 160px;
}
.observ-news-title{
    position: absolute;
    bottom:0;
    width:100%;
    left:0;
    background-color:rgba(0,0,0,0.5);
    color:white;
    font-size:12px;
    padding:0 5px;
    height:30px;
    line-height: 30px;
}
.circle {
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.4);
    width: 82px;
    height: 82px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.circle.aqi-level2{
    text-shadow: 0px 1px 2px rgba(8, 67, 126, 0.35);
    /*text-shadow: #999 1px 0 0, #999 0 1px 0, #999 -1px 0 0, #999 0 -1px 0;*/
}
.air-data {
    margin-top: 12px;
    height: 33px;
    line-height: 33px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
}
.air-level {
    font-size: 12px;
}
.air-detail {
    text-indent: 15px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 25px;
    height: 25px;
    margin-top: 8px;
}
sup {
    position: relative;
    top: 1px;
    left: -2px;
}
.observ-areas {
    margin-top: 20px;
    margin-bottom: 5px;
}
.observ-area {
    height: 26px;
    line-height: 22px;
    width: 76px;
    border: 2px solid transparent;
    border-radius: 13px;
    text-align: center;
    font-size: 14px;
    color: rgb(16, 16, 16);
    margin-right: 25px;
}
.observ-area img{
    position: relative;
    top:-1px;
}
.observ-area.fr {
    margin-right: 0px;
    color:rgb(153, 153, 153);
    font-size:12px;
}
.observ-area.active,
.observ-area:hover {
    cursor: pointer;
    color: #333;
}

.observ-item {
    /*border-radius: 2px;
    background-color: rgb(245, 245, 245);*/
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-bottom: 1px dotted rgb(245,245,245);
}
.observ-item:nth-child(even) {
    margin-right: 0;
}
.observ-item > div {
    text-align: center;
    font-size: 12px;
    color: rgb(16, 16, 16);
    line-height: 24px;
}
.observ-item > div:nth-child(even) {
    font-size: 14px;
    /*font-weight: bold;*/
}

.observ-wrapper-r {
    width: 879px;
    height: 100%;
    position: relative;
}
.observ-cates {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.5);
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.observ-cate {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    color: rgb(16, 16, 16);
    font-weight: bold;
    margin: 0 20px;
}
.observ-cate.active,
.observ-cate:hover {
    cursor: pointer;
    color: rgb(1, 102, 205);
}
.observ-main-content {
    height: 508px;
    width: 100%;
    position: absolute;
    bottom:0px;
    left: 0;
}
.observ-main-content > div {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.observ-main-content > div.aws-content {
    display: block;
    overflow: hidden;
}
#map {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* 其他模块内链 */
.inner-links-wrapper {
    width: 1200px;
    margin: 40px auto;
}
.link-item {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 1px 0px rgba(204, 204, 204, 0.9);
    width: 97px;
    height: 100px;
    margin-left: 40px;
    display: block;
}
.link-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.4);
}
.link-item:nth-child(1) {
    margin-left: 0px;
}
.link-item > div {
    text-align: center;
    font-size: 14px;
    color: rgb(51, 51, 51);
}
.link-item > div:nth-child(1) {
    height: 50px;
    margin: 10px 0 0 0;
    line-height: 45px;
}
.link-item > div:nth-child(1) img {
    vertical-align: middle;
}

/* 生活指数 */
.live-wrapper {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
}
.live-items {
    margin-top: 20px;
}
.live-index {
    height: 250px;
    width: 880px;
    padding: 13px 19px;
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
}
.live-item {
    width: 410px;
    height: 79px;
    margin: 10px 15px 0px 0;
}
.live-item:nth-child(2),
.live-item:nth-child(4) {
    margin-right: 0px;
}
.index-content {
    width: 320px;
}
.live-img {
    width: 60px;
    text-align: center;
    margin-right: 10px;
}
.index-title {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}
.index-text {
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    color: rgb(102, 102, 102);
    overflow-y: auto;
}
.mete-video {
    height: 250px;
    width: 300px;
}
.video-wrapper {
    height: 210px;
    width: 300px;
    margin-top: 22px;
}

/* 外链 */
.outer-link-wrapper {
    width: 1200px;
    height: 84px;
    margin: 40px auto;
}
.outer-link-wrapper a {
    display: block;
    margin-left: 40px;
}
.outer-link-wrapper a:nth-child(1) {
    margin-left: 0;
}

#scroll-top {
    position: fixed;
    bottom: 160px;
    right: calc((100% - 1200px) / 2 - 90px);
    width: 48px;
    height: 48px;
    border-radius: 2px;
    text-align: center;
    line-height: 48px;
    background-color: rgb(245, 245, 245);
    cursor: pointer;
    display: none;
}
#advice {
    width: 48px;
    height: 48px;
    padding-top: 6px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 100px;
    right: calc((100% - 1200px) / 2 - 90px);
    background-color: rgb(255,191,61);
    background-image: -moz-linear-gradient( 135deg, rgb(255,191,61) 0%, rgb(254,201,95) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(255,191,61) 0%, rgb(254,201,95) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(255,191,61) 0%, rgb(254,201,95) 100%);
    color: rgb(51, 51, 51);
    font-size: 12px;
    cursor: pointer;
    z-index: 100;
}
#result{
    width: 48px;
    height: 48px;
    padding-top: 6px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 40px;
    right: calc((100% - 1200px) / 2 - 90px);
    background-color: rgb(255,191,61);
    background-image: -moz-linear-gradient( 135deg, rgb(255,191,61) 0%, rgb(254,201,95) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(255,191,61) 0%, rgb(254,201,95) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(255,191,61) 0%, rgb(254,201,95) 100%);
    color: rgb(51, 51, 51);
    font-size: 12px;
    cursor: pointer;
    z-index: 100;
}
.forecast-wrapper
{
    position: relative;
    z-index: 20;
}
.forecast-wrapper-r
{
    width:880px;
}
.forecast-wrapper-r-t
{
    width:100%;
    position: relative;
}
.forecast-wrapper-r-b
{
    height: 150px;
    margin-top:10px;
}
.home-fr-items
{
    width:100%;
    border-left:1px solid rgba(255,255,255,0.2);
    position: relative;
}
.home-fr-item
{
    width:14.285%;
    text-align: center;
    font-size:12px;
    height: 290px;
    border-right:1px solid rgba(255,255,255,0.2);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}
.home-fr-item-bimg
{
    position: absolute;
    width:14.285%;
    height: 290px;
    background-color:rgba(0,0,0,0.04);
    top:0px;
    left:0;
    transition: left .3s;
}
.home-fr-item-bimg img
{
    position: absolute;
    bottom:-8px;
}
.home-fr-item-border
{
    line-height: 22px;
    padding-top:5px;
}
.fr-item-wds{
    margin-bottom:15px;
}
.home-fr-item-border img
{
    width: 35px;
    margin: 3px 0;
}
.inner-img-items a{
    transition: margin-left .6s;
}
canvas {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 490px;
    /*background-color: #3684CB;*/
    /* background-image: -moz-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%); */
}
/* .county-fcst-bg
{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    background-color: rgb(120,120,120);
    background-image: -moz-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%);
}
.county-fcst-bg > div
{
    width:100%;
    height: 100%;
    opacity: 0.01;
    position: absolute;
    text-align: center;
    left:0;
    top:0;
    background-color: rgb(120,120,120);
    background-image: -moz-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(94,95,96) 0%, rgb(120,120,120) 100%);
    overflow: hidden;
}
.county-fcst-bg > div.weather-type1 > img
{
    left:0;
    position: relative;
    animation: 5s changePosition infinite;
}
.county-fcst-bg > div.weather-type1,.county-fcst-bg > div.weather-type7
{
    background-color: rgb(42,147,252);
    background-image: -moz-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(42,147,252) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(42,147,252) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(42,147,252) 100%);
    z-index: 1;
}
.county-fcst-bg > div.weather-type3
{
    background-color: rgb(42,147,252);
    background-image: -moz-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(42,147,252) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(42,147,252) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,102,204) 0%, rgb(42,147,252) 100%);
    z-index: 1;
}
.county-fcst-bg > div.weather-type3 > img
{
    left:0;
    position: relative;
    animation: 10s changePosition infinite;
}
.county-fcst-bg > div.weather-type4 img.type4-1
{
    right:10px;
    top:30px;
    position: absolute;
    animation: 8s changeOpacity infinite;
}
.county-fcst-bg > div.weather-type4 img.type4-2
{
    right:500px;
    top:30px;
    position: absolute;
    animation: 10s changeOpacity infinite;
}
.county-fcst-bg > div.weather-type5
{
    background-color: #478bda;
    background-image: -moz-linear-gradient( 90deg, #478bda 0%, #66acfd 100%);
    background-image: -webkit-linear-gradient( 90deg, #478bda 0%, #66acfd 100%);
    background-image: -ms-linear-gradient( 90deg, #478bda 0%, #66acfd 100%);
    z-index: 1;
}
@keyframes changePosition {
    0% { left:0; }
    50% { left: -20px; }
    100% { left: 0; }
}
@keyframes changeOpacity {
    0% { opacity:0; }
    35% { opacity:0; }
    50% { opacity: 1; }
    65% { opacity: 0; }
    100% { opacity: 0; }
} */
