 /*通用*/
 * {
   margin: 0;
   padding: 0;
 }

 body {
   font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
   color: #333;
   background: #FFF;
 }

 ul,
 li,
 p,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 dl,
 dt,
 dd {
   margin: 0px;
   padding: 0px;
   border: none;
   list-style: none;
 }

 a {
   text-decoration: none;
   text-shadow: none;
   font-weight: normal;
 }

 ul {
   list-style: none;
 }

 textarea,
 input {
   outline: none;
   -webkit-appearance: none;
   font-family: "微软雅黑";
 }

 select {
   font-family: "微软雅黑";
 }

 input[type="reset"],
 input[type="button"],
 input[type="submit"] {
   cursor: pointer;
   overflow: visible;
 }

 .fl {
   float: left;
 }

 .fr {
   float: right
 }

 a {
   color: #6c6c6c;
   text-decoration: none;
 }

 img {
   border: none;
 }

 .clear:before,
 .clear:after {
   content: ' ';
   display: block;
   height: 0;
   clear: both;
   overflow: hidden;
 }

 .dk {
   width: 1200px;
   margin: 0 auto;
 }

 /*header*/
 .header {
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 10;
 }

 .headK {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   margin: 0 auto;
 }

 .hdlogo {
   display: block;
   margin-right: auto;
 }

 .phone {
   color: #000;
   background-image: url("../images/icon/phone1.png");
   background-repeat: no-repeat;
   background-position: left center;
 }

 .headNr .phone {
   color: #fff;
   background-image: url("../images/icon/phone.png");
 }

 /*导航*/
 .Menu ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap
 }

 .Menu ul li {
   display: block;
   position: relative;
 }

 .MenuA {
   display: block;
 }

 /*footer*/
 .foot {
   width: 100%;
   background: #2d3845;
   color: #FFF;
 }

 .ftdk {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
 }

 .ftLog img {
   display: block;
   margin: 0 auto;
 }

 .ftN {
   position: relative;
 }

 .ftNav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
 }

 .ftNava {
   color: #fff;
   display: block;
 }

 .ftNav p {
   color: #515e6e;
 }

 .ftNr {
   color: #fff;
 }

 .FtC {
   color: #616f80;
   text-align: center;
   background: #232d38;
 }

 @media screen and (min-width:1280px) {

   /*header*/
   .header {
     background: #FFF;
     border-bottom: 1px solid #e9e9e9
   }

   .headNr {
     background: rgba(1, 21, 149, 0.95);
     border-bottom: 1px solid rgba(255, 255, 255, 0.16)
   }

   .headK {
     height: 79px;
     width: 1200px;
     margin: 0 auto;
   }

   .hdlogo {
     width: 290px;
   }

   .hdlogo img {
     width: 280px;
   }

   .phone {
     font-size: 16px;
     line-height: 29px;
     background-size: 19px;
     padding-left: 26px;
     margin-left: 25px;
   }

   /*导航*/
   .wapMenu,
   .wapNav {
     display: none;
   }

   .Menu {
     display: block;
   }

   .Menu ul {}

   .MenuA {
     display: block;
   }

   .Menu ul li {
     padding: 0 24px;
   }

   .MenuA {
     line-height: 79px;
     font-size: 16px;
     color: #000;
     position: relative;
   }

   .headNr .MenuA {
     color: #FFF;
   }

   .MenuA:before {
     content: ' ';
     width: 0;
     height: 5px;
     border-radius: 3px;
     display: block;
     background: #277dff;
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     bottom: 0;
     transition: 0.5s;
   }

   .Menu ul li .on:before,
   .MenuA:hover:before {
     width: 25px;
     transition: 0.5s;
   }

   .Menu ul li .on,
   .MenuA:hover {
     color: #0064ff
   }

   /*footer*/
   .ftdk {
     width: 1270px;
     margin: 0 auto;
     padding: 45px 0 20px;
   }

   .ftLog {
     width: 290px;
   }

   .ftLog img {
     width: 290px;
   }

   .ftN {
     padding-left: 20px;
     width: 650px;
   }

   .ftN:before {
     content: ' ';
     display: block;
     width: 1px;
     height: 90px;
     background: rgba(255, 255, 255, 0.25);
     position: absolute;
     left: 0;
     top: 50%;
     margin-top: -45px;
   }

   .ftN:after {
     content: ' ';
     display: block;
     width: 1px;
     height: 90px;
     background: rgba(255, 255, 255, 0.25);
     position: absolute;
     right: 40px;
     top: 50%;
     margin-top: -45px;
   }

   .ftNav {
     height: 30px;
   }

   .ftNava {
     font-size: 16px;
   }

   .ftNav p {
     font-size: 12px;
     margin: 0 18px;
   }

   .ftNava:hover {
     text-decoration: underline;
   }

   .ftNr {
     font-size: 14px;
     line-height: 24px;
     margin-top: 15px;
   }

   .FtC {
     font-size: 14px;
     line-height: 40px;
   }

   .qrCode {
     display: flex;
     position: relative;
   }

   .qrCode .popover {
     position: absolute;
     left: -150px;
     top: -150px;
     z-index: 10;
     background-color: #FFF;
     border: 1px solid #dcdcdc;
     color: #000;
     padding: 10px 0;
   }

   .qrCode .popover div {
     display: flex;
     flex-direction: column;
     position: relative;
   }

   .qrCode .popover .list:before {
     content: ' ';
     display: block;
     width: 1px;
     height: 80px;
     background: rgba(0, 0, 0, 0.25);
     position: absolute;
     left: 135px;
     top: 50%;
     margin-top: -45px;
   }

   .qrCode .popover div img {
     width: 120px;
     height: 120px;
   }

   .qrCode div {
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 15px;
   }

   .qrCode img {
     width: 40px;
     height: 40px;
     margin-right: 5px;
   }

   .popover .n-popover-arrow {
     bottom: -5px;
   }

   .popover .n-popover-arrow.qq-arrow {
     left: 70% !important;
   }

   .popover .n-popover-arrow.wx-arrow {
     left: 40% !important;
   }
 }

 @media screen and (max-width:1279px) and (min-width:980px) {

   /*header*/
   .header {
     background: #FFF;
     border-bottom: 1px solid #e9e9e9
   }

   .headNr {
     background: rgba(1, 21, 149, 0.95);
     border-bottom: 1px solid rgba(255, 255, 255, 0.16)
   }

   .headK {
     height: 69px;
     width: 900px;
     margin: 0 auto;
   }

   .hdlogo {
     width: 250px;
   }

   .hdlogo img {
     width: 250px;
   }

   .phone {
     font-size: 15px;
     line-height: 25px;
     background-size: 17px;
     padding-left: 24px;
     margin-left: 20px;
   }

   /*导航*/
   .wapMenu,
   .wapNav {
     display: none;
   }

   .Menu {
     display: block;
   }

   .Menu ul {}

   .MenuA {
     display: block;
   }

   .Menu ul li {
     padding: 0 19px;
   }

   .MenuA {
     line-height: 69px;
     font-size: 15px;
     color: #000;
     position: relative;
   }

   .headNr .MenuA {
     color: #FFF;
   }

   .MenuA:before {
     content: ' ';
     width: 0;
     height: 4px;
     border-radius: 2px;
     display: block;
     background: #277dff;
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     bottom: 0;
     transition: 0.5s;
   }

   .Menu ul li .on:before,
   .MenuA:hover:before {
     width: 20px;
     transition: 0.5s;
   }

   .Menu ul li .on,
   .MenuA:hover {
     color: #0064ff
   }

   /*footer*/
   .ftdk {
     width: 960px;
     margin: 0 auto;
     padding: 35px 0 20px;
   }

   .ftLog {
     width: 270px;
   }

   .ftLog img {
     width: 230px;
   }

   .ftN {
     padding-left: 25px;
     width: 560px;
   }

   .ftN:before {
     content: ' ';
     display: block;
     width: 1px;
     height: 70px;
     background: rgba(255, 255, 255, 0.25);
     position: absolute;
     left: 0;
     top: 50%;
     margin-top: -35px;
   }

   .ftN:after {
     content: ' ';
     display: block;
     width: 1px;
     height: 90px;
     background: rgba(255, 255, 255, 0.25);
     position: absolute;
     right: 0;
     top: 50%;
     margin-top: -45px;
   }

   .ftNav {
     height: 30px;
   }

   .ftNava {
     font-size: 15px;
   }

   .ftNav p {
     font-size: 12px;
     margin: 0 15px;
   }

   .ftNava:hover {
     text-decoration: underline;
   }

   .ftNr {
     font-size: 13px;
     line-height: 24px;
     margin-top: 10px;
   }

   .FtC {
     font-size: 13px;
     line-height: 38px;
   }

   .qrCode {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     position: relative;
   }

   .qrCode .popover {
     position: absolute;
     display: flex;
     flex-direction: column;
     left: -116px;
     top: -180px;
     z-index: 10;
     background-color: #FFF;
     border: 1px solid #dcdcdc;
     color: #000;
     padding: 10px;
   }

   .qrCode .popover div {
     display: flex;
     flex-direction: column;
     position: relative;
     text-align: center;
     margin-bottom: 10px;
   }

   .qrCode .popover .list:before {
     content: ' ';
     display: block;
     height: 1px;
     width: 80px;
     background: rgba(0, 0, 0, 0.25);
     position: absolute;
     top: 145px;
     left: 50%;
     margin-left: -40px;
   }

   .qrCode .popover div img {
     width: 120px;
     height: 120px;
   }

   .qrCode .showPopover {
     cursor: pointer;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     margin: 5px 0 5px 40px;
   }

   .qrCode img {
     width: 30px;
     height: 30px;
   }

   .popover .n-popover-arrow {
     right: -5px !important;
     top: 60% !important;
   }
 }

 @media screen and (max-width:979px) and (min-width:640px) {

   /*header*/
   .header {
     background: #FFF;
     border-bottom: 1px solid #e9e9e9
   }

   .headNr {
     background: rgba(1, 21, 149, 0.95);
     border-bottom: 1px solid rgba(255, 255, 255, 0.16)
   }

   .headK {
     height: 55px;
     width: 92%;
     margin: 0 auto;
   }

   .hdlogo {
     width: 200px;
   }

   .hdlogo img {
     width: 200px;
   }

   .phone {
     font-size: 15px;
     line-height: 25px;
     background-size: 17px;
     padding-left: 24px;
     margin-left: 20px;
   }

   /*导航*/
   .Menu {
     display: none;
   }

   .wapNav {
     display: block;
     width: 11%;
     height: 40px;
     background-size: 40px;
     background-position: right center;
     background-repeat: no-repeat;
     background-image: url("../images/icon/sp_icon2.png");
   }

   .wapNavO {
     background-image: url("../images/icon/sp_icon4.png")
   }

   .headNr .wapNav {
     background-image: url("../images/icon/sp_icon1.png");
   }

   .headNr .wapNavO {
     background-image: url("../images/icon/sp_icon5.png")
   }

   /*导航*/
   .Menu {
     display: none;
   }

   .wapMenu {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 8;
     width: 100%;
     height: 100%;
     background: rgba(0, 71, 150, 0.8);
   }

   .wapMenu ul {
     padding-top: 55px;
   }

   .wapMenu ul li {
     padding: 0 4%;
   }

   .wapMenuA {
     display: block;
     line-height: 55px;
     font-size: 17px;
     color: #FFF;
     text-align: center;
     border-bottom: 1px solid rgba(255, 255, 255, 0.4)
   }

   .wapMenuA:first-child() {
     border-top: none;
   }

   /*footer*/
   .ftdk {
     width: 600px;
     margin: 0 auto;
     padding: 30px 0 20px;
   }

   .ftLog {
     width: 210px;
   }

   .ftLog img {
     width: 210px;
   }

   .ftN {}

   .ftNav {
     height: 20px;
   }

   .ftNava {
     font-size: 14px;
   }

   .ftNav p {
     font-size: 12px;
     margin: 0 10px;
   }

   .ftNr {
     font-size: 12px;
     line-height: 20px;
     margin-top: 10px;
   }

   .FtC {
     font-size: 12px;
     line-height: 36px;
   }

   .qrCode {
     display: flex;
     position: relative;
     width: 100%;
     justify-content: left;
   }

   .qrCode .popover {
     position: absolute;
     display: flex;
     left: 0;
     top: -130px;
     z-index: 10;
     background-color: #FFF;
     border: 1px solid #dcdcdc;
     color: #000;
     padding: 10px;
   }

   .qrCode .popover div {
     display: flex;
     flex-direction: column;
     position: relative;
     text-align: center;
     margin: 0 10px;
   }

   .qrCode .popover .list:before {
     content: ' ';
     display: block;
     width: 1px;
     height: 80px;
     background: rgba(0, 0, 0, 0.25);
     position: absolute;
     left: 135px;
     top: 50%;
     margin-top: -45px;
   }

   .qrCode .popover div img {
     width: 120px;
     height: 120px;
   }

   .qrCode .showPopover {
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 15px 30px 0 0;
   }

   .qrCode .showPopover img {
     width: 40px;
     height: 40px;
     margin-right: 5px;
   }

   .popover .n-popover-arrow {
     bottom: -5px;
   }

   .popover .n-popover-arrow.qq-arrow {
     left: 180px !important;
   }

   .popover .n-popover-arrow.wx-arrow {
     left: 50px !important;
   }
 }

 @media only screen and (max-width: 639px) {

   /*header*/
   .header {
     background: #FFF;
   }

   .headNr {
     background: rgba(1, 21, 149, 0.95);
   }

   .headK {
     height: 0.44rem;
     width: 92%;
     margin: 0 auto;
   }

   .hdlogo {}

   .hdlogo img {
     width: auto;
     height: 0.35rem;
   }

   .phone {
     display: none;
   }

   /*导航*/
   .Menu {
     display: none;
   }

   .wapNav {
     display: block;
     width: 11%;
     height: 0.3rem;
     background-size: 0.3rem;
     background-position: right center;
     background-repeat: no-repeat;
     background-image: url("../images/icon/sp_icon2.png");
   }

   .wapNavO {
     background-image: url("../images/icon/sp_icon4.png")
   }

   .headNr .wapNav {
     background-image: url("../images/icon/sp_icon1.png");
   }

   .headNr .wapNavO {
     background-image: url("../images/icon/sp_icon5.png")
   }

   /*导航*/
   .Menu {
     display: none;
   }

   .wapMenu {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 8;
     width: 100%;
     height: 100%;
     background: rgba(0, 71, 150, 0.8);
   }

   .wapMenu ul {
     padding-top: 0.44rem;
   }

   .wapMenu ul li {
     padding: 0 4%;
   }

   .wapMenuA {
     display: block;
     line-height: 0.4rem;
     font-size: 0.14rem;
     color: #FFF;
     text-align: center;
     border-bottom: 0.01rem solid rgba(255, 255, 255, 0.4)
   }

   .ftdk {
     width: 92%;
     padding: 0.18rem 4% 0.12rem;
   }

   .ftLog {
     width: 100%;
   }

   .ftLog img {
     width: 58%;
   }

   .ftN {
     padding-top: 0.1rem;
     width: 100%;
   }

   .ftNav {
     height: 0.2rem;
     justify-content: space-between;
   }

   .ftNava {
     font-size: 0.1rem;
   }

   .ftNav p {
     font-size: 0.1rem;
   }

   .ftNr {
     font-size: 0.1rem;
     line-height: 0.2rem;
     margin-top: 0.05rem;
   }

   .FtC {
     font-size: 0.1rem;
     line-height: 0.16rem;
     width: 92%;
     padding: 0.05rem 4%;
   }

   .qrCode {
     display: flex;
     position: relative;
     width: 100%;
     justify-content: left;
   }

   .qrCode .popover {
     position: absolute;
     display: flex;
     left: 0;
     top: -130px;
     z-index: 10;
     background-color: #FFF;
     border: 1px solid #dcdcdc;
     color: #000;
     padding: 10px;
   }

   .qrCode .popover div {
     display: flex;
     flex-direction: column;
     position: relative;
     text-align: center;
     margin: 0 10px;
   }

   .qrCode .popover .list:before {
     content: ' ';
     display: block;
     width: 1px;
     height: 80px;
     background: rgba(0, 0, 0, 0.25);
     position: absolute;
     left: 135px;
     top: 50%;
     margin-top: -45px;
   }

   .qrCode .popover div img {
     width: 120px;
     height: 120px;
   }

   .qrCode .showPopover {
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 15px 30px 0 0;
   }

   .qrCode .showPopover img {
     width: 40px;
     height: 40px;
     margin-right: 5px;
   }

   .popover .n-popover-arrow {
     bottom: -5px;
   }

   .popover .n-popover-arrow.qq-arrow {
     left: 180px !important;
   }

   .popover .n-popover-arrow.wx-arrow {
     left: 50px !important;
   }
 }

 @media only screen and (max-width: 480px) {
   .qrCode {
     display: flex;
     position: relative;
     width: 100%;
     justify-content: left;
   }

   .qrCode .popover {
     position: absolute;
     display: flex;
     left: -14px;
     top: -125px;
     z-index: 10;
     background-color: #FFF;
     border: 1px solid #dcdcdc;
     color: #000;
     padding: 5px;
   }

   .qrCode .popover div {
     display: flex;
     flex-direction: column;
     position: relative;
     text-align: center;
     margin: 0 10px;
   }

   .qrCode .popover .list:before {
     content: ' ';
     display: block;
     width: 1px;
     height: 80px;
     background: rgba(0, 0, 0, 0.25);
     position: absolute;
     left: 110px;
     top: 50%;
     margin-top: -45px;
   }

   .qrCode .popover div img {
     width: 100px;
     height: 100px;
   }

   .qrCode .showPopover {
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 15px 30px 0 0;
   }

   .qrCode .showPopover img {
     width: 40px;
     height: 40px;
     margin-right: 5px;
   }
 }

 @media screen and (min-width:960px) {
   .Run {
     transition: All 0.6s ease-in-out;
     -webkit-transition: All 0.6s ease-in-out;
     -moz-transition: All 0.6s ease-in-out;
     -o-transition: All 0.6s ease-in-out;
   }

   .Run:hover {
     transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
   }

   .Run1 {
     transition: All 0.6s ease-in-out;
     -webkit-transition: All 0.6s ease-in-out;
     -moz-transition: All 0.6s ease-in-out;
     -o-transition: All 0.6s ease-in-out;
   }

   .Run1:hover {
     transform: rotateY(180deg);
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
     -ms-transform: rotateY(180deg);
   }

   .Mover {
     transition: 0.5s;
     transition: All 0.4s ease-in-out;
     -webkit-transition: All 0.4s ease-in-out;
     -moz-transition: All 0.4s ease-in-out;
     -o-transition: All 0.4s ease-in-out;
   }

   .Mover:hover {
     transition: 0.5s;
     ransform: translate(0, -10px);
     -webkit-transform: translate(0, -10px);
     -moz-transform: translate(0, -10px);
     -o-transform: translate(0, -10px);
     -ms-transform: translate(0, -10px);
   }

   .enlarge img {
     width: 100%;
     transition: 0.5s;
   }

   .enlarge:hover img {
     -ms-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -webkit-transform: scale(1.05);
     -o-transform: scale(1.05);
     transform: scale(1.05);
     transition: 0.5s;
   }

   .IndSupA {
     width: 100%;
     transition: 0.5s;
   }

   .IndSupA:hover {
     -ms-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -webkit-transform: scale(1.05);
     -o-transform: scale(1.05);
     transform: scale(1.05);
     transition: 0.5s;
   }
 }






 @media only screen and (max-width:1679px) {}


 @-webkit-keyframes rotation {
   from {
     -webkit-transform: rotate(0deg);
   }

   to {
     -webkit-transform: rotate(360deg);
   }
 }

 @keyframes Updown {
   from {
     margin-top: 10px;
   }

   to {
     margin-top: 0px;
   }
 }

 @-webkit-keyframes Updown {
   from {
     margin-top: 10px;
   }

   to {
     margin-top: 0px;
   }
 }

 @-webkit-keyframes scale-three2 {
   0% {
     transform: scale(1);
     opacity: 1;
     transition: 1.5s;
   }

   100% {
     transform: scale(1.2);
     opacity: 0;
     transition: 1.5s;
   }
 }

 html {
   font-size: 625%;
   /*100 ÷ 16 × 100% = 625%*/
 }

 /*出的各分辨率媒体查询换算：*/
 @media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
   html {
     font-size: 703%;
   }
 }

 @media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
   html {
     font-size: 732.4%;
   }
 }

 @media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
   html {
     font-size: 750%;
   }
 }

 @media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait) {
   html {
     font-size: 781.25%;
   }
 }

 @media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait) {
   html {
     font-size: 808.6%;
   }
 }

 @media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait) {
   html {
     font-size: 843.75%;
   }
 }

 @media screen and (min-width:480px) and (max-width:539px) and (orientation:portrait) {
   html {
     font-size: 940%;
   }
 }

 @media screen and (min-width:540px) and (max-width:639px) and (orientation:portrait) {
   html {
     font-size: 1040.75%;
   }
 }


 .cs-nav {
   position: fixed;
   z-index: 9;
   bottom: 40%;
   right: calc(40px);
   height: 180px;
   width: 70px;
   border: 1px solid #dcdcdc;
   background-color: #FFF;
 }

 .cs-nav .nav {
   position: absolute;
   display: flex;
   left: -125px;
   top: -80px;
   z-index: 9;
   background-color: #FFF;
   border: 1px solid #dcdcdc;
   color: #000;
   padding: 10px;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
 }

 .cs-nav .nav img {
   width: 90px;
   height: 90px;
 }

 .cs-nav .nav div {
   margin: 5px 0;
 }

 .cs-nav .cs-wx {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin: 20px 0;
   cursor: pointer;
 }

 .cs-nav div {}

 .cs-nav div img {
   width: 40px;
   height: 40px;
 }

 .nav .n-nav-arrow {
   width: 8px;
   height: 8px;
   border-width: 1px;
   border-style: solid;
   border-color: #dcdcdc #dcdcdc transparent transparent;
   background-color: inherit;
   position: absolute;
   right: -5px;
   top: 50%;
   margin-left: 0;
   margin-right: 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   bottom: 15px;
   z-index: -1 !important;
   overflow: hidden;
 }

 .popover .n-popover-arrow {
   width: 8px;
   height: 8px;
   border-width: 1px;
   border-color: #dcdcdc #dcdcdc transparent transparent;
   background-color: inherit;
   position: absolute !important;
   margin-left: 0;
   margin-right: 0;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   z-index: -1 !important;
   overflow: hidden;
 }