.flex_between {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_start {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex_center {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner {
    width: 100%;
    height: 220px;
    background: url(../img/banner.png)no-repeat center;
}

.banner_box {
    position: relative;
    height: 100%;
    padding-left: 90px;
    padding-top: 49px;
    color: #ffffff;
}

.banner_box .logo {
    position: absolute;
    top: 57px;
    left: 0;
}

.banner_box .tit {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
}

.banner_box span {
    font-weight: 400;
    font-size: 16px;
}

.center_box,
.result {
    min-height: 554px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 #9999991a;
    padding: 30px;
    margin-top: -30px;
    margin-bottom: 30px;
    position: relative;
}

.tip {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.txxx {
    font-weight: 500;
    font-size: 24px;
    margin: 30px 0 20px 0;
    color: #333333;
}

.form {
    padding-left: 320px;
}

.form .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    margin-right: 0;
}

.form .el-form-item__label {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 0;
    padding: 0;
    margin-bottom: 15px;
}

.form .el-input__inner {
    width: 500px;
    border-radius: 4px;
}

.form .el-button {
    padding: 11px 17px;
    font-weight: 400;
    font-size: 16px;
}

.form .el-button:nth-child(2) {
    margin-left: 17px;
    color: #287CED;
}

.form .el-form-item {
    margin-bottom: 20px;
}

.bm {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.result {
    padding: 20px;
}

.cxjg {
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.cxjg .tit {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-right: 30px;
}

.cxjg span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.doctor_box {
    flex-wrap: wrap;
}

.doctor_list {
    position: relative;
    width: 373px;
    height: 199px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.doctor_list:nth-child(3n) {
    margin-right: 0;
}

.doctor_list .ks {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 17px;
    color: #333333;
}

.doctor_info {}

.info_left img {
    width: 85px;
    height: 119px;
    object-fit: cover;
}

.info_right {
    margin-left: 20px;
    font-size: 16px;
    color: #333333;
}

.info_right div:nth-child(1) {
    width: 140px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info_right div:nth-child(2) {
    margin: 10px 0;
}

.jianjie {
    line-height: 32px;
}

.residue_hy {
    width: 81px;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #287CED;
    border-radius: 14px;
    position: absolute;
    top: 54px;
    right: 20px;
    cursor: pointer;
}

.tc_body {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sy_box {
    width: 440px;
    height: 350px;
    padding-top: 130px;
    text-align: center;
    background: url(../img/sy_bg.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sy_box .num {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    margin: 10px 0 45px 0;
}

.wyzx {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #287CED;
    border: 1px solid #287CED;
    border-radius: 20px;
    margin: auto;
    cursor: pointer;
}

[v-cloak] {
    display: none;
}