* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: #333;
    text-decoration: none;
}

body {
    min-width: 1500px;
}

li {
    list-style: none;
}

.fn-left {
    float: left;
}

.fn-right {
    float: right;
}

.hdrlMain {
    background: url(/material/images/hdrl//hdrlbg.png) center top no-repeat;
    min-width: 1260px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.HfrlText {
    width: 1260px;
    margin: 0 auto;

}

.fszleft {
    background: url(/material/images/hdrl//rlbg.png) no-repeat;
    background-size: 100% 100%;
    width: 560px;
    height: 644px;
    padding: 30px 25px 0;
}

.szdate {
    font-size: 24px;
    color: #ad1a22;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.fszleft .szdate {
    margin-bottom: 5px;
}

.szrl {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 3px rgb(214 214 214 / 80%);
    padding: 30px 40px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.calendar {
    width: 470px;
    font-size: 13px;
}

.calendar table tr th {
    color: #db953f;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.calendar table tr td {
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    color: #a1b1c2;
    cursor: pointer;
    margin: 0 5px;
}

.thead {
    position: relative;
    width: 470px;
}

/* .thead::before {
    position: absolute;
    content: "";
    width: 470px;
    height: 1px;
    border-top: 1px dashed #f3e7d5;
} */

.thead::after {
    position: absolute;
    content: "";
    width: 470px;
    height: 1px;
    border-top: 1px dashed #f3e7d5;
}

.bgHover {
    background: #1f70d3 !important;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none !important;
}

.riqi {
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 48px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 20px;
    color: #765f6f;
    margin-top: 10px;
}

.riqi .piaofu {
    position: absolute;
    width: 360px;
    top: -20px;
    left: 45px;
    background: rgb(53 126 215 / 90%);
    border-radius: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 0 15px 20px;
    display: none;
    z-index: 100;

}

/* /* 滚动条宽度   */
.riqi .piaofu ul::-webkit-scrollbar {
    width: 7px;
    /* 对垂直滚动条有效 */
    height: 5px;
    /* 对水平滚动条有效 */
}

/* 滚动条轨道 */
.riqi .piaofu ul::-webkit-scrollbar-track {
    background: transparent;
    /* 轨道的颜色 */
    border-radius: 10px;
    /* 轨道圆角的大小 */
}

/* 滚动条滑块 */
.riqi .piaofu ul::-webkit-scrollbar-thumb {
    background: #f1f1fc;
    /* 滑块的颜色 */
    border-radius: 10px;
    /* 滑块圆角的大小 */
}

.riqi.current .piaofu {
    display: block;
}

.riqi .piaofu span {
    display: block;
    width: 19px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    _bottom: -12px;
    left: 85px;
    z-index: 100;
}

.riqi .piaofu ul {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 20px;
    margin-right: 1px;
}

.riqi .piaofu ul li {
    padding: 2px 0px 2px 8px;
    z-index: 100;
    line-height: 28px;
    margin-bottom: 25px;
    text-align: justify;
}

.riqi .piaofu ul li a {
    color: #fff;
    z-index: 100;
    font-size: 18px;
}

.riqi .piaofu ul li a font {
    font-size: 18px !important;
}

.riqi .piaofu ul li a:hover {
    text-decoration: underline;
    z-index: 100;
}

/*非本月日期*/
.calendar table tr td.current_day {
    background: #fff
}

.calendar table tr td.unselected_month {
    color: #a1b1c2
}

/*选择日期*/
.choice {
    font-size: 22px;
    color: #333;
    margin: 0 auto;
}

.choice p {
    display: block;
    float: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
}

.choice p:last-of-type {
    margin-right: 0;
}

.return {
    font-size: 18px;
    color: #db953f;
    float: right;
    margin-top: 3px;
}

.choice p.month {
    color: #333
}

.choice .month_name {
    display: inline-block;
    text-align: center;
    padding: 0 0 0 20px;
}

.choice .button {
    cursor: pointer;
    display: inline-block;
    background: url(/material/images/hdrl//zjt.png) no-repeat;
    width: 11px;
    height: 21px;
}

.year .prev {
    opacity: 0.5;
    cursor: auto;
}

.choice .button.next {
    transform: rotate(180deg);
    margin-left: 20px;
}

.choice .month .prev {
    padding-left: 0px;
    color: #cb2026
}

.choice .year .next {
    padding-right: 0px;
    color: #cb2026
}


.calendar .year_name {
    padding: 0 0 0 20px;
}

p.tip {
    font-size: 16px;
    line-height: 34px;
    color: #c49149;
}

.fszright {
    background: url(/material/images/hdrl//hddybg.png) no-repeat;
    background-size: 100% 100%;
    width: 530px;
    height: 594px;
    padding: 40px 35px;
}

.hdtitp {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    text-align: justify;
    text-indent: 2em;
}

.dy-list {
    margin-top: 25px;
}

.dy-list li {
    line-height: 54px;
    overflow: hidden;
}

.dy-list li i {
    background: url(/material/images/hdrl//nochoose.png) no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-top: 18px;
    cursor: pointer;
}

.dy-list li i.choose {
    background-image: url(/material/images/hdrl//choose.png);
}

.dy-list li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-left: 15px;
    float: left;
}

.dy-list li p {
    font-size: 14px;
    color: #676767;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    float: left;
}

.dy-list li p::before {
    width: 1px;
    height: 18px;
    background: #deb983;
    position: absolute;
    content: "";
    left: 0;
    top: 18px;
}

button {
    width: 195px;
    line-height: 42px;
    text-align: center;
    background: #e4d6c3;
    border-radius: 5px;
    font-size: 20px;
    color: #a47b41;
    border: none;
    cursor: pointer;
}

.button1 {
    text-align: center;
    margin-top: 35px;
    position: relative;
}

.eamil .dytip {
    display: block !important;
    position: static;
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
}

.dy,
.sure,
.sousu,
.gjSousuShouw,
.gjSousu {
    background: linear-gradient(to right, #e2bc85, #bb9d71);
    color: #fff;
    margin-left: 25px;
}

.eamil {
    padding: 40px 60px 20px 90px;
    border-radius: 20px;
    background-color: #fff;
    position: fixed;
    left: calc(50% - 280px);
    top: calc(50% - 122px);
    width: 410px;
    display: none;
}

.address {
    position: relative;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.address p {
    position: absolute;
    left: 15px;
    top: 17px;
    width: 75px;
}

.address p::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #f1d5bd;
    right: 0px;
    top: -2px;
}

.eamil input {
    width: 310px;
    line-height: 44px;
    border-radius: 5px;
    border: 1px solid #f2d9c3;
    outline: none;
    padding-left: 100px;
    font-size: 16px;

}

.eamil input#yzm {
    width: 195px;
}

#v_container {
    width: 100px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}

#v_container img {
    width: 100%;
    height: 100%;
}

.sure {
    margin-left: 10px;
}

.serachDiv {
    background: url(/material/images/hdrl//searchbg.png) no-repeat;
    padding: 30px 65px;
    margin-top: 40px;
    overflow: hidden;
}

.serachDiv input,
.gjSearch input,
#personKeyWords,
#szqy {
    border: none;
    line-height: 50px;
    height: 50px;
    width: 315px;
    outline: none;
    border-radius: 4px;
    padding: 0 10px 0 45px;
    background: #fff url(/material/images/hdrl//ss.png) 12px center no-repeat;
    font-size: 18px;
    color: #333;
}

#searchTxt {
    float: left;
}

.date {
    background: #fff url(/material/images/hdrl//rlicon.png) 12px center no-repeat;
    border-radius: 4px;
    width: 315px;
    padding: 0 10px 0 45px;
    float: left;
    margin-left: 12px;
    font-size: 18px;
    color: #333;
}

.date input {
    background: none;
    padding: 0;
    width: 130px;
    text-align: center;
}

.date #test1 {
    margin-right: 15px;
}

.date #test2 {
    margin-left: 15px;
}

.sousu {
    line-height: 50px;
    width: 120px;
}

.gjSousuShouw {
    line-height: 50px;
    width: 185px;
    padding-right: 10px;
    background: url(/material/images/hdrl//gjss.png) center no-repeat;
    background-size: 100% 100%;
}

.gjSearch {
    position: fixed;
    background: url(/material/images/hdrl//gjbg.png) no-repeat;
    padding: 20px 70px;
    width: 1120px;
    height: 352px;
    top: calc(50% - 196px);
    left: calc(50% - 630px);
    display: none;
}

.gjSearch p {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
}

.mublde {
    width: 520px;
    float: left;
}

.mublde:nth-of-type(2n) {
    float: right;
}

.mublde p {
    text-align: center;
}

.mublde .date {
    margin-left: 0;
    width: 465px;
}

.mublde input {
    width: 465px;
}

.gjSearch .date input {
    width: 220px;
}

#personKeyWords,
#szqy {
    width: 520px;
    background-image: url(/material/images/hdrl//hdlx.png);
    appearance: none;
}

#szqy {
    background-image: url(/material/images/hdrl//qy.png);
    width: 465px;
}

#hddd {
    background-image: url(/material/images/hdrl//db.png);
}

.mublde button {
    width: 180px;
    line-height: 64px;
    font-size: 24px;
    margin-left: 0;
}

.mublde .gjcz {
    color: #fff;
    background: #4c94e8;
    margin-left: 7px;
}

.mublde .shouqi {
    background: url(/material/images/hdrl//shouqi.png);
    width: 123px;
    line-height: 48px;
    color: #fff;
    padding-right: 15px;
    margin-left: 20px;
    font-size: 20px;
}

.muButton {
    margin-top: 45px;
}

.hdMumber {
    font-size: 16px;
    color: #9a9a9a;
    margin: 35px 0;
}

.hdMumber span {
    font-size: 28px;
    color: #cc0000;
}

.ac-navl {
    /* margin-top: 30px; */
    float: right;
}

.ac-navl li {
    background: url(/material/images/hdrl//atnavbg.png) no-repeat;
    width: 167px;
    line-height: 48px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    display: inline-block;
    margin-right: 6px;
}

.ac-navl li:last-of-type {
    margin-right: 0;
}

.ac-navl li a {
    color: #333;
}

.ac-navl li.cur,
.ac-navl li.active {
    background-image: url(/material/images/hdrl//atnavbg1.png);
}

.ac-navl li.cur a,
.ac-navl li.active a {
    color: #fff;
}

.ac-list {
    margin-top: 65px;
    overflow: hidden;
}

.ac-content {

    background: url(/material/images/hdrl//hdbg.png) no-repeat;
    width: 591px;
    height: 305px;
    padding: 30px 15px 20px 15px;
    position: relative;
    float: left;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.5s;
    background-size: 100% 100%;
    baseline-shift: unset;
}

.ac-content:hover {
    background-image: url(/material/images/hdrl//hdbg1.png);
}

.ac-list .ac-content:nth-of-type(2n+1) {
    margin-right: 13px;
}

.ac-content h3 {
    font-size: 22px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac-content h3 font {
    font-size: 22px !important;
}

.ac-list .ac-content:hover h3,
.ac-list .ac-content:hover p,
.ac-list .ac-content:hover .hdMore {
    color: #fff;
}

.ac-content p {
    font-size: 18px;
    background: url(/material/images/hdrl//time.png) 15px center no-repeat;
    color: #494949;
    padding-left: 40px;
    line-height: 40px;
}

.ac-content p.adAddress {
    background-image: url(/material/images/hdrl//dd.png);
    line-height: 28px;
}

.ac-content p.hdType {
    background-image: url(/material/images/hdrl//lx.png);
}

.ac-content p.hdStutas {
    background-image: url(/material/images/hdrl/status.png);
    font-size: 16px;
    color: #fff;
    padding-left: 30px;
    position: relative;
}

.ac-content p.jieshu {
    background-image: url(/material/images/hdrl/jieshu.png);
}

.ac-content p.jxz {
    background-image: url(/material/images/hdrl/jxz.png);
}

.ac-content p.hdText {
    text-indent: 2em;
    line-height: 30px;
    background: none;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac-content p.hdStutas::before {
    position: absolute;
    content: "";
    width: 487px;
    height: 1px;
    background: #e6c398;
    top: 50%;
    right: 0;
}

.ac-list .ac-content:hover p.hdStutas::before {
    background: #fff;
}

.ac-content .hdMore {
    font-size: 16px;
    color: #c87f26;
    background: url(/material/images/hdrl//icon.png) 70px center no-repeat;
    padding-right: 15px;
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.ac-content:hover .hdMore {
    background-image: url(/material/images/hdrl//icon1.png);
}

.page {
    text-align: center;
    height: auto;
}

.more-page {
    text-align: center;
    display: inline-block;
    margin: 30px auto 0;
    overflow: hidden;
}

.more-page a,
.more-page span {
    background: none;
    border-radius: 25px;
    display: block;
    float: left;
    width: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333;
    margin-right: 10px;
    cursor: pointer;
}

.more-page span {
    float: left;
    color: #333;
    margin-right: 10px;
}

.more-page span.here {
    color: #fff;
    background: #c4a475;
    border-radius: 50%;
    cursor: auto;
}

.more-page .previous,
.more-page .next {
    width: 100px;
    line-height: 35px;
    border: none;
    color: #fff;
    background: #c4a475;
    height: 35px;

}

.flang {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.dytip {
    font-size: 18px;
    color: #eb111c;
    position: absolute;
    left: 0px;
    top: -35px;
    display: none;
}

.tj-wrap {
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 999;
    width: 59px;
    height: 725px;
    overflow: hidden;
}

.tj-wrap .i-tj {
    background: url(/material/images/hdrl//i-tj.png);
    width: 57px;
    height: 195px;
    cursor: pointer;

    float: left;
    font-size: 0;
}

.tabs-nav {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.con-tab-bg .tabs-box li.cur {
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    color: #0777ff;
}

.tabs-nav li {
    min-width: 86px;
    float: left;
    _display: inline;
    padding: 0 14px;
}

.con-tab-bg .tabs-box {
    margin-bottom: 0;
    border: none;
    line-height: 38px;
    position: relative;
}

.con-tab-bg .tabs-box li.cur {
    background-color: #fff;
    border: none;
    border-radius: 6px 6px 0 0;
}

.zntj-tabs-con {
    background-color: #fff;
    padding: 20px 30px 30px;
}

.zntj {
    color: #fff;
}

.tabs-nav:after {
    clear: both;
}

.tabs-nav:after,
.tabs-nav:before {
    content: "";
    display: table;
    line-height: 0;
}

.tj-wrap .con-tab-bg {
    background: #0777ff;
    width: 660px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 59px;
    overflow: hidden;
    padding: 2px 2px;
}

.tj-wrap .con-tab-bg .bottom_news a {
    color: #313131;
    display: block;
    border-bottom: dashed 1px #dbdbdb;
    line-height: 45px;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tj-wrap .con-tab-bg .bottom_news span {
    color: #0777ff;
}

.mapList {
    position: relative;
    width: 1550px;
    margin-left: -145px;
    margin-top: 65px;
}

.listHd {
    background: url(/material/images/hdrl/dtyb.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 621px;
    height: 771px;
}

.mList {
    width: 100%;
    margin: 20px 0;
    height: 731px;
    overflow-y: scroll;
}

/* /* 滚动条宽度   */
.mList::-webkit-scrollbar {
    width: 5px;
    /* 对垂直滚动条有效 */
    height: 5px;
    /* 对水平滚动条有效 */
}

/* 滚动条轨道 */
.mList::-webkit-scrollbar-track {
    background: transparent;
    /* 轨道的颜色 */
    border-radius: 10px;
    /* 轨道圆角的大小 */
}

/* 滚动条滑块 */
.mList::-webkit-scrollbar-thumb {
    background: #e8d0b1;
    /* 滑块的颜色 */
    border-radius: 10px;
    /* 滑块圆角的大小 */
}

.mList .ac-content {
    width: 586px;
    background: none;
}

.mList .ac-content::before {
    position: absolute;
    content: "";
    width: 90%;
    left: 5%;
    height: 2px;
    background-color: #d8b78d;
    bottom: -20px;
}

.lbdt {
    margin-top: 40px;
    text-align: right;
}

.lbdt a {
    color: #666;
    font-size: 18px;
    margin: 0 20px;
    padding-left: 30px;
    background: url(/material/images/hdrl/liebiao.png) left center no-repeat;
}

.lbdt a.cur {
    color: #1f70d3;
}

.lbdt .ditu {
    background: url(/material/images/hdrl/ditu.png) left center no-repeat;
}

.region {
    width: 520px;
    padding: 20px 0;
    border: 1px solid #5f5f5f;
    height: 290px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
}

/* /* 滚动条宽度   */
.region::-webkit-scrollbar {
    width: 5px;
    /* 对垂直滚动条有效 */
    height: 5px;
    /* 对水平滚动条有效 */
}

/* 滚动条轨道 */
.region::-webkit-scrollbar-track {
    background: transparent;
    /* 轨道的颜色 */
    border-radius: 10px;
    /* 轨道圆角的大小 */
}

/* 滚动条滑块 */
.region::-webkit-scrollbar-thumb {
    background: #eee;
    /* 滑块的颜色 */
    border-radius: 10px;
    /* 滑块圆角的大小 */
}

.region li {
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
}

.region>li {
    position: relative;
}

.region>li::after {
    position: absolute;
    content: "";
    background: url(http://www.gxzf.gov.cn/material/images/hdrl//qy.png) -468px 0 no-repeat;
    width: 20px;
    height: 32px;
    font-size: 16px;
    color: #000;
    top: 0;
    right: 30px;
    transform: rotate(270deg);
}

.region li:hover>span {
    color: #0777ff;
}

.region li.cur>span {
    color: #0777ff;
}

.level2 {
    display: none;
}

.level1 {
    position: absolute;
    top: 0;
    left: 145px;
    background: #fff url(/material/images/hdrl/fanhui.png) 20px no-repeat;
    font-size: 18px;
    color: #2c69cc;
    font-weight: bold;
    line-height: 46px;
    padding-left: 52px;
    width: 103px;
    cursor: pointer;
    z-index: 9;
    border: 1px solid #2c69cc;
    border-radius: 20px;
    display: none;
}

.null {
    text-align: center;
}

.null p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #bd1a2d;
    line-height: 32px;
}

.ggcx {
    position: fixed;
    right: 0;
    top: 30%;
}

.ggcx li {
    padding: 4px 15px 4px 5px;
    border-radius: 40px 0 0 40px;
    margin-bottom: 15px;
    width: 68px;
    position: absolute;
    background: none;
    top: 0;
    right: 0;
}

.ggcx li:nth-of-type(2) {
    top: 105px;
}

.ggcx li:nth-of-type(3) {
    top: 210px;
}

.ggcx li:nth-of-type(4) {
    top: 315px;
}

.ggcx li img {
    height: 76px;
}

.ggcx li:hover {
    background-color: #ebdfc9;
}

.statushd {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.statushd li {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    padding: 0 10px;
    margin-right: 20px;
    cursor: pointer;
}

.statushd li.cur {
    border-bottom: 3px solid #d49a35;
    color: #d49a35;
    font-weight: bold;
}

.lbList {
    position: relative;
    min-height: 500px;
}

p.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

p.loading::before {
    animation: CBLnhQiV 1.5s linear infinite;
    -webkit-animation: CBLnhQiV 1.5s linear infinite;
    ;
    border-radius: 5px;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 200px;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
}

@keyframes CBLnhQiV {
    0% {
        box-shadow: -16px 20px 0 -5px #b0eef3, 0 20px 0 0 #2e6ee7, 16px 20px 0 2px #b0eef3
    }

    25% {
        box-shadow: -16px 20px 0 0 #b0eef3, 0 20px 0 2px #2e6ee7, 16px 20px 0 0 #b0eef3
    }

    50% {
        box-shadow: -16px 20px 0 2px #b0eef3, 0 20px 0 0 #2e6ee7, 16px 20px 0 -5px #b0eef3
    }

    75% {
        box-shadow: -16px 20px 0 0 #b0eef3, 0 20px 0 -5px #2e6ee7, 16px 20px 0 0 #b0eef3
    }

    to {
        box-shadow: -16px 20px 0 -5px #b0eef3, 0 20px 0 0 #2e6ee7, 16px 20px 0 2px #b0eef3
    }
}

@-webkit-keyframes CBLnhQiV {
    0% {
        box-shadow: -16px 20px 0 -5px #b0eef3, 0 20px 0 0 #2e6ee7, 16px 20px 0 2px #b0eef3
    }

    25% {
        box-shadow: -16px 20px 0 0 #b0eef3, 0 20px 0 2px #2e6ee7, 16px 20px 0 0 #b0eef3
    }

    50% {
        box-shadow: -16px 20px 0 2px #b0eef3, 0 20px 0 0 #2e6ee7, 16px 20px 0 -5px #b0eef3
    }

    75% {
        box-shadow: -16px 20px 0 0 #b0eef3, 0 20px 0 -5px #2e6ee7, 16px 20px 0 0 #b0eef3
    }

    to {
        box-shadow: -16px 20px 0 -5px #b0eef3, 0 20px 0 0 #2e6ee7, 16px 20px 0 2px #b0eef3
    }
}