.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; */
    /* height: 100vh; */
    /* 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: 19px;
    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: ;

}

.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 0px!important; */
    margin: 0 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: 1000;
    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;
}

/* 垂丝图弹框样式 */
.chuisitu {
    display: flex;
    align-items: center;
    margin-right: 14px;
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #b30d20;
    cursor: pointer;
}

.chuisitu img {
    width: 24px;
}

.el-dialog.cst-dialog {
    width: 834px;
    border-radius: 12px;
    font-family: 'zupu-fonts';
}

.file-back {
    position: absolute;
    left: 20px;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}
.file-back .back-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.cst-dialog .el-dialog__header {
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #333333;
}

.cst-dialog img {
    width: 22px;
    vertical-align: text-bottom;
    cursor: pointer;
}

.cst-dialog .el-input__inner {
    border-color: #ccc !important;
}

.qs {
    font-size: 16px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
}

.qs p {
    color: #ffffff;
}

.form-cst {
    width: 420px;
    margin: 50px auto;
}

.form-cst .el-form-item:last-child {
    margin-bottom: 0;
}

.form-cst__item .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 88%;
}

.max-tooltip {
    max-width: 300px;
}

.form-cst__footer {
    margin: 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-cst__footer .water {
    background-color: #fff !important;
}

.water span {
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #d9534f;
}

.nowater.el-button {
    height: 52px;
    border-radius: 26px !important;
    border: 1px solid #d9534f;
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #d9534f;
}

.nowater.el-button:hover,
.nowater.el-button:focus {
    background: #d9534f;
    color: #ffffff;
}

/* 水印导出 */
.cst-message {
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
    font-family: pingfangsc-medium, pingfang sc;
    font-weight: 500;
    color: #626468;
}

.cst-payment {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-type {
    height: 38px;
}

.payment-type .el-radio {
    margin-right: 14px;
}

.cst-payment .form-cst {
    margin: 0;
    margin-top: 30px;
}

#cstqrcode {
    width: 166px;
    height: 166px;
}

#cstqrcode img {
    width: 100%;
}

.jumpbtn {
    width: 186px;
    height: 52px;
    background: #d9534f;
    border-radius: 26px;
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
}

.form-cst__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 40px 0;
}

.form-cst__image img {
    width: 180px;
}

#form-cst__preview {
    width: 100%;
}

.el-loading-spinner .el-loading-text {
    color: #d9534f !important;
}

.el-loading-spinner .path {
    stroke: #d9534f !important;
}

.paydialog .el-loading-spinner .path {
    stroke: #d9534f;
}

.paydialog .el-loading-spinner .el-loading-text {
    color: #d9534f;
}

.img .el-icon-circle-close {
    font-size: 44px!important;
    color: #fff!important;
}

#boxloading {
    width: 833px;
    height: 530px;
    position:absolute;
    z-index:11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3);
}