@charset "UTF-8";

/**
 *
 * @authors liping (you@example.org)
 * @date    2019-11-26 10:22:23
 * @version $Id$
 */
/* 1. 汉仪新人文宋 75W  ttf 转成 .woff2，文件体积会小很多，加载更快  https://www.youcompress.com/zh-cn/ttf/*/
/*@font-face {
  font-family: "HYXinRenWenSong75W";
  src: url("https://xystcdn.xydec.com.cn/zt/champion/fonts/HYXinRenWenSong75W.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/

/* 2. 汉仪新人文宋 75J */
@font-face {
  font-family: "HYXinRenWenSong75J";
  src: url("https://xystcdn.xydec.com.cn/zt/champion/fonts/HYXinRenWenSong75J.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 3. 汉仪旗黑 60J */
@font-face {
  font-family: "HYQiHei-60J";
  src: url("https://xystcdn.xydec.com.cn/zt/champion/fonts/HYQiHei_60J.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 4. 汉仪旗黑 85J */
@font-face {
  font-family: "HYQiHei-85J";
  src: url("https://xystcdn.xydec.com.cn/zt/champion/fonts/HYQiHei-85J.ttf") format("truetype");
  font-weight: 850;
  font-style: normal;
  font-display: swap;
}

/* 5. 汉仪旗黑 55J */
/*@font-face {
  font-family: "HYQiHei-55J";
  src: url("https://xystcdn.xydec.com.cn/zt/champion/fonts/HYQiHei-55J.ttf") format("truetype");
  font-weight: 550;
  font-style: normal;
  font-display: swap;
}*/

/* 6. 汉仪旗黑 50J */
/*@font-face {
  font-family: "HYQiHei-50J";
  src: url("https://xystcdn.xydec.com.cn/zt/champion/fonts/HYQiHei-50J.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}*/

/* 7. 汉仪旗黑 40J */
/*@font-face {
  font-family: "HYQiHei-40J";
  src: url("https://xystcdn.xydec.com.cn/zt/champion/fonts/HYQiHei-40J.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}*/

html {
    font-size: 100%
}

body {
    margin: 0px;
    padding: 0px;
    font: 12px/1.75 "微软雅黑", "宋体", arial, Verdana;
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0
}

a img {
    border: none;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

body,
div,
p,
span,
form,
iframe,
table,
td,
th,
input,
textarea,
button,
label,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
}

ul,
ol,
li,
dl {
    list-style-type: none;
}

em,
i,
dfn,
cite,
strong,
small {
    font-style: normal;
}

fieldset,
img,
button,
input,
select,
option {
    vertical-align: middle;
    font: 12px/18px "宋体", arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

image {
    border: 0;
}

textarea {
    resize: none;
}

label {
    cursor: pointer;
}

.clear {
    clear: both
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
}

input {
    font-family: 'Microsoft YaHei';
    border: 0;
    /*去掉未选中边框*/
    outline: none;
    /*去掉选中边框*/
    background: none;
    /*透明背景色*/
}

button {
    border: 0;
    outline: none;
    background: none;
    /*透明背景色*/

}

select {
    border: 0;
    outline: none;
    background: none;
    /*透明背景色*/
}

select {
    border: none;
    outline: none;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    line-height: 0;
}

.pr {
    position: relative;
    overflow: hidden
}

.container {
    position: relative;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.nav {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.3s ease;
    z-index: 999;
    border-bottom: 1px solid #fff;
}
.nav-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 16px;
}
.nav .nav-logo {
    width: 174px;
}
.nav .nav-logo img {
    width: 100%;
    display: block;
}
.nav.scroll {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.nav.scroll .nav-item {
    color: #333;
}
.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
}
.nav-item {
    cursor: pointer;
    padding: 8px 12px;
    font-family: "HYQiHei-60J", sans-serif;
    font-size: 18px;
    color: #fff;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
}
.nav-item.active {
    color: #fff;
    /*font-weight: bold;*/
    border-bottom: 2px solid #c30f06;
}
.champion-banner {
    width:100%;
    height:auto;
}
.champion-banner a {
    display:block;
    width:100%;
    height:auto;
    position:relative;
    z-index:99;
}
.champion-banner a img {
    display:block;
    width:100%;
    height:auto;
}
.champion-banner .swiper-pagination-bullet {
    width:45px;
    height:5px;
    line-height:5px;
    background:#aaa9a8;
    opacity: 1;
    border-radius:0;
    color: #aaa9a8;
    font-size:16px;
    margin: 0 !important;
}
.champion-banner .swiper-pagination-bullet-active {
    background:#fff;
    opacity: 1;
    border-radius:0;
    color: #fff;
    font-size:16px;
    font-weight:bolder;
}
.champion-banner>.swiper-pagination-bullets {
    bottom:34px;
    width: 135px !important;
    left: 88% !important;
}
.champion-banner .champion-banner-prev, .champion-banner .champion-banner-next {
    width:21px;
    height:35px;
    z-index:100;
    top:40%;
    position:absolute;
    outline:none;
    cursor:pointer;
    opacity:1;
}
.champion-banner .champion-banner-prev {
    background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_banner_l.png) no-repeat 50% 50%;
    position:absolute;
    left:80px;
}
.champion-banner .champion-banner-next {
    background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_banner_r.png) no-repeat 50% 50%;
    right:80px;
}
.champion-number {
    margin: 60px 0;
}
.champion-number-wrap {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.champion-number-item {
    text-align: center;
    font-family:  "HYQiHei-60J", sans-serif;
    font-size: 30px;
    color: #000;
}
.champion-number-item p {
    line-height: 45px;
}
.champion-number-item .champion-number-num {
    font-size: 70px;
    color: #c9000e;
    font-weight: bold;
    font-family: 'Microsoft YaHei', serif;
}
.champion-number-item .champion-number-plus {
    font-size: 40px;
    position: relative;
    top: -40px;
}
.champion-about {
    background: #f7f7f7;
    padding: 100px 0;
}
.champion-title {
    text-align: center;
}
.champion-title h2 {
    font-family:  "HYXinRenWenSong75J", sans-serif;
    font-size: 48px;
    color: #000;
    line-height: 55px;
}
.champion-title p {
    font-family:  "HYQiHei-60J", sans-serif;
    font-size: 30px;
    color: #da9a5f;
}
.champion-desc {
    width: 1030px;
    margin: 50px auto;
    font-family:  "HYQiHei-60J", sans-serif;
    font-size: 20px;
    color: #595757;
    text-align: justify;
    text-indent: 2em;
}
.swiper-champion-about {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}
.swiper-champion-about .swiper-slide {
    width: 343px;
    position: relative;
}
.champion-about .champion-about-prev, .champion-about .champion-about-next {
    width:21px;
    height:35px;
    z-index:100;
    top:40%;
    position:absolute;
    outline:none;
    cursor:pointer;
    opacity:1;
}
.champion-about .champion-about-prev {
    background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_l.png) no-repeat 50% 50%;
    position:absolute;
    left:-60px;
}
.champion-about .champion-about-prev:hover {
    background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_l_hover.png) no-repeat 50% 50%;
}
.champion-about .champion-about-next {
    background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_r.png) no-repeat 50% 50%;
    right:-60px;
}
.champion-about .champion-about-next:hover {
     background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_r_hover.png) no-repeat 50% 50%;
}
.swiper-champion-about .champion-slide-warp {
    width: 300px;
    position: absolute;
    left: 20px;
    top: 390px;
    font-family:  "HYQiHei-60J", sans-serif;
}
.swiper-champion-about .champion-slide-tit {
    font-size: 30px;
    color: #fff;
    font-family: 'HYQiHei-85J', 'Microsoft YaHei', serif;
}
.swiper-champion-about .champion-slide-con {
    height: 100px;
    overflow-y: scroll;
    font-family: 'HYQiHei-60J', 'Microsoft YaHei', serif;
    font-size: 14px;
    text-align: justify;
    color: #000;
    text-indent: 2em;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
/* WebKit 浏览器专用滚动条样式（Chrome / Safari / 移动端） */
.swiper-champion-about .champion-slide-con::-webkit-scrollbar {
    width: 4px; /* 手机端极细滚动条 */
}
.swiper-champion-about .champion-slide-con::-webkit-scrollbar-track {
    background: transparent;
}
.swiper-champion-about .champion-slide-con::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 999px; /* 圆角 = 手机端效果 */
    border: none;
}
.swiper-champion-about .champion-slide-con::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.champion-team {
    padding: 100px 0;
    background-image: url(https://xystcdn.xydec.com.cn/zt/champion/images/champion_team_bg.jpg);
    background-size: 100% 948px;
    background-repeat: no-repeat;
    background-position: center top;
}

/* 火狐浏览器兼容 */
@-moz-document url-prefix() {
    .swiper-champion-about .champion-slide-con {
        scrollbar-width: thin;
        scrollbar-color: rgba(0,0,0,0.25) transparent;
    }
}
.record-container {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-auto-rows: 262px;
    gap: 0;
    max-width: 1200px;
    margin: 268px auto 100px;
    font-family:  "HYQiHei-60J", sans-serif;
}
.record-container .record-item {
    background: #fff;
    overflow: hidden;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    color: #000;
    font-size: 18px;
    cursor: pointer;
}
.record-container .item-1 {
    grid-column: span 7;
    color: #fff;
    background: transparent;
    padding: 50px 35px;
}
.record-container .item-1 h2 {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
}
.record-container .item-1 p {
    font-size: 24px;
    letter-spacing: 2px;
}
.record-container .item-2 {
    grid-column: span 10;
}
.record-container .item-3 {
    grid-column: span 7;
    background: #a1dffd;
    padding: 50px 35px;
}
.record-container .item-4 {
    grid-column: span 10;
}
.record-container .item-5 {
    grid-column: span 7;
    background: #002070;
    padding: 50px 95px;
    color: #fff;
}
.record-container .item-6 {
    grid-column: span 7;
}
.record-container .item-7 {
    grid-column: span 7;
}
.record-container .item-8 {
    grid-column: span 5;
    padding: 50px 10px;
}
.record-container .item-9 {
    grid-column: span 7;
}
.record-container .item-10 {
    grid-column: span 5;
    padding: 50px 10px;
}
.record-container .record-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.record-container .tit {
    font-size: 20px;
    margin-bottom: 10px;
}
.record-container .con {
    font-size: 15px;
    line-height: 1.6;
}
.record-container .jt {
    margin-top: 20px;
    width: 22px;
    transition: 0.5s ease-in-out;
}
.record-container .record-item:hover .jt {
    transform: translateX(-5px);
}
.record-container .jt-group {
     margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.record-container .jt-group img {
    width: 22px;
    transition: 0.5s ease-in-out;
}
.record-container .record-item:hover  .jt-l {
    transform: translateX(-5px);
}
.record-container .record-item:hover  .jt-r {
    transform: translateX(5px);
}
.team-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}
.team-member {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    min-width: 280px;
    max-width: 360px;
}
.team-member.wide {
  flex: 1.2;
  max-width: 480px;
}
.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #1a347a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.member-info {
    padding-top: 8px;
}
.member-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}
.member-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.champion-record {
    background-color: #cfecfc;
    padding: 100px 0;
    position: relative;
    background-image: url(https://xystcdn.xydec.com.cn/zt/champion/images/record_video_bg.jpg);
    background-size: 100% 755px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.timeline-line {
    position: absolute;
    top: 415px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #cdcdcd;
    z-index: 1;
}

.timeline-container {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 120px auto;
    position: relative;
    z-index: unset;
}

.timeline-item {
    flex: 1;
    text-align: center;
    padding: 20px 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 0;
}
.timeline-item::after {
    content: '';
    position: absolute;
    bottom: 66px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    z-index: 0;
}
.timeline-item.active,
.timeline-item:hover {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: unset;
}
.timeline-item.active::after {
    background-color: #fff;
    border: 1px solid #000;
    z-index: 999;
}

.timeline-title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    transition: color 0.3s;
}
.timeline-item.active .timeline-title {
    color: #e67e22;
}
.timeline-desc {
    font-size: 24px;
    color: #999;
}
.record-pics {
    width: 1450px;
    margin: 0 auto 50px;
}
.record-pics ul {
    display: flex;
    justify-content: space-between;
}
.record-pics ul li {
    width: 360px;
    height: 450px;
    overflow: hidden;
    background: #f1f1f1;
}
.record-pics ul li img {
    width: 100%;
    display: block;
    transition: 1s all ease;
}
.record-pics ul li:hover img {
    transform: scale(1.1);
}
.record-cycle {
    width: 975px;
    margin: 0 auto 100px;
    position: relative;
}
.record-cycle .swiper-slide {
    width: 240px;
    height: 110px;
    background: #fff;
    font-family:  "HYQiHei-60J", sans-serif;
    font-size: 20px;
    color: #595757;
    border-radius: 10px;
    line-height: 35px;
    padding-top: 20px;
    cursor: pointer;
}
.record-cycle .swiper-slide p {
    text-align: center;
}
.record-cycle .swiper-slide.active {
    background: #00006a;
    color: #fff;
}
.record-cycle .record-cycle-prev, .record-cycle .record-cycle-next {
    width:21px;
    height:35px;
    z-index:100;
    top:50%;
    position:absolute;
    outline:none;
    cursor:pointer;
    opacity:1;
}
.record-cycle .record-cycle-prev {
    background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_l.png) no-repeat 50% 50%;
    position:absolute;
    left:-60px;
}
.record-cycle .record-cycle-prev:hover {
    background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_l_hover.png) no-repeat 50% 50%;
}
.record-cycle .record-cycle-next {
    background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_r.png) no-repeat 50% 50%;
    right:-60px;
}
.record-cycle .record-cycle-next:hover {
     background:url(https://xystcdn.xydec.com.cn/zt/champion/images/arrow_r_hover.png) no-repeat 50% 50%;
}
.record-desc {
    width: 1035px;
    margin: 0 auto;
    font-family:  "HYQiHei-60J", sans-serif;
    font-size: 20px;
    color: #595757;
    text-align: justify;
    text-indent: 2em;
}
.record-video {
    width: 1200px;
    margin: 100px auto 100px;
}
.record-video-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.record-video-tit .tit-l {
    display: flex;
    align-items: flex-end;
}
.record-video-tit .tit-l p {
    font-size: 24px;
    color: #000;
    letter-spacing: 8px;
    line-height: 1;
}
.record-video-tit .tit-l p.vlog {
    font-size: 40px;
    padding-left: 5px;
    color: #db9a5a;
    font-weight: bold;
}
.record-video-tit .tit-r {
    font-size: 16px;
    color: #999;
}
.record-video-con {
    margin-top: 35px;
}
.record-video-con ul {
    display: flex;
    justify-content: space-between;
}
.record-video-con ul li {
    width: 295px;
}
.record-video-con ul li .thumb {
    width: 100%;
    height: 446px;
    background: #f1f1f1;
    position: relative;
    cursor: pointer;
}
.record-video-con ul li .thumb img {
    width: 100%;
    display: block;
}
.record-video-con ul li .thumb img.play {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    transition: 1s all;
}
.record-video-con ul li .thumb:hover .play {
    transform: scale(1.2);
}
.record-video-con ul li .con {
    font-family:  "HYQiHei-60J", sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}
.record-video-con ul li .con p {
    line-height: 1.5;
}
.champion-tech {
    padding: 100px 0;
}
.champion-tech-desc {
    width: 1035px;
    margin: 35px auto 85px;
    font-family: "HYQiHei-60J", sans-serif;
    font-size: 20px;
    color: #595757;
    letter-spacing: 2px;
    text-indent: 2em;
}
.champion-tech-bz {
    width: 1035px;
    text-align: center;
    margin: 85px auto 65px;
    font-family: "HYQiHei-60J", sans-serif;
    font-size: 24px;
    color: #000e6d;
    letter-spacing: 2px;
}
.champion-tech-bz .bold {
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: bold;
}
.champion-tech-img1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.champion-tech-img1 .champion-tech-item {
    width: 235px;
    height: 235px;
    background: #f1f1f1;
    overflow: hidden;
    margin-bottom: 8px;
    cursor: pointer;
}
.champion-tech-img1 .champion-tech-item img {
    width: 100%;
    display: block;
    transition: 1s all ease;
}
.champion-tech-img1 .champion-tech-item:hover img {
    transform: scale(1.1);
}
.champion-tech-img2 {
    width: 1029px;
    margin: 0 auto;
}
.champion-cooper {
    padding: 100px 0;
    background-image: url(https://xystcdn.xydec.com.cn/zt/champion/images/champion_cooper_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.champion-cooper .champion-title h2 {
    color:#fff;
}
.champion-cooper-desc {
    width: 930px;
    margin: 50px auto;
    font-family: "HYQiHei-60J", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.champion-cooper-img {
    width: 1514px;
    margin: 80px auto 100px;
}
.champion-media {
    padding: 100px 0;
}
.champion-appoint {
    padding: 0 0 170px;
    background-image: url(https://xystcdn.xydec.com.cn/zt/champion/images/champion_appoint_bg.jpg?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.champion-appoint-button {
    width: 825px;
    margin: 0 auto;
}
.champion-appoint-button p {
    font-size: 30px;
    color: #b5b5b6;
    text-align: center;
}
.champion-appoint-button a, .champion-appoint-button img {
    display: block;
    width: 100%;
}
.champion-appoint .champion-title {
    padding-top: 140px;
}
.champion-cooper-case {
    width: 1128px;
    margin: 110px auto 120px;
}
.champion-cooper-level {
    width: 1149px;
    margin: 0 auto 150px;
}

.videoBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 10000;
    display: none;
}
.videoBox .video {
    width: 294px;
    height: 446px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -223px 0 0 -147px;
}
.videoBox #video {
    width: 100%;
    height: 100%;
}
.videoBox-close {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    cursor: pointer;
}
.videoBox-close img {
    width: 100%;
    display: block;
}
/*大小伸缩*/
.hg {
    -webkit-animation: pulse 2s .2s ease both infinite;
    -moz-animation: pulse 2s .2s ease both infinite;
    -o-animation: pulse 2s .2s ease both infinite;
    -ms-animation: pulse 2s .2s ease both infinite;
    animation: pulse 2s .2s ease both infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1)
    }

    50% {
        -o-transform: scale(1.1)
    }

    100% {
        -o-transform: scale(1)
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1)
    }

    50% {
        -ms-transform: scale(1.1)
    }

    100% {
        -ms-transform: scale(1)
    }
}