* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #f3f8fa;
}

.logo {
    padding-left: 5%;
}

.logo img {
    width: 120px;
    height: 28px;
}

.content {
    padding: 0 15%;
}

.flexjs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexjsb {
    display: flex;
    justify-content: space-between;
}

.flexfc {
    display: flex;
    flex-direction: column;
}

.flexac {
    display: flex;
    align-items: center;
}

.pt30 {
    padding-top: 3rem;
}

.pb20 {
    padding-bottom: 2rem;
}

.pl10 {
    padding-left: 0.75rem;
}

.mb20 {
    margin-bottom: 2rem;
}

.mt30 {
    margin-top: 3rem;
}

.mt20 {
    margin-top: 2rem;
}

.mt10 {
    margin-top: 1rem;
}

.fsxl {
    font-size: 4rem;
}

.fs01 {
    font-size: 1rem;
}

.fs16 {
    font-size: 1.25rem;
}

.fs18 {
    font-size: 1.5rem;
}

.fs14 {
    font-size: 0.75rem;
}

.fw600 {
    font-weight: 600;
}

.tc000 {
    color: #000;
}
.gw70{
    width: 70%;
}
.c3e4648 {
    color: #3e4648;
}
.c13c2c2{ color: #13c2c2;}
.c1a1b1f {
    color: #1a1b1f;
}

.c86939B {
    color: #86939B;
}

.c1c1e1f {
    color: #1c1e1f;
}

.a_href:hover {
    text-decoration: underline;
}

.ui8WDF {
    padding-left: 1rem;
    width: 65%;
    height: 3rem;
    border: none;
    outline: none;
    font-size: 1rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
    background-color: #eef3f5;
    color:
}

.a_href01 {
    color: #fff;
    background-color: #13c2c2;
    border-radius: 0.2rem;
    width: 30%;
    height: 3rem;
    text-align: center;
    font-size: 0.7888rem;
    line-height: 3rem;
}

.a_href01:hover {
    background-color: #15d5d5;
}

.gg {
    padding-left: 1.5rem;
    background-image: url("img/icon-gb.png");
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    background-position: left;
    font-size: 1rem;
}

.a_href02 {
    color: #86939b;
    overflow: hidden;
}

.a_href02:hover {
    color: #3e4648;
}

.sj {
    width: 30%;
    display: flex;
    justify-content: center;
}

.ggbg {
    background-color: #f7f9fa;
    border-radius: 15px;
    padding: 1rem;
}

.ggbg:hover {
    background-color: #fff;
    transition: box-shadow .25s cubic-bezier(.645, .045, .355, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.wimg {
    width: 35%;
    height: auto;
    min-height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: right;
}

.wimg img {
    width: 100%;
    max-height: 100px;
    max-width: 120px;
}

.w100 {
    width: 100%;
}

.w40 {
    width: 40%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.lh25 {
    line-height: 25px;
}

.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.tab {
    padding: 0 1rem;
    font-size: 2rem;
    font-weight: 600;
    color: #86939B;
    cursor: pointer;
}

.tab.active {
    color: #1a1b1f;
}

.tabcontent {
    padding: 1.5rem 0;
    display: none;
}

.tabcontent.active {
    display: block;
}

.textr {
    text-align: right;
}

.name {
    width: 30%;
}

.price {
    width: 15%;
    text-align: right;
}

.change {
    width: 15%;
    text-align: right;
}

.last {
    width: 20%;
    text-align: right;
    padding: 0 0.5rem;
    overflow: hidden;
    display: flex;
    justify-content: right;
}

.volune {
    width: 20%;
    text-align: right;
}

.tablist {
    display: flex;
    align-items: center;
    padding: 1.25rem 0;
}

.tabimg {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.tabimg img {
    width: 100%;
    height: 100%;
}

.curveChart {
    max-width: 9rem;
    max-height: 2.5rem;
}

.footer {
    border-top: 1px solid #e5ebf0;
    padding: 0 15%;
}
.footer_bottom{
    width: 20%;
    display: flex;
    flex-direction: column;
}
.footer_bottom p{
    padding-bottom: 1.5rem;
}
.footer_bottom a{
    line-height: 2rem;
    font-size: 0.875rem;
    color: #3e4648;
}
.footer_bottom a:hover {
    text-decoration: underline;
}
.footer_bottom a img{ width: 1.25rem; height: 1.25rem; margin-right: 1.25rem; margin-bottom: 1.25rem;}


/* .accordion {
  background-color: #f1f1f1;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.dis960{ display: none;}
.active1, .accordion:hover {
  background-color: #ddd;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.panel ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
} */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 35%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Add some basic form styling */
label {
    display: block;
    margin-bottom: 10px;
}


.input01 {
    width: 90%;
    padding: 10px 5%;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
    background-color: #eef4f6;
}



button.but {
    background-color: #13c2c2;
    color: white;
    padding: 10px 0;
    border: none;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}
.form-toggle {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.form-toggle button {
    border: none;
    cursor: pointer;
    font-size: 14px;
    outline: none;
}

.form-toggle button.active-toggle {
    font-weight: bold;
}


.hidden-form {
    display: none;
    margin-top: 2rem;
}


.active-form {
    display: block;
}

@media screen and (max-width:1200px){
    .footer{ padding: 0 5%;}
    .content {
        padding: 0 5%;
    }
}
@media screen and (max-width:960px){
    .footer{ padding: 0 5%;}
    .content { padding: 0 5%; }
    .last{ display: none;}
    .name { width: 35%;}

    .price { width: 20%;}

    .change { width: 20%; text-align: right; }

    .volune { width: 25%; text-align: right; }
    .disnone{ display: none;}
    .dis960{ display: block;}
    .modal-content{ width: 40%; margin: 25% auto;}
}

@media screen and (max-width:800px){
    .footer{ padding: 0 5%;}
    .content { padding: 0 5%; }
    .last{ display: none;}
    .name { width: 35%;}

    .price { width: 20%;}

    .change { width: 20%; text-align: right; }

    .volune { width: 25%; text-align: right; }
    .sj{ display: none;}
    .wimg {  width: 50%;}
    .modal-content{ width: 45%; margin: 30% auto;}
}
@media screen and (max-width:640px){
    .footer{ padding: 0 5%;}
    .content { padding: 0 5%; }
    .last{ display: none;}
    .name { width: 50%;}
    .name p{ display: flex; flex-direction: column; font-size: 1rem;}
    .price { width: 30%; text-align: right;}

    .change { width: 30%; text-align: right; }

    .volune { width: 25%; text-align: right; display: none; }
    .sj{ display: none;}
    .wimg {  width: 50%;}
    .flex640{ display: flex; flex-direction: column;}
    .ui8WDF{ width: 100%;}
    .a_href01{ width: 100%;}
    .mb20{ margin-bottom: 1.5rem;}
    .none{ display: none;}
    .tab{ font-size: 1.5rem;}
    .swiper-slide{ width: 100% !important;}
    .header{ position: fixed; top: 0; left: 0; background-color: #fff; z-index: 99;}
    .gw70{ width: 100%;}
    .modal-content{ width: 60%; margin: 40% auto;}

}
@media screen and (max-width:450px){
    .footer{ padding: 0 5%;}
    .content { padding: 0 5%; }
    .last{ display: none;}
    .name { width: 50%;}
    .name p{ display: flex; flex-direction: column;}

    .price { width: 30%; text-align: right;}

    .change { width: 30%; text-align: right; }

    .volune { width: 25%; text-align: right; display: none; }
    .sj{ display: none;}
    .wimg {  width: 50%;}
    .flex640{ display: flex; flex-direction: column;}
    .ui8WDF{ width: 100%;}
    .a_href01{ width: 100%;}
    .mb20{ margin-bottom: 1.5rem;}
    .none{ display: none;}
    .tab{ font-size: 1.2rem;}
    .swiper-slide{ width: 100% !important;}
    .header{ position: fixed; top: 0; left: 0; background-color: #fff; z-index: 99;}
    .gw70{ width: 100%;}
    .modal-content{ width: 70%; margin: 50% auto;}

}