﻿body {
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
div {
  box-sizing: border-box;
}
@keyframes button {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.96, 0.94);
    transform: scale(0.96, 0.94);
  }
}
img.pimg {
  width: 36%;
  margin-top: 30px;
}
.stock-page .box-width {
  max-width: 1390px;
  margin: 0 auto;
}
.stock-page .box-1 .img-box {
  font-size: 0px;
  text-align: center;
}
.stock-page .box-1 .img-box img {
  width: 100%;
  max-width: 1046px;
}
.stock-page .box-1 .num-box {
  max-width: 820px;
  display: flex;
  padding: 0px 15px;
  justify-content: space-evenly;
  margin: 15px auto;
}
.stock-page .box-1 .num-box .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 33.3%;
  flex-shink: 0;
}
.stock-page .box-1 .num-box .item .title {
  font-size: 28px;
  color: #00A385;
  font-weight: bold;
}
.stock-page .box-1 .num-box .item .percent {
  font-size: 26px;
  color: #FF0000;
}
.stock-page .box-2 {
  background: #008370;
  text-align: center;
  padding: 34px 0px;
  margin-top: 35px;
}
.stock-page .box-2 .con {
  max-width: 1046px;
  margin: 0 auto;
}
.stock-page .box-2 .tt-1 {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
}
.stock-page .box-2 .tt-1 span {
  font-size: 42px;
  color: #F7EC03;
}
.stock-page .box-2 .tt-2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}
.stock-page .box-2 .tt-2 span {
  font-size: 44px;
  color: #F7EC03;
}
.stock-page .box-2 .chat-btn {
  display: inline-flex;
  margin-top: 50px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  border: 3px solid #FFF;
  background: #F42727;
  padding: 26.8px 46.931px 26.32px 42.251px;
  font-size: 33px;
  color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  animation: switch 2s ease-out infinite;
}
.stock-page .box-2 .des {
  margin-top: 32px;
  color: #ffffff;
  font-size: 20px;
}
.stock-page .box-2 .des span {
  font-size: 22px;
  color: #F7EC03;
}
.stock-page .box-3 {
  background: #F1F1F1;
}
.stock-page .box-3 .con {
  max-width: 900px;
  margin: 0 auto;
}
.stock-page .box-3 .con .tt {
  text-align: center;
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
  padding: 30px 0px;
}
.stock-page .box-3 .con .tt span {
  font-size: 44px;
  color: #008370;
}
.stock-page .box-3 .con .des-box {
  background: #E9ECF3;
  padding: 0px 40px 40px 40px;
}
.stock-page .box-3 .con .des-box .img img {
  width: 100%;
}
.stock-page .box-3 .con .des-box .tt-btn {
  background: #008370;
  padding: 20px;
  border-radius: 15px;
  font-size: 32px;
  color: #FFEC00;
  text-align: center;
  margin: 42px 50px 32px 50px;
}
.stock-page .box-3 .con .des-box .list {
  background: #D4D4D4;
  border-radius: 15px;
  padding: 20px;
}
.stock-page .box-3 .con .des-box .list .item {
  line-height: 48px;
  font-size: 28px;
}
.stock-page .box-3 .con .des-box .list .item:nth-child(1) span {
  color: #FF0606;
  text-decoration: underline;
}
.stock-page .box-3 .con .des-box .list .item:nth-child(2) span {
  color: #008370;
  text-decoration: underline;
}
.stock-page .box-3 .con .des-box .list .item:nth-child(3) span {
  color: #027CFF;
  text-decoration: underline;
}
.stock-page .box-4 {
  background: #ffffff;
}
.stock-page .box-4 .con {
  max-width: 1000px;
  margin: 0 auto;
}
.stock-page .box-4 .con .tt {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #008370;
  padding: 70px 0px 0px 0px;
}
.stock-page .box-4 .con .des-box {
  background: #E9ECF3;
}
.stock-page .box-4 .con .des-box .img img {
  width: 100%;
}
.stock-page .box-5 {
  background: #F5FAFF;
}
.stock-page .box-5 .con {
  max-width: 1389px;
  margin: 0 auto;
}
.stock-page .box-5 .con .des-box .img img {
  width: 100%;
}
.stock-page .box-5 .con .table-box {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stock-page .box-5 .con .table-box .item {
  background: #ffffff;
  width: 48%;
  padding: 20px;
  margin-bottom: 30px;
}
.stock-page .box-5 .con .table-box .item h2 {
  background: #008370;
  color: #FFEC00;
  text-align: center;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: normal;
}
.stock-page .box-5 .con .table-box .item table {
  margin-top: 20px;
  border: 1px solid #D4D4D4;
  width: 100%;
}
.stock-page .box-5 .con .table-box .item table td {
  border: 1px solid #D4D4D4;
  padding: 5px 10px;
}
.stock-page .box-5 .con .table-box .item table td .up {
  color: #E83A3A;
}
.stock-page .box-5 .con .table-box .item table td .up .an2-fadeup {
  animation-name: fadeup;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  float: left;
}
.stock-page .box-6 {
  background: #E9F4F1;
  padding: 30px 0px;
}
.stock-page .box-6 .con {
  max-width: 1390px;
  margin: 0 auto;
}
.stock-page .box-6 .con .des-box .img img {
  width: 100%;
}
.stock-page .box-6 .con .des-box .word {
  font-size: 20px;
  text-align: center;
  width: 80%;
  margin: 50px auto 0px auto;
}
.stock-page .chat-btn {
  text-align: center;
  margin: 42px 0px;
  display: flex;
  justify-content: center;
}
.stock-page .chat-btn .btn-img {
  animation: switch 2s ease-out infinite;
}
.stock-page .chat-btn .btn-img img {
  max-width: 100%;
}
.stock-page .box-7 {
  background: #F3F5F5;
  padding: 10px 0px;
}
.stock-page .box-7 .con {
  max-width: 1390px;
  margin: 0 auto;
}
.stock-page .box-7 .con .des-box .img img {
  width: 100%;
}
.stock-page .box-8 {
  background: #008370;
  padding-bottom: 10px;
}
.stock-page .box-8 .con {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 10px;
}
.stock-page .box-8 .con .tt {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  line-height: 44px;
  color: #FFEC00;
  padding: 70px 0px 40px 0px;
}
.stock-page .box-8 .con .des-box .list .item {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.stock-page .box-8 .con .des-box .list .item .title {
  font-size: 28px;
}
.stock-page .box-8 .con .des-box .list .item .title span {
  background: linear-gradient(transparent 60%, #00A385 60%);
}
.stock-page .box-8 .con .des-box .list .item .des {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.stock-page .box-8 .con .des-box .list .item .des .img-box {
  flex-shink: 0;
  font-size: 0px;
  margin-right: 40px;
  text-align: center;
}
.stock-page .box-8 .con .des-box .list .item .des .img-box-r {
  font-size: 0px;
  margin-left: 40px;
}
.stock-page .box-8 .con .des-box .list .item .des .word-box {
  font-size: 22px;
}
.stock-page .box-8 .con .des-box .list .item .des .word-box p {
  margin-top: 0px;
}
.stock-page .box-8 .con .des-box .list .item .des .word-box p span {
  color: #027CFF;
}
.stock-page .box-8 .con .des-box .list .item .des .word-box .tips-word {
  width: 60%;
  color: #008370;
}
.stock-page .box-9 {
  background: #F3F5F5;
  padding: 10px 0px;
}
.stock-page .box-9 .con {
  max-width: 900px;
  margin: 0 auto;
}
.stock-page .box-9 .con .des-box .img img {
  width: 100%;
}
.stock-page .box-10 {
  background: #ffffff;
  padding: 40px 0px;
}
.stock-page .box-10 .con {
  max-width: 900px;
  margin: 0 auto;
}
.stock-page .box-10 .con .des-box .img img {
  width: 100%;
}
.stock-page .box-11 {
  background: #D4D4D4;
  padding-bottom: 10px;
}
.stock-page .box-11 .con {
  max-width: 1000px;
  margin: 0 auto;
}
.stock-page .box-11 .con .tt {
  text-align: center;
  font-size: 38px;
  line-height: 54px;
  color: #282828;
  padding: 70px 0px 40px 0px;
  font-weight: bold;
}
.stock-page .box-11 .con .tt span {
  color: #008370;
}
.stock-page .box-11 .con .des-box .list .item {
  background: #E5F6F3;
  border-radius: 10px;
  padding: 40px 60px;
  margin-bottom: 30px;
}
.stock-page .box-11 .con .des-box .list .item .person {
  display: flex;
}
.stock-page .box-11 .con .des-box .list .item .person .avatar {
  margin-right: 30px;
}
.stock-page .box-11 .con .des-box .list .item .person .des .top {
  background: #008370;
  display: inline-flex;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
.stock-page .box-11 .con .des-box .list .item .person .des .intro {
  color: #027CFF;
  line-height: 40px;
  font-size: 28px;
}
.stock-page .box-11 .con .des-box .list .item .person .des .intro .it-2 {
  margin-left: 24px;
}
.stock-page .box-11 .con .des-box .list .item .info {
  font-size: 17px;
  color: #008370;
  margin-top: 30px;
}
.stock-page .box-12 {
  background: #F9F9F9;
  padding: 30px 15px;
}
.stock-page .box-12 .con {
  max-width: 1200px;
  margin: 0 auto;
}
.stock-page .box-12 .con .tt-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.stock-page .box-12 .con .tt-box .img {
  margin-right: 20px;
}
.stock-page .box-12 .con .tt-box .title {
  text-align: center;
  width: 100%;
  font-size: 36px;
  line-height: 55px;
  font-weight: bold;
}
.stock-page .box-12 .con .tt-box .title span {
  font-size: 44px;
  color: #008370;
}
.stock-page .box-12 .con .chat-tips {
  font-size: 44px;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}
.stock-page .box-12 .con .chat-tips span {
  color: #008370;
  font-weight: bold;
}
.stock-page .box-12 .con .chat-tips i {
  color: #E83A3A;
  font-style: normal;
}
.stock-page .box-13 {
  margin-top: 20px;
}
.stock-page .box-13 .con {
  padding: 30px 0px;
  background: #008370;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
.stock-page .box-13 .con .chat-btn {
  margin: 20px 0px;
}
.stock-page .box-13 .con .title {
  font-size: 18px;
  text-align: center;
}
.stock-page .box-13 .con .time-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.stock-page .box-13 .con .time-box .item {
  width: 80px;
}
.stock-page .box-13 .con .time-box .item.active {
  color: #FFEC00;
}
.stock-page .box-13 .con .time-box .item .num {
  font-size: 44px;
}
.stock-page .box-13 .con .time-box .item .slag {
  font-size: 28px;
}
.stock-page .box-13 .con .tips {
  font-size: 18px;
  padding: 0px 10px;
}
.stock-page .box-13 .con .tips span {
  color: #FFEC00;
}
.layui-colla-title {
  padding-left: 15px !important;
  font-size: 20px !important;
  color: #282828;
}
.layui-colla-title span {
  font-weight: bold;
}
.layui-colla-content {
  color: #008370 !important;
  background: #F2F3F3;
}
.layui-colla-icon {
  left: unset !important;
  right: 15px;
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes switch {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.floating {
  position: fixed;
  bottom: 0px;
  right: 0;
  display: none;
  padding: 0px 0 20px;
  text-shadow: 0px 2px 1px rgba(60, 60, 60, 0.8);
}
.fl_pc {
  width: 500px;
}
.fl_sp {
  display: none;
}
.fl_pc {
  display: block;
  margin-left: auto;
  background-color: rgba(255, 144, 33, 0.8);
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 20px 0px 0 20px;
}
.fl_pc a {
  margin: 0 0 0 auto;
  padding: 20px 15px;
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px 0px 0 20px;
}
.fl_pc a:hover {
  background-color: rgba(255, 144, 33, 0.5);
  text-decoration: none;
  border-radius: 20px 0px 0 20px;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .stock-page .box-width {
    max-width: 1390px;
    margin: 0 auto;
  }
  .stock-page .box-1 .img-box {
    font-size: 0px;
    text-align: center;
  }
  .stock-page .box-1 .img-box img {
    width: 100%;
    max-width: 1046px;
  }
  .stock-page .box-1 .num-box {
    max-width: 820px;
    display: flex;
    padding: 0px 30px;
    justify-content: space-evenly;
    margin: 15px auto;
  }
  .stock-page .box-1 .num-box .item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 33.3%;
    flex-shink: 0;
  }
  .stock-page .box-1 .num-box .item .title {
    font-size: 14px;
    color: #00A385;
    font-weight: bold;
  }
  .stock-page .box-1 .num-box .item .percent {
    font-size: 13px;
    color: #FF0000;
  }
  .stock-page .box-2 {
    background: #008370;
    text-align: center;
    padding: 17px 0px;
    margin-top: 18px;
  }
  .stock-page .box-2 .con {
    max-width: 1046px;
    margin: 0 auto;
  }
  .stock-page .box-2 .tt-1 {
    font-size: 18px;
    color: #ffffff;
  }
  .stock-page .box-2 .tt-1 span {
    font-size: 21px;
    color: #F7EC03;
  }
  .stock-page .box-2 .tt-2 {
    font-size: 16px;
    color: #ffffff;
  }
  .stock-page .box-2 .tt-2 span {
    font-size: 22px;
    color: #F7EC03;
  }
  .stock-page .box-2 .chat-btn {
    display: inline-flex;
    margin-top: 25px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 25px;
    border: 3px solid #FFF;
    background: #F42727;
    padding: 13.8px 23.931px 13.32px 21.251px;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    animation: switch 2s ease-out infinite;
  }
  .stock-page .box-2 .des {
    margin-top: 5px;
    color: #ffffff;
    font-size: 10px;
  }
  .stock-page .box-2 .des span {
    font-size: 11px;
    color: #F7EC03;
  }
  .stock-page .box-3 {
    background: #F1F1F1;
  }
  .stock-page .box-3 .con {
    max-width: 900px;
    margin: 0 auto;
  }
  .stock-page .box-3 .con .tt {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    padding: 15px 0px;
  }
  .stock-page .box-3 .con .tt span {
    font-size: 22px;
    color: #008370;
  }
  .stock-page .box-3 .con .des-box {
    background: #E9ECF3;
    padding: 0px 20px 20px 20px;
  }
  .stock-page .box-3 .con .des-box .img img {
    width: 100%;
  }
  .stock-page .box-3 .con .des-box .tt-btn {
    background: #008370;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    color: #FFEC00;
    text-align: center;
    margin: 21px 25px 16px 25px;
  }
  .stock-page .box-3 .con .des-box .list {
    background: #D4D4D4;
    border-radius: 8px;
    padding: 10px;
  }
  .stock-page .box-3 .con .des-box .list .item {
    line-height: 24px;
    font-size: 14px;
  }
  .stock-page .box-3 .con .des-box .list .item:nth-child(1) span {
    color: #FF0606;
    text-decoration: underline;
  }
  .stock-page .box-3 .con .des-box .list .item:nth-child(2) span {
    color: #008370;
    text-decoration: underline;
  }
  .stock-page .box-3 .con .des-box .list .item:nth-child(3) span {
    color: #027CFF;
    text-decoration: underline;
  }
  .stock-page .box-4 {
    background: #ffffff;
  }
  .stock-page .box-4 .con {
    max-width: 1000px;
    margin: 0 auto;
  }
  .stock-page .box-4 .con .tt {
    text-align: center;
    font-size: 16px;
    color: #008370;
    padding: 35px 0px 0px 0px;
  }
  .stock-page .box-4 .con .des-box {
    background: #E9ECF3;
  }
  .stock-page .box-4 .con .des-box .img img {
    width: 100%;
  }
  .stock-page .box-5 {
    background: #F5FAFF;
  }
  .stock-page .box-5 .con {
    max-width: 1389px;
    margin: 0 auto;
  }
  .stock-page .box-5 .con .des-box .img img {
    width: 100%;
  }
  .stock-page .box-5 .con .table-box {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .stock-page .box-5 .con .table-box .item {
    background: #ffffff;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .stock-page .box-5 .con .table-box .item h2 {
    background: #008370;
    color: #FFEC00;
    text-align: center;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: normal;
  }
  .stock-page .box-5 .con .table-box .item table {
    margin-top: 10px;
    border: 1px solid #D4D4D4;
    width: 100%;
  }
  .stock-page .box-5 .con .table-box .item table td {
    border: 1px solid #D4D4D4;
    padding: 5px 10px;
    font-size: 12px;
  }
  .stock-page .box-5 .con .table-box .item table td .up {
    color: #E83A3A;
  }
  .stock-page .box-5 .con .table-box .item table td .up .an2-fadeup {
    animation-name: fadeup;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    float: left;
  }
  .stock-page .box-6 {
    background: #E9F4F1;
    padding: 15px 0px;
  }
  .stock-page .box-6 .con {
    max-width: 1390px;
    margin: 0 auto;
  }
  .stock-page .box-6 .con .des-box .img img {
    width: 100%;
  }
  .stock-page .box-6 .con .des-box .word {
    font-size: 10px;
    text-align: center;
    width: 80%;
    margin: 25px auto 0px auto;
  }
  .stock-page .chat-btn {
    text-align: center;
    margin: 21px 0px;
    display: flex;
    justify-content: center;
  }
  .stock-page .chat-btn .btn-img {
    animation: switch 2s ease-out infinite;
  }
  .stock-page .chat-btn .btn-img img {
    max-width: 100%;
  }
  .stock-page .box-7 {
    background: #F3F5F5;
    padding: 5px 0px;
  }
  .stock-page .box-7 .con {
    max-width: 1390px;
    margin: 0 auto;
  }
  .stock-page .box-7 .con .des-box .img img {
    width: 100%;
  }
  .stock-page .box-8 {
    background: #008370;
    padding-bottom: 5px;
  }
  .stock-page .box-8 .con {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
  }
  .stock-page .box-8 .con .tt {
    text-align: center;
    font-size: 23px;
    line-height: 22px;
    color: #FFEC00;
    padding: 35px 0px 20px 0px;
  }
  .stock-page .box-8 .con .des-box .list .item {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .stock-page .box-8 .con .des-box .list .item:nth-child(2) .des {
    flex-direction: column-reverse;
  }
  .stock-page .box-8 .con .des-box .list .item .title {
    font-size: 14px;
  }
  .stock-page .box-8 .con .des-box .list .item .title span {
    background: linear-gradient(transparent 60%, #00A385 60%);
  }
  .stock-page .box-8 .con .des-box .list .item .des {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .stock-page .box-8 .con .des-box .list .item .des .img-box {
    flex-shink: 0;
    font-size: 0px;
    margin-right: 0px;
    width: 70%;
  }
  .stock-page .box-8 .con .des-box .list .item .des .img-box img {
    width: 100%;
  }
  .stock-page .box-8 .con .des-box .list .item .des .img-box-r {
    flex-shink: 0;
    font-size: 0px;
    margin-left: 0px;
    width: 70%;
  }
  .stock-page .box-8 .con .des-box .list .item .des .img-box-r img {
    width: 100%;
  }
  .stock-page .box-8 .con .des-box .list .item .des .word-box {
    font-size: 11px;
  }
  .stock-page .box-8 .con .des-box .list .item .des .word-box p {
    margin-top: 10px;
  }
  .stock-page .box-8 .con .des-box .list .item .des .word-box p span {
    color: #027CFF;
  }
  .stock-page .box-8 .con .des-box .list .item .des .word-box .tips-word {
    width: 100%;
    color: #008370;
  }
  .stock-page .box-9 {
    background: #F3F5F5;
    padding: 10px 0px;
  }
  .stock-page .box-9 .con {
    max-width: 900px;
    margin: 0 auto;
  }
  .stock-page .box-9 .con .des-box .img img {
    width: 100%;
  }
  .stock-page .box-10 {
    background: #ffffff;
    padding: 20px 0px;
  }
  .stock-page .box-10 .con {
    max-width: 900px;
    margin: 0 auto;
  }
  .stock-page .box-10 .con .des-box .img img {
    width: 100%;
  }
  .stock-page .box-11 {
    background: #D4D4D4;
    padding-bottom: 5px;
  }
  .stock-page .box-11 .con {
    max-width: 1000px;
    margin: 0 auto;
  }
  .stock-page .box-11 .con .tt {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    color: #282828;
    padding: 35px 0px 35px 0px;
  }
  .stock-page .box-11 .con .tt span {
    color: #008370;
  }
  .stock-page .box-11 .con .des-box .list {
    padding: 0px 10px;
  }
  .stock-page .box-11 .con .des-box .list .item {
    background: #E5F6F3;
    border-radius: 5px;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .stock-page .box-11 .con .des-box .list .item .person {
    display: flex;
  }
  .stock-page .box-11 .con .des-box .list .item .person .avatar {
    margin-right: 15px;
    max-width: 120px;
  }
  .stock-page .box-11 .con .des-box .list .item .person .avatar img {
    width: 100%;
  }
  .stock-page .box-11 .con .des-box .list .item .person .des .top {
    background: #008370;
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #ffffff;
  }
  .stock-page .box-11 .con .des-box .list .item .person .des .intro {
    color: #027CFF;
    line-height: 20px;
    font-size: 14px;
  }
  .stock-page .box-11 .con .des-box .list .item .person .des .intro .it-2 {
    margin-left: 12px;
  }
  .stock-page .box-11 .con .des-box .list .item .info {
    font-size: 12px;
    color: #008370;
    margin-top: 15px;
  }
  .stock-page .box-12 {
    background: #F9F9F9;
    padding: 15px 8px;
  }
  .stock-page .box-12 .con {
    max-width: 1200px;
    margin: 0 auto;
  }
  .stock-page .box-12 .con .tt-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .stock-page .box-12 .con .tt-box .img {
    margin-right: 10px;
  }
  .stock-page .box-12 .con .tt-box .title {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
  .stock-page .box-12 .con .tt-box .title span {
    font-size: 22px;
    color: #008370;
  }
  .stock-page .box-12 .con .chat-tips {
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
  }
  .stock-page .box-12 .con .chat-tips span {
    color: #008370;
  }
  .stock-page .box-12 .con .chat-tips i {
    color: #E83A3A;
  }
  .stock-page .box-13 {
    margin-top: 10px;
  }
  .stock-page .box-13 .con {
    padding: 15px 0px;
    background: #008370;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
  }
  .stock-page .box-13 .con .chat-btn {
    margin: 10px 0px;
  }
  .stock-page .box-13 .con .title {
    font-size: 12px;
    text-align: center;
  }
  .stock-page .box-13 .con .time-box {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  .stock-page .box-13 .con .time-box .item {
    width: 80px;
  }
  .stock-page .box-13 .con .time-box .item.active {
    color: #FFEC00;
  }
  .stock-page .box-13 .con .time-box .item .num {
    font-size: 22px;
  }
  .stock-page .box-13 .con .time-box .item .slag {
    font-size: 14px;
  }
  .stock-page .box-13 .con .tips {
    font-size: 12px;
    padding: 0px 10px;
  }
  .layui-colla-title {
    padding-left: 8px !important;
    font-size: 12px !important;
    color: #282828;
  }
  .layui-colla-title span {
    font-weight: bold;
  }
  .layui-colla-content {
    color: #008370 !important;
    background: #F2F3F3;
    font-size: 12px;
  }
  .layui-colla-icon {
    left: unset !important;
    right: 15px;
  }
  .floating {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    display: none;
    padding: 0px 0 20px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    text-shadow: 0px 2px 1px rgba(60, 60, 60, 0.8);
  }
  .fl_pc {
    display: none;
    margin-left: auto;
  }
  .fl_sp {
    display: block;
    margin-left: auto;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: rgba(255, 144, 33, 0.8);
    border-radius: 15px;
  }
  .fl_sp a {
    margin: 0 0 0 auto;
    padding: 15px 5px;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  .fl_sp a:hover {
    background-color: none;
    text-decoration: none;
    border-radius: 15px;
    color: #ffffff;
  }
}
