/*html{*/

/*    filter: grayscale(100%);*/
/*    !* -webkit-filter: grayscale(100%); *!*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    !* filter: url(../fonts/desaturate.svg#grayscale); *!*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    !* -webkit-filter: grayscale(1);*!*/
/*}*/
.flex {
    display: flex;

}
.hidens{
    display: none;
}

.flex-between {
    justify-content: space-between;
}
.flex-around {
    justify-content: space-around;
}
.justify-center {
    justify-content: center;
}
.flex-wrap {
    /*换行*/
    flex-wrap: wrap
}
.flex-direction {
    /*竖直排列*/
    flex-direction: column
}
.align-center{
    align-content: center;
}

.align-item-end{
    align-items: revert;
}
.cursor{
    cursor: pointer;
    color: #7cbaf9;
}
.cursor2{
    cursor: pointer;
    color: #b30d20;
}
.cursor:hover{
    opacity: .8;
}
.wfull{
    width: 100%;
}
.zphfull{
    height: 93vh;
    margin-top: 7vh;
}
.pt150{
    padding-top: 150px;
}
.padding10{
    padding: 10px;
}
.whalf{
    width: 45%;
}
.center{
    text-align: center !important;
}
.m-size{
    font-size: .5rem;
}
.allnumber{
    width: 74px;
    padding: 0px 3px;
}
.height-center{
    align-items: center;
}
.lu-cy:hover{
    opacity: .8;
    cursor: pointer;

}
.lu-cy img{
    width: 18px;
    margin: 0 6px;
}.color-blick .lu-cy span{
    font-size: 16px;
    color: #B30D20 !important;
}
.margin5{
    margin: 5px;
}
.margintb5{
    margin: 5px 0px;
}.margintb20{
    margin: 20px 0px;
}
.marginlr5{
    margin: 0px 5px;
}
.top40{
    padding-top: 40px !important;
}
.line2{
    width: 100%;
    text-overflow: ellipsis;
    height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .8rem;
}
.line1{
    width: 100%;
    text-overflow: ellipsis;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: .8rem;
    border-bottom: 1px dashed #ccc;
}
.rwimg{
    width: 100%;
    height: 170px;
}
.ioinictext{
    color: #fff;
    font-size: 18px;
}
.imgbox {
    width: 30%;
    margin: 1%;
}
.imgbox img{
    width: 100%;
    height: 122px;
}

.imgbox .title-img{
    color: #333;
    width: 100%;
    text-overflow: ellipsis;
    height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: .8rem;

}
.imgbox .ioinictext{
    color: #a1a1a1;
    font-size: .7rem;
}
.maincenter{
    width: 1250px;
    margin: 10px auto;
}

.textcolor{
    color: #a1a1a1;
}
.ad {
    /*width: 271px;*/
    box-sizing: border-box;
    padding: 18px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}
.ad .ada-title {
    font-size: 18px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 0 10px;
    border-left: 2px solid #b20b30;
}
.ad ul {
    margin-top: 16px;
}
.ad ul a {
    display: block;
    margin-bottom: 14px;
}
.ad ul a .li-desc {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.li-title {
    font-size: 16px;
    line-height: 18px;
    color: #002f6b;
    font-weight: bold;
    margin-bottom: 8px;
}
.cancel-bt{
    color: #606266;
    font-size: 16px;
    background: #CDCDCD;
    padding: 11px;
    min-width: 140px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.cancel-bt:hover{
    opacity: .8;
}
.success-bt:hover{
    opacity: .8;
}
.success-bt{
    color: #fff;
    font-size: 16px;
    background: #B30D20;
    padding: 11px;
    min-width: 140px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
　@font-face{

    　　font-family:'SourceHanSerifCN-Heavy';
    　　src:url('https://imgs1.zupu.cn/static/web/dashiji/css/SourceHanSerifCN-Heavy.otf');

}
.redcolor{
    color: #b20b30 !important;
}
.red-color{
    color: #f57d97 !important;
}
.gxstyle{
    font-weight: 100;
    color: red;
    font-size: 10px;
    padding-left: 10px;
}
.newadv{
    width:1250px !important;
    margin: 20px auto !important;
}
.fzadv{
    width:1140px !important;
    margin: 20px auto !important;
}
.fzadv img{
    width: 100%;

}
.downstyle{
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
}
@keyframes example {
    from {

        top: -3px;
        opacity: 1;
    }
    to {
        top: 0px;
        opacity: 0;
    }
}
.h-full{
    height: 100%;
}
.errinput::-webkit-input-placeholder {
    color: #D9534F
}

.errinput:-ms-input-placeholder {
    color: #D9534F
}

.errinput::-ms-input-placeholder {
    color: #D9534F
}

.errinput::placeholder {
    color: #D9534F
}

.bg-style{
    background: rgba(1,1,1,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow: auto;
}
.bg-style .add-box{
    width: 833px;
    /*height: 530px;*/
    background: #FFFFFF;
    border-radius: 12px;
    margin: 5% auto;
    padding-bottom: 10px;
}
.padding40{
    padding: 40px 0px;
}
.add-box-title{

    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
    padding: 28px 22px;
    text-align: center;
    border-bottom: 1px solid #EAEAEA;
}
.add-box-title .add-box-fh{
    width: 25px;
    height: 25px;
    float: left;
}
.add-ionic input{
    display: none;
}
.add-box-title .add-box-gb{
    width: 25px;
    height: 25px;
    float: right;
}
.add-box-title .add-box-gb:hover{
    opacity: .8;
    cursor: pointer;
}
.add-box-title .add-box-fh:hover{
    opacity: .8;
    cursor: pointer;
}
.creat-alert{
    padding-left: 78px;
}
.switchs {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
    cursor: pointer;
}
.stylehover .hovertext{
    position: absolute;
    top: -9px;
    width: 100px;
    background: #333333;
    padding: 7px;
    left: 14px;
    color: #66c3df;
    border-radius: 3px;
    display: none;
}.stylehover:hover .hovertext{

    display: block;
}
.jingxiangX{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.hiddenbody{
    overflow: hidden;
    height: 100vh;
}
