/**
    前端公共的css文件
 */
body{
    font-size: 0.25rem;
    padding: 0;
    margin: 0 ;
    position: relative;
}
/*公共的顶部样式*/
.top{
    width: 100%;
    height:48vw;
    background-image: url("/static/api/img/top_img.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.top-title{
    font-size: 0.77rem;
    color: #fff;
    font-weight: bold;
    margin: 1rem 0 0 1rem;
    letter-spacing: 0.05rem;
}
.top-border{
    width: 0.6rem;
    height:0.1rem;
    background-color: #fff;
    margin: 0;
    margin: 0.2rem 0 0 1rem;
}
.top .top-div{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    padding: 0 0.9rem;
    margin-top: 0.2rem;
}
.top .top-div p{
    width: 45%;
    color: #fff;
    font-size: 0.32rem;
}
.top .top-div p.line{
    width: 0.03rem;
    height: 0.31rem;
    background-color: #fff;
}
.top .top-div p:last-child{
    text-align: right;
}


.layui-layer-dialog{
   width: 50% !important;
}
/*弹窗*/
.layui-layer-title {
    padding: 0 80px 0 20px !important;
    height: 1rem !important;
    line-height: 1rem !important;
    font-size: 0.4rem !important;
}
.layui-layer-setwin{
    display: none !important;
}
.layui-layer-dialog .layui-layer-content {
    padding: 0.6rem !important;
    line-height: 0.5rem !important;
    font-size: 0.4rem !important;
}
.layui-layer-btn {
    padding: 0 0.6rem 0.6rem !important;
}
.layui-layer-btn a {
    height: 0.6rem !important;
    line-height: 0.6rem !important;
    font-size: 0.4rem !important;
}
