*,
body {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

.panelBox-web {
    width: 1129px;
    height: 516px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -564px;
    margin-top: -258px;
}

.panelBox-web::after {
    display: block;
    height: 0;
    clear: both;
    content: "";
}
.panelBox-web .content {
    width: 393px;
    height: 261px;
    float: left;
    color: #000;
    margin-top: 128px;
}
.panelBox-web img {
    width: 736px;
    height: 516px;
    float: left;
}
.panelBox-web .content h1 {
    font-size: 80px;
}

.panelBox-web .content p {
    font-size: 20px;
    line-height: 32px;
    min-height: 64px;
    vertical-align: middle;
    display: table-cell;
    font-size: 20px;
    line-height: 32px;
}

.panelBox-web .content .goBack {
    border-radius: 2px;
    background: #3678ec;
    box-shadow: 0px 2px 4px 0px #0000000a;
    font-size: 16px;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 100%;
    width: 160px;
    height: 40px;
    margin-top: 30px;
}

.panelBox-wap {
    width: 2.89rem;
    margin: 0 0.43rem;
}

.panelBox-wap::after{
    display: block;
    content: "";
    clear: both;
}

.panelBox-wap img {
    width: 2.89rem;
    height: 2.08rem;
    margin-top: 1.4rem;
    float: left;
}

.panelBox-wap p {
    font-size: 0.16rem;
    width: 2.57rem;
    margin: 0 0.16rem;
    line-height: 0.32rem;
    color: #000;
    font-family: "PingFang SC";
    font-weight: regular;
    letter-spacing: 0;
    text-align: center;
    float: left;
}

.panelBox-wap .goBack {
    border-radius: 2px;
    background: #3678ec;
    font-size: 0.16rem;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 100%;
    width: 1.6rem;
    height: 0.4rem;
    margin: 0.3rem 0.64rem 0 0.64rem;
    float: left;
}