/* 辩证-疾病种类 */
a {
    cursor: pointer;
}

.bj_text {
    width: 100%;
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.bj_text div:first-child {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
}

.bj_text div:first-child input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.bj_text div:first-child img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bj_text div:first-child img:nth-child(2) {
    display: none;
}

.bj_text div:last-child {
    font-size: 16px;
    line-height: 16px;
    color: #707070;
    float: left;
    margin-left: 20px;
}

.bj_text_check img:nth-child(1) {
    display: none !important;
}

.bj_text_check img:nth-child(2) {
    display: block !important;
}

.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;
}

/* 辩证-自身症状 */
.zs-box {
    width: 100%;
    /* height: 654px; */
    background: #edf0f5;
    padding-top: 38px;
}

.zs-content {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    height: 616px;
    padding-top: 44px;
}

.zs-title {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 18px;
    padding-left: 40px;
    margin: 0 40px;
    font-weight: bold;
}

.little-link {
    height: 40px;
    margin: 12px 40px 0;
    background: #fafafa;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.little-link img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.little-link span {
    margin-right: 12px;
}

.little-link a {
    font-weight: bold;
}

.zs-radio-ul {
    margin: 32px 60px 0;
    height: 364px;
}

.zs-radio-ul li {
    display: flex;
    justify-content: space-between;
    width: 50%;
    float: left;
    align-items: center;
    padding-right: 150px;
    margin-bottom: 32px;
}

.zs-radio-box {
    display: flex;
    align-items: center;
}

.zs-radio {
    width: 100%;
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
}

.zs-radio div:first-child {
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
}

.zs-radio div:first-child input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.zs-radio div:first-child img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.zs-radio div:first-child img:nth-child(2) {
    display: none;
}

.zs-radio div:last-child {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    float: left;
    margin-left: 10px;
}

.zs_radio_check img:nth-child(1) {
    display: none !important;
}

.zs_radio_check img:nth-child(2) {
    display: block !important;
}

.zs-bottom-box {
    margin-left: 44px;
}

.zs-bottom-box .bj-bottom-r {
    margin-left: 328px;
}

/* 辩证-疾病症状 */
.jb-box {
    width: 100%;
    background: #edf0f5;
    padding-top: 38px;
    padding-bottom: 38px;
}

.jb-content {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding-top: 44px;
}

.jb-title {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 18px;
    padding-left: 40px;
    margin: 0 40px;
    font-weight: bold;
}


.jb-content-bottom {
    width: 1300px;
    margin: 6px auto 0;
    background: #fff;
    height: 246px;
}

.sw {
    padding-top: 20px;
    margin-top: 0;
    height: 164px;
}

.jg-content {
    width: 100%;
    background: #edf0f5;
}

.jg-content-box {
    width: 1300px;
    margin: 0 auto;
    display: flex;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.jg_table_check {
    width: 100%;
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
}

.jg_table_check div:first-child {
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
}

.jg_table_check div:first-child input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.jg_table_check div:first-child img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jg_table_check div:first-child img:nth-child(2) {
    display: none;
}

.jg_table_check div:last-child {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    float: left;
    margin-left: 20px;
}

.jg_table_checked img:nth-child(1) {
    display: none !important;
}

.jg_table_checked img:nth-child(2) {
    display: block !important;
}

.jg-left-box {
    flex: 1;
    background: #f6f8f9;
    padding-bottom: 38px;
}

.jg-left-box-title {
    padding: 36px 0 22px 18px;
    margin: 0 30px 18px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

.jg-left-box-title p {
    display: inline-block;
    margin-right: 12px;
}

.jg-left-tip {
    margin: 0 30px 24px;
    background: #f4f4f5;
    display: flex;
    align-items: center;
    color: #7f7f7f;
    padding: 10px 20px;
}

.jg-left-tip img {
    width: 16px;
    margin-right: 10px;
}

.jg-left-table-title {
    margin: 0 30px 22px;
    padding-left: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.jg-left-table {
    margin: 0 60px;
}

.jg-table {
    border: 1px solid #e5e5e5;
}

.jg-table tr td {
    border: 1px solid #e5e5e5;
}

.table-text-align {
    text-align: center;
    font-weight: bold;
}

.pd-14 {
    padding: 14px;
    color: #191919;
    font-size: 14px;
}

.mg-12b {
    margin-bottom: 12px;
}

.color-grey {
    color: #7f7f7f;
}

.jg-table td input {
    background: #fff;
    display: inline-block;
    height: 22px;
    padding-left: 6px;
}

.jg-table textarea {
    background: #fff;
    padding-left: 6px;
    display: inline-block;
    height: 64px;
    flex: 1;
}

.pd-9 {
    padding: 9px;
    font-size: 14px;
}

.flex-center {
    display: flex;
    align-items: center;
}

.jg-right-box img {
    width: 362px;
}

.w-90 {
    width: 90px;
}

.w-260 {
    width: 260px;
}

.w-420 {
    width: 420px;
}

.jg-bottom {
    margin-top: 34px;
    padding: 0 60px;
}

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

.jg-bottom-r {
    float: right;
}

.bus {
    display: block;
    width: 126px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    line-height: 42px;
    color: #37baa0;
    background: #fff;
}

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

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

.jg-btn-box .btn-back,
.btn-next {
    background: #37baa0;
    color: #fff;
}

.jg-dialog {
    display: none;
    width: 788px;
    position: absolute;
    top: 6px;
    /*bottom: 56px;*/
    right: 16px;
    background: #f6f8f9;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 9px 45px -46px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 9px 45px -46px rgba(0, 0, 0, 1);
    box-shadow: 0px 9px 45px -46px rgba(0, 0, 0, 1);
}

.relat {
    position: relative;
}

.jg-dialog-table {
    border: 1px solid #e5e5e5;
}

.w-230 {
    width: 230px;
}

.prescription-dialog-box {
    position: relative;
}

.prescription {
    display: inline-block;
    width: 14px;
    margin-right: 4px;
    cursor: pointer;
    padding-top: 4px;
}

.prescription-dialog {
    position: absolute;
    left: -338px;
    bottom: -280px;
    background: #fff;
    border: 4px solid #c3c3c3;
    width: 600px;
    display: none;
    z-index: 1;

}

.prescription-dialog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    height: 60px;
}

.prescription-dialog-title img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.prescription-text {
    padding: 0 18px 14px;
    max-height: 500px;
    overflow: auto
}
.toSeeMedicine{
    margin-left: 255px;
    margin-bottom: 14px;
}
.table-button,.toSeeMedicine {
    background: #37baa0;
    color: #fff;
    display: block;
    cursor: pointer;
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    margin-top: 14px;
}

.mg-6r {
    margin-right: 6px;
}

.w-266 {
    width: 266px;
}

.w-100 {
    width: 100px;
}

.flex-box {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 1300px;
    margin: 0 auto;
}

.inline {
    display: inline-block;
    margin-top: 40px;
    background: #fff;
    padding-top: 20px;
    margin-right: 16px;
}

.flex-shop-list {
    width: auto;
}

.shop_limg {
    /*height: auto;*/
}

.jg-see-abtn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}