@font-face {
    font-family: "OPPOSans";
    src: url(../font/D-DIN.ttf);
    font-weight: 100;
}

main {
    margin: 20px 22px;
}

.user-msg {
    padding-bottom: 26px;
    border-bottom: 1px dashed #ddd;
}

.invoice {
    font-size: 12px;
    color: #3d3d3d;
    padding-left: 20px;
}

.interface .item-msg {
    display: flex;
}

.interface .item-msg .margin {
    text-align: right;
    width: 25%;
}

.interface .item-msg .margin .text {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.interface .item-msg .margin .num {
    font-size: 24px !important;
    font-family: OPPOSans-Medium, OPPOSans !important;
}

.interface .item-msg .left {
    /*width: 75%;*/
}

.user-msg .title,
.interface .title {
    font-size: 18px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 18px;
    border-left: 3px solid #2164fa;
    padding-left: 10px;
    margin-bottom: 22px;
}

.user-msg .avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.user {
    margin-left: 16px;
}

.user .nickname .text {
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3d;
}

.user .nickname .id {
    font-size: 12px;
    font-weight: 400;
    color: #3d3d3d;
}

.label {
    color: #999999;
}

.phone {
    font-size: 12px;
    padding: 6px 0;
}

.phone .num {
    color: #3d3d3d;
}

.change {
    color: #2164fa;
}

.weChat {
    font-size: 12px;
}

.bd {
    color: #5cb843;
}

.user-msg .item {
    margin-left: 53px;
}

.user-msg .item .text {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: right;
}

.interface .item .pay-price {
    justify-content: space-between;
}

.interface .item .pay-price .pay-btn {
    align-items: center;
}

.interface .item .pay-price .pay-btn .num {
    color: #3D3D3D;
    font-weight: 400;
}

.interface .item .pay-price .pay-btn .num span {
    color: #1A1313;
    font-weight: 700;
    font-size: 14px;
    font-family: OPPOSans-Medium, OPPOSans;
}

.interface .item .pay-price .pay-btn .goumai {
    color: #2164FA;
    cursor: pointer;
    font-weight: 400 !important;
}

.ml10 {
    margin-left: 10px;
}

.lanse {
    color: #2164FA !important;
    cursor: pointer;
    font-weight: 700 !important;
}

.user-msg .item .num {
    font-size: 24px;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #3d3d3d;
    text-align: right;
    margin-top: 10px;
}

.user-msg .margin .text {
    font-size: 14px;
    font-weight: 400;
}

.user-msg .margin .num {
    font-size: 20px;
}

.interface .card {
    background-image: url("/statics/web/images/bg.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 21px 21px 0;
    border-radius: 10px;
    height: 150px;
    overflow: hidden;
}

.card .bag {
    transition: all 0.7s;
}

.card:hover .bag {
    transform: scale(1.1);
}

/* 接口业务 */
.interface .item {
    /* max-width: 366px; */
    padding: 29px 26px 24px 24px;
    /*padding: 24px;*/
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: sticky;
}

.interface .bag {
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 189px; */
    height: 100%;
    z-index: 0;
}

.interface .item .msg {
    /*margin-bottom: 32px;*/
}

.interface .item .msg .text {
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
}

.interface .item .msg .tips {
    min-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 14px;
    /*padding-right: 50px;*/
}

.btns {
    flex-wrap: nowrap;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.btns .buy {
    width: 100px;
    height: 32px;
    background: #333333;
    border-radius: 27px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

.btns .manage {
    cursor: pointer;
    width: 70px;
    height: 28px;
    color: #333333;
    border-radius: 27px;
    opacity: 1;
    border: 1px solid #333333;
}

.dialog .label-name {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}

.invoice .label-name {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 15px;
}

.invoice .red-font {
    color: #ee2828 !important;
}

.invoice .el-form-item__label {
    padding-right: 16px;
}

.package-list {
    margin-bottom: 16px;
}

.package-list .item {
    width: 190px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
    margin-bottom: 6px;
    flex-direction: column;
    cursor: pointer;
    margin-right: 6px;
}

.package-list .item .num {
    font-size: 24px;
    font-family: OPPOSans-Bold, OPPOSans;
    font-weight: 700;
    color: red;
}

.package-list .item.active {
    background-color: #2164fa;
    border: 1px solid #2164fa;
}

.package-list .item.active .num,
.package-list .item.active .dw,
.package-list .item.active .price {
    color: #fff;
}

.package-list .item .dw {
    font-size: 16px;
    font-weight: 400;
    color: red;
    margin-right: -6px;
}

.package-list .item .price {
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    margin-top: 4px;
}

.pay {
    border-radius: 6px;
    /* border: 1px solid #eeeeee; */
    /* margin-right: 7px; */
}

.pay-price {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 700;
}

.pay-price .text {
    font-weight: 600;
    color: #3d3d3d;
}

.pay-price .price {
    font-size: 20px;
    color: #ee2828;
}

.pay-price .price .unit {
    font-size: 14px;
}

.inv-text {
    color: #999999;
}

.inv-time {
    color: #3d3d3d;
}

.label-text {
    color: #666666;
}

.pay-box .line {
    width: 1px;
    height: 20px;
    background: #eeeeee;
    border-radius: 4px 4px 4px 4px;
    margin: 0 4px;
}

.pay-box {
    width: max-content;
    border-radius: 8px 8px 8px 8px;
    padding: 4px;
    border: 1px solid #eeeeee;
}

.pay-item {
    justify-content: center;
    border-radius: 5px;
    padding: 4px 8px;
    cursor: pointer;
}

.pay-box .pay-item.active {
    /* color: #fff; */
    /* background-color: #2164fa; */
    /* border: 1px solid rgba(255, 15, 27, 0.2); */
}

.pay-box .pay-item.wx.active {
    background: rgba(40, 196, 69, 0.2);
}

.pay-box .pay-item.zfb.active {
    background: rgba(6, 180, 253, 0.2);
}

.pay-item.wx {
    /* border: 1px solid rgba(40, 196, 69, 0.2); */
}

.pay-item.zfb {
    /* border: 1px solid rgba(40, 196, 69, 0.2); */
}

.pay-item .wx-img {
    width: 19px;
    height: 17px;
    margin-right: 8px;
}

.pay-item .zfb-img {
    width: 19px;
    height: 19px;
    margin-right: 8px;
}

.code {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.code .make {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #000;
    color: #ffffff;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog .el-button:focus {
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
}

.dialog .el-button:hover {
    background-color: #2164fa;
    color: #fff;
}

.code .qrcode {
    width: 100%;
    height: 100%;
    text-align: center;
}

.modal {
    margin-bottom: 24px;
}

.modal .label {
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 16px;
}

.setting .input {
    width: 372px;
}

.setting .save {
    font-size: 14px;
    font-weight: 400;
    color: #2164fa;
    cursor: pointer;
    line-height: 40px;
    margin-right: 10px;
}

.modal-label {
    width: 5em;
    text-align: right;
}

.dialog {
    padding-bottom: 24px;
}

.step-2 {
    min-height: 400px;
    flex-direction: column;
}

.step-2 .pay-success {
    font-size: 24px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.step-2 .pay-success img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.dos-time {
    color: #6a6969;
}

.dos-time .second {
    color: #2164fa;
}

.el-col {
    padding: 0 !important;
}

.el-dialog .message {
    padding: 10px 0;
    color: #cccccc;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #2164fa;
    border-color: #2164fa;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #2164fa;
}

.el-checkbox__inner::after {
    left: 4px;
}

.el-checkbox__label {
    line-height: 28px;
}

.el-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.el-tag {
    margin-left: 10px;
    margin-top: 10px;
}

.button-new-tag {
    margin-left: 10px;
    margin-top: 10px;
    height: 32px;
    width: 130px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.input-new-tag {
    width: 130px;
    margin-top: 10px;
    margin-left: 10px;
    vertical-align: bottom;
}

.el-dialog__header .dialog-title {
    cursor: pointer;
    color: #999999;
    font-weight: 400;
    font-size: 18px;
    margin-right: 24px;
}

.el-dialog__header .dialog-title.on {
    font-size: 24px;
    font-weight: 600;
    color: #3d3d3d;
}

.login .setting {
    padding: 4px 0;
    border-bottom: 1px solid #eeeeee;
    align-items: center;
}

.login .setting .forget-pwd {
    color: #2164fa;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    width: 70px;
    text-align: center;
}

.login .el-input__inner {
    border: none;
}

.login .modal .code {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.login .modal .code .code-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}

.login .modal {
    margin-bottom: 0;
}

.login .modal .code .code-img .qrcode {
    width: 100%;
    height: 100%;
}

.login .modal .code .code-img .make {
    width: 100%;
    height: 100%;
}

.login .modal .text {
    text-align: center;
    padding-top: 24px;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
}

.invoice_create_card .title {
    position: relative;
    color: #2164fa;
    cursor: pointer;
}

.invoice_create_card .title .icon {
    position: absolute;
    right: 10px;
    top: 0;
}

.invoice_create_card .title .el-icon-d-arrow-left {
    transform: rotate(90deg);
}

.invoice_create_card .title .el-icon-d-arrow-right {
    transform: rotate(90deg);
}

.invoice_create_card .el-autocomplete {
    width: 100%;
}

.create-invoice .el-input-group__prepend {
    position: relative;
    cursor: pointer;
    color: #3d3d3d;
}

.create-invoice .el-input-group__prepend .el-icon-more {
    position: absolute;
    top: 1px;
    right: -3px;
}

.el-form .el-input-number {
    width: auto;
}

.pagination {
    margin-top: 20px;
    text-align: right;
}

.post-tips .post-span {
    color: #2164FA;
    cursor: pointer;
    padding-left: 10px;
}
