﻿* {
    padding: 0;
    margin: 0;
    font-size: 62.5%;
}

a {
    text-decoration: none;
}

input {
    border: none;
    outline: none; /* 去掉点击后的边框 */
}

body {
    /*background: url(/Content/img_Patient/bj.jpg) no-repeat fixed;*/
    background-size: 100% 100%;
}

#big {
    margin: 0 auto;
    width: 100%;
    position: relative;
	max-width:640px
}

.i2 {
    position: absolute;
    right: 0;
    top: 11.7rem;
    width: 20rem;
    height: 24.2rem;
}

#zhong {
    position: relative;
    margin: 0 auto;
    height: 100vh;
    overflow-y: scroll; /* 溢出滚动 */
    overflow-x: hidden;
    background-color: #FFFFFF;
    width:100%;
}

.i1 {
    width: 100%;
}

.xf {
    width:100%;
    bottom: -0.1rem;
    left: calc(50% - 27.5rem);
    position: fixed;
    /* 溢出隐藏 */
    overflow: hidden;
    /* 不允许换行 */
    white-space: nowrap;
    /* 省略号 */
    text-overflow: ellipsis;
}

.xf1 {
    display: flex;
    width: 100%;
    line-height: 7rem;
    font-size: 4.2rem;
    color: #fff;
    align-items: center;
    background: rgba(238, 14, 31, 1);
    justify-content: center;
}

    .xf1 a {
        color: #FFFFFF;
    }

.i3 {
    width: 3.8rem;
    height: 4.2rem;
    margin-right: 0.5rem;
}

.xf2 {
    line-height: 4.4rem;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 1.485rem;
    color: #c1c1c1;
}

    .xf2 span {
        color: #4e90ff;
        font-size: 1.485rem;
    }

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin: 4rem 0 2rem;
}

.zz1 {
    position: fixed;
    width: 50rem;
    height: 66rem;
    left: calc(50% - 25rem);
    top: calc(50% - 33rem);
    background-color: #FFFFFF;
    border-radius: 1rem;
    display: none;
    z-index: 2;
}

.zz11 {
    width: calc(100% - 8rem);
    height: 44rem;
    padding: 0 4rem 0;
    margin: 5rem auto 0;
    overflow-y: scroll; /* 溢出滚动 */
    overflow-x: hidden;
}

.zz12 {
    margin: 5rem auto;
    line-height: 7rem;
    background: #3b9aff;
    color: #fff;
    border: 1px solid #3b9aff;
    border-radius: 1rem;
    font-size: 2.5rem;
    text-align: center;
    width: 21.4rem;
}

.p1 {
    font-size: 2.3rem;
    text-align: center;
}

.p2 {
    font-size: 2rem;
}

.c {
    font-weight: 600;
    ;
}

.hhh {
    z-index: 1;
    display: none;
    top: 0;
    left: calc(50% - 27.5rem);
    width: 55rem;
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
}

.zzl {
    position: fixed;
    width: 50rem;
    height: 66rem;
    left: calc(50% - 25rem);
    top: calc(50% - 33rem);
    background-color: #FFFFFF;
    border-radius: 1rem;
    display: none;
    z-index: 2;
}

.zzl1 {
    width: calc(100% - 8rem);
    height: 58rem;
    padding: 0 4rem 0;
    margin: 5rem auto 0;
    overflow-y: scroll; /* 溢出滚动 */
    overflow-x: hidden;
}

.zzl2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #C1C1C1;
}

.zzl1 .p1 {
    font-size: 3rem;
    font-weight: 600;
}

.zzl1 .p2 {
    font-size: 1.76rem;
    font-weight: 600;
}

form {
    width:90%;
    height: 42rem;
    padding: 1rem 5%;
}

.h {
    color: #ff4444;
}

.pp {
    color: #808080;
    line-height: 1rem;
    font-size: 2rem;
    display: inline-block;
}

.r {
    position: absolute;
    right: -1rem;
    top: 0rem;
    font-size: 2rem;
}

.dw {
    position: relative;
}

.yz {
    color: #ff4444;
    /* display: none; */
    font-size: 1.76rem;
}

.layui-input {
    line-height: 4rem;
    width: 100%;
    color: #C1C1C1;
    font-size:1.5rem;
    border: #C1C1C1 solid 1px;
    margin:.25rem auto 1.5rem;
	outline:none;
}

.in2 {
    line-height: 6.5rem;
    width: 100%;
    color: #fff;
    font-size: 2.3rem;
    background-color: rgb(78, 144, 255);
    font-weight: 600;
}

.labe {
    display: flex;
    align-items: center;
    font-size: 2rem;
    /* 溢出隐藏 */
    overflow: hidden;
    /* 不允许换行 */
    white-space: nowrap;
    /* 省略号 */
    text-overflow: ellipsis;
    color: #999;
    margin: 1rem 0;
}

    .labe input {
        margin-right: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }

.aaa {
    font-size: 2rem;
    color: rgb(59, 154, 255);
}
#gh_Note{font-size:1.5rem;border:1px solid #C1c1c1}

#zhong .layui-btn{margin:1rem auto}
#zhong .layui-form-select dl dd{font-size:1.5rem}




















