@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'SF Pro';
    src: url('./Font/SFProText-Medium.ttf');
}
html,
body {
    background-color: #141428;
 
    font-family: SF Pro
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.main {
    width: 100%;
}

.headerright .checked {
    color: #000;
    font-weight: bold;
}

.header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15%;
    flex-wrap: wrap;
    background-color: #141428;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 70%;
   
}

.headerleft .headerright {
    display: inline-block;
}

.headerleft img {
    height: 40px;
    vertical-align: middle;
}

.headerleft h3 {
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.header a{
    text-decoration: none;
}

.headerright a {
    display: inline-block;
    margin: 10px 30px;
    color: #8D8D8D;
}

.headerright button {
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 20px;
    cursor: pointer;
}

.content {
    width: 100%;
    margin-top: 85px;
}

.box1 {
    margin: 1.8rem 0 2.4rem;
    background: #141428;
    padding: 90px 15%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.box1-left {
    width: 50%;
    min-width: 280px;
}
.box1-left-top{
    gap: 15px;
    display: flex;
    align-items: center;
}
.box1-left .box1-left-top img{
    width: 1.08rem;
    height: 1.08rem;
}
.box1-left img{
    width: 3.16rem;
    height: 1rem;
}
.box1-left h2 {
 
    height: 1.44rem;
    font-family: SF Pro, SF Pro;
    font-weight: bold;
    font-size: 0.6rem;
    color: #FFFFFF;
    line-height: 0.7rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.box1-left p {
   margin: 0.3rem 0 0.46rem;
    height: 1.45rem;
    font-family: SF Pro, SF Pro;
    font-weight: 500;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    letter-spacing: 0.01rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.box1-right-img{
    width: 5.52rem;
    height: 4.98rem;
}





.box2 {
    width: 17rem;
    height: 5.9rem;
    margin: 0 auto;
  background: url(./img/img2@2x.png) no-repeat center center;
  background-size: 100% 100%;
}
.box2-content{
    gap: 0.3rem;
    padding: 0.86rem 0 0 2.54rem;
    display: flex;
flex-direction: column;
}
.box2-title{
    width: 7.6rem;
    font-family: SF Pro, SF Pro;
    font-weight: bold;
    font-size: 0.72rem;
    color: #FFFFFF;
    line-height: 0.84rem;
    letter-spacing: 0.01rem;
text-align: left;
font-style: normal;
text-transform: none;
}
.box2-text{
    font-family: SF Pro, SF Pro;
    font-weight: 500;
    font-size: 0.24rem;
    color: rgba(255,255,255,0.7);
    line-height: 0.28rem;
    letter-spacing: 0.01rem;
    text-align: left;
    font-style: normal;
    text-transform: none;   
}





.box3 {
    padding-top: 2.6rem;
    margin: 2rem auto 0; 
    width: 17.08rem;

    background: rgba(209,209,247,0.08);
    border-radius: 57px 57px 57px 57px;
}
    .box3 img{
        width: 5.24rem;
        height: 3.66rem;
    }
    .box3-one,.box3-two{
        padding-bottom:3.2rem;
        gap: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
     
    }
    .box3-content{
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
    }
    .box3 h3{
        width: 7.26rem;
  font-family: SF Pro, SF Pro;
        font-weight: bold;
        font-size: 0.5rem;
        color: #F5F6F8;
        line-height: 0.59rem;
        letter-spacing: 0.01rem;
text-align: left;
font-style: normal;
text-transform: none;
    }
    .box3-two-left h3{
        width: 6.16rem;
    }
    .box3 p{
        width: 6.76rem;
        font-family: SF Pro, SF Pro;
        font-weight: 500;
        font-size: 0.24rem;
        color: #F5F6F8;
        line-height: 0.28rem;
        letter-spacing: 0.01rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
      
    }





    .rate-box1 {
    background: linear-gradient( 180deg, #FFD8CC 0%, #FFFFFF 100%);
}

.rate-box2 .box2-left div {
    background-color: #FF8B67;
}


.dropdown button {
    background-color: #565FFF;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 20px;
    cursor: pointer;
}

.dropdown:hover button{
    color: #71f9ff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 35%);
}

.dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px 30px;
    width: 130px;
}

.dropdown-content {
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
    min-width: 280px;
    max-width: 58vw;
    white-space: nowrap;
    background-color: #fff;
    transition: .2s;
    top: 70px;
    opacity: 0;
    max-height: 0;
    display: flex;
    flex-direction: column;
    transform: translateY(-19px);
}

.dropdown-content div{
    margin-bottom: 4px;
}

.dropdown-content a {
    text-decoration: none;
    border-radius: 4px;
    padding: 8px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 16px;
}

.dropdown-content a:hover {
    background-color: rgba(0,0,0,.05);
}

.dropdown-content a span{
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: .013em;
    font-weight: 400;
    color: rgba(0,0,0,.7);
    margin-right: 8px;
}

.dropdown-content a:hover span{
    color: #000;
}

.dropdown-content a:hover svg path{
    fill: #ff5a7d;
    transition: .2s;
}

.dropdown:hover .dropdown-content,
.dropdown:hover .dropdown-empty {
    opacity: 1;
    overflow: visible;
    visibility: visible;
    z-index: 3;
}

.dropdown:hover .dropdown-content{
    max-height: 500px;
    padding: 16px 0;
    border: 1px solid rgba(0,0,0,.1);
}

.dropdown:hover .dropdown-empty{
    max-height: 12px;
    height: 12px;
}

.dropdown-empty {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
    min-width: 280px;
    max-width: 58vw;
    transition: .2s;
    top: 0;
    /* left: -16px; */
    opacity: 0;
    max-height: 0;
    top: 40px;
    cursor: pointer;
}

.footer {
    margin-top: 1.8rem;
    background-color: #1A1A1A;
    display: flex;
    padding: 60px 15%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer>div {
    min-width: 300px;
}

.footer>div>div {
    color: #FFFFFF;
    opacity: .6;
    margin-top: 20px;
    font-size: 17px;
}

.footer img {
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.footer p {
    margin: 20px 0;
}

.footer a {
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.privacy {
    padding: 4rem;
    color: #000;
 
}

.privacy h1 {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.privacy p {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-top: 1rem;
    opacity: .6;
}

.privacy li {
    margin-top: 2rem;
}

.privacy h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0 1rem;
}

.privacy h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2rem 0 1rem;
}

.privacy a {
    color: #000;
    text-decoration: none;
}

.privacy a:hover {
    text-decoration: none;
}

.privacy .bold {
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .header {
        justify-content: center;
        padding-top: 25px;
    }

    .rate-box1 h2 {
        font-size: 32px;
    }

    .privacy {
        padding: 1rem 2rem;
        color: #000;
    }

    .privacy h1 {
        font-size: 1.8rem;
        line-height: 3rem;
    }

    .privacy p {
        font-size: 1rem;
        line-height: 2rem;
        margin-top: 1rem;
    }

    .blood-box2 .box2-right{
        text-align: center;
    }
    .box1{
        padding: 50px 10%;
    }
}

@media screen and (max-width: 580px){
    .content{
        margin-top: 120px;
    }
}

.content-box{
    visibility: hidden;
}

.dropdown select {
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 20px;
    cursor: pointer;
    border: none;
}

.dropdown select:hover {
    color: #71f9ff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 35%);
}