.main{

}
.register_content{
    width:580px;
    margin:0 auto;
    color:#fff;
    padding:48px 0;
}
.registerBasic{
    background: #1d66a5 url(../img/index/caseImgBg.png) center center no-repeat;
    min-height:200px;
}
.registerHospital{
    background: #174183 url(../img/index/industryInformationBg.png) center center no-repeat;
    min-height:200px;
}
.registerPwd{
    background: #1d66a5 url(../img/index/caseImgBg.png) center center no-repeat;
    min-height:200px;
}

.registerIntro{
    width:100px;
    margin-right:40px;
    text-align: right;
}
.inputContent{
    flex: 1;
}
.registerTips{
    width:20px;
    text-align: center;
}
.inputGroup{
    margin-bottom: 20px;
}
a.c-loginBtn{
    width:100%;
}
.PrivacyContent{
    text-align: right;
    padding-right:20px;
}
.PrivacyContent a{
    text-decoration: underline;
}

.basicSelect{
    display: block;
    width: 133px;
    height:50px;
    line-height:50px;
    border-radius: 6px;
    flex: 1;
    padding:0 10px;
    outline:none;
    background-position: right center ;
    background-color:rgba(238,238,238,.2);
    border:1px solid #fff;
    color:#fff;
}
.inputGroup .form-group{
    margin-right:10px;
}
.inputGroup .form-group:last-child{
    margin-right:0;
}

.basicSelect option{
    /*background: rgba(0,0,0,1);*/
    color:#000;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.peopleType{
    width:180px;
    flex: initial;
}
.peopleType-flex{
    justify-content: flex-start;
}
.personalProfile{
    display: block;
    width: 100%;
    height:120px;
    outline: none;
    border: 1px solid #eee;
    border-radius: 6px;
    background: rgba(238,238,238,.2);
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    resize:none
}
.peopleRanks{
    margin-right:10px;
}
select, textarea, input {
    font-size: 16px;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder {
    /* placeholder颜色  */
    /*color: #aab2bd;*/
    /* placeholder字体大小  */
    font-size: 16px;
}



.userAgreementModule{
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:10000;
    display:flex;
    align-items:center;
    justify-content:center;
    display:none;
}
.userAgreementModuleMain{
    /*position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:1200px;
    background:#fff;
    height:800px;
    overflow:auto;*/
    /*border-radius:10px;
    padding:30px 20px;*/
}
.agreementTitle{
    font-size:20px;
    text-align:center;
}


.userAgreementModuleMainContent::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.userAgreementModuleMainContent::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}

.userAgreementModuleMainContent::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #EDEDED;
}

.colseBtn{
    position:fixed;
    width:40px;
    height:40px;
    margin-top: -25px;
    margin-left: 1126px;
    cursor:pointer;
}


.userAgreementModuleMainContent {
    position:relative;
    /*position: absolute;
     top: 50%; 
     left: 50%;
    transform: translate(-50%,-50%);*/ 
    width: 1200px;
    background: #fff;
    height: 80%;
    overflow:auto;
    padding: 30px;
    border-radius:6px;
}