@charset "utf-8";
/*公用样式*/
*{
    margin:0;
    padding:0;
}
ol,ul,h1,h2,p{
	margin:0;
}
a{
    text-decoration: none;
}
a:link,a:visited,a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
div{
    box-sizing: border-box;
}
.ys-display-hide{
    display: none !important;
}
.ys-position-absolute{
    position:absolute;
}
.ys-position-relative{
    position:relative;
}
.line-height-32{
    line-height: 32px !important;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content: "";
    height:0;
    display: block;
    clear: both;
}
.ys-box-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.ys-box-flex .flex-halves{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.ys-common-empty {
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
}
.ys-common-empty>img{
    width: 160px;
    height: 160px;
}
.ys-common-empty>p{
    font-size: 16px;
    color: #8891ab;
}
/*公用头部*/
.ys-head-bg{
    height:72px;
    width:100%;
    min-width: 1200px;
    background:#fff;
    margin:0 auto;
    box-shadow: 0px 2px 6px rgba(52,52,52,0.15);
    position:fixed;
    top:0;
    z-index: 999;
}
.ys-head{
    width:1200px;
    height:72px;
    line-height:72px;
    margin:0 auto;
}
.ys-head-logo{
    display: inline-block;
    width:120px;
    height:72px;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(/images/ui-nav-logo-b.png);
}
.ys-head-logo a{
    display: inline-block;
    width:120px;
    height: 72px;
    cursor: pointer;
}
.ys-head-list {
    display: inline-block;
    height:72px;
    float: right;
}
.ys-head-list ul{
    font-size: 0;
    height:72px;
}
.ys-head-list li {
    display: inline-block;
    height:72px;
    padding-right:30px;
}
.ys-head-list li:last-child{
    padding-right:0;
}
.ys-head-list li a{
    font-size:16px;
    color:#999;
}
.ys-head-list li a:hover{
    color:#2a8cff;
}
/*公用尾部*/
.ys-footer-bg{
    min-width: 1200px;
    background:#4b5162;
}
.ys-footer{
    width:1200px;
    height: 206px;
    margin:0 auto;
    padding-bottom:32px;
    text-align: center;
}
.ys-footer-logo{
    width:112px;
    height:38px;
    display: inline-block;
    margin:40px auto 20px;
}
.ys-footer-info{
    margin:0 auto 14px;
    line-height: 16px;
    text-align: center;
}
.ys-footer-info .ys-info-span {
    display: inline-block;
    margin:auto 14px;
}
.ys-footer-info .ys-info-span a{
    font-size: 14px;
    color:#62697d;
}
.ys-footer-info .ys-info-span a:hover{
    color:#9fa9c4;
}
.ys-footer-info .ys-info-line{
    display: inline-block;
    vertical-align: top;
    height:16px;
    border-right: 1px solid #62697d;
}
.ys-footer-info .ys-info-line:last-child{
    border:none;
}
.ys-footer-copy{
    margin:0 auto;
    text-align: center;
    color:#62697d;
    font-size:14px;
}
.ys-footer-copy>a{
    color:#62697d;
}
.ys-footer-copy>a:hover{
    color: #9fa9c4;
}
.ys-cursor-pointer {
    cursor: pointer;
}
.ys-head-list li a.ys-curr-nav {
    color:#2a8cff;
}
.ys-quest-go-to-top,
.ys-editor-go-to-top,
.ys-scroll-go-to-top{
    position: fixed;
    right: 60px;
    bottom: 326px;
    width: 40px;
    height: 40px;
    background: url(/images/ui-float-btn.png) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
}
.ys-quest-go-to-top,
.ys-editor-go-to-top{
    bottom: 40px;
}
.ys-quest-go-to-top:hover,.ys-quest-go-to-top:active,
.ys-editor-go-to-top:hover,.ys-editor-go-to-top:active,
.ys-scroll-go-to-top:hover,.ys-scroll-go-to-top:active{
    background-position: 0 -100px;
}
.ys-scroll-share{
    position:fixed;
    right: 60px;
    bottom: 276px;
    width: 40px;
    height: 40px;
    background: url(/images/ui-float-btn.png) 0 -50px no-repeat;
    background-size: cover;
    cursor: pointer;
}
.ys-scroll-share:hover{
    background-position: 0 -150px;
}
.ys-scroll-qrcode{
    position:fixed;
    bottom:276px;
    right:105px;
    width:0px;
    height:0px;
    background:url(/images/ui-share-qrcode.png) center no-repeat;
    opacity: 0;
}
.pc-login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pc-card-block {
    width: 780px;
    height: 400px;
    border-radius: 6px;
    background-color: rgba(75,123,255,0.8);
    box-shadow: 0 4px 46px rgba(104,144,255,0.3);
    position: relative;
    overflow: hidden;
    clear: both;
}
.pc-card-block .pc-card-cover{
    float: left;
    width: 480px;
    height: 400px;
    background-image: url('/images/pc_login_card.png');
    background-size: cover;
}
.pc-card-block .pc-card-login{
    float: left;
    width: 300px;
    height: 400px;
    background-color: #dde6ff;
    position: relative;
}
.pc-card-triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #c3d1f7;
    border-left: 100px solid transparent;
}
.pc-card-icon{
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
}
.pc-margin-top {
    margin-top: 20px !important;
}
.pc-margin-top-small {
    margin-top: 10px !important;
}
.pc-margin-middle-top {
    margin-top: 40px !important;
}
.pc-margin-large-top {
    margin-top: 60px !important;
}
.pc-margin-top-20 {
    margin-top: 20px;
}
.pc-margin-top-40 {
    margin-top: 40px;
}
.pc-margin-top-60{
    margin-top: 60px;
}
.pc-margin-top-80 {
    margin-top: 80px;
}
.pc-text-center {
    text-align: center !important;
}
.pc-text-right {
    text-align: right !important;
}
.pc-background-bdc8e6{
    background-color: #bdc8e6;
}
.pc-background-4d7cfe {
    background-color: #4d7cfe;
}
.pc-qrcode-block > img {
    margin: 0 auto;
}
.ui-img-scan-tips{
    position: absolute;
    top: -21px;
    margin-left: 0;
    opacity: 0;
}
.pc-icon-block {
    position: relative;
    display: inline-block;
    margin-left: 36px;
}
.pc-icon-block i.ui-icon-scan {
    color: #656e75;
    position: absolute;
    font-size: 24px;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.pc-icon-block p {
    font-size: 14px;
    color: #646e75;
    line-height: 14px;
}
.pc-padding-left-10 {
    padding-left: 10px;
}
.pc-footer-block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.pc-footer-block p {
    font-size: 12px;
    text-align: center;
    color: #a7ddd9;
}
.pc-fixed {
    position: fixed;
}
.pc-footer-icon-pos {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.pc-footer-logo {
    width: 36px;
    height: 36px;
    background-image: url(/images/pc_login_footer_logo.png);
    background-size: cover;
    margin: 0 auto 20px;
}
.pc-login-bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #14a89f;
    overflow: hidden;
}
.pc-login-bg-gradient {
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    background: url(/images/pc_login_garadient.png) center center ;
}
.pc-tip-cover{
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    padding: 12px 29px 14px;
    background-color: rgba(0,0,0,0.5);
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    border-radius: 4px;
    min-width: 150px;
    min-height: 150px;
}
.pc-tip-cover-v2{
    position: fixed;
    z-index: 9999;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 160px;
    padding: 13px 16px;
    background-color: #313651;
    border-radius: 6px;
}
.pc-tip-title-v2 p{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.pc-tip-title {
    text-align: center;
}
.pc-tip-title p{
    margin: 16px auto 0;
    color: #FFFFFF;
    line-height: 1.2;
}
.ui-tip-cover-icon{
    font-size: 92px;
    color: #fff;
}
.dialog-tip-mask{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.dialog-tip-mask-v2{
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(136,145,171,0.2);
}
/* footer */
.pc-v3-footer{
    padding: 68px 0 40px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    color: #c3c8d5;
}
.pc-v3-footer a{
    color: #c3c8d5;
}

.modal-content {
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(136,145,171,0.3) !important;
}
.modal-backdrop {
    background-color: rgb(136, 145, 171);
    opacity: 0.2;
}
.modal-footer{
    height: 56px;
    padding: 10px 24px;
    border: 0;
    display: flex;
    justify-content: flex-end;
}
.modal-footer button {
    width: 60px;
    height: 32px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.modal-footer button:focus {
    outline: none;
}
.modal-footer .cancel-btn {
    display: block;
    padding: 5px 12px;
    border: 1px solid #d2d4d9;
    background-color: #fff;
    border-radius: 4px;
}
.modal-footer .cancel-btn:hover,
.modal-footer .cancel-btn:active{
    border-color: #8891ab;
    color: #313651;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.modal-footer .confirm-btn {
    display: block;
    padding: 5px 12px;
    border: 1px solid #147ffa;
    border-radius: 4px;
    background-color: #147ffa;
    color: #fff;
}
.modal-footer .confirm-btn:hover {
    background-color: #1379f1;
    opacity: 1;
}
.modal-footer .confirm-btn.disabled {
    border: 1px solid #e3f0ff;
    background-color: #8cc0fd;
    opacity: 1;
}

/* loading */
.ys-cover-container.absolute .patient-load-cover,
.ys-cover-container.absolute .patient-request-load{
    position: absolute;
}
.ys-cover-container.absolute .patient-load-cover,
.ys-cover-container.absolute .patient-request-load{
    position: fixed;
}
.patient-load-cover{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background-color: rgba(240,241,244,.3)
}
.patient-request-load{
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 40px;
    width: 40px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.patient-request-load .patient-load-img{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(http://files.drcloud.me/o_1dhjbh76b11b7t1vnem1rj2kdq7.png);
    background-size: cover;
    margin-right: 10px;
    -webkit-animation: requestRound .5s linear infinite;
    animation: requestRound .5s linear infinite;
}
@-webkit-keyframes requestRound {
    from {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes requestRound {
    from {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
/* 滚动条 */
::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
    width: 4px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-track-piece {
    background-color: #fff; /*滚动条的背景颜色*/
    -webkit-border-radius: 0; /*滚动条的圆角宽度*/
}
::-webkit-scrollbar {
    width: 8px; /*滚动条的宽度*/
    height: 8px; /*滚动条的高度*/
}
::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
    height: 50px;
    background-color: #ddd;
    -webkit-border-radius: 2px;
    outline: 1px solid #fff;
    outline-offset: -1px;
    border: 1px solid #fff;
}
::-webkit-scrollbar-thumb:hover { /*滚动条的hover样式*/
    height: 50px;
    background-color: rgba(211,211,211,.8);
    -webkit-border-radius: 2px;
}
/*提示框样式*/
.dialog {
    position: fixed;
    z-index: 9999;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 6px;
    background-color: #fff;
    width: 320px;
    height: 204px;
    box-shadow: 0 0 8px rgba(136,145,171,.2);
}
.dialog-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(136,145,171,.2);
}
.layui-v3-layer.normal{
    padding: 0 40px;
}
.layui-v3-layer .v3-layer-title{
    padding-top: 12px;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
}
.v3-layer-title {
    background-color: #F0F1F2;
    border-radius: 4px 4px 0 0;
    padding: 0 16px;
}
.v3-layer-title>p{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4px;
    font-size: 16px;
    color: #8891ab;
}
.layui-v3-layer .v3-layer-title>span{
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: cover;
}
.layui-v3-layer .v3-layer-title>span.first{
    background-image: url('/images/editor/editor_modal_decoration.png');
    background-position-y: 0;
}
.layui-v3-layer .v3-layer-title>span.second{
    background-image: url('/images/editor/editor_modal_decoration.png');
    background-position-y: -38px;
}
.layui-v3-layer .v3-layer-title>span.third{
    background-image: url('/images/editor/editor_modal_decoration.png');
    background-position-y: -76px;
}
.layui-v3-layer .v3-layer-content{
    height: 112px;
    padding: 16px;
    box-sizing: border-box;
}
.layui-v3-layer .v3-layer-content.height-240{
    padding-top: 20px;
    padding-bottom: 0;
    height: 240px;
}
.layui-v3-layer .v3-layer-content.height-400{
    padding: 20px 0;
    height: 400px;
}
.layui-v3-layer .v3-layer-content.height-500{
    padding: 20px 0;
    height: 500px;
}
.layui-v3-layer .v3-layer-content>p.tips{
    line-height: 20px;
    font-size: 14px;
    color: #5a6586;
}
.layui-v3-layer .v3-layer-content>.today{
    margin-top: 16px;
}
.layui-v3-layer .v3-layer-content>.today span{
    font-weight: normal;
    color: #888E99;
}
.layui-v3-layer .v3-layer-content>.today input{
    vertical-align: top;
}
.v3-layer-content .input>input {
    width: 100%;
    height: 38px;
    padding-left: 12px;
    border: 1px solid #bcc0cc;
}
.layui-v3-layer .v3-layer-btns{
    height: 52px;
    line-height: 48px;
    padding: 0 16px;
    box-sizing: border-box;
}
.layui-v3-layer .v3-layer-btns>button{
    float: right;
    padding: 0 15px;
    margin: 10px 0;
    margin-left: 10px;
    height: 28px;
    line-height: 26px;
    border-radius: 4px;
    background-color: #1a82fc;
}
.layui-v3-layer .v3-layer-btns>button.cancel{
    background-color: #fff;
    border: 1px solid #e1e3ea;
    color: #8891ab;
}
.layui-v3-layer .v3-layer-btns>button.cancel:hover{
    border-color: #8891ab;
    color: #313651;
}
.layui-v3-layer .v3-layer-btns>button.confirm{
    border: 1px solid #1a82fc;
    color: #fff;
}
.layui-v3-layer .v3-layer-btns>button.confirm:hover{
    background-color: #1379f1;
}
.layui-v3-layer .v3-layer-btns>button.confirm.disabled{
    background-color: #8cc0fd;
    border: 1px solid #e3f0ff;
}


/* v5.3.2 弹窗样式 */
.ys-modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(136,145,171,0.3);
}
.ys-modal-dialog-content-lg,
.ys-modal-dialog-content-md,
.ys-modal-dialog-content-sm {
    position: relative;
}
.ys-modal-dialog-content-lg .ys-modal-dialog-center {
    padding: 15px 24px;
    overflow-y: auto;
    width: 640px;
    height: 404px;
}
.ys-modal-dialog-content-md .ys-modal-dialog-center {
    padding: 15px 24px;
    overflow-y: auto;
    width: 480px;
    height: 280px;
}
.ys-modal-dialog-content-sm .ys-modal-dialog-center {
    padding: 15px 24px;
    overflow-y: auto;
    width: 360px;
    height: 160px;
}
.ys-modal-dialog-header {
    position: relative;
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    height: 48px;
    font-size: 14px;
    background-color: #F0F1F2;
    user-select: none;
    cursor: move;
}
.ys-modal-dialog-header .close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
}
.ys-modal-dialog-footer {
    padding: 10px 24px;
    height: 52px;
    display: flex;
    justify-content: flex-end;
}
.ys-btn {
    display: block;
    padding: 5px 12px;
    border: 1px solid #d2d4d9;
    background-color: #fff;
    border-radius: 4px;
}
.ys-modal-dialog-footer .ys-btn:not(:last-child){
    margin-right: 12px;
}
.ys-btn-primary {
    background-color: #147ffa;
    border-color: #147ffa;
    color: #fff;
}

/** 穿梭弹窗 **/
.select-container .select-item-image {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 4px;
    background-position: center;
    background-size: cover;
}
.select-container .position-relative{
    position: relative;
}
.select-container .select-item-title {
    font-size: 14px;
    color: #313651;
    font-weight: normal;
}

.select-container {
    background: #fff;
    font-size: 0;
}

.select-container .entire-item-list,
.select-container .select-item-list
{
    height: 330px;
    overflow: auto;
}

.select-container .entire-item-list-item {
    margin: 5px 0;
}

.select-container .select-block-left,
.select-container .select-block-right {
    width: 50%;
    font-size: 0;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

.select-container .select-block-left {
    border-right: 1px solid #f2f2f2;
}

.select-container .select-block-right {
    padding-left: 20px;
}

.select-container .checkbox-block {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
}

.select-container .entire-item-list-item label {
    cursor: pointer;
    width: 90%;
    margin: 0 5px;
}

.select-container .entire-item-info {
    display: inline-block;
    vertical-align: middle;
}

.select-container .select-item-count {
    font-size: 14px;
    padding: 10px 0;
}

.select-container .search-block .form-group {
    width: 95%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #fff;
}

.select-container .search-btn {
    background: none;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 7px 8px;
    color: #8891ab;
    cursor: pointer;
    font-size: 16px;
    border: none;
}

.select-container .item-empty-container p {
    color: #8891AB;
}
.select-item-subtitle {
    font-size: 12px;
    font-weight: normal;
    color: #8891ab;
}

.modal-footer .confirm-btn[disabled]:hover{
    opacity: .65;
    background-color: #147ffa;
}