html,
head,
body,
.box {
    height: 100%;
}

body,
h1,
h2,
p {
    margin: 0;
}

.box {
    width: 100%;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

.bg {
    overflow: hidden;
    background: url(../img/bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: -999;
    width: 100%;
    height: 100%;
}

h1 {
    width: 420px;
    height: 56px;
    font-size: 40px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;
    margin: 0 auto;
    margin-top: 60px;
}

.mid {
    display: flex;
    margin-top: 70px;
    justify-content: center;
}

h2 {
    margin: 41px 0 20px 0;
    width: 96px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
}

.disp{
    width: 340px;
    height: 64px;
    font-size: 20px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #FFFFFF;
}

.midleft {
    width: 508px;
    height: 356px;
    background: linear-gradient(360deg, #F9BE6F 0%, #EFA43C 100%);
    border-radius: 25px;
}

.midleftno1 {
    margin-left: 62px;
}

.midright {
    margin-left: 82px;
    width: 508px;
    height: 356px;
    background: linear-gradient(360deg, #4DBBFD 0%, #4797F2 100%);
    border-radius: 25px;
}

.dibtn {
    display: flex;
}

.btn {
    border: none;
    margin-top: 61px;
    width: 185px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(255, 130, 24, 0.33);
    border-radius: 8px;
}

.btn span {
    width: 80px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #FF8218;
    line-height: 28px;
}

.fbnt {
    display: flex;
    margin: 59px auto;
    margin-top: 84px;
    width: 494px;
    height: 66px;
    border-radius: 33px;
    border: 1px solid #FFFFFF;
}

.fbntimg {
    width: 33px;
    height: 33px;
    margin-left: 46px;
    margin-top: 19px;
}

.fbnt p {
    margin-left: 9px;
    margin-top: 19px;
    width: 354px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    display: flex;
}
button{
    cursor:pointer;
}
.bgcss{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 56%;
    transform: translateY(-50%);
}
.is_span{
    display: flex;
}
.is_span::after{
    content: "";
    width: 80px;
    height: 1px;
    color: rgb(255, 130, 24);
    background: rgb(255, 130, 24);
    position: absolute;
    margin-top: 30px;

}