.content {
    /* width: 1920px; */
    /* margin: auto; */
    background: #e1ebf2;
    box-sizing: border-box;
    padding: 15px;
    max-width: 100vw;
    overflow: hidden;
}
.left_six {
    width: 300px;
    /* min-height: 100vh; */
    /* margin: 15px; */
    background: white;
    border-radius: 10px 10px 0px 0px;
}
.center_six {
    width: calc(100vw - 345px);
    /* margin: 15px; */
    /* min-height: 100vh; */
  min-height: calc(100vh - 115px);
  background: white;
}
.right {
    background: white;
    width: 370px;
    /* min-height: 100vh; */
    /* margin: 15px; */
}
.main {
    display: flex;
    justify-content: space-between;
}
.left_header_six {
    height: 59px;
    width: 300px;
    background: #3ac3d7;
    opacity: 1;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    color: white;
    font-size: 16px;
}
.left_item {
    display: flex;
    justify-content: space-between;
    padding: 8px 21px;
    font-size: 14px;
    color: #656565;
    cursor: pointer;
}
.vip {
    /*vip*/
    width: 25px;
    margin-right: 5px;
    height: 15px;
    background: #f1bb4f;
    opacity: 1;
    border-radius: 2px;
    font-size: 12px;
    color: white;
    line-height: 15px;
    display: block;
    text-align: center;
}
.te {
    /*特别*/
    margin-right: 5px;
    width: 25px;
    height: 15px;
    background: #e84e2e;
    opacity: 1;
    color: white;
    line-height: 15px;
    border-radius: 2px;
    display: block;
    text-align: center;
}
.button1 {
    width: 77px;
    height: 26px;
    background: #00d1a2;
    opacity: 1;
    border-radius: 4px;
    border: none;
    margin-right: 3px;
    color: white;
}
.button2 {
    width: 77px;
    height: 26px;
    background: #2792c0;
    opacity: 1;
    border-radius: 4px;
    border: none;
    margin-right: 3px;
    color: white;
}
.button3 {
    width: 44px;
    height: 26px;
    background: #f1bb4f;
    opacity: 1;
    border: none;
    color: white;
    border-radius: 4px;
    margin-right: 3px;
}
.title {
    padding: 20px 54px;
    width: 176px;
    height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #4a4949;
    opacity: 1;
}
.solid {
    width: 370px;
    height: 1px;
    background: #e1e1e1;
    margin: 20px 0;
    opacity: 1;
}
.right_y {
    display: flex;
    align-items: center;
    /* margin: 20px 40px; */
}
.title_y {
    width: 4px;
    height: 13px;
    margin-right: 5px;
    background: #00d1a2;
    opacity: 1;
}
  /* 弹出层开始 */
.doctorPop_item {
    display: flex;
    /* justify-content: center; */
    padding: 4px;
    flex-wrap: wrap;
}
.doctorPop_list {
    width: 67px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #a5a5a5;
    line-height: 36px;
    font-size: 10rpx;
    opacity: 1;
    text-align: center;
    margin: 6px 5px;
    border-radius: 18px;
    cursor: pointer;
}
  /* 弹出层的默认选中的样式 */
.active {
    width: 67px;
    height: 36px;
    background: #00d1a2;
    opacity: 1;
    color: white;
    border-radius: 18px;
}
.popfooterSolt {
    display: flex;
    justify-content: center;
    align-items: center;
}
  /* 选择医生弹出层结束  */
  
  /*  */
.demo-ruleForm {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.cosetitle1 {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4a4949;
    opacity: 1;
    margin-bottom: 29px;
}
.cosetitle {
    width: 1500px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4a4949;
    opacity: 1;
    margin-bottom: 29px;
}
.footer_box {
    display: flex;
    justify-content: center;
}
.footer_box div {
    margin: 0 5px;
    width: 185px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #3ac3d7;
    opacity: 1;
    color: white;
    border-radius: 22px;
    cursor: pointer;
}
input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="“number”"] {
    -moz-appearance: textfield;
}
