.center{
    width: 1190px;
    margin: 0 auto;
}
/* 顶部信息 */
.top{
    height: 30px;
    background-color: #F5F5F5;
    line-height: 30px;
}
.top .login{
    cursor: pointer;
}
.top .login:hover{
    color: #E8199E;
}
/* 登录注册 */
.loginRegister{
    width: 370px;
    background: #fff;
    display: none;
}
.loginRegister .loginRegister-nav {
    border-bottom: 1px solid #f1f1f1;
}
.loginRegister .loginRegister-nav .item{
    cursor: pointer;
}
.loginRegister .loginRegister-nav .right-line{
    display:block;
    width: 1px;
    height: 10px;
    background: #f1f1f1;
    right: 0;
    top: 50%;
    transform: translate(0,-40%);
}
.loginRegister .loginRegister-nav .active{
    color: #E8199E;
}

.loginRegister .loginRegister-nav .active .line{
    display: block;
    width: 20px;
    height: 4px;
    background: #E8199E;
    bottom: 0;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%,0);
}
.loginRegister .loginRegister-content .card-item{
    width: 248px;
    margin: 0 auto;
   
}
.card-item .item{
    display: none;
}
.loginRegister .loginRegister-content .Verify img{
    width: 120px;
    height: 44px;
}
.loginRegister .loginRegister-content .Verify .botton-default{
    width:120px ;
    background: #fff;
    color: #E8199E;
    border: 1px solid #E8199E;
}
.loginRegister .loginRegister-content .Verify .input-text{
    width: 120px;
}
/* 导航 */
.header{
    width: 100%;
    height: 120px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04);
}
.header .logo{
    width: 189px;
    height: 62px;
}
.header .line{
    display: none;
    height: 4px;
    width: 40px;
    background-color: #E8199E;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
.header .active .line{
    display: block;
}
.header .active a{
    color: #E8199E;
}
.header .nav li{
    position: relative;
    height: 44px;
    line-height: 44px;
}
/* 分页 */
.page{
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
}
.page .page-butt:nth-child(1){
    border-right: 1px solid #d2d2d2;
}
.page .page-butt{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.page  li{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    border-right: 1px solid #d2d2d2;
}
.page  li.active{
    color: #fff;
    background:#E8199E;
}
.page  li.active a{
    color: #fff;
}
/* 提问按钮 */
.AskButton{
    width: 390px;
    height: 70px;
    cursor: pointer; 
}
.AskButton img{
    width: 390px;
    height: 70px;
}
@media screen and (max-width: 900px) {
    .AskButton{
        right: 1em;
    }
}
/* 输入框样式 */
.input-text {
    width: 100%;
    height: 44px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    line-height: 44px;
    background: #fff;
    outline:none;
    padding: 10px;
    box-sizing: border-box;
    transition: all 0.5s;
    outline:none;
}

.input-text:focus{
    border-color: #E8199E;
}
/* 文本域 */
.textarea-text{
    width: 100%;
    max-height: 300px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding: 8px;
    transition: all 0.5s;
    outline:none;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    line-height: 26px;
}
.textarea-text:focus{
    border-color: #E8199E;
}
/* 默认按钮样式 */
.botton-default{
    border: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    background: #E8199E;
    color: #fff;
    border-radius: 4px;
    padding: 11px 12px;
    display: block;
}
/* 下拉选项 */
.select-default{
    /* border: 1px solid #d2d2d2; */
    height: 44px;
    border-radius: 4px;
    background: #fff;
    color: #373737;
    padding-left: 10px;
    outline: none; 
    border-color: #d2d2d2 ;
    
}
.select-default:focus{
    border-color: #E8199E !important;
}

/* 我要提问面板 */
.quiz{
    width: 500px;
    background: #fff;
    box-sizing: border-box;
}
.quiz .user-info img{
    width: 50px;
    height: 50px;
}
.quiz .user-info span{
    cursor: pointer;
}
.quiz .quiz-nav li{
    cursor: pointer;
}
.quiz .quiz-nav li .line{
    display: none;
    height: 4px;
    width: 30px;
    background: #E8199E;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
.quiz .quiz-nav .active{
    color: #E8199E;
}
.quiz .quiz-nav .active .line{
    display: block;
}
.quiz-content .code .input-text{
    width: 120px;
}
.quiz-content .code img{
    width: 120px;
    height: 44px;
}
.layui-layer-title{
    font-size: 18px !important;
    font-weight: bold;
}
/* 医院图片 */
.hospital-img .item{
    width: 282px;
    margin-right: 20px;
}
.hospital-img .item:nth-of-type(4n){
    margin-right: 0;
}
.hospital-img img{
    width: 282px;
    height: 282px;
}
.hospital-img .item p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
/* 预览图像 */
.preview-image{
    position: relative;
    z-index: 9999;
    justify-content: center;
    display: flex;
    align-items: center;
}
.preview-image .preview-bg{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.preview-image .preview-main{
    position: fixed;
    z-index: 999999;
    /* max-width: 600px; */
    top: 50%;
    left: 50%;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
/* .preview-image .preview-main p{
    margin-top: 10px;
    font-size: 16px;
    max-width: 600px;
} */
.preview-btn{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 5vh;
    right: 5vh;
    width: 400px;
}
.preview-btn button{
    border: 1px solid #fff;
    width:100px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background:none;
}