.banner{
    width: 100%;
    height: 580px;
    position: relative;
}
.img{
    background-image: url("./../images/dr_logout_img_banner.png");
    background-size: cover; /* 调整背景图片的尺寸以适应容器 */
    background-position: center; /* 调整背景图片在容器中的位置 */
}
.banner1{
    width: 100%;
    height: 55px;
    border-bottom:1px solid rgba(255, 255, 255, 0.16);
    position: relative;
}
.logo{
    background-image: url("./../images/dr_logo.png");
    background-size: cover; /* 调整背景图片的尺寸以适应容器 */
    background-position: center; /* 调整背景图片在容器中的位置 */
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15%;
    top: 22%;
}
.company{
    position: absolute;
    left: 17.5%;
    top: 29%;
    width: 224px;
    height: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    line-height: 24px;
    -webkit-background-clip: text;
}
.language{
    position: absolute;
    left: 96%;
    top: 30%;
    width: 56px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 22px;
    -webkit-background-clip: text;
}
.delete{
    position: absolute;
    left: 88%;
    top: 30%;
    width: 120px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 22px;
    -webkit-background-clip: text;
}
.index{
    position: absolute;
    left: 67%;
    top: 30%;
    width: 120px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    -webkit-background-clip: text;
}
.desc{
    position: absolute;
    left: 72%;
    top: 30%;
    width: 120px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 22px;
    -webkit-background-clip: text;
}
.contact_us{
    position: absolute;
    left: 82%;
    top: 30%;
    width: 80px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 22px;
    -webkit-background-clip: text;
}
.banner2{
    width: 100%;
    height: 500px;
    position: relative;
}
.text1{
    width: 530px;
    height: 44px;
    font-size: 36px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 44px;
    -webkit-background-clip: text;
    position: absolute;
    left: 37%;
    top: 47%;
}
.text2{
    width: 520px;
    height: 28px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    -webkit-background-clip: text;
    position: absolute;
    left: 14%;
    top: 70%;
}
.pic{
    background-image: url("./../images/dr_ic_arrow_white.png");
    background-size: cover; /* 调整背景图片的尺寸以适应容器 */
    background-position: center; /* 调整背景图片在容器中的位置 */
    width: 40px;
    height: 40px;
    position: absolute;
    left: 14%;
    top: 79%;
}

