.gs_box{
     width: 100%;
     background: #FFF3F3;
     padding: 12px 34px;
     display: flex;
     align-items: center;
}
.gs_box .icon1{
     width: 24px;
     margin-right: 9px;
}
.gs_box p{
     flex: 1;
     font-family: PingFang SC, PingFang SC;
     font-weight: 500;
     font-size: 16px;
     color: #DC080C;
}
.show_more{
     font-family: PingFang SC, PingFang SC;
     font-weight: 500;
     font-size: 16px;
     color: #0245F2;
     line-height: 24px;
     display: flex;
     align-items: center;
     margin-left: 9px;
     cursor: pointer;
}
.show_more img{
     width: 16px;
     height: 16px;
     margin-left: 9px;
}


.gs_alert{
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 99;
     background: rgba(0,0,0,.6);
     display: none;
}
.gs_alert .main_box{
     width:800px;
     position: absolute;
     top: 50%;
     left: 50%;
     background: #fff;
     transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
     border-radius: 8px;
     overflow: hidden;
}
.header_box{
     width: 100%;
     line-height: 40px;
     background: #F1F3F8 !important;
     padding: 0 20px;
     font-size: 16px;
     color: #303133;
     display: flex;
     align-items: center;
     justify-content: space-between;
}
.header_box .close_icon{
     width: 20px;
     height: 20px;
     cursor: pointer;
}

.gs_alert .content_box{
     width: 100%;
     max-height: 70vh;
     overflow-y: auto;
     padding: 24px;
}
.gs_alert .content_box h1{
     text-align: center;
    font-size: 24px;
    margin-bottom: 20px
}
.gs_alert .content_box p{
     margin-bottom: 15px;
    font-size: 14px;
    padding-left: 10px;
}
.gs_alert .content_box .text2{
     text-align: right;
     padding-top: 20px;
}