 .xxbox {
   display: block;
   position: absolute;
   top: 150px;
   left: 550px;
   overflow: auto;
   z-index: 999;
 }

 .xxbox-1 {
   width: 550px;
   height: 700px;
   margin: 0 auto;
 }

 #xx {
   width: 25px;
   height: 25px;
   position: relative;
   left: 230px;
   top: 30px;
 }

 .xxbox-2 {
   width: 25px;
   height: 25px;
   background-color: #f1faff;
 }

 .xxbox {
   display: block;
   position: absolute;
   top: 240px;
   left: 630px;
   overflow: auto;
   z-index: 999;
   border-radius: 25px;
   background-color: rgba(116, 116, 116, 0.2);
   box-shadow: 0 0 5px 1px #999
 }

 .xxbox-1 {
   width: 530px;
   height: 700px;
   margin: 0 auto;
 }

 #xx {
   width: 25px;
   height: 25px;
   position: relative;
   left: 200px;
   top: 30px;
 }

 .xxbox-2 {
   width: 40px;
   height: 40px;
   border-width: 0px;
   border-radius: 6px;
   cursor: pointer;
   outline: none;
   color: #000;
   font-size: 16px;
 }

 .xxbox-2>img {
   width: 40px;
   height: 40px;
 }

 /* css 重置 */
 * {
   margin: 0;
   padding: 0;
   list-style: none;
 }

 img {
   border: 0;
 }

 a {
   text-decoration: none;
   color: #333;
 }

 /* 本例子css */
 .slideBox {
   width: 100%;
   height: 350px;
   overflow: hidden;
   position: relative;
   border: 1px solid #ddd;
 }

 .slideBox .hd {
   height: 15px;
   overflow: hidden;
   position: absolute;
   right: 5px;
   bottom: 5px;
   z-index: 1;
 }

 .slideBox .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
 }

 .slideBox .hd ul li {
   float: left;
   margin-right: 2px;
   width: 15px;
   height: 15px;
   line-height: 14px;
   text-align: center;
   background: #fff;
   cursor: pointer;
 }

 .slideBox .hd ul li.on {
   background: #f00;
   color: #fff;
 }

 .slideBox .bd {
   position: relative;
   height: 100%;
   z-index: 0;
 }

 .slideBox .bd li {
   zoom: 1;
   vertical-align: middle;
 }

 .slideBox .bd img {
   width: 100%;
   height: 350px;
   display: block;
 }

 /* 下面是前/后按钮代码，如果不需要删除即可 */
 .slideBox .prev,
 .slideBox .next {
   position: absolute;
   left: 3%;
   top: 50%;
   margin-top: -25px;
   display: block;
   width: 32px;
   height: 40px;
   background: url(http://www.superslide2.com/demo/images/slider-arrow.png) -110px 5px no-repeat;
   filter: alpha(opacity=50);
   opacity: 0.5;
 }

 .slideBox .next {
   left: auto;
   right: 3%;
   background-position: 8px 5px;
 }

 .slideBox .prev:hover,
 .slideBox .next:hover {
   filter: alpha(opacity=100);
   opacity: 1;
 }

 .slideBox .prevStop {
   display: none;
 }

 .slideBox .nextStop {
   display: none;
 }

 .phone_banner {
   display: block;
   width: 100%;
   height: 350px;
   margin: 20px auto 37px;
   overflow: hidden;
 }

 .djs-12 {
   width: 100%;
   height: auto;
   line-height: 18px;
   font-size: 13px;
   color: #08499f;
   text-align: center;
   padding-top: 10px;
 }

 .nav-box ul li p span {
   display: block;
   width: 100%;
   height: 19px;
   line-height: 16px;
   text-align: center;
   font-size: 16px;
   color: #fff;
   padding-top: 5px;
 }

 .nav-box ul li p font {
   display: block;
   width: 100%;
   height: 26px;
   line-height: 18px;
   text-align: center;
   font-size: 18px;
 }

 .nav-max {
   width: 100%;
   height: 70px;
   background: #035360;
 }

 .kefu-21 {
   width: calc(100% - 24px);
   margin: 0 auto;
   height: 37px;
   overflow: hidden;
   border-radius: 20px;
   background: #096209;
   margin-bottom: 10px;
 }



 /* 导航开始 */

 @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

 .nav a {
   text-decoration: none;
 }

 .nav {
   height: 70px;
   background: #035360;
   position: relative;
   max-width: 1400px;
   margin: 0 auto;

 }

 .nav>ul {
   position: relative;
   list-style: none;
   padding: 0;
   margin: 0;
 }

 .nav>ul>li>ul {
   position: absolute;
   left: 0;
   padding: 0;
   margin: 0;
   list-style: none;
 }

 .nav>ul>li:hover>ul li a {
   opacity: 1;
   height: 50px;
   font-size: 18px !important;
   transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
 }

 .nav>ul>li>ul a {
   display: block;
   color: #222;
   width: 150px;
   line-height: 50px !important;
   font-size: 18px !important;
   background: #eee;
   border-bottom: 1px solid #ddd;
   text-align: center;
   padding: 0 5px;
   height: 0;
   overflow: hidden;
   opacity: 0;
   transition: all .3s linear .2s;
   -o-transition: all .3s linear .2s;
   -moz-transition: all .3s linear .2s;
   -webkit-transition: all .3s linear .2s;
 }

 .nav>ul>li {
   float: left;
   position: relative;
 }

 .nav>ul>li>a {
   padding: 0 20px;
   color: #fff;
   display: block;
   line-height: 70px !important;
   font: 400 15px;
   text-transform: uppercase;
   text-decoration: none;
 }

 .lamp span {
   display: block;
   height: 4px;
   background: white;
   position: relative;
 }

 .lamp span:after {
   bottom: 100%;
   left: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
   border-color: rgba(238, 102, 102, 0);
   border-bottom-color: white;
   border-width: 4px;
   margin-left: -4px;
 }

 .lamp {
   position: absolute !important;
   height: 4px;
   top: 66px;
   background: #333;
   transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
 }

 .selected.active>a,
 .active>a {
   transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
   color: #fff;
 }

 .credit {
   text-align: center;
   margin: 20px 0;
 }

 .blog-link {
   color: #fff;
   text-decoration: none;
   background: #eee;
   background-size: 40px;
   line-height: 50px;
   display: inline-block;
   padding: 0 10px;
   border-radius: 4px;
   border-bottom: 3px solid #ddd;
   color: #333;

   margin: 10px;
 }

 .dgithub {
   color: #fff;
   text-decoration: none;
   background: #eee url('https://lh6.googleusercontent.com/-MOW-T0KLZJI/UyR6EIggYkI/AAAAAAAAEbM/el92Uoxz-aI/s50-no/GitHub-Mark.png') no-repeat;
   background-size: 40px;
   line-height: 50px;
   display: inline-block;
   padding: 0 10px 0 50px;
   background-position: 5px;
   border-radius: 4px;
   border-bottom: 3px solid #ddd;
   color: #333;
   margin: 10px;
 }

 body {
   font-size: 16px;
 }

 .kefu-2 {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding-top: 20px;
   text-align: center;
   margin: 0 auto;
 }

 .bot-max {


   align-items: center;
   height: 160px;
   /* 或根据实际需求设定高度 */
 }

 .centered-text {
   text-align: center;
 }

 p {
   font-size: 16px;
   line-height: 30px;
 }


 /* 按钮开始 */

 .bubbly-button {
   font-family: 'Helvetica', 'Arial', sans-serif;
   display: inline-block;
   font-size: 1em;
   padding: 1em 2em;
   margin-top: 100px;
   margin-bottom: 60px;
   -webkit-appearance: none;
   appearance: none;
   background-color: $button-bg;
   color: $button-text-color;
   border-radius: 4px;
   border: none;
   cursor: pointer;
   position: relative;
   transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
   box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);

   &:focus {
     outline: 0;
   }

   &:before,
   &:after {
     position: absolute;
     content: '';
     display: block;
     width: 140%;
     height: 100%;
     left: -20%;
     z-index: -1000;
     transition: all ease-in-out 0.5s;
     background-repeat: no-repeat;
   }

   &:before {
     display: none;
     top: -75%;
     background-image:
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, transparent 20%, $button-bg 20%, transparent 30%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, transparent 10%, $button-bg 15%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%);
     background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
     //background-position: 0% 80%, -5% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 85% 30%;
   }

   &:after {
     display: none;
     bottom: -75%;
     background-image:
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, transparent 10%, $button-bg 15%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%),
       radial-gradient(circle, $button-bg 20%, transparent 20%);
     background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
     //background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
   }

   &:active {
     transform: scale(0.9);
     background-color: darken($button-bg, 5%);
     box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
   }

   &.animate {
     &:before {
       display: block;
       animation: topBubbles ease-in-out 0.75s forwards;
     }

     &:after {
       display: block;
       animation: bottomBubbles ease-in-out 0.75s forwards;
     }
   }
 }


 @keyframes topBubbles {
   0% {
     background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
   }

   50% {
     background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
   }

   100% {
     background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
     background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
   }
 }

 @keyframes bottomBubbles {
   0% {
     background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
   }

   50% {
     background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
   }

   100% {
     background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
     background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
   }
 }



 .xiaoxi-12 {
   width: 170px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   font-size: 18px;
   color: #6e6373;
   text-align: right;
   float: right;
 }

 body {
   font: 16px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
 }

 .main-box {
   overflow: hidden;
 }

 .nav>ul>li>a {
   padding: 0 20px;
   color: #fff;
   display: block;
   line-height: 70px !important;
   font: 400 15px;
   text-transform: none;
   text-decoration: none;
 }

 /* 按钮样式开始 */

 .button {
   display: inline-block;
   padding: 12px 28px;
   margin: 10px;
   font-size: 24px;
   font-weight: bold;
   text-transform: uppercase;
   color: #fff;
   background-image: linear-gradient(to bottom right, #00c6ff, #0072ff);
   border: none;
   border-radius: 40px;
   box-shadow: 0px 4px 0px #0072ff;
   transition: all 0.2s ease-in-out;
   cursor: pointer;
 }

 .button:hover {
   transform: translateY(-2px);
   box-shadow: 0px 6px 0px #0072ff;
 }

 .button:active {
   transform: translateY(0px);
   box-shadow: none;
   background-image: linear-gradient(to bottom right, #0072ff, #00c6ff);
 }

 .button:before,
 .button:after {
   content: "";
   position: absolute;
   width: 0;
   height: 0;
 }

 .button:before {
   top: -3px;
   left: -3px;
   border-radius: 40px;
   border-top: 3px solid #fff;
   border-left: 3px solid #fff;
 }

 .button:after {
   bottom: -3px;
   right: -3px;
   border-radius: 40px;
   border-bottom: 3px solid #fff;
   border-right: 3px solid #fff;
 }

 /* 按钮样式结束 */