body{
    overflow-x: hidden;
}
.poster{
    /* background: #eeeef0 url('../img/4.png') right bottom no-repeat; */
    /*background: #eeeef0 url('/static/assets/img/4.png') right bottom no-repeat;*/
    background: #fff;
    position: absolute;
    z-index: 99999;
    left: -1000%;
    top: 100px;
    width: 1125px;
}
.header{
    text-align: center;
}
.title{
    /* padding: 30px 0; */
    border-top: 1px solid #c92b3e;
    border-bottom: 1px solid #c92b3e;
    text-align: center;
}
.title h2 {
    font-size: 60px;
    color: #232323;
    padding: 43px 0 77px 0;
    margin: 0;
    text-align: left;
}
.content{
    box-sizing: border-box;
    width: 884px;
    margin: 0 auto;
}
.content .box{
    background: #fff;
    min-height: 200px;
    padding: 0 0 0;
    position: relative;
    margin-top: 20px;
    box-sizing: border-box;
}
.content .box .timer{
    position: absolute;
    left: 0;
    top: 25px
}
.content .box h5{
    text-align: right;
    color: #999999;
    font-size: 30px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding-top: 35px;
    line-height: 1;
    font-weight: normal;
}
.content .box .text{
    text-align: justify;
    padding: 20px 0 30px 0;
    width: 884px;
    font-size: 35px;
    font-family: "Arial";
    line-height: 60px;
}
.content .box .text p, .content .box .text h2, .content .box .text h3{
    font-size: 35px;
    font-family: "Arial";
    line-height: 60px;
    font-size: 30px;
    color: #474747;
    padding: 0;
    margin: 0;
    white-space: pre-line;
    text-align-last: left;
    word-break: break-all;
    -webkit-word-break: break-all;
    /*padding-right: 30px;*/
    /*font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei;*/
}

.content .box .text img{
    /*max-width: 80%;*/
    /*display: block;*/
    display: none;
    /*margin: 20px auto 0;*/
}
.ab-box{
    text-align: center;
    padding: 40px 0 20px 0;
    border-top: 2px dashed #d6d6d6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ab-box .left{}
.ab-box .pict{
    border: 1px solid #c71b30;
    border-radius: 4px;
    padding: 8px;
}
.ab-box .pict img{
    width: 174px;
    height: 174px;
}
.alert1{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.alert1 .layout{
    width: 86%;
    position: relative;
}
.alert1 .layout .pict{
    max-height: 82vh;
    overflow: auto;
    background: #e1e1e1;
}

.alert1 .layout .pict img{
    width: 100%;
    vertical-align: middle;
}

.alert1 .layout .close{
    width: 40px;
    height: 40px;
    background: #eeeef0;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0, .2);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.alert1 .layout .close img{
    width: 20px;
    opacity: .6;
}

.alert1 .tips{
    background: #f6e29d;
    line-height: 36px;
    color: #9c4d18;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 12px;
}
@media screen and (min-width: 520px) {
    .alert1 .layout{
        width: 414px;
        /* left: 50%; */
        /* margin-left: -207px; */
    }
}