/*头部*/
.header-button {
    width: 138px;
    height: 44px;
    margin-top: 60px;
    background-image: url("../img/public/button-blue.png");
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px
}

.header-button:hover {
    opacity: 0.9;
}

.header-item {
    padding: 0;
    display: flex;
    background-color: #dcedff;
    height: 631px;
    background-image: url("../img/pc/instroduce-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.header-item .header-content {
    margin: auto;
    width: 1200px;
}

.header-item .header-prompt {
    width: 600px;
    height: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #2e2e2e;
    line-height: 70px;
    margin: 100px 0px 20px 0px;
}

/*中间内容*/

/*下方体验表单*/
.content-center .content-try {
    width: 100%;
    height: 298px;
    background: url("../img/pc/appointment-bg.png") no-repeat;
    background-size: 100% 100%;
}

.content-center .content-try .content-try-box {
    width: 100%;
    height: 297px;
    margin: auto;
    padding-top: 40px;
}

.content-center .content-try .content-try-box .try-box-font {
    width: 100%;
    height: 53px;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.content-center .content-try .content-try-box .try-box-subfont {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    margin-top: 20px;
}

.content-center .content-try .content-try-box .try-box-form {
    width: 1200px;
    height: 120px;
    margin: 25px auto 350px
}

.content-center .content-try .content-try-box .try-box-form .box-form-whites {
    width: 100%;
    height: 120px;
    display: flex;
}

.content-center .autocomplete {
    position: relative;
    display: inline-block;
    width: 551px;
    height: 60px;
}

.content-center .box-form-center {
    width: 580px;
    height: 70px;
    position: relative;
}

.submits {
    width: 310px;
    height: 49px;
    margin: 18px auto 0 30px;
    position: relative;
}

.submits .submit-blue {
    width: 172px;
    height: 44px;
    background: #5BBDFF;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 44px;
}

.codes {
    position: absolute;
    top: 32px;
    right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #186cf5;
    line-height: 20px;
    cursor: pointer;
}

.box-form-inputs {
    height: 44px;
    width: 240px;
    margin-left: 20px;
    padding-left: 14px;
    border-radius: 5px;
    border: 1px solid rgba(58, 58, 58, 0.25);
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.28);
}

.box-form-inputs::placeholder {
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.imgSubmits {
    display: none;
    position: absolute;
    left: 30px;
    top: 36px !important;
}

.content-try .input-prompt {
    color: red;
    font-size: 14px;
    padding: 5px 0px 0px 25px
}

input::placeholder {
    font-size: 14px !important;
}

/*兼容移动端*/
.appHeader, .appContent-center, .appContent-bottom, .content-mostBottom {
    display: none;
}


/*公共样式*/
.header-item .title, .content-center .title {
    width: 100%;
    height: 52px;
    margin: 0px auto 0;
    text-align: center;
    font-family: PingFang SC-Heavy;
    font-size: 38px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 54px;
    font-weight: 600;
    text-align: center;
}

.btn-experience {
    cursor: pointer;
    width: 110px;
    height: 38px;
    text-align: center;
    background: #186CF5;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 38px;
    border-radius: 5px;
}

.btn-experience:hover {
    box-shadow: 0 3px 6px 0 #043ddb57;
}
/*提交成功*/
.submit-success{
    position: fixed;
    top:15%;
    left:35%;
    height:497px;
    width:470px;
    z-index:200;
    /*background:url(../img/submit-success-back.png);*/
}
.submit-success-img{
    margin:90px 190px 29px;
}
.submit-success-title{
    width: 96px;
    height: 33px;
    font-size: 24px;
    font-weight: bold;
    color: #202124;
    margin:0 auto;
}
.submit-success-desc{
    width: 346px;
    height: 22px;
    margin: 7px auto 80px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #202124;
}
.masking{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    z-index:100;
}
.submit-ok{
    margin:0 auto;
    /*background:url(../img/submit-ok.png);*/
    color:#fff;
    width: 110px;
    height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border-style: none;
}
/*内部介绍*/
.introduce {
    background: #FFFFFF;
    width: 100%;
    height: 630px;
    background: url('../img/pc/instroduce-bg.png') no-repeat center #f0f5ff;
    background-size: auto 100%;
}

.innerCon {
    width: 1200px;
    height: 386px;
    margin: 150px auto 0;
    position: relative;
}

.innerCon h1 {
    position: absolute;
    top: 30px;
    left: 0px;
    height: 70px;
    font-size: 50px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 70px;
    font-family: PingFangSC-Medium;
    font-weight: 600;
}

.innerCon .con {
    position: absolute;
    top: 116px;
    left: 0px;
    width: 694px;
    height: 156px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 40px;
}

.innerCon .experienceForm {
    position: absolute;
    width: 380px;
    height: 378px;
    background: rgba(255, 255, 255, 0.9);
    top: 0px;
    right: 0;
    border-radius: 5px;
    padding: 28px 34px 39px 32px;
}

.experience-form .el-form-item {
    margin-bottom: 12px;
}

.experience-form
.el-form-item
.el-form-item__content
.el-form-item__error {
    display: none;
}

.company-icon {
    background-image: url("../img/pc/company.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 3px;
}

.tel-icon {
    background-image: url("../img/pc/tel.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 17px;
    position: absolute;
    top: 13px;
    left: 5px;
}

.job-icon {
    background-image: url("../img/pc/job.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 4px;
}

.code-icon {
    background-image: url("../img/pc/code.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    position: absolute;
    top: 14px;
    left: 4px;
}

.el-form-item
.el-form-item__content
.el-input--prefix
.el-input__inner:focus
+ .el-input__prefix
.company-icon {
    background-image: url("../img/pc/company_blue.svg");
    background-repeat: no-repeat;
}

.el-form-item
.el-form-item__content
.el-input--prefix
.el-input__inner:focus
+ .el-input__prefix
.tel-icon {
    background-image: url("../img/pc/tel_blue.svg");
    background-repeat: no-repeat;
}

.el-form-item
.el-form-item__content
.el-input--prefix
.el-input__inner:focus
+ .el-input__prefix
.code-icon {
    background-image: url("../img/pc/code_blue.svg");
    background-repeat: no-repeat;
}

.el-form-item
.el-form-item__content
.el-input--prefix
.el-input__inner:focus
+ .el-input__prefix
.job-icon {
    background-image: url("../img/pc/job_blue.svg");
    background-repeat: no-repeat;
}

.el-form-item .el-form-item__content {
    line-height: 40px !important;
}

.form-header {
    width: 80px;
    height: 28px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 28px;
    margin-left: 119px;
    margin-top: 0;
}

.dialog-right-form-btn {
    width: 314px;
    height: 48px;
    background: #186CF5;
    box-shadow: 0 3px 6px 0 #043ddb57;
    border-radius: 5px;
    margin-top: 10px;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.code-send-btn {
    color: #186CF5;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #186CF5;
    letter-spacing: 0;
    line-height: 20px;
}

.btnCon {
    position: absolute;
    height: 54px;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
}

.btnCon div {
    cursor: pointer;
    width: 158px;
    height: 54px;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    margin-right: 13px;
    background-image: linear-gradient(90deg, #018DFF 0%, #1A74F1 100%);
}

.btnCon div:hover {
    box-shadow: 0 3px 6px 0 #043ddb57;
}

/*功能架构*/
.framework {
    width: 1200px;
    margin: 0 auto;
    height: 1037px;
    background: #ffffff;
    padding-top: 80px;
}

.framework_title {
    height: 54px;
}

.framework_subtitle {
    margin-top: 24px;
    margin-bottom: 32px;
    height: 25px;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #2E2E2E;
    letter-spacing: 0;
    text-align: center;
    line-height: 31px;
}

.framework-img {
    width: 1200px;
    height: 738px;
    margin: auto;
    background: url("../img/pc/framework.svg") no-repeat center;
    background-size: 100% 100%;
}

/*产品功能*/
.function {
    width: 100%;
    height: 850px;
    background-color: #F7FAFF;
    margin: 0 auto;
    padding-top: 80px;
}

.functionCon {
    height: 700px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.functionCon .btn-experience {
    position: absolute;
    bottom: 142px;
    left: 0px;
}

.func-tab {
    width: 1200px;
    height: 76px;
    background: #FFFFFF;
    box-shadow: 0 6px 15px 0 #151d520d;
    border-radius: 8px;
    margin: 40px auto 0px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: space-between;
}

.tab-item {
    width: 290px;
    height: 60px;
    cursor: pointer;
    font-family: PingFang SC-Regular;
}

.tab-item > p > img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.normal-tab {
    height: 60px;
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.tab-item:hover {
    background: #186cf51a;
    border-radius: 8px;
}

.tab-item:hover .normal-tab {
    color: #186CF5;
}

.active-tab {
    height: 60px;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #186CF5;
    letter-spacing: 0;
    text-align: center;
    background: #186cf51a;
    border-radius: 8px;
    line-height: 60px;
}

.func-card {
    width: 1200px;
    height: 600px;
    display: flex;
    justify-content: space-between;
}

.func-desc {
    width: 500px;
    margin-right: 100px;
    padding-top: 100px;
}

.func-desc p:first-child {
    font-family: PingFang SC-Bold;
    font-weight: 500;
    font-size: 24px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 24px;
}

.func-desc p:first-child img {
    width: 24px;
    height: 24px;
    margin-right: 10px;;
}

.func-desc .desc {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 12px;
}
.func-desc .desc span{
    font-family: PingFang SC;
}

.func-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

/*产品价值*/
.worth {
    margin: 0 auto;
    width: 1200px;
    height: 700px;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 80px;
}

.worthCon {
    width: 1200px;
    height: 344px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 40px;
}

.worthCon .left {
    width: 300px;
    height: 344px;
    background-image: url("../img/pc/worth-icon0.png"), linear-gradient(180deg, #EEF5FF 0%, #FFFFFF 100%);
    background-repeat: no-repeat;
    background-position: 29px 40px, center;
    background-size: 120px 120px, auto;
    border: 2px solid #FFFFFF;
    box-shadow: 0 4px 15px 0 #E8ECF1;
    padding-top: 210px;
    padding-left: 44px;
    border-radius: 8px;


}

.worthCon .left p:first-child {
    text-align: left;
    font-family: PingFang SC-Bold;
    font-weight: 500;
    font-size: 22px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 20px;
}

.worthCon .left p:last-child {
    text-align: left;
    font-family: PingFang SC-Bold;
}

.worthCon .left p:last-child span:first-child {
    color: #2e2e2e;
    font-size: 32px;
    font-weight: 500;
    line-height: 31px;
    font-family: PingFang SC-Bold;
}

.worthCon .left p:last-child span:last-child {
    font-size: 20px;
    line-height: 31px;
    text-align: left;
    padding-right: 12px;
    font-weight: 500;
    font-family: PingFang SC-Bold;
    margin-left: -8px;
}

.worthCon .right {
    width: 876px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;


}

.worth-card {
    width: 427px;
    height: 160px;
    border: 2px solid #FFFFFF;
    box-shadow: 0 4px 15px 0 #E8ECF1;
    padding-top: 39px;
    padding-left: 36px;
    font-family: PingFang SC-Regular;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 279px 20px, center;
    background-size: 120px 120px, auto;
}

.worth-card p:first-child {
    font-weight: 500;
    font-size: 22px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 31px;
    text-align: left;
    margin-bottom: 20px;
    font-family: PingFang SC-Bold;
}

.worth-card p:last-child {
    text-align: left;
    font-family: PingFang SC-Regular;


}

.worth-card p:last-child span:first-child {
    color: #2e2e2e;
    font-size: 32px;
    font-weight: 500;
    font-family: PingFang SC-Bold;
    line-height: 31px;
}

.worth-card p:last-child span:last-child {
    font-size: 20px;
    line-height: 31px;
    text-align: left;
    padding-right: 12px;
    margin-left: -5px;
    font-weight: 500;
    font-family: PingFang SC-Bold;
}

.worth-card:nth-child(1) {
    background-image: url("../img/pc/worth-icon1.png"), linear-gradient(180deg, #EEF5FF 0%, #FFFFFF 100%), linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
}

.worth-card:nth-child(2) {
    background-image: url("../img/pc/worth-icon2.png"), linear-gradient(180deg, #EEF5FF 0%, #FFFFFF 100%), linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
}

.worth-card:nth-child(3) {
    background-image: url("../img/pc/worth-icon3.png"), linear-gradient(180deg, #EEF5FF 0%, #FFFFFF 100%), linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
}

.worth-card:nth-child(4) {
    background-image: url("../img/pc/worth-icon4.png"), linear-gradient(180deg, #EEF5FF 0%, #FFFFFF 100%), linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
}

.green-arrow {
    background: url("../img/pc/icon-arrow-green.png") no-repeat right center;
    background-size: 9px 17px;
}

.blue-arrow {
    background: url("../img/pc/icon-arrow-blue.png") no-repeat right center;
    background-size: 9px 17px;
}

.worth .btn-experience {
    margin: 0 auto;
}

/*产品优势*/
.advantage {
    width: 100%;
    height: 860px;
    background: url("../img/pc/advantage-bg.png") no-repeat center;
    background-size: 100% 100%;
    padding-top: 80px;
}

.advantage .title {
    color: #ffffff;
}

.advantageCon {
    width: 1200px;
    height: 528px;
    margin: 60px auto 40px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.advantage-item {
    padding: 30px 48px 0 40px;
    width: 588px;
    height: 160px;
    background: url("../img/pc/adv-item-bg.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 8px;
}
.advantage-item:nth-child(3){
    padding-right: 40px;
}
.advantage-item p:first-child {
    font-family: PingFangSC-Medium;
    font-weight: 600;
    padding-left: 36px;
    font-size: 22px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 14px;
}

.advantage-item p:last-child {
    font-family: PingFang SC-Regularr;
    font-weight: 400;
    font-size: 18px;
    color: #2E2E2E;
    letter-spacing: 0;
    text-align: left;
}

.advantage-item:nth-child(1) p:first-child {
    background: url("../img/pc/icon-gxjf.svg") no-repeat left center;
    background-size: 24px 24px;
}

.advantage-item:nth-child(2) p:first-child {
    background: url("../img/pc/icon-ai.svg") no-repeat left center;
    background-size: 24px 24px;
}

.advantage-item:nth-child(3) p:first-child {
    background: url("../img/pc/icon-znpc.svg") no-repeat left center;
    background-size: 24px 24px;
}

.advantage-item:nth-child(4) p:first-child {
    background: url("../img/pc/icon-dzhbg.svg") no-repeat left center;
    background-size: 24px 24px;
}

.advantage-item:nth-child(5) p:first-child {
    background: url("../img/pc/icon-tpsy.svg") no-repeat left center;
    background-size: 24px 24px;
}

.advantage-item:nth-child(6) p:first-child {
    background: url("../img/pc/icon-zsk.svg") no-repeat left center;
    background-size: 24px 24px;
}

.advantage .btn-experience {
    color: #186CF5;
    background: #ffffff;
    margin: 0 auto;
}

/*客户案例*/
.case {
    margin: 0 auto;
    width: 1200px;
    height: 632px;
    background: #ffffff;
    padding-top: 80px;

}

.caseCon {
    margin: 52px auto 40px;
    display: flex;
    justify-content: space-between;
}

.case-item {
    width: 588px;
    height: 300px;
    background-image: url("../img/pc/icon-symbol.png"), linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50%);
    background-repeat: no-repeat;
    background-position: 36px 101px, center;
    background-size: auto, 100%;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 15px 0 #E8ECF1;
    padding: 30px 36px;

}

.case-item p {
    margin-top: 35px;
    color: #2e2e2e;
    font-size: 18px;
    font-face: PingFang SC-Regular;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    paragraph-spacing: 0;
    text-align: justify;
}

.case-item p span {
    color: #F19F35;
    word-break: normal;
}

.case .btn-experience {
    margin: 0 auto;
}

/*更多客户*/
.customer {
    width: 100%;
    height: 534px;
    background: #F7FAFF;
    padding-top: 80px;
}

.customerCon {
    width: 1200px;
    height: 280px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.customerCon img {
    border: 1px solid #EBF4FD;
    border-radius: 8px;
    box-shadow: 0 4px 15px 0 #e8ecf199;
}

/*我们的企业优势*/
.aboutUs {
    width: 100%;
    height: 700px;
    background-image: url("../img/pc/aboutUs-bg.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 30px;
}

.aboutUsCon {
    width: 1200px;
    margin: 50px auto;

}

.aboutUsCon .left {
    width: 600px;
    float: left;
    margin-right: 85px;
    padding-top: 22px;

}

.aboutUsCon .left p:first-child {
    height: 54px;
    font-family: PingFang SC-Heavy;
    font-weight: 600;
    font-size: 38px;
    color: #2E2E2E;
    letter-spacing: 0;
    text-align: left;
    line-height: 54px;
    margin-bottom: 34px;
}

.aboutUsCon .left p:last-child {
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 17px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
}
.aboutUsCon .info span{
    font-family: 微软雅黑;
}
.aboutUsCon .right {
    float: right;
    width: 515px;
    height: 325px;
    margin-bottom: 47px;
}

.aboutUsCon .bottom {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.aboutUsCon .bottom .data-item {
    width: 25%;

}

.aboutUsCon .bottom .data-item p:first-child {
    height: 50px;
    font-family: "PingFang SC-Bold";
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.aboutUsCon .bottom .data-item p:last-child {
    height: 19px;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0;
}

.aboutUsCon .bottom .data-item:not(.data-item:last-child) {
    border-right: 1px solid #d2d2d2;
}

/*预约体验*/
.appointment {
    width: 100%;
    height: 298px;
    background: url("../img/pc/appointment-bg.png") no-repeat center;
    background-size: 100% 100%;
    padding-top: 60px;
}

.appointmentTitle {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-family: PingFang SC-Bold;
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 20px;
}

.subTitle {
    width: 100%;
    height: 25px;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
}

.relation-body {
    padding-top: 21px;
    width: 1200px;
    margin: 0 auto;
}

.relation-body .input-group, .relation-body .form-control {
    height: 50px !important;
    line-height: 50px !important;
    float: left;
    padding: 6px 12px 6px 30px;
    margin-left: 35px;
}

.appointment .el-row {
    width: calc(100% - 264px);
}

.appointment .el-form-item .el-form-item__content {
    line-height: 44px !important;
}

.appointment .right-form-btn {
    float: left;
    width: 172px;
    height: 44px;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    background: #5BBDFF;
    border-radius: 5px 5px 5px 5px;
    font-family: PingFang SC-Regular;
    font-weight: 400;
    opacity: 0.9;
}

.appointment .right-form-btn:hover {
    opacity: 0.8;
}

.appointment .el-input__inner {
    height: 44px !important;
    line-height: 44px !important;
    background: rgba(255, 255, 255, 0.28);
    border: 0;
    border-radius: 3px;
    color: #ffffff;
}

.appointment .el-input__inner::placeholder {
    font-family: PingFang SC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
