#showCancelReason {
    top: 120px;
    z-index: 20001;
}

#showRecordDetail.h-421 {
    height: 421px;
}

#showRecordDetail.h-400 {
    height: 400px;
}

.popup.details-appointment-window .popstyle {
    width: auto;
}

.popup.details-appointment-window .popcontent {
    width: auto;
}

.details-appointment-window {
    display: none;
    top: 100px;
    right: 200px;
    width: 710px;
    box-sizing: border-box;
}

.details-appointment-window .title {
    color: #fff;
}

.details-appointment-window .popcontent .top-info {
    border-bottom: 1px solid #C6C6C6;
    padding: 0 20px;
    color: #F35201;
}

.status-text {
    float: left;
    line-height: 36px;
    text-align: left;
    text-indent: 30px;
    background: url(../images/cancel_info_icon.png) no-repeat left center;
    background-size: 18px;
    width: 100px;
}

.status-text.appt_right {
    background: url(../images/appt_icon_right.png) no-repeat left center;
    background-size: 18px;
}

.status-text.appt_false {
    background: url(../images/appt_icon_false.png) no-repeat left center;
    background-size: 18px;
}

.status-text.appt_warn {
    background: url(../images/appt_icon_warn.png) no-repeat left center;
    background-size: 18px;
}

.operator-box {
    float: left;
    width: 77%;
    line-height: 36px;
}

.operator-box .operator-title {
    float: left;
    width: 40%;
    line-height: 36px;
    text-align: right;
}

.operator-box .operator-name {
    float: left;
    width: 60%;
    line-height: 36px;
    text-align: left;
}

.status-info {
    text-indent: 12px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
}

.details-appointment-window .popcontent .mid-info {
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
}

.details-appointment-window .popcontent .section-title {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding-left: 12px;
    border-left: 2px solid #01A9DA;
    text-align: left;
}

.details-appointment-window .popcontent .section-content {
    padding: 10px 0;
}

.details-appointment-window .popcontent .section-content ul li {
    float: left;
    width: 33.3%;
    margin: 7px 0;
}

.details-appointment-window .popcontent .section-content ul li.full-line {
    width: 100%;
}

.details-appointment-window .popcontent .section-content ul li .item-title {
    float: left;
    width: 40%;
    text-align: right;
}

.details-appointment-window .popcontent .section-content ul li.full-line .item-title {
    width: 13.33%;
}

.details-appointment-window .popcontent .section-content ul li .item-title.patient-card-title {
    text-indent: -14px;
}

.details-appointment-window .popcontent .section-content ul li .item-info {
    float: left;
    width: 60%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details-appointment-window .popcontent .section-content ul li #apptCreateTime {
    overflow: visible;
}

.details-appointment-window .popcontent .section-content ul li.full-line .item-info {
    width: 86%;
}

.details-appointment-window .popcontent .section-content ul li #idcard-title {
    text-indent: -20px;
}

.details-appointment-window .popcontent .section-content ul li #idcard-value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details-appointment-window .popcontent .bot-info {
    padding: 5px 10px;
    padding-bottom: 20px;
}

.details-appointment-window .popcontent .bot-btn {
    float: right;
    width: 80px;
    height: 34px;
    background: #01A9DA;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    margin-right: 10px;
}

.details-appointment-window .popcontent .details-cancel {
    background: none;
    color: #01A9DA;
    box-sizing: border-box;
    border: 1px solid #01A9DA;
    line-height: 32px;
}

.details-appointment-window .popcontent.appt-already-cancel .top-info {
    display: block;
}

.details-appointment-window .popcontent.appt-already-cancel .bot-info {
    display: none;
}

#more-sort {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 2px 10px;
    color: #85acd1;
    font-size: 14px;
    text-decoration: underline;
}

#more-sort:hover {
    text-decoration: underline;
    background-color: #1d467b;
}

.popup-sort-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup-sort-contain {
    z-index: 999;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 600px;
    height: 330px;
    background: rgba(37, 46, 65, .8);
}

.popup-sort {
    position: relative
}

#showRecordDetail {
    z-index: 20000!important;
}


/*20180426账户升级弹窗提示-start*/

.upgradeWrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.upgradeDialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: auto;
    padding: 25px;
    background-color: #fff;
}

.upgradeTitle {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    background: url("../images/warn.svg") no-repeat left center/20px 20px;
}

.upgradeContent {
    padding-left: 30px;
    font-size: 14px;
}

#upgradeLink {
    color: #2590F2;
}


/*20180426账户升级弹窗提示-end*/


/*20180508抽奖活动弹窗-start*/

.lottery {
    /* background: url("../images/skip_lottery.png") 100% 100% no-repeat ; */
    position: relative;
    display: inline-block;
    /* width: 100px; */
    height: 50px;
    /* line-height: 30px; */
    color: #248FEF!important;
    margin-right: 5px;
    padding-right: 10px;
    cursor: pointer;
}
.purchase-businesscity-entry .a-line {
    height: 25px;
    width: 1px;
    border-left: 1px solid #c2c2c2;
    position: absolute;
    top: 13px;
    right: -17px;
}
.purchase{
    margin-right: 33px;
    position: relative;
}
.lottery .a-line {
    height: 25px;
    width: 1px;
    border-left: 1px solid #c2c2c2;
    position: absolute;
    top: 13px;
    right: -4px;
}

.lottery span {
    color: #248FEF;
}

.lottery_wrap {
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 23, .8);
    z-index: 1000;
    position: absolute !important;
    top: 0;
    left: 0;
}

.lottery_wrap .lottery_conts {
    width: 980px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -550px;
    margin-top: -300px;
    background: #FF4620;
    padding: 0 60px;
    border-radius: 4px;
}

.pop_pride .close,
.lottery_wrap .lottery_conts .close {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 13px;
    height: 13px;
    background: url(../images/close-btn.svg) no-repeat center center/100% 100%;
    cursor: pointer;
}

.lottery_wrap .lottery_conts .lottery_left {
    float: left;
    width: 494px;
}

.lottery_wrap .lottery_conts .lottery_left img {
    width: 100%;
}

.lottery_regulate {
    height: 378px;
    overflow: hidden;
}

.lottery_regulate .lot_re_tits {
    padding: 0 28px;
}

.lottery_regulate .lot_re_tits .tit {
    font-size: 22px;
    color: #FFF000;
    margin: 0 13px;
    float: left;
}

.lottery_regulate .lot_re_tits i.circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 2px solid #FFF000;
    float: left;
    margin-top: 12px;
}

.lottery_regulate .line {
    display: inline-block;
    width: 145px;
    height: 2px;
    background: #FFF000;
    float: left;
    margin-top: 16px;
}


/* .lottery_regulate .lot_re_arrow{
	display: block;
	height:30px ;
	width:100%;
	background: url(../images/arrow_down.svg) top center no-repeat;
	margin-top: 15px;
} */

.lottery_regulate .lot_re_conts {
    margin-top: 5px;
}

.lottery_regulate .lot_re_conts .lot_re_tit {
    font-size: 15px;
    color: #FFF000;
    line-height: 22px;
}

.lottery_regulate .lot_re_conts .lot_re_intro {
    font-size: 14px;
    padding: 1px 0 2px 24px;
    color: #FFF000;
    line-height: 18px;
}

.lottery_wrap .lottery_conts .lottery_right {
    margin-left: 40px;
    margin-top: 60px;
    float: left;
}

.lottery_wrap .lottery_conts .lottery_right .l_r_conts {
    background: url(../images/lottery_bg1.png) 100% 100% no-repeat;
    height: 412px;
    width: 405px;
    padding: 0 20px;
}

.lottery_wrap .lottery_conts .lottery_right p {
    text-align: center;
    line-height: 40px;
    color: #F46F14;
    font-size: 18px;
}

.lottery_wrap .lottery_conts .lottery_right p span {
    color: #F46F14;
    margin: 0 5px;
}


/* main{padding-top: 3em;} */

table {
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.draw {
    width: 400px;
    height: 300px;
    margin-top: 53px;
    margin-left: 6px;
}

.draw .item {
    width: 100px;
    height: 100px;
    background-image: url(../images/normal_bg.svg);
    background-repeat: no-repeat;
    background-size: 96%;
}

.draw .item.active {
    background-image: url(../images/active_bg.svg);
    background-repeat: no-repeat;
    background-size: 96%;
}

.draw .img {
    display: table-cell;
    width: 98px;
    height: 42px;
    vertical-align: middle;
    text-align: center;
}

.draw .img img {
    vertical-align: top;
}

.draw .name {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #912711;
}

.draw .draw-btn {
    display: block;
    height: 100px;
    border-radius: 20px;
    text-decoration: none;
    background-image: url(../images/lottery_btn.svg);
    background-repeat: no-repeat;
    background-size: 98%;
}

.lottery_wrap .lottery_conts .lottery_right .draw .draw-btn p.tits {
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    padding-top: 20px;
}

.lottery_wrap .lottery_conts .lottery_right .draw .draw-btn p,
.lottery_wrap .lottery_conts .lottery_right .draw .draw-btn p span {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-top: 8px;
}

.priceList {
    line-height: 40px;
    width: 316px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.4);
    /* color: #fff; */
    font-size: 20px;
    margin: 40px auto 0;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.priceList li {
    color: #fff;
}

.pop_thks {
    color: #fff;
    width: 320px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    z-index: 101;
    border-radius: 5px;
    background: rgba(0, 0, 0, .8);
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -160px;
    position: absolute;
}

.lottery_cover {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}


/*积分  */

.pop_pride {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -165px;
}

.pop_jf .pop_pride {
    margin-top: -150px;
}

.congratuate {
    font-size: 30px;
    font-weight: 600;
    color: #F64830;
    text-align: center;
}

.pride_jf {
    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px dashed #F64830;
    color: #F64830;
}

.pride_jf_score {
    position: relative;
    font-size: 65px;
    font-weight: 800;
    text-align: center;
    color: #F64830;
}

.pride_jf_score .pride_jf_img {
    width: 35px;
    position: absolute;
    top: 1px;
    right: 15px;
}

.jf_opt {
    margin: 0 auto;
    width: 264px;
    background: #FF4200;
    padding: 12px 0 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.jf_opt_confirm {
    width: 90%;
    line-height: 35px;
    text-align: center;
    background: #FFDE7D;
    border-radius: 3px;
    border-bottom: 3px solid #F4A314;
    color: #F46E15;
    font-size: 18px;
    margin: 0 auto;
    cursor: pointer;
}

.pop_pub {
    width: 210px;
    background: url(../images/result_bg.png) 100% 100% no-repeat;
    padding: 70px 65px 0;
    height: 160px;
}


/*话费  */

.pop_hf .pop_pride {
    margin-top: -200px;
}

.pride_jf_score .pride_hf_img {
    width: 35px;
    position: absolute;
    top: 1px;
    right: 25px;
}

.pride_jf_score .hf_score {
    font-size: 30px;
    color: #FF4200;
    margin-left: -15px;
}

.jf_num,
.hf_num,
.goods {
    color: #FF4200;
}

.hf_tips {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.pride_input {
    display: block;
    background: #fff;
    border-radius: 3px;
    line-height: 40px;
    padding-left: 12px;
    width: 90%;
    height: 40px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 16px;
}

.mt10 {
    margin-top: 10px;
}


/* 实物 */

.pop_goods .pop_pride {
    margin-top: -300px;
}

.pride_goods_img {
    width: 50px;
    height: 50px;
    text-align: center;
}

.goods_show {
    margin-top: -20px;
}

.clearfloat {
    clear: both;
}

.sj {
    color: #912711;
}

#lottery table td {
    border: none;
}

@-webkit-keyframes bounce-up {
    25%,
    75% {
        -webkit-transform: translateY(3px);
    }
    50%,
    100% {
        -webkit-transform: translateY(0);
    }
    /* 75% {-webkit-transform: translateY(-3px);} */
}

@keyframes bounce-up {
    25%,
    75% {
        transform: translateY(3px);
    }
    50%,
    100% {
        transform: translateY(0);
    }
    /* 75% {transform: translateY(-5px);} */
}

.animate-bounce-up {
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.2s linear infinite;
}

.bounceimg {
    width: 35px;
    height: 18px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -4px;
}

.gift {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-top: -4px;
    /* background: url("../images/gift.svg") 100% 100%; */
    display: inline-block;
}

.pop_goods .pop_pub {
    width: 420px;
    /* background: url(../images/result_bg.png) 100% 100% no-repeat; */
    padding: 80px;
    padding-top: 88px;
    height: 260px;
    background-size: 420px 260px;
    box-sizing: border-box;
}

.pop_goods .jf_opt {
    /* margin: 0 auto; */
    width: 326px;
    /* background: #FF4200;
    padding: 12px 0 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; */
    box-sizing: border-box;
}

.input_vaild {
    position: relative;
}

.valid_wrap {
    position: absolute;
    right: 24px;
    top: 11px;
}

.valid_img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: 2px;
}

.valid_tips {
    font-size: 12px;
    color: #FF4200;
}

.lottery_area {
    padding: 0 16px;
}

.province,
.city,
.district {
    width: 32%;
    min-width: 20px;
    height: 35px;
}

.mr2 {
    margin-right: 2px;
}

.drop input {
    height: 35px;
}

input#slide_doctor_drop {
    height: 28px;
}

.pop_goods .wjzs-drop-menu {
    top: 35px;
}


/* 修改选择样式 */

.pop_goods li.drop_over {
    background: rgba(0, 0, 0, .3) !important;
}


/*20180508抽奖活动弹窗-end*/

.detail-popup-bg,
.cancel-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
}

/********医保最新消息推送start********/
#medicareMsg{
    width: 600px;
    height: 350px;
    right: 50%;
    top: 50%;
    z-index: 1001;
    margin-right: -300px;
    margin-top: -260px;
}
#medicareMsg .msgConWrap{
    position: relative;
    height: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
}


#medicareMsg .conLeft{
    float: left;
    width: 153px;
    height: 100%;
    overflow-y: auto;
    background-color: #F0F0F0;
    border-right: 1px solid #ccc;
}

#medicareMsg .msg-list-item {
    color: #333;
    line-height: 45px;
    height: 45px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
}
#medicareMsg .msg-list-item.active, #medicareMsg .msg-list-item:hover{
    background-color: #fff;
}


#medicareMsg .conRight{
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
}

#medicareMsg .msg-time-wrap{
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}
#medicareMsg .msg-content{
    height: 25px;
    line-height: 25px;
    text-align: left;
}

#medicareMsg .msg-footer-tip {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 17px;
    color: #444;
    text-align: left;
    border-top: 1px solid #F7D97B;
    background-color: #FAE6C1;
}
.heillongjiang{
	background-image: url(../images/mi-hlj.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: left center;
    padding-left: 35px;
}
.haerbin{
	background-image: url(../images/mi-heb.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: left center;
    padding-left: 35px;
}
/********医保最新消息推送end********/