.common_brand {
    background: #fff;
}

.invite {
    background: #fff;
    padding: 104px 0 150px 0;
}

.invite .wrap {
    width: 1400px;
    margin: auto;
}

.invite .wrap .title {
    text-align: center;
}

.invite .wrap .title h1 {
    font-weight: 800;
    font-size: 32px;
    color: #121212;
    margin: 0 0 30px;
}

.invite .wrap .title p {
    font-weight: 500;
    font-size: 16px;
    color: #444444;
}

.invite .wrap .content {
    margin: 55px 0 0 0;
}

.invite .wrap .content .item {
    background: #F5F6F7;
}

.invite .wrap .content .item:not(:last-child) {
    margin: 0 0 15px;
}

.invite .wrap .content .item .show {
    height: 115px;
    display: flex;
    justify-content: space-between;
    margin: 0 60px;
    position: relative;
    padding: 30px 0 0 0;
    cursor: pointer;
}

.invite .wrap .content .item .show:after {
    content: '';
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    opacity: 0;
    transition: .6s;
}

.invite .wrap .content .item .show .l h1 {
    font-weight: bold;
    font-size: 20px;
    color: #455673;
    margin: 0 0 7px;
    transition: .6s;
}

.invite .wrap .content .item .show .l .label {
    display: flex;
    align-items: center;
}

.invite .wrap .content .item .show .l .label h5 {
    font-weight: 400;
    font-size: 14px;
    color: #455673;
}

.invite .wrap .content .item .show .l .label > div {
    display: flex;
    margin: 0 0 0 40px;
}

.invite .wrap .content .item .show .l .label > div p {
    font-weight: 400;
    font-size: 14px;
    color: #455673;
    position: relative;
}

.invite .wrap .content .item .show .l .label > div p:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    width: 1px;
    height: 10px;
    background: #CACBCC;
}

.invite .wrap .content .item .show .l .label > div p:not(:last-child) {
    margin: 0 25px 0 0;
}

.invite .wrap .content .item .show .pay {
    font-weight: bold;
    font-size: 20px;
    color: #EC4000;
}

.invite .wrap .content .item .hide {
    overflow: hidden;
    position: relative;
    display: none;
}

.invite .wrap .content .item .hide > div {
    margin: 40px 60px 70px 60px;
    position: relative;
}

.invite .wrap .content .item .hide > div .list:not(:first-child) {
    margin: 50px 0 0 0;
}

.invite .wrap .content .item .hide > div .list h1 {
    font-weight: bold;
    font-size: 16px;
    color: #455673;
    margin: 0 0 18px;
}

.invite .wrap .content .item .hide > div .list p {
    font-weight: 400;
    font-size: 16px;
    color: #455673;
    line-height: 30px;
}

.invite .wrap .content .item .hide > div .deliver {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 140px;
    height: 47px;
    background: #EC4000;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.invite .wrap .content .item.on .show .l h1 {
    color: #EC4000;
}

.invite .wrap .content .item.on .show:after {
    opacity: 1;
}

@media screen and (max-width: 1920px) {
    .common_brand {
        background: #fff;
    }

    .invite {
        background: #fff;
        padding: 5.4166666667vw 0 7.8125vw 0;
    }

    .invite .wrap {
        width: 72.9166666667vw;
        margin: auto;
    }

    .invite .wrap .title {
        text-align: center;
    }

    .invite .wrap .title h1 {
        font-weight: 800;
        font-size: 1.6666666667vw;
        color: #121212;
        margin: 0 0 1.5625vw;
    }

    .invite .wrap .title p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #444444;
    }

    .invite .wrap .content {
        margin: 2.8645833333vw 0 0 0;
    }

    .invite .wrap .content .item {
        background: #F5F6F7;
    }

    .invite .wrap .content .item:not(:last-child) {
        margin: 0 0 0.78125vw;
    }

    .invite .wrap .content .item .show {
        height: 5.9895833333vw;
        display: flex;
        justify-content: space-between;
        margin: 0 3.125vw;
        position: relative;
        padding: 1.5625vw 0 0 0;
        cursor: pointer;
    }

    .invite .wrap .content .item .show:after {
        content: '';
        bottom: -0.5208333333vw;
        left: 0;
        width: 100%;
        height: 0.0520833333vw;
        background: rgba(0, 0, 0, 0.1);
        position: absolute;
        opacity: 0;
        transition: .6s;
    }

    .invite .wrap .content .item .show .l h1 {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #455673;
        margin: 0 0 0.3645833333vw;
        transition: .6s;
    }

    .invite .wrap .content .item .show .l .label {
        display: flex;
        align-items: center;
    }

    .invite .wrap .content .item .show .l .label h5 {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #455673;
    }

    .invite .wrap .content .item .show .l .label > div {
        display: flex;
        margin: 0 0 0 2.0833333333vw;
    }

    .invite .wrap .content .item .show .l .label > div p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #455673;
        position: relative;
    }

    .invite .wrap .content .item .show .l .label > div p:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -0.625vw;
        width: 0.0520833333vw;
        height: 0.5208333333vw;
        background: #CACBCC;
    }

    .invite .wrap .content .item .show .l .label > div p:not(:last-child) {
        margin: 0 1.3020833333vw 0 0;
    }

    .invite .wrap .content .item .show .pay {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #EC4000;
    }

    .invite .wrap .content .item .hide {
        overflow: hidden;
        position: relative;
        display: none;
    }

    .invite .wrap .content .item .hide > div {
        margin: 2.0833333333vw 3.125vw 3.6458333333vw 3.125vw;
        position: relative;
    }

    .invite .wrap .content .item .hide > div .list:not(:first-child) {
        margin: 2.6041666667vw 0 0 0;
    }

    .invite .wrap .content .item .hide > div .list h1 {
        font-weight: bold;
        font-size: 0.8333333333vw;
        color: #455673;
        margin: 0 0 0.9375vw;
    }

    .invite .wrap .content .item .hide > div .list p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #455673;
        line-height: 1.5625vw;
    }

    .invite .wrap .content .item .hide > div .deliver {
        position: absolute;
        right: 1.0416666667vw;
        bottom: 0;
        width: 7.2916666667vw;
        height: 2.4479166667vw;
        background: #EC4000;
        border-radius: 1.25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #FFFFFF;
        cursor: pointer;
    }

    .invite .wrap .content .item.on .show .l h1 {
        color: #EC4000;
    }

    .invite .wrap .content .item.on .show:after {
        opacity: 1;
    }
}

/*# sourceMappingURL=invite.css.map */
@media screen and (max-width: 768px) {
  .invite .wrap {
    width: 90%;
  }
    .invite .wrap .title {
        margin: 0 0 30px;
    }
  .invite .wrap .title h1 {
    font-size: 20px;
  }
  .invite .wrap .title p {
    font-size: 14px;
  }
  .invite .wrap .content .item .show .l h1 {
    font-size: 16px;
      margin-bottom: 5px;
  }
    .invite .wrap .content .item .show .pay {
        font-size: 14px;
    }
    .invite .wrap .content .item .show {
        height: fit-content;
        padding: 20px 0;
        margin: 0 15px;
    }
    .invite .wrap .content .item .show .l .label h5,.invite .wrap .content .item .show .l .label > div p {
        font-size: 12px;
    }
    .invite .wrap .content .item .show .l .label > div p:after {
        width: 1px;
        height: 10px;
    }
    .invite .wrap .content .item .hide > div .list h1 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .invite .wrap .content .item .hide > div .list p {
        font-size: 12px;
        line-height: 1.6;
    }
    .invite .wrap .content .item .hide > div .deliver {
        position: unset;
        font-size: 12px;
        width: fit-content;
        height: fit-content;
        padding: 5px 10px;
        margin: 10px 0 0;
    }
    .invite .wrap .content .item .hide > div {
        margin: 15px;
    }
    .invite .wrap .content .item .show:after {
        bottom: 2px;
    }
}
