.way {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.way p:nth-child(1) {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    margin: 45px 0 20px;
}

.way p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #6C6C6C;
}

.rr-phone {
    padding-top: 20px;
}

.rr-phone .tel p {
    color: #298EFF;
    font-size: 18px;
    line-height: 32px;
}

.rr-phone .tel p:nth-child(1) {
    font-size: 14px;
    color: #9A9A9A;
}

.rr-phone .add {
    margin: 30px 0;
}

.rr-phone .add p {
    color: #333;
    font-size: 18px;
    line-height: 32px;
}

.rr-phone .add p:nth-child(1) {
    font-size: 14px;
    color: #9A9A9A;
}

.rr-phone .wchat .img {
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.rr-phone .wchat .img img {
    width: 110px;
    height: 110px;
}

.rr-phone .wchat p:nth-child(1) {
    font-size: 14px;
    color: #9A9A9A;
}

.beian {
    color: #6C6C6C;
    font-size: 14px;
    line-height: 24px;
    margin-top: 100px;
}

.right-dialog .el-dialog .el-dialog__headerbtn:hover .el-dialog__close {
    color: #909399;
}


.right-dialog .el-dialog .el-dialog__body {
    display: flex;
    justify-content: space-between;
    padding: 30px 20% 60px;
    box-sizing: border-box;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l {
    width: 70%;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l .liu {
    font-size: 26px;
    line-height: 26px;
    color: #101010;
    font-weight: bold;
    margin-bottom: 17px;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l .liu-d {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l .el-select {
    width: 70%;
    margin: 35px 0 16px;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l .el-select .el-input.is-focus .el-input__inner {
    border-color: #DCDFE6;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l>.el-input {
    width: 30%;
}
.right-dialog.liji-zixun .el-dialog .el-dialog__body .dialog-l>.el-input:nth-child(3){
    width: 70%;
    margin-bottom: 16px;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l>.el-input:nth-child(4) {
    margin-right: 1% !important;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l>.el-input:nth-child(5) {
    width: 38%;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l .el-button {
    display: block;
    width: 30%;
    margin-top: 30px;
    background-color: #298EFF;
    border: none;
    color: #fff;
}

.right-dialog .el-dialog .el-dialog__body .dialog-l .el-button:hover {
    background-color: #298EFF;
    border: none;
    color: #fff;
}

.right-dialog .el-dialog .el-dialog__body .dialog-r {
    width: 35%;
}

.right-dialog .el-dialog .el-dialog__body .dialog-r .zhidian {
    font-size: 26px;
    line-height: 36px;
    color: #101010;
    font-weight: bold;
}

.right-dialog .el-dialog .el-dialog__body .dialog-r .tel {
    margin-top: 30px;
}

.right-dialog .el-dialog .el-dialog__body .dialog-r .tel p:nth-child(1) {
    font-size: 14px;
    line-height: 20px;
    color: #9A9A9A;
}

.right-dialog .el-dialog .el-dialog__body .dialog-r .tel p:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
    color: #101010;
    margin-top: 10px;
    font-weight: bold;
}
.el-input__inner{
    padding: 0 10px !important;
}
.el-input.is-disabled .el-input__inner{
    background-color: #fff !important;
}


/* 抽屉 */
.drawer .el-drawer {
    width: 22% !important;
    background-color: #efefef !important;
}

.drawer .el-drawer__header {
    padding: 0;
    margin: 0;
}

.drawer .el-drawer__body {
    padding: 0 10% 10%;
    box-sizing: border-box;
}

.drawer .el-input-group__prepend {
    width: 70px;
    padding: 0 10px;
    border: none;
}

.drawer .el-input-group__append {
    padding: 0 10px;
    border: none;
}

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

.drawer .el-input-group__append button.el-button,
.drawer .el-input-group__prepend div.el-select .el-input__inner {
    background-color: #fff;
    border-radius: 80px;
}

.drawer .el-select:hover {
    background-color: #fff;
    border-radius: 80px;
}

.drawer .el-input__prefix {
    left: 30%;
    transform: translateX(0) !important;
}

.drawer .el-drawer__close-btn {
    margin-top: 20px !important;
    margin-right: 10px !important;
}

.el-select-dropdown__item.selected {
    color: #606266 !important;
}
#app .way p:nth-child(1){
    font-size: 30px;
}

/* 弹出框 */
.el-dialog__headerbtn .el-dialog__close {
    font-size: 26px;
}
#app .rr-phone .tel p {
    font-size: 14px;
    line-height: 25px;
}

#app .rr-phone .add p {
    font-size: 14px;
    line-height: 25px;
}
@media screen and (max-width:1500px) {
    .drawer .el-drawer{
        width: 30% !important;
    }
}

@media screen and (max-width:768px) {
    .drawer .el-drawer {
        width: 100% !important;
    }

    .way p:nth-child(1) {
        font-size: 24px;
        line-height: 24px;
        margin: 40px 0 10px;
    }

    .way p:nth-child(2) {
        font-size: 12px;
        line-height: 22px;
    }

    .rr-phone .tel p:nth-child(1),
    .rr-phone .add p:nth-child(1),
    .rr-phone .wchat p:nth-child(1) {
        font-size: 12px;
    }

    .rr-phone .tel p,
    .rr-phone .add p {
        font-size: 16px;
        line-height: 26px;
    }

    .beian {
        margin-top: 65px;
    }

    .el-dialog {
        width: 80%;
        margin-top: 50%;
    }

    #app .beian {
        margin-top: 50px;
    }

    #app .way p:nth-child(1) {
        font-size: 20px;
        line-height: 24px;
    }

    #app .way p:nth-child(2) {
        font-size: 12px;
        line-height: 20px;
    }

    #app .rr-phone .tel p {
        font-size: 14px;
        line-height: 25px;
    }

    #app .rr-phone .add p {
        font-size: 14px;
        line-height: 25px;
    }

    .right-dialog .el-dialog {
        width: 95% !important;
    }

    #app .right-dialog .el-dialog .el-dialog__body {
        padding: 30px 7%;
    }

    #app .right-dialog .el-dialog .el-dialog__body .dialog-l {
        width: 100%;
    }

    #app .right-dialog .el-dialog .el-dialog__body .dialog-r {
        display: none;
    }

    #app .right-dialog .el-dialog .el-dialog__body .dialog-l .liu {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #app .right-dialog .el-dialog .el-dialog__body .dialog-l .liu-d {
        line-height: 18px;
    }

    #app .right-dialog .el-dialog .el-dialog__body .dialog-l .el-select {
        width: 100%;
        margin: 20px 0 15px;
    }

    #app .right-dialog .el-dialog .el-dialog__body .dialog-l>.el-input {
        width: 35%;
    }

    #app .right-dialog .el-dialog .el-dialog__body .dialog-l>.el-input:nth-child(5) {
        width: 62%;
    }

    #app .right-dialog .el-dialog .el-dialog__body .dialog-l .el-button {
        margin: 30px auto 0;
    }

    #app .el-dialog__wrapper.phone-qr .el-dialog {
        height: 240px !important;
    }

    #app .el-dialog__wrapper.phone-qr .el-dialog {
        margin-top: 35vh !important;
    }
}