.c-gray{
    color: #8B8B8B;
}
.c-red{
    color: #FF3939;
}
.c-orange{color: #FFB800}
.c-green{color: #5FB878}
.bg-greenBtn{
    background-color: #3FD9E1;
}
.bg-blueBtn{
    background-color: #52B9FB;
}
.bg-deepGray{
    background-color: #323232;
}
.sigElp{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.font20px{
    font-size: 20px;
}
.font28px{
    font-size: 28px;
}
.fontwB{
    font-weight: bold;
}
.mb20px{
    margin-bottom: 20px;
}
.mb10px{
    margin-bottom: 10px;
}
.mb40px{
    margin-bottom: 40px;
}
.mainCont {
    padding: 30px 0;
}
.mainCont25{
    padding: 25px 0;
}
.flex_cunm_box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.padding10px{
    padding: 10px;
}
.padding20px{
    padding: 20px;
}
.paddBotm10{
    padding-bottom: 10px;
    height:642px;
}
.layui-laypage a, .layui-laypage span{
    margin-left: 20px;
    padding: 0px 10px;
    border-radius: 50px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 50%;
}
body .myskin {
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #606366;
    line-height: 25px;
}

.myskin .layui-layer-title {
    background-color: #FFFFFF;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #606366;
    border-bottom: 1px solid #DDDDDD;
    letter-spacing: 1px;
}
.cancle{
    width: 120px;
    margin-top: -4px;
}