
.tc {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

/*登录加载弹窗*/
.tcLoading {
    width: 360px;
    height: 200px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -180px;
}

.tcLoading p {
    font-size: 18px;
    line-height: 40px;
    color: #7a7a7a;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 0 0;
}

.tcLoading img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

/*同意书*/
.inform {
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.inform input.checkbox{
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 15px 10px 0 20px;
}
.inform label{
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: left;
    color: #E62E2E;
    float: left;
}

.informTc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.informContent {
    width: 670px;
    height: 790px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -395px;
    margin-left: -335px;
}

.informContent h1 {
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: rgba(102, 102, 102, 1);
    border-bottom: 1px solid #E6E6E6;
    padding: 0 20px;
}

.informContent p {
    width: 100%;
    padding: 0 20px;
    height: 640px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 50px;
    color: rgba(102, 102, 102, 1);
    opacity: 1;
    margin: 0 auto;
    overflow-y: scroll;
    border-bottom: 1px solid #E6E6E6;
    text-indent:30px;
}

.informBtn {
    width: 205px;
    margin: 30px auto 0 auto;
    overflow: hidden;
}

.informBtn button {
    display: block;
    width: 90px;
    height: 40px;
    background: rgba(91, 45, 144, 1);
    opacity: 1;
    border-radius: 4px;
    border: none;
    float: left;
    color: #fff;
}
.informBtn button:nth-child(2){
    float: right;
    border: 1px solid #999999;
    color: #999999;
    background: #fff;
}

.tcInWest{
    width: 614px;
    height: 414px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    margin-top: -207px;
    left: 50%;
    margin-left: -307px;
}
.tcInWest h5{
    font-weight: normal;
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    text-align: center;
    margin: 24px 0 35px 0;
}
.tcInWest ul{
    width: 534px;
    margin: 0 auto;
    overflow: hidden;
}
.tcInWest ul li{
   /* width: 247px;*/
    width: 32%;
    height: 204px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 8px;
    float: left;
}
.tcInWest ul li span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #4D4D4D;
    margin: 20px 0;
}
.tcInWest ul li img{
    display: block;
    width: 106px;
    height: 106px;
    margin: 0 auto;
}
.tcInWest ul li:last-child{
    float: right;
}
/*选择选药方式*/
.tcInDrug ul li span{
    margin: 15px 0 10px 0;
}
.tcInDrug ul li p{
    text-align: center;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 30px;
    margin-top: 10px;
}


.tcInWest button{
    display: block;
    width: 300px;
    height: 60px;
    background: #6C70FF;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    border:  none;
    margin: 30px auto 0 auto;
}

.tcInWest ul li.tcInWestActive{
    border: 2px solid #6C70FF;
    box-shadow: 0px 3px 6px rgba(108, 112, 255, 0.3);
}
.tcInWest ul li.tcInWestActive span{
    color: #6C70FF;
}
.tcInWestClose{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
.refreshPage{
    display: block;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #6c70ff;
    border-radius: 5px;
    border: none;
    line-height: 30px;
    text-align: center;
    position: fixed;
    top: 90px;
    right: 10px;
    z-index: 800;
}
.refreshPage:hover{
    color: #fff;
    background-color: #6c70ff;
    text-decoration: none;
}
.ImageTextBtn{
    display: block;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #6c70ff;
    border-radius: 5px;
    border: none;
    line-height: 30px;
    text-align: center;
    position: fixed;
    top: 90px;
    right: 110px;
    z-index: 800;
}
.ImageTextTc{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
}
.ImageText{
    /*width: 320px;*/
    /*height: 568px;*/
    width: 520px;
    /*height: 800px;*/
    position: absolute;
    top:20px;
    left: 50%;
    /*margin-left: -187px;*/
    margin-left: -375px;
    border: 1px solid #6c70ff;
    background-color: #fff;
    box-sizing: border-box;
}
.ImageText iframe{
    display: block;
    width: 100%;
    /*height: 568px;*/
    height: 100%;
    border: none;
}
iframe::-webkit-scrollbar {
    display: none;
}

.ImageTextClose{
    display: block;
    width:100px;
    height: 40px;
    font-size: 16px;
    color: #6c70ff;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    border: 1px solid #6c70ff;
    line-height: 30px;
    text-align: center;
    position: absolute;
   left: 50%;
    top: 20px;
    margin-left: 180px;
    line-height: 40px;
    text-align: center;
}
.seep{
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: #6c70ff;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    line-height: 30px;
    text-align: center;
    position: fixed;
    top: 90px;
    right: 100px;
    z-index: 900;
}
