a {
    text-decoration: none;
    color: #333;
    outline: none;
}

input,
textarea {
    outline: none;
    border: none;
}

input::placeholder {
    font-size: 20px !important;
    color: #999 !important;
}

textarea::placeholder {
    font-size: 20px;
}

.clearfix {
    *zoom: 1;
}

.content {
    width: 100%;
    min-width: 1280px;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0;
}

/* my通用样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}



.cli {
    overflow: hidden;
}

.wp2 {
    width: 100%;
    max-width: 1740px;
    padding: 0px 70px;
    margin: 0px auto;
}

.wp {
    width: 1400px;
    margin: 0px auto;
}

.yfont {
    color: #e85821;
}

.bfont {
    color: #13bfd9;
}

.lfont {
    color: #6db005;
}

.pfont {
    color: #f9607e;
}

.gfont {
    color: #999;
}

.fred {
    color: #d71a11;
}

.mt5 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.ml0 {
    margin-left: 0px;
}

.ml10 {
    margin-left: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pd25 {
    padding-top: 25px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr0 {
    margin-right: 0;
}

.b0 {
    border: none;
}

.bg0 {
    background: none;
}

.cli {
    overflow: hidden;
}

.tb-box {
    overflow: hidden;
}

.black {
    color: #000;
}

.tb-box img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}

.tb-box:hover img {
    transform: scale(1.1);
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wh100 {
    height: 100%;
    width: 100%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaceBetween {
    display: flex;
    justify-content: space-between;
}

.alignBaseline {
    display: flex;
    align-items: baseline;
}

.alignCenter {
    display: flex;
    align-items: center;
}

.justifyCenter {
    display: flex;
    justify-content: center;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.absoluteCenter {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ellipsis {
    white-space: nowrap;
    /* 保持单行 */
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

/* 等分布局，一行三列，间距20 */
.gridFill {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.bold {
    font-weight: bold;
}

.title {

    color: #333;

}

.value {
    color: #777777;
}

.active {
    color: #386CE8;
}

.error {
    color: #EF5454;
}

.moneyColor {
    color: #FF6600;
}


.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}


.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font32 {
    font-size: 32px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font40 {
    font-size: 40px;
}

.gap4 {
    gap: 4px;
}

.gap8 {
    gap: 8px;
}

.gap10 {
    gap: 10px;
}

.gap12 {
    gap: 12px;
}

.gap16 {
    gap: 16px;
}

.gap20 {
    gap: 20px;
}

.pointer {
    cursor: pointer;
}

.lixi-kefu {
    position: fixed;
    right: 35px;
    top: 300px;
    z-index: 99;
    cursor: pointer;
    width: 87px;
    padding-top: 30px;
    gap: 15px;
}

.lixi-kefu .kefu-item {
    width: 100%;
    height: 110px;
    border-radius: 20px;

    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    position: relative;
    gap: 10px;
    padding-bottom: 18px;
}

.kefu-item.add {
    background: url('../image/weixin.png') no-repeat center top 18px;
    background-size: 50px;
    background-color: #fff;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.kefu-item.gzh {
    background: url('../image/code-bg.png') no-repeat center top 18px;
    background-size: 50px;

    background-color: #fff;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);

}

.kefu-item .item-text {
    font-size: 18px;

}

.kefu-item.add:hover {

    background: url('../image/weixin-active.png') no-repeat center top 18px;
    background-size: 50px;

    background-color: #3C9AFA;

}

.kefu-item.gzh:hover {

    background: url('../image/code-bg2.png') no-repeat center top 18px;
    background-size: 50px;
    background-color: #3C9AFA;

}


.kefu-item:hover .item-text {
    color: #fff;
}


.lixi-kefu .kefu-item .image {
    width: 58%;
}



.item-detail {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 100px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;

    &::after {
        content: '';
        display: block;
        position: absolute;
        right: -20px;
        top: 140px;

        width: 0;
        height: 0;

        border-right: 10px solid transparent;
        border-left: 10px solid #fff;
        /* 箭头颜色 */
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}

.item-detail-img {
    width: 85%;
    height: 85%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}