﻿html,body{overflow-x: hidden;}
/*退号操作*/
.operate {
    width: 100%;
    height: 100%;
    background: rgba(100,100,100,0.2);
    position: absolute;
    top: 0px;
}

    .operate ul {
        width: 80%;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        margin-top: 200px;
        height: 140px;
        padding: 10px 0 10px 40px;
    }

    .operate li {
        margin-top: 20px;
        text-align: left;
        color: #666;
        font-size: 16px;
    }

.cue {
    font-size: 20px;
}


.y_or_n {
    font-size: 20px;
}

.c_content {
    position: relative;
    left: 60px;
    color: #666;
    font-size: 16px;
}

.operate .c_content > span {
    color: #666;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    width: 40%;
    position: relative;
    right: 45px;
}

.operate .c_contents > span {
    color: #fff;
    font-size: 1.0rem;
    line-height: 41px;
    height: 38px;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    right: 18px;
    background: #4fd3c1;
    border-radius: 7px;
}

#loading {
    width: 100%;
    height: 100%;
    opacity: 0.5; /*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=80);*/
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.loadingbox {
    width: 100%;
    /*height: 100%;*/
    opacity: 0.5; /*设置背景色透明度,1为完全不透明,IE需要使用filter:alpha(opacity=80);*/
    filter: alpha(opacity=80);
    position: fixed;
    top: 50%;
    left: 0;
    margin-top:-15px;
    z-index: 100;
    display: block;
    /*background: #bebec1;*/
    text-align: center;
}

    .loadingbox img {
        width: 30px;
        /*margin-top: 60%;*/
    }

#Noguahao {
    display: block;
    text-align: center;
}

    #Noguahao img {
        width: 120px;
        display: inline-block;
        margin-top: 20%;
    }

#Nodoctor {
    display: block;
    text-align: center;
}

    #Nodoctor img {
        display: inline-block;
        width: 120px;
        margin-top: 20%;
    }

#NoJC {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #999;
}

    #NoJC img {
        width: 120px;
        margin-top: 20%;
    }

#NoJY {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #999;
}

    #NoJY img {
        width: 120px;
        margin-top: 20%;
    }

#Noer {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
}

    #Noer img {
        width: 120px;
        margin-top: 20%;
    }

/*checkBox复选框公用样式*/
.chk_1, .chk_2, .chk_3, .chk_4 {
    display: none;
}

    .chk_1 + label {
        background-color: #FFF;
        border: 1px solid #C1CACA;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        border-radius: 5px;
        display: inline-block;
        position: relative;
        top: 4px;
    }

    .chk_1:checked + label:after {
        content: '\2714';
        position: absolute;
        top: -1px;
        left: 0px;
        color: #4fd2c2;
        width: 100%;
        text-align: center;
        font-size: 14px;
        /*padding: 1px 0 0 0;*/
        vertical-align: text-top;
    }

    .chk_3 + label {
        background-color: #fafbfa;
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        margin-right: 5px;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
        width: 25px;
        height: 2px;
        top: 5px;
    }

    .chk_3:checked + label:before {
        content: ' ';
        position: absolute;
        left: 26px;
        border-radius: 100px;
    }

    .chk_3 + label:before {
        content: ' ';
        position: absolute;
        background: white;
        top: 1px;
        left: 1px;
        z-index: 999999;
        width: 18px;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
        height: 18px;
        border-radius: 100px;
        box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
    }


    .chk_3:checked + label:after {
        content: ' ';
        font-size: 1.5em;
        position: absolute;
        background: #4fd2c2;
        box-shadow: 0 0 1px #4fd2c2;
    }

    .chk_3 + label:after {
        content: ' ';
        position: absolute;
        top: 0;
        -webkit-transition: box-shadow 0.1s ease-in;
        transition: box-shadow 0.1s ease-in;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
    }

.z_mask {
    width: 100%;
    height: 100%;
    background: rgba(100,100,100,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
}

.z_alert {
    width: 90%;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    margin: 120px auto;
    padding: 10px 2px 0 2px;
}

.m-title-s {
    display: block;
    /* position: relative; */
    /* right: 37%; */
    font-size: 18px;
    text-align: left;
    text-indent: 20px;
}

.z_alert p:nth-child(2) {
    padding: 22px 30px;
    text-align: left;
    word-break: break-word;
}

.z_alert p:nth-child(3) {
    border-top: 1px solid #d1d1d1;
}

    .z_alert p:nth-child(3) span {
        display: inline-block;
        padding: 10px 0;
        width: 49%;
    }

.z_cancel {
    border-right: 1px solid #d1d1d1;
}

.z_sure {
    color: #4fd2c2;
}
