*{
    margin: 0;
    padding: 0
}
#postList{
    width: 768px;
    height: auto;
    padding: 0 16px 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(31,36,47,0.1);
    position: fixed;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
#postList .headImg{
    width: 90px;
    height:90px;
    margin: -45px auto 0;
    background-color: #f5f7f7;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center; 
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}
#postList .companyname{
    font-size: 16px;
    color: #292928;
    font-weight: 600;
    text-align: center;
    margin: 12px 0 20px;
}
#postList .itemListCover{
    width: 744px;
    padding: 0 12px;
    overflow-y: auto;
    max-height: 600px;
    min-height: 300px;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
 /*滚动条样式*/
.itemListCover::-webkit-scrollbar {
    width: 3px;    
    /*height: 4px;*/
}
.itemListCover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bdbfbf;
}
.itemListCover::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f0f2f2;

}
#postList .itemList{
    display: inline-block;
    width: 328px;
    padding: 20px 16px 0;
    height: 100px;
    border-radius: 4px;
    background: #f7f9fa;
    margin: 12px 0;
}
#postList .itemList .item_post{
    font-size: 15px;
    color: #292928;
}
#postList .itemList .item_salary{
    color: #ff472e;
    font-size: 16px;
    margin-top: 6px;
    /*float: right;*/
}
#postList .itemList .item_address{
    margin-left: 12px;
}
#postList .itemList .item_working_education{
    font-size: 13px;
    margin-top: 12px;
    color:#B8B6B5;
}
#exitPostList{
    width: 60px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 14px;
    color: #666564;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}



img{
    font-size: 0;
}
ul li{
    list-style: none;
}
html{
    height: 100%;
}
body{
    position:relative;
    min-height:100%;
    height: auto !important; 
    width: 100%;
    height: 100%;
    background: #F5F7F6;
    -webkit-overflow-scrolling : touch; 
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

[v-cloak] {
    display: none;
}

a{
    text-decoration: none;
}
.clear{
    width: 100%;
    height: 0;
    clear: both;
}

footer{
    height: 115px;
    width: 100%;
    background: #fff;
    padding: 60px 0;
    position: absolute;
    bottom: 0;
}

footer p{
    font-size: 12px;
    color: #292928;
    margin-bottom: 32px;
}

footer p a{
    color: #292928;
}

footer p a:hover{
    color: #7F7F7E;
}

nav a{
    font-size: 16px;
    margin-right: 46px;
    height: 67px;
    display: inline-block;
}
nav a:last-child{
    margin-right: 0;
}
nav a:hover{
    color: #CAAE8B;
}
nav .select{
    color: #CAAE8B;
    padding: 0 6px;
    box-sizing: border-box;
    border-bottom: 2px solid #CAAE8B;
}
nav .normal{
    color:#292928;
}
nav .logo a{
    display: inline-block;
    font-size: 18px;
    color: #B19252;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
nav .logo img{
    width: 62px;
    height: 62px;
    vertical-align: middle;
}
nav .tacitlyHeaImg{
    display: inline-block;
    float: right;
    cursor: pointer;
}

nav .tacitlyHeaImg:hover .menu{
    height: 285px;
    opacity: 1;
    margin: -12px 0 0 -50px;
}
nav .tacitlyHeaImg img{
    width: 34px;
    height: 34px;
    transform: translateY(12px);
    margin-right: 10px;
    border-radius: 17px;
    overflow: hidden;
}


nav .tacitlyHeaImg .loginbtn{
    height: 30px;
    font-size: 14px;
    color: #CAAE8B;
    padding: 5px 12px;
    border: 1px solid #CAAE8B;
    border-radius: 4px
}
nav .tacitlyHeaImg .topnickname{
    color: #CAAE8B;
    font-size: 14px;
}
nav .tacitlyHeaImg .menu{
    width: 132px;
    height: 0px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(0,0,0,0.05);
    margin: -24px 0 0 -50px;
    padding: 13px 20px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.2s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all 0.2s ease-in-out; /* Opera */

}

nav .tacitlyHeaImg .menu .menuList{
    height: 34px;
    width: 100%;
    line-height: 34px;
    color: #525250;
    font-size: 14px;
    margin-right: 0;
    display: block;
}

nav .tacitlyHeaImg .menu .menuList:hover{
    color: #CAAE8B;
}

nav .tacitlyHeaImg .menu .menuList img{
    width: 14px;
    height: 14px;
    float: right;
    margin: 0
}

nav .tacitlyHeaImg .menu hr{
    width: 100%;
    height: 1px;
    background-color: #DFE0DF;
    border:none;
    margin: 13px 0;
}

#banner .bannerWrap{
    height: 100%;
    width: auto;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all 1s ease-in-out; /* Opera */

}
#banner ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#banner ul li{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center; 
    cursor: pointer;
    float: left;
    
}
#banner #bannerTitle{
     width: 1198px;
     height: 130px;
     background: rgba(0,0,0,0.5);
     border-radius: 6px;
     font-size: 36px;
     font-weight: 500;
     line-height: 130px;
     padding-left: 40px;
     color: #fff;
     position: absolute;
     bottom: 44px;
     left: 50%;
     transform: translateX(-50%);
}
#banner .btWrap{
    width: 1198px;
    height: 0;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    filter:Alpha(opacity=0);
    transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari 和 Chrome */
    -o-transition: 0.3s; /* Opera */
}
#banner:hover .btWrap{
    opacity: 1;
    filter:Alpha(opacity=100);
}
#banner .bt{
    height: 68px;
    width: 68px;
    cursor: pointer;
    background-image: url(../images/bannerBtn.png);
    background-size: 100%;
}

#banner .btWrap .bannerL{
    float: left;
}
#banner .btWrap .bt:hover{
    background-image: url(../images/bannerBtnH.png);
}
#banner .btWrap .bannerR{
    float: right;
    transform: rotate(180deg);
}

#contentLeft{
    float: left;
    padding-bottom: 265px;
}
#masterList,#spaceList{
    width: 1048px;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#masterList .masterItem{
    width: 336px;
    height: 297px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 18px;
    text-align: center;
    transition: 0.5s;
    -moz-transition: 0.5s; /* Firefox 4 */
    -webkit-transition: 0.5s; /* Safari 和 Chrome */
    -o-transition: 0.5s; /* Opera */
}

#masterList .masterItem:hover{
    box-shadow: 0 8px 16px rgba(185,197,205,0.25);
    transform: translateY(-8px);
}

#masterList .masterItem .masterHeadImg{
    width: 84px;
    height: 84px;
    border-radius: 42px;
    margin: 16px auto 0;
    background: #F5F7F6;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center; 
}
#masterList .masterItem .masterName{
    font-size: 14px;
    color: #292928;
    font-weight: 500;
    margin-top: 10px;
}
#masterList .masterItem .masterTag{
    font-size: 12px;
    color: #B8B6B5;
    margin-top: 1px;
}

#masterList .masterItem .masterCompany{
    font-size: 16px;
    color: #292928;
    margin-top: 10px;
    font-weight: 600;
}

#masterList .masterItem ul{
    margin: 32px auto;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
}

#masterList .masterItem ul li{
    margin:0 5px;
    border-radius: 3px;
    height: 72px;
}

#masterList .masterItem ul .thumbnail{
    width: 84px;
    height: 72px;
    overflow: hidden;
    background: #F5F7F6;
}

#masterList .masterItem ul .thumbnail .hTMS{
    width: 84px;
    height: 72px;
    object-fit: cover;
    opacity: 0;
    transition:all 0.3s ease-in-out;
}

#masterList .masterItem ul .more{
    width: 30px;
    background:#F5F7F6 url(../images/MasterListMore.png) no-repeat center;
    background-size: 10px 16px;
}


#contentLeft .title{
    font-size:18px;
    color: #292928;
    font-weight: 600;
    padding: 50px 0 24px;
}

#contentRight{
    float: right;
    width: 142px;
}

#contentRight .title{
    font-size:18px;
    color: #292928;
    font-weight: 600;
    padding: 50px 0 24px;
}
#contentRight #advertising{
    width: 142px;
    cursor: pointer;
}
#textAdvertising{
    width: 1048px;
    padding-bottom: 80px;
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}

#textAdvertising ul{
    width: 31%;
}
#textAdvertising .adtextTitle{
    margin-bottom: 18px;
    font-size: 18px;
    color: #292928
}
#textAdvertising ul .adtext{
    margin-left: -18px;
    padding-left: 8px;
    margin-top: 8px;
    width: 100%;
    font-size: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#textAdvertising ul .adtext:hover{
    text-decoration:underline;
}
#textAdvertising ul .adtext:before {
      content: "♢";
      color: gray;
      font-size: 12px;
      position: relative;
      left: -4px;
      bottom: 0px;
    }
#textAdvertising ul li a{
    color: #666564;
    font-size: 14px;
}
#contentRight #advertising .advertisingItme{
    margin-bottom: 22px;
}
#contentRight #advertising .advertisingCover{
    width: 142px;
    height: 78px;
    border-radius: 3px;
    overflow: hidden;
    background: #E3E4E5;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;     
}

#contentRight #advertising .advertisingTitle{
    font-size: 12px;
    width: 142px;
    color: #525250;
    margin-top: 8px;
}

#contentRight #advertising .advertisingTitle:hover{
    text-decoration:underline;
}

#contentLeft .title span{
    font-size:14px;
    font-weight: 300;
    height: 60px;
    padding-left: 8px;
}

#spaceList .spaceItem{
    width: 500px;
    height: 462px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    /*margin-bottom: 18px;*/
    margin-bottom: 38px;
    position: relative;
}
#spaceList .spaceCoverW{
    width: 100%;
    height: 282px;
    overflow: hidden;
    position: relative;
}
/*#spaceList .spaceItem .spaceCover{
    width: 100%;
    height: 248px;
    background: #E3E4E5;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center; 
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}*/

#spaceList .spaceCover{
    width: 500px;
    height: 298px;
    object-fit: cover;
    opacity: 0;
    transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.3s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all 0.3s ease-in-out; /* Opera */
}

#spaceList .spaceCover:hover{
    transform: scale(1.1);
    filter:brightness(50%);
    -webkit-filter:brightness(50%);
}

#spaceList .spaceTitle{
    font-size: 16px;
    font-weight: 600;
    color: #292928;
    padding: 16px 16px 0 16px;
}

#spaceList .spaceTag{
    font-size: 12px;
    color: #B8B6B5;
    margin: 8px 0 0 16px;
}

#spaceList .operation{
    position: absolute;
    left: 16px;
    bottom: 69px;
    height: 14px;
    line-height: 14px;
}

#spaceList .masterInfo{
    position: absolute;
    height: 52px;
    border-top: 1px solid #F5F7F6;
    bottom: 0;
    left: 0;
    line-height: 52px;
}

#spaceList .masterInfo .sMasterHeadImg{
    height: 28px;
    width: 28px;
    background: #F5F7F6;
    border-radius: 14px;
    overflow: hidden;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center; 
    margin: 12px 10px 0 16px;
    float: left;
}
#spaceList .masterInfo .spaceMasterName{
    font-size: 12px;
    color: #292928;
    vertical-align: middle;
}

#spaceList .operation img{
    width: 14px;
    height: 14px;
    margin-right:4px;
    vertical-align: middle;
}
#spaceList .operation span{
    font-size:12px;
    color: #B8B6B5;
    margin-right: 18px;
}
#spaceList .operation .threeCounts{
    margin-right: 0
}
#toMore{
    width: 200px;
    height: 46px;
    border-radius: 6px;
    background: #CAAE8B;
    font-size: 16px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    margin: 22px auto 104px;
    text-align: center;
    cursor: pointer;
}
.laoding{
    width: 100%;
    text-align: center;
    color: #B8B6B5;
    font-size: 14px;
    line-height: 100px;
    height: 100px;
}

/*.normalLogin{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    display: none;
}

.showLogin{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);

}

#login_container{
    margin:300px auto;
    text-align: center;
    color: #fff;
}*/

/*-------分割线-------*/
/*space作品页*/

#contentLeft #navList{
    width: 100%;
    font-size: 14px;
    color: #B8B6B5;
    margin: 49px 0 30px;
}


#contentLeft #navList .tagItem:hover{
    cursor: pointer;
    color: #4A4845
}

#contentLeft #navList .itemSelect{
    color: #4A4845
}

#sendEmailBox{
    position: fixed;
    width: 380px;
    height: 234px;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(31,36,47,0.1);
    z-index: 99999;
    display: none;
}

#sendEmailBox .headImg{
    width: 90px;
    height:90px;
    margin: -45px auto 0;
    background-color: #f5f7f7;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center; 
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}
#sendEmailBox .mastername{
    font-size: 14px;
    color: #292928;
    font-weight: 600;
    text-align: center;
    margin-top: 8px
}

#sendEmailBox .emailDr{
    font-size: 16px;
    color: #666564;
    width: 100%;
    padding:0 30px;
    height: 32px;
    line-height: 32px;
    margin: 14px auto;
}
#sendEmailBox .emailDr .subEmail{
    width: 220px;
    height: 32px;
    font-size: 16px;
    border: none;
    color: #666564;
    padding-left: 8px;
}
#sendEmailBox #submitEmail{
    width: 320px;
    height: 38px;
    border-radius: 4px;
    background: #CAAE8B;
    cursor: pointer;
    margin: 20px auto 0;
    text-align: center;
    line-height: 38px;
    color: #fff;
}
#sendEmailBox #exitEmail{
    width: 60px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 14px;
    color: #666564;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
#contactMasterBox{
    position: fixed;
    width: 380px;
    height: 234px;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(31,36,47,0.1);
    z-index: 99999;
    display: none;
}
#contactMasterBox h3{
    color: #292928;
    text-align: center;
    line-height: 64px;
}
#contactMasterBox p{
    font-size: 16px;
    color: #666564;
    width: 320px;
    height: 32px;
    line-height: 32px;
    margin: 14px auto;
}
#contactMasterBox #contactSure{
    width: 72px;
    margin: 64px auto 0;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #CAAE8B;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

@media screen and (max-width: 1540px) {
    nav{
        width:-webkit-calc(100% - 200px); 
        width:-moz-calc(100% - 200px); 
        width:calc(100% - 200px);   
        height: 70px;
        background: #fff;
        padding: 0 100px;
        line-height: 70px;
        margin: 0 auto; 
        position: fixed;
        z-index: 9;
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    #banner{
        width: 1540px;
        height: 558px;
        overflow: hidden;
        background: #E3E4E5;
        position: relative;
    }
    .wrap{
        width: 1218px;
        margin: 0 auto;
    }
  #footer { … }
}
@media screen and (max-width: 1280px) {
    nav{
        width: 100%;  
        height: 70px;
        background: #fff;
        line-height: 70px;
        padding: 0;
        margin: 0 auto; 
        position: fixed;
        z-index: 9;
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
}
@media screen and (max-width: 1110px) {
    nav{
        width: 1110px;  
        height: 70px;
        background: #fff;
        line-height: 70px;
        padding: 0;
        margin: 0 auto; 
        position: fixed;
        z-index: 9;
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
}
@media screen and (min-width: 1540px) {
    nav{
        width:-webkit-calc(100% - 200px); 
        width:-moz-calc(100% - 200px); 
        width:calc(100% - 200px); 
        height: 70px;
        background: #fff;
        padding: 0 100px;
        line-height: 70px;
        margin: 0 auto; 
        position: fixed;
        z-index: 9; 
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #banner{
        width: 100%;
        height: 528px;
        overflow: hidden;
        background: #E3E4E5;
        position: relative;
    }
    .wrap{
        width: 1572px;
        margin: 0 auto;
    }
    .homeContentRight{
    	margin-right: 152px;
    }
    .homeContentLeft{
    	margin-left: 152px;
    }
    
    #footer { … }
}