html,
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    /* background-color: #7e3fbd; */
    background: linear-gradient(#ff9800, #ff9800);
}

.top-box {
    width: 100%;
    height: 700px;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: linear-gradient(#fff5f5, #ff9800);
}

.logo {
    width: 220px;
    height: 220px;
    border-radius: 35px;
    margin-top: 150px;
}

.title {
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 10px;
}

.title1 {
    font-weight: 600;
    font-size: 35px;
    color: #ffffff;
}

.box-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.url-box {
    width: 300px;
    height: 80px;
    border-radius: 35px;
    background-color: #55aaff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    font-weight: 700;
    /* margin-bottom: 60px; */
}

#centent-box {
    width: 100%;
    height: 800px;
    /* background-color: green; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(#ff9800, #ff9800);
}

.item {
    width: 90%;
    height: 120px;
    background-color: white;
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-img {
    width: 85px;
    height: 85px;
    border-radius: 18px;
    margin-left: 44px;
}

.item-title {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    width: 33%;
    text-align: center;
}

.item-jt {
    font-size: 40px;
    color: #9f9f9f;
    margin-right: 30px;
}

.bottom-box {
    width: 100%;
    height: 240px;
     background-color: #ff9800; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 90px;
    /* background-color: */
    /* background:linear-gradient(to right, #ffaaff, #aa55ff); */
    background: linear-gradient(to right, #ff9800, #000000);
    border-radius: 50px;
    font-weight: 700;
    font-size: 35px;
    color: white;
}

.bottom-title1 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 30px;
    color: white;
}