/*日历界面*/
.calendarDateBackView{
    height: 45px;
    text-align: center;
    background-color: rgb(245,245,245);
    position: relative;
    padding-top: 10px;
}
.beforeMonth{
    width: 7px;
    height: 12px;
    position: absolute;
    left:20px;
    top:16px;
}
.beforeMonthButton{
    width: 80px;
    height: 40px;
    position: absolute;
    /*background-color: red;*/
    left:20px;
    top:3px;
}

.calendarDateTitle{
    display: inline-block;
    color: rgb(27,37,48);
    font-size: 17px;
}
.afterMonth{
    width: 7px;
    height: 12px;
    position: absolute;
    top:16px;
    right: 20px;
}
.afterMonthButton{
    width: 80px;
    height: 40px;
    position: absolute;
    top:3px;
    /*background-color: red;*/
    right: 20px;
}
.calendarContentView{
    padding-bottom: 10px;
    width: 100%;
    background: white;
}
.weekTitle{
    width: 12%;
    height: 24px;
    display: inline-block;
    margin-left: 2%;
    font-size: 13px;
    text-align: center;
    color: rgb(136,136,136);
}
.dayDateTitle{
    width: 12%;
    height: 30px;
    display: inline-block;
    margin-left: 2%;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    position: relative;
    color: rgb(124,124,124);
    /*background-color: red;*/
}
.dayDateTitleUnClicked{
    width: 12%;
    height: 30px;
    display: inline-block;
    margin-left: 2%;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    position: relative;
    color: rgb(209,213,218);
    /*background-color: red;*/
}
.calendarTodayImg{
     padding-top: 4px;
     background-image: url("../image/reminder/remind_calendar_today.png");
     background-size: 30px;
     background-repeat: no-repeat;
     background-position:center;
     height: 30px;
     font-size: 18px;
 }
.calendarNotTodayImg{
    padding-top: 4px;
    height: 30px;
    font-size: 18px;
}
.calendarPointBG{
    position: absolute;
    bottom: 1px;
    height: 4px;
    width: 4px;
}
.calendarPoint{
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: red;
    position: absolute;
    left: -1.5px;
}
.downCalendarPoint{
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: red;
    position: absolute;
    left: -6px;
}
.clearDayDateTitle{
    width: 12%;
    height: 20px;
    display: inline-block;
    margin-left: 2%;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    color: transparent;
    background-color: transparent
}
.weekCalendarScrollView{
    height:40px;
}
.weekCalendarNumber{
    display: inline-block;
    margin-left: 10px;
}
.calendarViewBG{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display: flex;
    position: absolute;
    top:45px;
    bottom: 0px;
    width: 100%;
    background-color: white;
    -webkit-flex-direction:column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.calendarDrugsBG{
    background-color: rgb(245,245,245);
    -webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;
    flex: 1;
    position: relative;
}
.calendarCheckMoreBG{
    text-align: center;
    margin-top: 14px;
}
.calendarCheckMoreTitle{
    display: inline-block;
    vertical-align: middle;
}
.calendarCheckMoreImg{
    width: 14px;
    height: 8px;
    vertical-align: middle;
}
.calendarTimeDrugsBG{
    position: absolute;
    left:0px;
    right: 0px;
    bottom: 0px;
    top:10px;
    background-color: white;
}
.calendarTimesLineView{
    position: absolute;
    top: 0px;
    left: 35px;
    background-color:rgb(231,239,254);
    width: 5px;
    height: 100%;
}
.calendarTimesLineImg{
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 27px;
}

.calendarTimeDrugName{
    padding-left: 60px;
    color: #4b8bf4;
    font-size: 18px;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    vertical-align: middle;
}
.calendarTimeDrugNameDes{
    margin-left:60px;
    margin-top: 10px;
    font-size: 16px;
}
.ngDrugBG{
    background-color: rgb(245,245,245);
    text-align: center;
    -webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;
    flex: 1;
    position: relative;;
}
.nodrugWhiteBG{
    position: absolute;
    top:5px;
    width: 100%;
    bottom: 0px;
    background-color: white;
    text-align: center;
    padding-top: 130px;
}
.nodrugImg{
    width: 42px;
    height: 42px;
    display: block;
    clear: both;
    margin: 0 auto;
}
.noDrugTitle{
    margin-top: 10px;
    display: block;
    color:rgb(209,213,218) ;
}
/*添加提醒流程*/
.headImg{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 5px;
}
.headNick{
    display: inline-block;
    vertical-align: middle;
}
.addDrugMainBG{
    top: 56px;
    background-color: rgb(235,235,235)
}
.addDrugMainBG ion-list ion-item{
    padding-bottom: 0;
    border: hidden;
    padding-left: 0;
    padding-right: 0;
}
.editImage{
    width: 16px;
    height: 15px;
    position: absolute;
    right: 15px;
    top:20px;
}
.beginDateImage{
    width: 26px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.endDateImage{
    width: 26px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.drugName{
    font-size: 20px;
    margin-left: 10px;
    display: inline-block;
    max-width: 75%;
    color: black;
    overflow: hidden;
    text-overflow:ellipsis;
    vertical-align: middle;
}

.drugSpec{
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
    height: 21px;
    max-width: 80%;
    color: grey;
}
.drugMessageBG{
    margin-top: 10px;
    padding-left: 10px;
}

.drugMessage{
    font-size: 15px;
    display: inline-block;
    color: grey;
    max-width: 80%;
}
.drugMessageNone{
    font-size: 15px;
    display: inline-block;
    color: red;
    max-width: 80%;
}
.drugMessage1{
    font-size: 15px;
    display: inline-block;
    color: grey;
    max-width: 80%;
    margin-left: 20px;
}
.drugMessage2{
    font-size: 15px;
    display: inline-block;
    color: grey;
    max-width: 80%;
    margin-left: 20px;
}
.dateBG{
    margin-top: 10px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display: flex;
    padding-left: 10px;
}
.dateBG div{
    display: inline-block;
    -webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;
    flex: 1;
}
.date{
    display: inline-block;
    vertical-align: middle;
    color: grey;
}
.addDrugLineView{
    height: 5px;
    background-color:rgb(235,235,235);
    margin-top: 10px;
}


/*时间轴界面*/

.drugTimeReminder{
    width: 100%;
    /*height: 150px;*/
    line-height:26px;
    color: red;
    text-align: center;
    /*padding-left: 10px;*/
    /*padding-top: 7px;*/
    font-size: 16px;
}
.drugsBG{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display: flex;
    position: absolute;
    top:83px;
    bottom: 0px;
    width: 100%;
    background-color: white;
    -webkit-flex-direction:column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.failDrugLineView{
    margin-top: 1px;
    width: 100%;
    height: 1px;
    background-color: lightgray;
}
.failDrugsBG{
    background-color: rgb(254,233,233);
    width: 96%;
    margin-left:2%;
    border-radius: 5px;
}
.failDrugLeftImg{
    width: 18px;
    height: 18px;
    margin-top: 9px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}
.failDrugTitle{
    margin-left: 2px;
    margin-top: 10px;
    display: inline-block;
    color: rgb(252,57,13);
    vertical-align: middle;
}
.failDrugContent{
    padding-top: 7px;
    padding-bottom: 7px;
}
.failDrugNameBG{
    position: relative;
    margin-top: 3px;
    padding-bottom: 5px;
}
.failDrugName{
    padding-left: 10px;
    vertical-align: middle;
    font-size: 16px;
    color: rgb(111,103,103);
}
.failDrugRightImgButton{
    position: absolute;
    width: 60px;
    height: 30px;
    right: 10px;
    top: 15px;
    vertical-align: middle;
}
.failDrugRightImg{
    position: absolute;
    width: 16px;
    height: 15px;
    right: 10px;
    top: 15px;
    vertical-align: middle;
}
.successDrugsBG{
    -webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;
    flex: 1;
    background-color: white;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display: flex;
    padding-top: 10px;
    position: relative;
}
.successDatesBG{
    position: absolute;
    width: 30%;
    top: 10px;
    bottom: 0px;
    background-color: white;
    padding-left: 2%;
    padding-right: 2%;
    padding-top:4px;
}
.successTimeDrugsBG{
    position: absolute;
    left:30%;
    right: 0px;
    bottom: 0px;
    top:10px;
    background-color: white;
}
.successDatesScroll{
    background-color:rgb(231,239,254);
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
}
.successTimeDrugsScroll{
    height: 100%;
}
.successSingleDate{
    margin-top: 5px;
    border-radius: 8px;
    padding-top: 7px;
    padding-bottom: 5px;
    color: rgb(156,156,156);
}
.successSingleDateSelected{
    background-color: rgb(13,76,207);
    color: white;
    margin-top: 5px;
    border-radius: 8px;
    padding-top: 7px;
    padding-bottom: 5px;
}
.dayDate{
    font-size: 18px;
    padding-left: 10px;
}
.yearDate{
    margin-top: 3px;
    font-size: 14px;
    padding-left: 10px;
}
/*时间轴*/
.timeLineView{
    position: absolute;
    top: 0px;
    left: 8px;
    background-color:rgb(231,239,254);
    width: 5px;
    height: 100%;
}
.timesLineImg{
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}
.successTimeDrug{
    margin-top: 20px;
    position: relative;
}
.timeLeftImg{
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.timeText{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: black;
}
.timeDrugRightImg2{
    position: absolute;
    right: 11px;
    width: 16px;
    height: 15px;
    top:35px;
    vertical-align: middle;
}
.timeDrugRightImg3{
    position: absolute;
    right: 11px;
    width: 60px;
    height: 30px;
    top:25px;
    vertical-align: middle;
}

.timeDrugRightImg{
    position: absolute;
    right: 11px;
    width: 16px;
    height: 15px;
    top:4px;
    vertical-align: middle;
}
.timeDrugRightImg1{
    position: absolute;
    right: 11px;
    width: 16px;
    height: 15px;
    top:14px;
    vertical-align: middle;
}
.singleTimeDrugsBG{
    margin-top: 10px;
}
.singleDrugBG{
    margin-top: 8px;
    width: 100%;
    position: relative;
}
.timeDrugName{
    margin-left: 35px;
    color: #4b8bf4;
    font-size: 16px;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    vertical-align: middle;
}
.timeDrugNameDes{
    margin-left:35px;
    font-size: 16px;
    width: 16px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow:ellipsis;
}
/*药品编辑*/
.editDrugBG{
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.editMainTitle{
    background-color: rgb(235,235,235);
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 10px;
    color: rgb(154,154,154);
}
.editItem{
    padding: 0px;
}
.editContentTitleBG{
    position: relative;
    background-color: white;
}
.editContentTitle{
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgb(60,60,60);
}
.editContentFreq{
    position: absolute;
    top:3px;
    right: 40px;
    color: rgb(60,60,60);
    text-align: right;
    background: url('../image/reminder/white.png');
}
.editContent{
    position: absolute;
    top:10px;
    right: 40px;
    color: rgb(60,60,60);
    text-align: right;
}
.editContentUnInsert{
    position: absolute;
    top:10px;
    right: 40px;
    color: rgb(172,172,172);
}
.editContentRightImg{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
}
.saveDrugButton{
    margin-top: 20px;
    height: 45px;
    text-align: center;
    padding: 10px;
    margin-left: 5%;
    width: 90%;
    background-color: rgb(13,76,207);
    color: white;
    font-size: 20px;
    border-radius: 5px;
}
.editDeleteButton{
    margin-top: 20px;
    height: 45px;
    line-height: 22.5px;
    text-align: center;
    padding: 10px;
    margin-left: 5%;
    width: 90%;
    background-color: rgb(246,87,89);
    color: white;
    font-size: 20px;
    border-radius: 5px;
}
.editReminderBG{
    margin-top: 10px;
    padding-left: 10px;
}
.editReminderImg{
    display: inline-block;
    vertical-align:middle;
    width: 18px;
    height: 18px;
}
.editReminderText{
    display: inline-block;
    vertical-align:middle;
    color: rgb(147,147,147);
}
.editNextImg{
    width: 7.5px;
    height: 12.5px;
    position: absolute;
    right: 10px;
    top:14px;
    vertical-align: middle;
}
.myAlertBG{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #3f3f3f;;
    opacity:0.3;
}
.alertContent{
    top:40%;
    position: absolute;
    width: 70%;
/*    height: 150px;*/
    left: 15%;
    background-color: white;
    border-radius: 8px;
}
.alertTitle{
    margin-top:30px;
    font-size:18px;
    text-align: center;
}
.alertLine{
    background-color:rgb(205,205,205);
    height: 1px;
    margin-top: 38px;
}
.alertButtons{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size:16px;
}
.alertCancle{
    display: inline-block;
    width: 50%;
    height: 30px;
    line-height:30px;
    -webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;
    flex: 1;
    color: rgb(147,147,147);
    text-align: center;
}
.alertComLine{
    background-color: rgb(205,205,205);
    width: 1px;
}
.alertConfirm{
    -webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;
    flex: 1;
    display: inline-block;
    width: 50%;
    height: 30px;
    line-height:30px;
    color: rgb(13,76,207);
    text-align: center;
}
.aplView{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: darkgray;
    opacity:0.5;
}

.setDrugFReqDaysTime{
    position: absolute;
    bottom:-450px;
    width: 100%;
    height: 450px;
    transition: transform 0.5s;
    transform:translate(0px,0px) ;
    z-index: 200;
    background-color: white;
    /*background-color: blue;*/
}
.setDrugFReqDaysTime.active{
    transition: transform 0.5s;
    transform:translate(0px,-450px)
}

.setDrugFReqDays{
    position: absolute;
    bottom:-450px;
    width: 100%;
    height: 450px;
    transition: transform 0.5s;
    transform:translate(0px,0px) ;
    z-index: 100;
    background-color: white;
    /*background-color: red;*/
}
.setDrugFReqDaysTimeCount{
    display: inline-block;
    position: absolute;
    right: 50px;
    width: 50px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
}
.setDrugFReqDaysTimeDelete{
    display: inline-block;
    position: absolute;
    right: 20px;
    width: 50px;
    background-color: red;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: white;
}
.setDrugFReqDaysBG{
    overflow-y:auto;
    overflow-x: hidden;
    height:395px;
}
.setDrugFReqDays.active{
    transition: transform 0.5s;
    transform:translate(0px,-450px)
}
.setFailDrugTimes{
    position: absolute;
    bottom:-450px;
    width: 100%;
    height: 450px;
    transition: transform 0.5s;
    transform:translate(0px,0px) ;
    z-index: 100;
    background-color: white;
    /*overflow-y:auto;*/
    /*overflow-x: hidden;*/
}
.setFailDrugTimes.active{
    transition: transform 0.5s;
    transform:translate(0px,-450px)
}
.setFailDrugTimesHeadBG{
    position:relative;
    padding-top: 15px;
    height: 45px;
    margin-bottom: 10px;
}
.setFailDrugTimesTitle{
    position: absolute;
    width:100%;
    height:100%;
    text-align: center;
    font-size: 16px;
}

.setFailDrugTimesCancle{
    position: absolute;
    vertical-align: middle;
    left:10px;
    height: 45px;
    width: 70px;
    font-size: 16px;
}
.setFailDrugTimesAdd{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 60px;
    color:rgb(13,76,207);
    font-size: 16px;
}
.setFailDrugTimesSave{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    color:rgb(13,76,207);
    font-size: 16px;
}
.failDrugTime{
    height: 55px;
}

.guideListMainBG1{
    background-color: #fcfcfc;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 90px;
}
.agreementButtonBG{
    background-color: #fcfcfc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding: 10px;
}
.agreementButton{
    background-color: #fcfcfc;
    width: 180px;
    height:36px;
    text-align: center;
    margin:0 auto;
    margin-top: 5px;
    border-style:solid;
    border-radius:5px;
    border-width:1px;
    border-color:#1b74ce;
    color:#1b74ce;
    line-height:34px;
    font-size:16px;
}
.verifiyBG{
    background-color: rgb(235,235,235);
    height: 100%;
    width: 100%;
}
.verifiyTitle{
    padding: 10px;
    color:#1b74ce;
    display: block;
    font-size: 14px;
}
.verifiyWayTitle{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
}
.verifiyWayBG{
    background-color: white;
    height: 40px;
    position: relative;
    margin-top: 5px;
    padding-top:10px;
}
.verifiyWayContentTitle{
    font-size: 16px;
    margin-left: 10px;
}
.verifiyWayContentInput{
    border:none;
    font-size: 16px;
    position: absolute;
    top: 4.5px;
    left: 55px;
    right: 20px;
    height: 30px;
    margin-left: 10px;
}
.verifiyComfireButton{
    width:80%;
    height:36px;
    text-align: center;
    margin:0 auto;
    margin-top: 15px;
    border-style:solid;
    border-radius:5px;
    border-width:1px;
    background-color: #1b74ce;
    color:white;
    line-height:34px;
    font-size:16px;
}

.guideListMainBG{
    background-color: rgb(235,235,235);
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content:center;
    flex-direction: column;
}
.guideListMainBGDIv{
    /*flex: 1;*/
}
.mainGuideTitle{
    color: rgb(157,157,157);
    display: block;
    margin-top: 13px;
    font-size: 18px;
    white-space: pre-wrap;
    padding-left: 12px;
    padding-right:12px;
    line-height: 26px;
    text-align: center;
}
.guideDetail{
    border-style:solid;
    border-radius:5px;
    border-width:1px;
    color: white;
    background-color: #1b74ce;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 33px;
    width: 50%;
    padding: 10px;
}

.agreementDiv{
    margin: 0 auto;
    width: 100%;
}
.mainGuideImage{
    width:120px;
    height: 104px;
    display: block;
    margin: 0 auto;
}
.myCommentHeadImage{
    width: 49px;
    height: 49px;
    border-radius: 5px;
}
.myCommentText{
    font-size:16px;
    color:rgb(44,44,44);
    margin-top: 15px;
}
.myCommentNickName{
    color:rgb(13,76,207);
    margin-top: 10px;
}
.myCommentStarText{
    color:rgb(121,121,121);
    margin-top: 20px;
    font-size: 14px;
}
.myCommentStar1{
    width:32px;
    height:32px;
    float:left;
    background-image: url("../image/reminder/star1.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position:center;
}

.myCommentUpBG{
    text-align: center;
    padding-top: 72px;
    padding-bottom: 40px;
    height: 395px;

}
.myCommentBottomView{
    background-color: rgb(240,240,240);
    position: absolute;
    top: 395px;
    bottom: 0;
    width: 100%;
}
.myCommentStar2{
    width:32px;
    height:32px;
    float:left;
    background-image: url("../image/reminder/star2.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position:center;
}
.wrapper{
    height:40px;
    width: 160px;
    margin:auto;
    text-align: center;
    margin-top: 13px;
}
.myCommentSubButton{
    height: 44px;
    width:272px;
    border-radius: 8px;
    margin: auto;
    background-color:rgb(0,83,204);
    margin-top: 24px;
    color: white;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
}

.myCommentBottomBox{
    border:1px solid rgb(255,114,0);
    height: 85px;
    width:70%;
    padding-top: 15px;
    text-align: center;
    margin-left: 15%;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
}

.myCommentBottomReImg{
    width: 11px;
    height: 11px;
    display: inline-block;
}

.myCommentBottomText{
    margin-top: 5px;
    font-size: 16px;
    color: rgb(44,44,44);
}
.myCommentBottomTextBlue{
    color:rgb(0,83,204);
}
.myCommentRemindBG{
    position: absolute;
    left: 18%;
    bottom:103px;
    background-color: rgba(240,240,240,1);
}
.myCommentScrollView{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display: flex;
    background-color: red;
    -webkit-flex-direction:column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%;
}





