div,p,h1,h2,h3,h4,h5,h6,ul,html,body,input {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
    width: 100%;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
div,p,h1,h2,h3,h4,h5,h6,ul,span,li,a {
    box-sizing: content-box;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
input {
    outline: none;
}
select {
    border: none;
    outline: none;
}
body {
    font-size: 12px;
    color: #666;
} 

/* header start */
.header {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 44px;
    width: 100%;
    background: #fff;
    padding: 21px 0;
}
.header .header_left{
    margin-left:90px;
}
.header .header_left .demoTit {
    color: #3c3c3c;
    font-size: 24px;
    float: left;
    line-height: 44px;
    margin-right: 62px;
}
.header .header_left .vertical_line {
    display: inline-block;
    width:1px;
    height:42px;
    background:rgba(0,0,0,1);
    opacity:0.2;
}
.header .header_right .textInput {
    position: relative;
    width:256px;
    height:38px;
    background:#eee;
    border-radius:18px; 
}
.header .header_right .textInput img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 22px;
    height: 21px;
}
.header .header_right .textInput input {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    border: 0;
    font-size: 14px;
    color: #8e8e8e;
}
.header .header_right .switchLanguage {
    position: relative;
    width:98px;
    height:38px;
    margin: 0 60px 0 77px;
    background:#eee;
    border-radius:19px;
}
.header .header_right .switchLanguage select {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    background: #F0F0F0;
    color: #666;
}
.userName,.quitName {
    color: #3C3C3C;
    font-size: 16px;
    line-height: 44px;
}

.header .header_right .userName {
    margin-left: 10px;
}
.header .header_right .quit {
    margin-left: 46px;
    margin-right:90px;
    cursor: pointer;
}
.header .header_right .quitName {
    margin-left: 6px;
}
/* header end */

/* ������ start */
body {
    background: #EBEBEB;
}
.menuList {
    width: 11.45%;
    min-width: 164px;
    height: 100%;
    position: fixed;
    left: 0;
    background: #31343F;
}
.menuList ul {
    background: #31343F;
}
.menuList ul li {
    line-height: 62px;
    text-align: left;
    padding-left: 20%;
    font-size: 14px;
    cursor: pointer;
}
.menuList ul li.hover {
    background: #21262E;
    border-left: 3px solid #F17552;
}
.menuList ul li a {
    color: #fff;
}
.menuList ul li img {
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.container {
    background: #E8E8E8;
    padding-top: 86px;
    box-sizing: border-box;
}

/* ������ end */

/* text select ���箙��桁�� */
.form-item {
    margin-bottom: 16px;
}
.form-item label {
    display: inline-block;
    min-height:36px;
    line-height:36px;
    vertical-align:top;
    width: 100px;
    text-align: right;
    color: #444;
    font-size: 14px;
    padding-right: 10px;
}
.form-item .text-item {
    width: 368px;
    height: 34px;
    padding: 0 25px;
    line-height: 34px;
    border-radius: 19px;
    border: none;
    background: #fff;
    border: 1px solid #E0E0E0;
}
.form-item .select-item {
    display: inline-block;
    width:132px;
    height:38px;
    line-height: 38px;
    text-align: center;
    background:#F0F0F0;
    border-radius:19px;
}
.form-item .select-item select {
    background: #F0F0F0;
    min-width: 60px;
}
.form-item .textarea-item {
   width: 370px;
   height: 90px;
   border: 1px solid #e0e0e0;
   border-radius: 4px;
   padding: 15px 25px;
}
.bottomLine {
    border-bottom: 1px solid #E8E8E8;
}
.paddingBottom {
    padding-bottom: 16px;

}
.inline-block {
    display: inline-block;
    margin-right: 10px;
}

.tag-item {
    position: relative;
    display: inline-block;
    height:36px;
    line-height: 36px;
    border: 1px solid #FF7272;
    color: #FF7272;
    border-radius:19px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    padding: 0 15px;
}
.tag-item .right-tag {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    background: #fff url(./../image/rightDel.png) center no-repeat;
    cursor: pointer;

    
}
.submit-btn {
    display: inline-block;
    width:138px;
    height: 46px;
    line-height:46px;
    text-align: center;
    font-size: 18px;
    border-radius:26px;
}
.back-submit {
    color: #444;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 20px;
}
.save-submit {
    color: #fff;
    border: 1px solid #2CC1EC;
    background:#2CC1EC;

}
.upload-file {
    display: inline-block;
}
.file-con {
    position: relative;
    width:318px;
    height:198px;
    padding: 20px 50px;
    border: 1px solid #E0E0E0;
    border-radius:4px;
    margin-bottom: 16px;
}
.file-con .photo {
    width:318px;
    height:198px;
}
.del_pic {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px ;
    background: #F0F0F0;
    cursor: pointer;
}
.del_pic img {
    display: block;
}

.file-btn .upload-text {
    width: 324px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #E0E0E0;
    border-radius:4px 0 0 4px;
}
.file-btn button{
    border: none;
    outline: none;
    width:74px;
    height:36px;
    line-height: 36px;
    background:#FF7272;
    color: #fff;
    border-radius:0px 4px 4px 0px;
    cursor: pointer;
}
.file-btn button img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

/* 紊�莚㊧� */
.language-place {
    text-align: center;
    color: #444;
    font-size: 14px;
}
.language-place .switchLanguage {
   
    left: 5px;
}
 .switchLanguage {
    position: relative;
    top: 50%;
    display: inline-block;
    width:98px;
    height:38px;
    background:#eee;
    border-radius:19px;
}
.switchLanguage select {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    background: #F0F0F0;
    color: #666;
}
/* 箴ц捷綣合� 綣�紮� */
.mask{
    display: none;
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background: none;
    z-index: 1001;
}
.mask .mask-main,.mask .mask-main-list,.mask .mask-main-select{
    position:absolute;
    right:0;
    width:0;
    top:0;
    height:100%;
    background: #fff;
    box-shadow: 0 3px 10px 3px #eee;
}
.mask-main .fn,.mask-main-list .fn,.mask-main-select .fn{
    position: absolute;
    bottom:0;
    width:100%;
    height:auto;
    text-align: center;
    padding:28px 0;
    background: #fff;
}
.mask-main .fn a,.mask-main-list .fn a,.mask-main-select .fn a{
    display: inline-block;
    width:168px;
    height:48px;
    text-align: center;
    line-height: 48px;
    font-size:14px;
    border-radius: 6px;
    margin:0 60px;
}
.mask-main .fn a:first-child,.mask-main-list .fn a:first-child,.mask-main-select .fn a:first-child{
    border:1px solid #ccc;
    background: #fff;
    color:#444;
}
.mask-main .fn a:last-child,.mask-main-list .fn a:last-child,.mask-main-select .fn a:last-child{
    background: #FF6667;
    color:#fff;
    border:1px solid #FF6667;
}
.mask-main ul{
    overflow: hidden;
    padding:0 10px;
}
.mask-main ul li{
    float: left;
}
.mask-main ul li a{
    position: relative;
    display: block;
    box-sizing: border-box;
    width:168px;
    height:88px;
    color:#444;
    background: #fff;
    border:1px solid #ccc;
    border-radius: 6px;
    margin:10px;
}
.mask-main ul li a span{
    position: absolute;
    right:9px;
    top:9px;
    width: 20px;
    height: 20px;
    background: #EEEEEE;
    border:1px solid #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}
.mask-main ul li a .des {
    position: absolute;
    width: 70px;
    top: 27px;
    left: 61px;
}
.mask-main .des .title{
    font-size:14px;
    color:#444;
}
.mask-main .des .num{
    font-size: 12px;
    color:#999;
}
.mask-main ul li a.active span{
    background: url("../image/sure_icon.png") no-repeat center center #eee;
    /*-webkit-background-size: 13px 9px;*/
    /*background-size:13px 9px;*/
}
.mask-main ul li:last-child a{
    text-align: center;
    color:#444;
    font-size:12px;
    line-height: 88px;
}
.mask-head{
    width:100%;
    margin:20px 0 20px;
    overflow: hidden;
}
.mask-head>div{
    float: left;
    padding-left:20px;
    color:#FF6767;
}
.mask-head>div .horn-icon{
    border-color:#FF6767;
}
.mask-main a.upload-btn,.mask-main-list a.upload-btn,.mask-main-select a.upload-btn{
    float: right;
    margin-right:38px;
    padding-right:22px;
    background:url("../image/upload_icon.png") no-repeat right center;
    font-size:14px;
    color:#FF6666;
}

.mask-main-list>ul{
    position: absolute;
    left:20px;
    right:38px;
    top:59px;
    bottom:106px;
    overflow-y: scroll;
}
.mask-main-list>ul::-webkit-scrollbar {
    width: 0 !important;
}
.mask-main-list .inner,.mask-main-select .inner{
    border-left:3px solid #FF6666;
    height:52px;
    line-height: 52px;
    background: #F0F0F0;
    margin-bottom:20px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    font-size:14px;
}
.mask-main-list>ul>li:first-child{
    margin-top:5px;
}
.mask-main-list .inner a{
    float: right;
    color:#999;
    margin-right:35px;
}
.mask-main-list .inner p{
    cursor: pointer;
    float: left;
}
.mask-main-list .check-box{
    display: inline-block;
    vertical-align: middle;
    width:20px;
    height:20px;
    border-radius: 50%;
    border:1px solid #ccc;
    margin:0 20px 0 32px;
}
.mask-main-list .name{
    color:#444;
    margin-right:15px;
}
.mask-main-list .inner .num{
    color:#999;
}
.mask-main-list  p.active .check-box{
    background: url("../image/sure_icon.png") no-repeat center center;
}

.mask-main-select .mask-search{
    padding:0 20px;
}
.mask-main-select .mask-search select{
    padding:0 14px;
    width: 132px;
    height:38px;
    background: #F0F0F0;
    color:#666;
    font-size: 14px;
    border-radius:19px;
    margin-right:64px;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
}
.mask-main-select .mask-search select:last-child{
    margin-right:0;
}
.mask-main-select .mask-search .selcet-section{
    margin-bottom:24px;
}
.mask-main-select .mask-search .search-section{
    width: 524px;
    height:38px;
    line-height:38px;
    background:#F2F2F2;
    border-radius:19px;
    margin-bottom:20px;
}
.mask-main-select .mask-search .search-section input{
    margin-left:22px;
    height:100%;
    width:440px;
    border:0;
    background: #F2F2F2;
    font-size:12px;
    float: left;
}
.mask-main-select .mask-search .search-section input::placeholder{
    color:#999;
}
.mask-main-select .mask-search .search-section a{
    float: right;
    width: 54px;
    height:38px;
    background: url("../image/search.png") no-repeat center center;
}
.result-list{
    padding:0 20px;
}
.result-list .result-fn{
    height:64px;
    line-height: 64px;
    border-top:1px solid #E5E5E5;
}
.result-list .result-fn span{
    display: inline-block;
    vertical-align: sub;
    text-align: left;
    color:#999;
    font-size: 12px;
    cursor: pointer;
}
.result-list .result-fn span i{
    display: inline-block;
    margin-left:10px;
    width:14px;
    height:14px;
    border:1px solid #D2D2D2;
    border-radius: 4px;
    background: #EEEEEE;
    vertical-align: sub;
}
.result-list .result-fn span.active i{
    background: url("../image/sure_icon.png") no-repeat center center #eee;
    -webkit-background-size:12px 8px;
    background-size:12px 8px;
}
.result-list .result-fn span:first-child{
    margin-right:47px;
}
.result-list .result-fn span:nth-child(2){
     margin-right:84px;
 }
.result-list .result-fn span:nth-child(3){
    margin-right:119px;
}

/* ------------- */
.mask-main-select .result-list>ul{
    position: absolute;
    left:20px;
    right:20px;
    top: 248px;;
    bottom:106px;
    overflow-y: scroll;
}
.mask-main-select .result-list>ul::-webkit-scrollbar {
    width: 0 !important;
}
.mask-main-select .result-list .inner{
    width:100%;
    border-left:3px solid #FF6666;
    height:52px;
    line-height: 52px;
    background: #F0F0F0;
    margin-bottom:20px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    font-size:14px;
}
.mask-main-select .result-list>ul>li:first-child{
    margin-top:5px;
}
.mask-main-select .inner a{
    float: right;
    color:#999;
    margin-right:35px;
}
.mask-main-select  p{
    cursor: pointer;
    float: left;
}
.mask-main-select .check-box{
    display: inline-block;
    vertical-align: middle;
    width:20px;
    height:20px;
    border-radius: 50%;
    border:1px solid #ccc;
    margin:0 20px 0 32px;
}
.mask-main-select .name{
    display: inline-block;
    vertical-align: middle;
    width:110px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#444;
    margin-right:15px;
}
.mask-main-select .num,.mask-main-select .adr{
    color:#999;
}
.mask-main-select .num{
    display:inline-block;
    vertical-align: middle;
    width: 120px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-right:10px;
}
.mask-main-select .adr{
    display:inline-block;
    vertical-align: middle;
    width: 200px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mask-main-select p.active .check-box{
    background: url("../image/sure_icon.png") no-repeat center center;
}

/* 7-30�医� */
.horn-icon{
    display: inline-block;
    vertical-align: middle;
    width:5px;
    height:5px;
    border-right:1px solid #8E8E8E;
    border-bottom:1px solid #8E8E8E;
    transform: rotate(-45deg);
    margin-left:5px;
}
.mask-main-list .inner,.result-list .inner{
    overflow: hidden;
}
.mask-main-list>ul ul,.result-list>ul ul{
    overflow: hidden;
    margin-left:35px;
}
.mask-main-list>ul ul li,.result-list>ul ul li{
    width:100%;
    height:52px;
    line-height: 52px;
    background: #F0F0F0;
    margin-bottom:20px;
   border-radius: 6px;
    font-size:14px;
    cursor: pointer;
}
.result-list>ul ul li p{
    float: inherit;
}
/* 箴ц捷綣合� 膸��� */
.photo{
    width:38px;
    height:38px;
}
