/*更新时间 2021年4月6日23点18分*/
/*@import "./appConfig/global.css";*/
/*.display{*/
/*display:block; !*转换为块级*!*/
/*display:inline; !*转换为行内*!*/
/*display:inline-block; !* 仍未行内元素，但是可以设置width及height属性等*!*/
/*}*/

/*字母或数字强制换行*/
/*white-space:normal;*/
/*word-break:break-all;*/
/*word-wrap: break-word;*/


/*阻止默认事件*/
/** { touch-action: none; }*/
@font-face {
  font-family: 'Myriad-Pro';  /* project id 2610660 */
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
       url('../fonts/MyriadPro-Regular.woff') format('woff'),
       url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
       url('Noto Sans JapaneseBoldBold.otf') format('otf');
}
@font-face {
  font-family: 'Myriad-Pro-Bold';  /* project id 2610660 */
  src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
       url('../fonts/MyriadPro-Semibold.woff') format('woff'),
       url('../fonts/MyriadPro-Semibold.ttf') format('truetype'),
       url('Noto Sans JapaneseBoldBold.otf') format('otf');
}
@font-face {
  font-family: 'iconfont';  /* project id 2610660 */
  src: url('https://at.alicdn.com/t/font_2610660_hnh9iegliq.woff2?t=1628510571467') format('woff2'),
       url('	font_2610660_hnh9iegliq.woff') format('woff'),
       url('	font_2610660_hnh9iegliq.ttf') format('truetype');}
.iconfont{
	font-family: 'iconfont';}
img{
	border: none;}
.mart-10{
	margin-top: 10px;}
.mart-15{
	margin-top: 15px;}
.mart-20{
	margin-top: 20px;}
.mart-50{
	margin-top: 50px;}
.mart-95{
	margin-top: 95px;}
.mart-25{
	margin-top: 25px;}
.mart-35{
	margin-top: 35px;}
.mart-45{
	margin-top: 45px;}
html,body{
    width: 100%;
    margin: 0 0 0 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
	overflow-x: hidden;
	font-family:Helvetica, Arial, sans-serif;}
div{
	margin: 0 auto;
	color: #000;}
.txt_right{
	text-align: right;}
.txt_center{
	text-align: center;}
.pos_rel{
	position: relative;}
.inline_block{
	letter-spacing: -3em;
	font-size: 0;}
.inline_block li,.inline_block dd,.inline_block dl{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom:0;
	font-size: initial;
	letter-spacing: normal;}
.floatlft{
	float: left;}
.floatrgt{
	float: right;}
.overhid{
	overflow: hidden;}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	color: #000;}
.bdy_wid{
	width: 1200px;}
ul,li,dl,dd{
	list-style: none;
	margin: 0;
	padding: 0;}
.mr20{
	margin-right: 20px;}
.mt10{
	margin-top: 10px;}
.mt20{
	margin-top: 20px;}
.mt25{
	margin-top: 25px;}
.mt30{
	margin-top: 30px;}
.mt55{
	margin-top: 55px;}
.font_little{
	font-size: 16px;}
.font_normal{
	font-size: 20px;}
.font_big{
	font-size: 30px;}
.font_middle{
	font-size: 24px;}
.line_height{
	line-height: 1.2;}
.cor_date{
	color: #666;}
.cor_gray{
	color: #333;}
.bold{
	font-weight: bold;}
.widper{
	width: 110%;}
img{
	vertical-align: top;}
/*<editor-fold desc="20201105 去除input的边框">*/
input {
    outline: none;
    border: none;
    padding-left: 20rpx;
    padding-right: 20rpx;
    height: 100%;
    flex: 1;
    box-sizing: border-box;}
/*</editor-fold>*/

/*<!--<editor-fold desc="20201105 去除a标签的样式">-->*/
a {
    text-decoration: none!important;
	color: #000;}
/*下划线*/
a:link {
    text-decoration: none;}
/*正常的未被访问过的链接*/
a:visited {
    text-decoration: none;}
/*已经访问过的链接*/
a:hover {
    text-decoration: underline;}
/*鼠标划过(停留)*/
a:active {
    text-decoration: none;}

/*<!--</editor-fold>-->*/

/*<editor-fold desc="20201105 弹性布局 外加兼容写法">*/
.a-flex {
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;}
.a-flex-A { /*分散对齐*/
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;}
.a-flex-B { /*两端对齐*/
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;}
.a-flex-C { /*居中对齐*/
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    justify-content:center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;}
.a-flex-R { /*靠右对齐*/
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    -ms-justify-content:flex-end;
    -o-justify-content:flex-end;
    justify-content:flex-end;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;}
.a-flex-column { /**垂直布局*/
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction:column;}
.a-flex-column-A { /**垂直 自动间距*/
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;}
.a-flex-column-B { /**垂直 两端*/
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;}
.a-flex-column-C { /**垂直居中，位于容器的中心*/
    display: -webkit-box!important; /* chrome 4+, safari 3.1, ios safari 3.2+ */
    display: -moz-box!important; /* firefox 17- */
    display: -webkit-flex!important; /* chrome 21+, safari 6.1+, ios safari 7+, opera 15/16 */
    display: -moz-flex!important; /* firefox 18+ */
    display: -ms-flexbox!important; /* ie 10 */
    display: flex!important; /* chrome 29+, firefox 22+, ie 11+, opera 12.1/17/18, android 4.4+ */

    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    justify-content:center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;}
.a-no-align { /**不要上下居中*/
    -webkit-box-align: normal!important;
    -ms-flex-align: normal!important;
    -webkit-align-items:normal!important;
    -moz-align-items:normal!important;
    -ms-align-items:normal!important;
    -o-align-items:normal!important;
    align-items: normal !important;}
.a-flex-wrap { /**换行*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;}
.a-flex-1 {
    flex: 1 !important;}
.a-flex-shrink { /*不要变形*/
    flex-shrink: 0;}
/*</editor-fold>*/

/*<editor-fold desc="20201105 字体颜色">*/
.a-color-w {
    color: white !important;}
.a-color-green {
    color: green !important;}
.a-color-red {
    color: red !important;}
.a-color-hui {
    color: #989898 !important;}
.a-color-jinse {
    color: gold !important;}
.a-color-wheat {
    color: wheat!important;}
/*</editor-fold>*/

/*<editor-fold desc="20201105 字体大小">*/
.a-font-18 {
    font-size: 18rpx !important;}
.a-font-20 {
    font-size: 20rpx !important;}
.a-font-22 {
    font-size: 22rpx !important;}
.a-font-24 {
    font-size: 24rpx !important;}
.a-font-26 {
    font-size: 26rpx !important;}
.a-font-28 {
    font-size: 28rpx !important;}
.a-font-30 {
    font-size: 30rpx !important;}
.a-font-32 {
    font-size: 32rpx !important;}
.a-font-34 {
    font-size: 34rpx !important;}
.a-font-36 {
    font-size: 36rpx !important;}
.a-font-38 {
    font-size: 38rpx !important;}
.a-font-40 {
    font-size: 40rpx !important;}
.a-font-42 {
    font-size: 42rpx !important;}
.a-font-44 {
    font-size: 44rpx !important;}
.a-font-46 {
    font-size: 46rpx !important;}
.a-font-48 {
    font-size: 48rpx !important;}
.a-font-50 {
    font-size: 50rpx !important;}
.a-font-weight {
    font-weight: bolder;}
/*</editor-fold>*/

/*<!--<editor-fold desc="20201105 背景色">-->*/
.a-back-w {
    background: white;}

.a-back-reds {
    background-image: linear-gradient(0deg, #f30000 0%, #ff1800 100%), linear-gradient(#e00f00, #e00f00);
    background-blend-mode: normal, normal;}

/*<!--</editor-fold>-->*/

/*<editor-fold desc="20201105 背景图">*/
.a-maxImg {
    width: 100%;
    height: 100%;}

.a-maxPic { /*背景图片最大化*/
    background-repeat: no-repeat !important; /*图像的平铺模式*/
    background-size: 100% 100% !important; /*背景图像扩展至足够大（center、cover、100%等）*/
    background-position: 100% 100% !important;}

.a-maxPic-auto { /*背景图片居中自动大小*/
    background-repeat: no-repeat !important; /*图像的平铺模式*/
    background-size: contain !important; /*背景图像扩展至足够大（center、cover、contain等）*/
    background-position: center center !important;}

/*<image mode="aspectFit" src=""></image>*/
.a-iconPic-45 {
    width: 45rpx;
    height: 45rpx;
    background-repeat: no-repeat !important; /*图像的平铺模式*/
    background-size: 100% 100% !important; /*背景图像扩展至足够大（center、cover、100%等）*/
    background-position: 100% 100% !important;}
/*</editor-fold>*/

/*<editor-fold desc="20201105 零散的样式">*/
.a-title-shu { /* |标题左侧的竖线*/
    width: 8rpx;
    height: 30rpx;
    border-radius: 8rpx;
    background: white;
    margin-right: 10rpx;}

.a-text-L {
    text-align: left;}

.a-text-R {
    text-align: right;}

.a-text-C {
    text-align: center;}

.a-absolute {
    position: absolute;}

.a-relative {
    position: relative;}

.a-fixed {
    position: fixed !important;}

.a-pageEnd-title {
    width: 100%;
    text-align: center;
    padding-top: 20rpx;
    padding-bottom: 20rpx;
    color: #b7b7b7;
    font-size: 24rpx;}

.a-click:active {
    cursor: pointer !important;
    border: solid 1px rgba(153, 153, 153, 0.54) !important;
    box-shadow: 0 0 5px rgba(153, 153, 153, 0.49) inset !important;}

.a-margin-LR28 { /*父级框架宽*/
    margin: auto 28rpx;}

.a-margin-LR20 { /*父级框架宽*/
    margin: auto 20rpx;}

.a-padding-noBig { /*padding 不撑大*/
    -moz-box-sizing: border-box; /*firefox3.5+*/
    -webkit-box-sizing: border-box; /*safari3.2+*/
    -o-box-sizing: border-box; /*opera9.6*/
    -ms-box-sizing: border-box; /*ie8*/
    box-sizing: border-box;}

.a-noShow {
    display: none !important;
    z-index: -1 !important;}

.a-onLine { /*单行，禁止换行*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.a-onLine-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;/*限制行数为2行*/
    line-clamp: 2;}
.a-onLine-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;/*限制行数为2行*/
    line-clamp: 4;}


.a-appBtn {
    font-size: 32rpx;
    width: 694rpx;
    height: 100rpx;
    line-height: 100rpx;
    border-radius: 60rpx;
    text-align: center;
    color: #222;
    cursor: pointer;
    margin: 60rpx auto auto auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8;}

.a-appBtn:active {
    cursor: pointer !important;
    border: solid 1px rgba(34, 34, 34, 0.44) !important;
    box-shadow: 0 0 5px rgba(34, 34, 34, 0.44) inset !important;}
/*</editor-fold>*/

/*<editor-fold desc="20201105 上下弹跳">*/
.qrcode{
    animation: myfirst 1s infinite alternate;
    margin-right: 20rpx;}

@keyframes myfirst {
    0% {
        transform: translateY(0);}

    25% {
        transform: translateY(7px);}

    50% {
        transform: translateY(15px) scale(1.2,0.9);}

    75% {
        ransform: translateY(7px);}

    100% {
        ransform: translateY(0);}
}
/*</editor-fold>*/

/*<editor-fold desc="20201105 过渡动画">*/
.a-transitionOpacity,view{
    animation: 0.5s transitionOpacity ;}
@keyframes transitionOpacity{
    0%{opacity:0;}
    100%{opacity:1;}
}
/*</editor-fold>*/

/*<editor-fold desc="20201105 隐藏滚动条">*/
.a-scrollNoShow div::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;}

.a-scrollNoShow div::-webkit-scrollbar-track {
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;}

.a-scrollNoShow div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;}
/*</editor-fold>*/

/*<editor-fold desc="20201105 美化滚动条">*/

/*滚动条的宽度*/
.a-min-scrollbar::-webkit-scrollbar {
    width:4px;
    height:4px;}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
.a-min-scrollbar::-webkit-scrollbar-track {
    width: 4px;
    background-color: #d0d0d0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;}

/*滚动条的设置*/
.a-min-scrollbar::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;}
/*滚动条移上去的背景*/

.a-min-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #9f9f9f;}
/*===============不显示scrollbar==============*/

.a-scrollNoBackground::-webkit-scrollbar-track {
    background: rgba(0,0,0,0)!important;}
.a-scrollNoBackground::-webkit-scrollbar-thumb {
    background:rgba(0,0,0,0)!important;}

.a-scrollNoBackground::-webkit-scrollbar-thumb:hover{
    background:rgba(0,0,0,0)!important;}
/*</editor-fold>*/

/*<editor-fold desc="20201105 选择栏底部的下划线">*/
.a-select-nav-item{
    height: 90rpx;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;}
.a-select-nav-item:before {
    content: " ";
    position: absolute;
    top: auto;
    bottom: 3upx;
    width: 40%;
    height: 5upx;
    background-color:#FF4A00;
    border-radius: 4px;
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition: all 0.5s;}
.a-select-nav-item-this {
    color: #FF4A00;
    font-weight: bold!important;}
.a-select-nav-item-this:before {
    transform: scale3d(1, 1, 1) !important;}
/*</editor-fold>*/

/*<editor-fold desc="20201105 无样式button (用于伪submit)">*/
.a-no-button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: unset;
    text-align: unset;
    overflow: visible;
    color: inherit;}
.a-no-button:after {
    content: none;
    border: none;}
/*</editor-fold>*/

/*<editor-fold desc="20201105 无样式button (用于伪submit)">*/
.a-no-button {
    display: block;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: unset;
    text-align: unset;
    overflow: visible;
    color: inherit;}
.a-no-button:after {
    content: none;
    border: none;}
/*</editor-fold>*/

/*<editor-fold desc="20201127 是否允许选择文本">*/
/*none：文本不能被选择*/
.a-textCopy-none{
    /* keyword values */
    user-select: none!important;
    /* mozilla-specific values */
    -moz-user-select: none!important;
    /* webkit-specific values */
    -webkit-user-select: none!important;
    /* microsoft-specific values */
    -ms-user-select: none!important;}
/*text：可以选择文本*/
.a-textCopy-text{
    /* keyword values */
    user-select: text!important;
    /* mozilla-specific values */
    -moz-user-select: text!important;
    /* webkit-specific values */
    -webkit-user-select: text!important;
    /* microsoft-specific values */
    -ms-user-select: text!important;}
/*all：当所有内容作为一个整体时可以被选择。如果双击或者在上下文上点击子元素，那么被选择的部分将是以该子元素向上回溯的最高祖先元素。*/
.a-textCopy-all{
    /* keyword values */
    user-select: all!important;
    /* mozilla-specific values */
    -moz-user-select: all!important;
    /* webkit-specific values */
    -webkit-user-select: all!important;
    /* microsoft-specific values */
    -ms-user-select: all!important;}
/*element：可以选择文本，但选择范围受元素边界的约束*/
.a-textCopy-element{
    /* keyword values */
    user-select: element!important;
    /* mozilla-specific values */
    -moz-user-select: element!important;
    /* webkit-specific values */
    -webkit-user-select: element!important;
    /* microsoft-specific values */
    -ms-user-select: element!important;}
/*</editor-fold>*/

/*<editor-fold desc="20210114 背景动态渐变">*/
.a-back-auto{
    -webkit-animation: changeBg 20s infinite;
    -moz-animation: changeBg 20s infinite;
    animation: changeBg 20s infinite;
    background-color: #ED5564;}

@-webkit-keyframes changeBg{
    0%{background-color:#ED5564;}
    10%{background-color:#FB6E52;}
    20%{background-color:#FFCE55;}
    30%{background-color:#A0D468;}
    40%{background-color:#48CFAE;}
    50%{background-color:#4FC0E8;}
    60%{background-color:#5D9CEC;}
    70%{background-color:#AC92ED;}
    80%{background-color:#EC87BF;}
    90%{background-color:#ED5564;}
}
@-moz-keyframes changeBg{
    0%{background-color:#ED5564;}
    10%{background-color:#FB6E52;}
    20%{background-color:#FFCE55;}
    30%{background-color:#A0D468;}
    40%{background-color:#48CFAE;}
    50%{background-color:#4FC0E8;}
    60%{background-color:#5D9CEC;}
    70%{background-color:#AC92ED;}
    80%{background-color:#EC87BF;}
    90%{background-color:#ED5564;}
}
@keyframes changeBg{
    0%{background-color:#ED5564;}
    10%{background-color:#FB6E52;}
    20%{background-color:#FFCE55;}
    30%{background-color:#A0D468;}
    40%{background-color:#48CFAE;}
    50%{background-color:#4FC0E8;}
    60%{background-color:#5D9CEC;}
    70%{background-color:#AC92ED;}
    80%{background-color:#EC87BF;}
    90%{background-color:#ED5564;}
}
/*</editor-fold>*/