.drug-base {
    position: relative;
    cursor: pointer;
}

.drug-base-list {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 16px !important;
    width: 210px !important;
    background: #fff !important;
    z-index: 500 !important;
    border-bottom: 4px solid #37baa0 !important;
    border-top: 1px solid #7f7f7f;
    height: auto !important;
    display: none;
}

.drug-base-list a {
    display: inline-block;
    width: 100%;
    padding: 14px 0 14px 22px;
    background: #fff;
    color: #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    font-weight: bold;
}

.drug-base-list a:last-child {
    border-bottom: none;
}

.drug-base-list a:hover {
    /*background: #37baa0;*/
    background: #2b8f7b;
    color: #fff;
}
.special {
    position: relative;
    cursor: pointer;
}

.special-list {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 16px !important;
    width: 210px !important;
    background: #fff !important;
    z-index: 500 !important;
    border-bottom: 4px solid #37baa0 !important;
    border-top: 1px solid #7f7f7f;
    height: auto !important;
    display: none;
}

.special-list a {
    display: inline-block;
    width: 100%;
    padding: 14px 0 14px 22px;
    background: #fff;
    color: #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    font-weight: bold;
}

.special-list a:last-child {
    border-bottom: none;
}

.special-list a:hover {
    /*background: #37baa0;*/
    background: #2b8f7b;
    color: #fff;
}

.disease {
    position: relative;
    cursor: pointer;
}

.disease-list {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 16px !important;
    width: 210px !important;
    background: #fff !important;
    z-index: 500 !important;
    border-bottom: 4px solid #37baa0 !important;
    border-top: 1px solid #7f7f7f;
    height: auto !important;
    display: none;
}

.disease-list a {
    display: inline-block;
    width: 100%;
    padding: 14px 0 14px 22px;
    background: #fff;
    color: #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    font-weight: bold;
}

.disease-list a:last-child {
    border-bottom: none;
}

.disease-list a:hover {
    /*background: #37baa0;*/
    background: #2b8f7b;
    color: #fff;
}


.acupoint {
    position: relative;
    cursor: pointer;
}

.acupoint-list {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 16px !important;
    width: 210px !important;
    background: #fff !important;
    z-index: 500 !important;
    border-bottom: 4px solid #37baa0 !important;
    border-top: 1px solid #7f7f7f;
    height: auto !important;
    display: none;
}

.acupoint-list a {
    display: inline-block;
    width: 100%;
    padding: 14px 0 14px 22px;
    background: #fff;
    color: #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    font-weight: bold;
}

.acupoint-list a:last-child {
    border-bottom: none;
}

.acupoint-list a:hover {
    /*background: #37baa0;*/
    background: #2b8f7b;
    color: #fff;
}


.bj-content * {
    box-sizing: border-box;
}

.bj-content {
    width: 1300px;
    margin: 54px auto;
}

.bj-content h4 {
    font-weight: normal;
    font-size: 18px;
    color: #191919;
}

.bj-content .left-form {
    border: 2px solid #e5e8ec;
    border-right: 0;
    padding: 0px 0 38px 0;
    border-radius: 2px;
    float: left;
    width: 922px;
    height: 780px;
}

.bj-content .left-form .left-form-title {
    width: 836px;
    margin: 0 auto;
    padding: 38px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bj-content .bj-phone {
    padding: 6px;
    background: #fafafa;
}

.bj-content .bj-phone span:nth-child(1) {
    font-weight: bold;
    color: #ff0000;
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
}

.bj-content .bj-phone span:nth-child(2) {
    color: #707070;
    font-size: 14px;
}

.bj-content .left-form-ul {
    margin-top: 44px;
    padding-left: 60px;
    height: 506px;
}

.bj-content .left-form-ul li {
    width: 50%;
    display: flex;
    color: #707070;
    margin-bottom: 6px;
    align-items: center;
    float: left;
}

.bj-btn-box {
    display: flex;
    justify-content: space-between;
    width: 269px;
    height: 44px;
}

.bj-btn-box a {
    width: 126px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    line-height: 42px;
}

.bj-btn-box .btn-back {
    border: 1px solid #37baa0;
    color: #37baa0;
}

.bj-btn-box .btn-next {
    background: #37baa0;
    color: #fff;
}

.bj-bottom {
    margin-top: 22px;
    padding: 0 38px;
}

.bj-bottom-l {
    float: left;
}

.bj-bottom-r {
    float: left;
    margin-top: 10px;
    margin-left: 220px;
}

.page-item {
    margin: 0 16px;
    display: inline-flex;
    justify-content: space-around;
    width: 100px;
}

.page-item .selected {
    color: #37baa0;
}

/* 常用穴位 */
.common_box_xw{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;top: 0;left: 0;z-index: 10;display: none;}
.common_inpbox_xw{width: 1300px;height: 800px;background: #fff;padding: 70px 50px;box-sizing: border-box;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;}
.common_t_xw{width: 100%;margin-bottom: 40px;}
.common_tl_xw{width: calc(100% - 140px);height: 50px;float: left;border: 1px solid #cccccc;box-sizing: border-box;border-right: 0;position: relative;}
.common_tl_xw input{width: 100%;height: 100%;font-size: 22px;line-height: 48px;color: #333333;padding: 0 70px;box-sizing: border-box;}
.common_tl_xw img{width: 26px;height: 26px;position: absolute;top: 0;left: 20px;bottom: 0;margin: auto;}
.common_tr_xw{width: 140px;height: 50px;float: left;background: #37baa0;font-size: 22px;line-height: 50px;color: #fff;text-align: center;position: relative;}
.common_tr_xw input{width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;}
.common_b_xw {width: 100%;border: 1px solid #cccccc;box-sizing: border-box;overflow-y: auto;height: calc(100% - 90px);}
.common_b_xw table{width: 100%;border-collapse: collapse;}
.common_b_xw tr{width: 100%;border-bottom: 1px solid #e8e8e8;}
.common_b_xw tr:last-child{border-bottom: 0;}
.common_b_xw td{border-right: 1px solid #e8e8e8;padding: 20px 10px;}
.common_b_xw td:last-child{border-right: 0;}
.common_b_xw tr:first-child td{width: calc(100%/9);text-align: center;}
.common_img_xw{width: 20px;height: 20px;position: absolute;top: 25px;right: 25px;cursor: pointer;}
.common_img_xw img{width: 100%;height: 100%;}

.xw_result {
    display: flex;

}

.xw_img_list {
    flex: 1;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 570px;
}

.xw_img_item_name {
    font-size: 30px;
    font-weight: bold;
}

.xw_screen_list {
    padding: 20px 16px;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    height: fit-content;
    max-height: 570px;
    overflow-y: auto;
    margin-left: 20px;
}

.xw_screen_list_title {
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.list_item {
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}

.list_item:hover {
    color: #37baa0;
}