* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

.w {
    width: 375px;
    margin: 0 auto;
    height: 812px;
    background: url(../images/背景.png);
    position: relative;
}

.head {
    height: 44px;

}

.main {
    position: absolute;
    background: url(../images/卡片背景.png);
    width: 323px;
    height: 544px;
    left: 26px;
    top: 141px;

}

.main-text {
    position: absolute;
    width: 112px;
    height: 44px;
    top: 15px;
    left: 18px;
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.top-text {
    position: absolute;
    top: 61px;
    left: 27px;
    width: 175px;
    font-family: PingFang SC, PingFang SC;
    height: 68px;
    color: #2458df;
}

.top-text p {
    line-height: 30px;
    font-weight: 600;
    font-size: 22px;
}

.top-text p:nth-of-type(2) {
    text-indent: 2em;
}

.website-box {

    width: 287px;

    margin: 0 auto;
    margin-top: 74px;

}

.website-item {
    height: 82px;
    border-radius: 20px;
    background: white;
    margin-bottom: 10px;
    position: relative;
}

.website-btn{
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.website-text{
    margin-left: 16px;
    padding-top: 16px;
    font-size: 15px;
    font-weight: 500;
}


.footer {
    background: url(../images/HomeIndicator.png);
    position: absolute;
    height: 34px;
    width: 100%;
    bottom: 0;
}



.text-wrapper_2 {
    border: 0;
    outline: none;
    font-size: 14px;
    background-image: linear-gradient(142deg,
            rgba(0, 63, 255, 1) 0,
            rgba(103, 173, 252, 1) 100%);
    border-radius: 12px;
    height: 58px;
    width: 106px;
    text-align: center;
   
    color: white;
    position: relative;
    cursor: pointer;
}

.paragraph_3 {
    width: 60px;
    height: 42px;
    position: absolute;
    font-size: 15px;
    left: 24px;
    top: 7px;
}