.zl-wrapper.v1 {
    background: #f6f6f6;
    padding: 115px 0 0;
}
.zl-wrapper.v2 {
    background: #fff;
    padding: 125px 0 0;
}
.zl-container {}
.zl-content {
    width: 1200px;
    margin: 0 auto;
    position:relative;
    z-index:1;
}
.zl-topbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #262626;
    line-height: 40px;
    height: 40px;
    width: 100%;
}
.zl-topbar .inner {
    position: relative;
    z-index: 1000;
    display: flex;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    line-height: 100%;
    font-size: 14px;
}
.zl-topbar .inner .lft {
    display: flex;
}
.zl-topbar .inner .list-lk {
    display: flex;
    height: 100%;
}

.zl-topbar .inner .lk {
    margin: 0 30px 0 0;
    color: #999;
    text-decoration: none;
}
.zl-topbar .inner .home:before {
    content: '\e62a';
}
.zl-topbar .inner .lk:hover {
    color: #fff;
    cursor: pointer;
}
.zl-topbar .inner .list-other {
    display: flex;
    height: 100%;
}
.zl-topbar .inner .list-other li {
    position:relative;
    z-index: 1;
    margin: 0 0 0 20px;
    color:#999;
    cursor: pointer;
    font-size: 14px;
}
.zl-topbar .inner .list-other li.wxvideo:before {
    font-size: 16px;
    vertical-align:-1px;
}
.zl-topbar .inner .list-other li.weixin:before {
    font-size: 18px;
    vertical-align: -2px;
}
.zl-topbar .inner .list-other li.tel:before {
    font-size: 16px;
    vertical-align: -1px;
}
.zl-topbar .inner .list-other li.vline {
    display: block;
    width: 1px;
    height: 16px;
    background: #999;
    margin: 0 -10px 0 15px;
}
.zl-topbar .inner .list-other li:hover {
    color: #fff;
}
.zl-topbar .inner .list-other li:hover .appcode {
    display: block;
}
.zl-topbar .inner .list-other .appcode {
    display: none;
    position: absolute; 
    left: -35px;
    top: 28px; 
    z-index: 10;
    background: #fff;
    padding: 4px;
    box-shadow: 0 0 9px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / 50%);
    border-radius: 8px;
}
.zl-topbar .inner .list-other .appcode:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -16px;
    z-index: 10;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid;
    margin: 0 0 0 -8px;
    border-color: transparent transparent #fff transparent;
}
.zl-topbar .inner .list-other .appcode .img {
    height: 140px;
}

.zl-top {
    position:fixed;
    left: 0;
    top: 0;
    z-index: 10;
    border-top: 40px solid #252c41;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 9px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / 50%);
}
.zl-top .inner {
    display: flex;
    width: 1200px;
    height: 60px;
    background: #fff;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.zl-top .inner .nav-title {
    display: flex;
    align-items: center;
}
.zl-top .inner .title {
    margin-right: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #666;
}
.zl-top .inner .subtitle {
    position: relative;
    z-index: 1;
    top: -10px;
    padding: 0 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}
.zl-top .inner .subtitle:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    display: inline-block;
    background: #f1f1f1;
    width: 2px;
    height: 20px;
    margin: 2px 0 0;
}
.zl-top .inner .subtitle:after {
    content: 'Welcome Settled';
    color: #ccc;
    font-size: 10px;
    position:relative;
    z-index: 1;
    left: -40px;
    top: 15px;
}
.zl-top .nav-list {
    display: flex;
}
.zl-top .nav-list li {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
}
.zl-top .nav-list li a {
    display: block;
    padding: 0 20px;
    border-radius: 18px;
    color: #666;
}
.zl-top .nav-list li.active a {
    background: #f1f1f1;
}

.zl-top2 {
    position:fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;  
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 9px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 9px;
    border-top: 40px solid rgb(37, 44, 65);
    background: rgb(255, 255, 255);
}
.zl-top2 .inner {
    display: flex;
    height: 90px;
    background: #fff;
    margin: 0 auto;
    padding: 0 40px;
    justify-content: space-between;
    align-items: center;
}
.zl-top2 .inner .lft {
    display: flex;
    align-items: center;
}
.zl-top2 .inner .title {
    margin-right: 20px;
    font-size: 40px;
    font-weight: 600;
    color: #666;
}
.zl-top2 .inner .subtitle {
    position: relative;
    z-index: 1;
    top: -10px;
    padding: 0 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #666;
}
.zl-top2 .inner .subtitle:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    display: inline-block;
    background: #f1f1f1;
    width: 2px;
    height: 20px;
    margin: 2px 0 0;
}
.zl-top2 .inner .subtitle:after {
    content: 'Welcome Settled';
    color: #ccc;
    font-size: 10px;
    position:relative;
    z-index: 1;
    left: -40px;
    top: 15px;
}
.zl-top2 .nav-list {
    display: flex;
}
.zl-top2 .nav-list li {
    line-height: 36px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    margin-right: 10px;
}
.zl-top2 .nav-list li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 20px;
    display: inline-block;
    color: #666;
    transition: color .3s;
    text-transform: uppercase;
    font-size: 16px;
}
.zl-top2 .nav-list li a:hover {
    color: #088ef0;
}
.zl-top2 .nav-list li a::after {
    content: '';
    height: 3px;
    display: block;
    background: #088ef0;
    bottom: -4px;
    position: absolute;
    width: 0;
    left: 50%;
    transition: all 0.275s cubic-bezier(0, 0, 0.58, 1);
    border-radius: 5px;
}
.zl-top2 .nav-list li a:hover::after {
    width: 30%;
    left: 35%;
}
.zl-top2 .nav-list li.tel {
    width: 240px;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
    box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.zl-top2 .nav-list li.type1 {
    border-color: #ff2939;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c69), to(#ff2939));
    background: linear-gradient(#ff5c69, #ff2939);
    -webkit-animation-name: glowing-caution;
    animation-name: glowing-caution;
}
.zl-top2 .nav-list li.type2 {
    border-color: #088ef0;
    background: -webkit-gradient(linear, left top, left bottom, from(#34a5f8), to(#088ef0));
    background: linear-gradient(#34a5f8, #088ef0);
    -webkit-animation-name: glowing-primary;
    animation-name: glowing-primary;
}

.zl-img-list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.zl-img-list1 li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
}
.zl-img-list1 .u-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    height: 200px;
    border-radius: 4px;
}
.zl-img-list1 .u-img .ico-good {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: auto;
    height: 30px;
    border-radius: 0;
}
.zl-img-list1 .img {
    display: block;
    width: 100%;
    height: 100%;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}
.zl-img-list1 .u-img:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.zl-img-list1 .detail {
    padding: 12px 2px 10px;
}
.zl-img-list1 .tit {
    font-size: 17px;
    font-weight: 600;
    color: #474849;
}
.zl-img-list1 .tit a {
    color: #474849;
}
.zl-img-list1 .tit a:hover {
    color: #ff9500;
}
.zl-img-list1 .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 24px;
    margin-top: 5px;
}
.zl-img-list1 .address {
    flex: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a6acbd;
    font-size: 13px;
}
.zl-img-list1 .address:before {
    content: '\e606';
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4aaae0;
}
.zl-img-list1 .address a {
    color: #999;
}
.zl-img-list1 .address a:hover {
    color: #ff9500;
}
.zl-img-list1 .address .icon-location {
    vertical-align: -1px;
}
.zl-img-list1 .price {
    font-size: 12px;
    color: #a6acbd;
    font-weight: 400;
}
.zl-img-list1 .price em {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #4aaae0;
}

.zl-img-list2 {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
  	grid-template-rows: 200px 200px;
  	grid-row-gap: 10px;
  	grid-column-gap: 10px;
}
.zl-img-list2.v1 {
    grid-template-columns: 1fr 1fr;
}
.zl-img-list2 .item {
}
.zl-img-list2 .item .img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.zl-img-list2 .type {
	grid-row-start: span 2;
}
.zl-img-list2 .type2 {
    grid-row-start: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 410px 410px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}
.zl-img-list2 .subtype {
	display: grid;
	grid-template-columns: 1fr 1fr;
  	grid-template-rows: 200px 200px;
  	grid-row-gap: 10px;
  	grid-column-gap: 10px;
}
.zl-img-list3 {
    display: grid;
    height: 350px;
    margin: 20px -10px;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(4, 350px);
    grid-row-gap: 20px;
    grid-column-gap: 0;
    grid-auto-flow: row;
}
.zl-img-list3 .item {
    margin: 0 10px;
}
.zl-img-list3 .lk, .zl-img-list4 .lk {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    border-radius: 6px;
}
.zl-img-list3 .item .img, .zl-img-list4 .item .img {
    width: 100%; 
    height: 100%;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}
.zl-img-list3 .item:hover .img, .zl-img-list4 .item:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.zl-img-list3 .item .desc, .zl-img-list4 .item .desc {
    height: 140px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -90px;
    z-index: 10;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.1)));
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}
.zl-img-list3 .item .desc h2, .zl-img-list4 .item .desc h2 {
     padding: 16px 20px 0;
     line-height:30px;
     background:url(../images/bj.png) repeat-x;
     color:#fff;
     font-size:18px;
}
.zl-img-list3 .item .desc p, .zl-img-list4 .item .desc p {
     padding: 10px 18px 20px;
     font-size:14px;
     line-height:22px;
     color:#fff;
     min-height:66px;
}
.zl-img-list3 .item:hover .desc, .zl-img-list4 .item:hover .desc {
    bottom: 0px;
}
.zl-img-list4 {
    display: grid;
    height: 180px;
    margin: 20px -10px;
    grid-template-columns: repeat(3, 33.33%);
    grid-template-rows: repeat(3, 180px);
    grid-row-gap: 20px;
    grid-column-gap: 0;
    grid-auto-flow: row;
}
.zl-img-list4 .item {
    margin: 0 10px;
}
.zl-img-list4 .item .desc {
    height: 110px;
    bottom: -60px;
}

.zl-tit {
	padding: 20px 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.zl-tit:before {
    content: '\e617';
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4aaae0;
}
.zl-tit2 {
    padding: 20px 0;
    font-size: 26px;
    font-weight: 600;
    color: #333;
}
.zl-section {
    background: #fff;
    border-radius: 6px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.zl-source {

}
.zl-source.v1 {

}
.zl-source .source-tit {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
}
.zl-source.v1 .source-tit {
    background: #fff;
    border-top: 1px #f2f2f2 solid;
}
.zl-source .source-tit .img {
    width: 120px;
    margin-right: 20px;
    text-align: center;
}
.zl-source .source-tit .t {
    display: block;
    flex: 1;
}
.zl-source .source-list {

}
.zl-source .source-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center;
}
.zl-source .source-list li:last-child {
    border-bottom: none;
}
.zl-source .source-list .u-img {
    overflow: hidden;
    display: block;
    width: 150px;
    height: 100px;
    margin-right: 20px;
}
.zl-source .source-list .u-img .img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.zl-source .source-list .item {
    display: block;
    flex: 1;
}
.zl-source .source-list em {
    font-style: normal;
    color: #e81e1a;
    font-size: 20px;
    font-weight: bold;
}
.zl-source .source-list em.v1 {
    color: #088ef0;
}
.zl-source .source-more {
    margin: -45px 0 20px;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    color: #088ef0;
}

.zl-map .map-area { height: 500px; }
.zl-map .map { width: 100%; height: 100%; }

.fix-subscribe {
    display: block;
    top: 140px;
    margin-left: 20px;
    z-index: 100;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    width: 220px;
    height: 320px;
    border-radius: 8px;
    box-shadow: 0 8px 20px #0006;
}
.fix-subscribe.v1 {
    height: 420px;
}
.fix-subscribe.fixed {
    position:fixed;
}
.fix-subscribe .tit {
    padding-top: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}
.fix-subscribe .subtit {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-align: center;
    margin-bottom: 20px
}
.fix-subscribe .input-txt {
    width: 100%;
    height: 34px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 2px
}
.fix-subscribe .input-txt input {
    width: 100%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #333;
    padding: 0 13px;
    box-sizing: border-box;
    border: 0 none;
}
.fix-subscribe .input-txt input::-webkit-input-placeholder, 
.fix-subscribe .input-txt input::placeholder {
    color: #999;
}
.fix-subscribe .fbtn {
    width: 100%;
    height: 32px;
    text-align: center;
    color: #fff;
    background: #008eed;
    cursor: pointer;
    border-radius: 4px; 
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0;
}
.fix-subscribe .line {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 10px
}
.fix-subscribe .line:after {
    left: 0
}
.fix-subscribe .line:after,.fix-subscribe .line:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background: #d8d8d8;
    top: 7px
}
.fix-subscribe .line:before {
    right: 0
}
.fix-subscribe .code {
    text-align: center;
}
.fix-subscribe .code img {
    width: 120px;
    height: 120px;
    text-align: center;
}
.fix-subscribe .tel {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.fix-right {
	position: fixed;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    padding: 120px 0 0;
    z-index: 1002;
}
.fix-right .sidebar-item a,.fix-right .sidebar-item span {
    height: 50px;
    line-height: 50px
}
.fix-right .sidebar-item a {
    display: block;
    width: 38px;
    overflow: hidden;
    cursor: pointer;
    text-align:center;
    color: #333;
}
.fix-right .sidebar-item a:hover {
    color: #008eed;
}
    
.fix-right .sidebar-item {
    position: relative;
}
.fix-right .sidebar-item:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ccc;
	margin: 0 auto;
}
.fix-right .sidebar-item:last-child:after {
	display: none;
}
.fix-right .loupan .icon-fix-right1,
.fix-right .fangyuan .icon-fix-right2,
.fix-right .xiangqing .icon-fix-right7,
.fix-right .zhoubian .icon-fix-right3,
.fix-right .map .icon-fix-right4,
.fix-right .phonekf .icon-fix-right5,
.fix-right .weixinkf .icon-fix-right6 {
	font-size: 28px;
}
.fix-right .sidebar-item .popup {
    position: absolute;
    right: 48px;
    top: 0;
    z-index: 1;
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    background: #008eed;
    white-space: nowrap;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    opacity: 0;
    text-align: center;
}
.fix-right .sidebar-item .popup i {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    width: 0;
    height: 0;
    margin: -5px -10px 0 0;
    font-size: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #008eed;
    overflow: hidden
}
.fix-right .sidebar-item .popup-qr {
	height: 120px;
    top: -35px;
    padding: 10px;
    background: #008eed;
}
.fix-right .sidebar-item .popup-qr i {
    border-color: transparent transparent transparent #008eed
}
.fix-right .sidebar-item .popup-qr .img {
    display: block;
    border-radius: 4px;
}
.fix-right .sidebar-item .popup-qr .qr-title {
    display: block;
    padding-top: 8px;
    color: #fff;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    font-style: normal;
}

.zl-footer { background: #f6f6f6 }
.zl-footer .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.zl-footer .txt1 {
    margin: 12px 0;
    font-size:30px;
    font-weight: 600;
    text-align:center;
    color: #333;
}
.zl-footer .txt2 {
    margin: 12px 0;
    font-size: 16px;
    text-align: center;
    color: #088ef0;
}
.zl-footer .txt2 em {
    margin: 0 10px;
}
.zl-footer .tel {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.zl-footer .tel:before {
    margin-right: 4px;
    font-size: 20px;
    vertical-align: 2px;
}
.zl-footer .copyright {
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.zl-footer2 {
    background: #252c41;
}
.zl-footer2 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.zl-footer2 .footer-tel {
    margin: 20px 0;
    text-align: left;
    font-size: 60px;
    font-weight: 600;
    color: #d2d2d2;
}
.zl-footer2 .footer-box {
    display: flex;
    justify-content: flex-start;
    margin: 40px 0;
}
.zl-footer2 .footer-box .bd-area:nth-child(1) {
    width: 50%;
}
.zl-footer2 .footer-box .bd-area:nth-child(2), .zl-footer2 .footer-box .bd-area:nth-child(3) {
    width: 25%;
}
.zl-footer2 .footer-box .bd-area {}
.zl-footer2 .footer-box .tit {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    margin: 10px 0;
}
.zl-footer2 .footer-box .input-txt {
    width: 300px;
    height: 48px;
    padding: 0 15px;
    margin: 10px 0;
    line-height: 48px;
    font-weight: 400;
    color: #333;
    background: #fff;
    border-radius: 4px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.zl-footer2 .footer-box .btn-subscribe {
    display: block;
    width: 300px;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
}
.zl-footer2 .footer-box .wxcode {
    width: 120px;
}
.zl-footer2 .footer-box .tel {
    display: block;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.zl-footer2 .footer-box .txt {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #999;
}
.zl-footer2 .footer-box .txt em {
    opacity: 1;
    margin: 0 20px 0 0;
    font-style: normal;
}

@-webkit-keyframes glowing-primary {
  from {
    -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
            box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); 
    }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(27, 154, 247, 0.8);
            box-shadow: 0 0 20px rgba(27, 154, 247, 0.8); 
     }
  to {
    -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
            box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); 
     } 
  }
@keyframes glowing-primary {
  from {
    -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
            box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); 
       }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(27, 154, 247, 0.8);
            box-shadow: 0 0 20px rgba(27, 154, 247, 0.8); 
     }
  to {
    -webkit-box-shadow: 0 0 0 rgba(27, 154, 247, 0.3);
            box-shadow: 0 0 0 rgba(27, 154, 247, 0.3); 
     } 
}
@-webkit-keyframes glowing-plain {
  from {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 rgba(255, 255, 255, 0.3); 
       }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8); 
      }
  to {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
     } 
 }
 @-webkit-keyframes glowing-caution {
  from {
    -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
            box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 67, 81, 0.8);
            box-shadow: 0 0 20px rgba(255, 67, 81, 0.8); }
  to {
    -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
            box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); } }
@keyframes glowing-caution {
  from {
    -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
            box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 67, 81, 0.8);
            box-shadow: 0 0 20px rgba(255, 67, 81, 0.8); }
  to {
    -webkit-box-shadow: 0 0 0 rgba(255, 67, 81, 0.3);
            box-shadow: 0 0 0 rgba(255, 67, 81, 0.3); } }
@-webkit-keyframes glowing-royal {
  from {
    -webkit-box-shadow: 0 0 0 rgba(123, 114, 233, 0.3);
            box-shadow: 0 0 0 rgba(123, 114, 233, 0.3); }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(123, 114, 233, 0.8);
            box-shadow: 0 0 20px rgba(123, 114, 233, 0.8); }
  to {
    -webkit-box-shadow: 0 0 0 rgba(123, 114, 233, 0.3);
            box-shadow: 0 0 0 rgba(123, 114, 233, 0.3); } }