@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@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;
  }
  img.pimg {
    width: 65%;
}
  .stock-page .box-1 .num-box {
    max-width: 820px;
    display: flex;
    padding: 0px 50px;
    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: 19%;
    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);
    animation: bounce 2s infinite; /* 应用动画 */
  }
  .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;
    border-right: 3px solid #fff;
    background-color: rgba(245, 0, 0);
    border-radius: 15px;
  }
  .fl_sp a {
    margin: 0 0 0 auto;
    padding: 15px 5px;
    display: block;
    color: #fff;
    font-size: 22px;
    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;
  }
}
