.mainDetail{
    background-color: #F5F5F5;
}
#viewModelBox{
    height: auto;
    overflow-x: hidden;
}
.banner{
    background: linear-gradient( 179deg, #DBF1FB 0%, #FFFFFF 100%);
    margin: 0.27rem  0.32rem 0.32rem 0.32rem;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    border: 1px solid #fff;
}
.banner .topInfo{
    padding: 0.27rem;
}
.banner .topInfo .title{
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.39rem;
    margin-top: 0.17rem;
    line-height: 0.6rem;
}
.banner .topInfo .liInfo{
    margin-top: 0.19rem;
    font-size: 0.32rem;
    color: #999;
}
.banner .topInfo .liInfo span{
    color: #333;
}
.banner .btmInfo{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.27rem 0;
    border-top: 1px solid #eee;
}
.banner .btmInfo div{
    text-align: center;
    width: 50%;
    padding:0 0.27rem;
    box-sizing: border-box;
}
.banner .btmInfo div:nth-of-type(1){
    border-right: 1px dashed #eee;
}
.banner .btmInfo div:nth-of-type(2) p{
    color: #FF9100;
}
.banner .btmInfo div p{
    font-size: 0.4rem;
    font-weight: bold;
    color: #307FFF;
}
.banner .btmInfo div span{
    display: block;
    color: #999;
    font-size: 0.32rem;
    margin-top: 0.13rem;
}
.compnyInfo{
    padding: 0.27rem;

    /* height: 1.53rem;
    width: 1.53rem; */
    /* background-size: 100% 100%; */
}
.compnyInfo .name{
    padding-left: 1.8rem;
    background: url(../image/listQyIcon.png) no-repeat left top;
    min-height: 1.53rem;
    background-size: 1.53rem 1.53rem;
    /* padding-top: 0.27rem; */
    box-sizing: border-box;
}
.compnyInfo .name p{
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.27rem;
    line-height: 0.6rem;
}
.compnyInfo .name span{
    display: inline-block;
    border-radius: 0rem  2.84rem  2.84rem  2.84rem;
    background-color: #307FFF;
    color: #fff;
    padding: 0.05rem 0.21rem;
    /* height: 0.56rem; */
    /* line-height: 0.56rem; */
}
.compnyInfo .linkBox{
    margin-top: 0.27rem;
}
.compnyInfo .linkBox div{
    display: flex;
    width: 49%;
    padding: 0.27rem;
    box-sizing: border-box;
    height: 1.68rem;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    background: #FFF9F2;
}
.compnyInfo .linkBox div em{
    background: url(../image/linkManIcon.png) no-repeat center;
    height: 0.67rem;
    width: 0.67rem;
    background-size: 100% 100%;
    margin-top: 0.24rem;
    margin-right: 0.24rem;
}
.compnyInfo .linkBox div:nth-of-type(2) em{
    background: url(../image/linkPhoneIcon.png) no-repeat center;
    background-size: 100% 100%;
}
.compnyInfo .linkBox div:nth-of-type(2){
    background: rgba(48,127,255,0.05);
}
.compnyInfo .linkBox div p span{
    display: block;
    color: #999;
    font-size: 0.32rem;
    margin-bottom: 0.27rem;
}
.compnyInfo .linkBox div p i{
    display: block;
    color: #333;
    font-size: 0.32rem;
}
.compnyInfo .linkLi p{
    color: #999;
    font-size: 0.32rem;
    padding-left: 0.45rem;
    margin-top: 0.27rem;
}
.compnyInfo .linkLi p:nth-of-type(1){
    background: url(../image/emailIcon.png) no-repeat left;
    background-size: 0.32rem 0.32rem;
}
.compnyInfo .linkLi p:nth-of-type(2){
    background: url(../image/addIcon.png) no-repeat left 0.1rem;
    background-size: 0.32rem 0.32rem;
}
.newList{
}
.newList li{
    margin-bottom: 0.27rem;
}
.newList li a{
    display: block;
    background: linear-gradient( 135deg, #F4F8FF 0%, #FFFFFF 100%);
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    border: 0.01rem solid #EAF2FF;
    height: 3.05rem;
    box-sizing: border-box;
    padding: 0.27rem;
}
.newList li a .title{
    font-size: 0.43rem;
    margin-bottom: 0.27rem;
}
.newList li a .lable span{
    float: left;
    height: 0.67rem;
    line-height: 0.67rem;
    text-align: center;
    padding: 0 0.21rem;
    background: #f8f8f8;
    color: #999;
    max-width: 20%;
    font-size: .32rem;
    border-radius: 0.15rem;
    margin-right: 0.3rem;
}
.newList li a .lable em{
    float: right;
    color: #FF9100;
    font-size: 0.43rem;
    font-weight: bold;
    height: 0.67rem;
    line-height: 0.67rem;
    max-width: 40%;
}
.newList li a .time{
    margin-top: 0.55rem;
    padding-left: .54rem;
    background: url( ../../recruit/images/time.png) no-repeat left center;
    background-size: .52rem .52rem;
    color: #999;
    font-size: 0.32rem;
}
.newList li a {}

.card{
    margin: 0 0.32rem 0.32rem;
    background-color: #fff;
    border-radius:0.11rem;
    box-sizing: border-box;
}
.cardTitle{
    box-sizing: border-box;
    padding: 0.28rem 0.32rem;
    font-size: 0.4rem;
    border-bottom: 0.03rem solid #EEEEEE;
}
.cardTitle img{
    width: 0.11rem;
    height: 0.37rem;
    position: relative;
    top: 2px;
    margin-right: 0.27rem;
}
.cardTitle .cardBtnList img{
    width: 0.48rem;
    height: 0.48rem;
}
.cardTxt{
    box-sizing: border-box;
    padding: 0.32rem;
    font-size: 0.35rem;
    color: #666666;
    line-height: 0.56rem;
}
.cardTxt span,.cardTxt p,.cardTxt h1,.cardTxt h2,.cardTxt h3{
    font-size: 0.35rem !important;
}
.cardTxt img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}
.cardList{
    padding: 0.32rem;
}
.cardList .cardView:last-of-type{
    margin-bottom: 0;
}
.cardView{
    padding: 0.32rem;
    text-align: center;
    background-size: 100% 100%;
    background-image: url(../images/cardBg.png);
    margin-bottom: 0.32rem;
}
.cardView img{
    width: 1.17rem;
    height: 1.17rem;
    margin-bottom: 0.32rem;
}
.cardView .title{
    font-size: 0.4rem;
    color: #333333;
    margin-bottom: 0.32rem;
}
.cardView .intro{
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.56rem;
    text-align: left;
}
.cardFoot{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.92rem;
    width: 100%;
    padding-top: 0.25rem;
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: none;
}
.on .cardFoot{
    display: block;
}
.active .cardFoot .btnIcon{
    background-image: url(../../ground/images/upIcon.png);
}
.cardTxt{
    word-wrap: break-word;
}
.cardFoot .btnIcon{
    width: 0.4rem;
    height: 0.4rem;
    margin: 0px auto;
    background-image: url(../../ground/images/downIcon.png);
    background-size: 100% 100%;
}
/* 入驻 */
/* 样式覆盖 */
a {
    text-decoration: none;
    color: #303946;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

p {
    margin: 0;
}

em {
    font-style: normal;
}
img{
    vertical-align: initial;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

label {
    display: initial;
}

input[type="radio"] {
    margin: 0;
} 

.tipsBox {
    width: 200px;
    height: 80px;
    left: 0;
    top: 1.9rem;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    line-height: 80px;
    text-align: center;
    box-shadow: 0 0 10px 1px #d5d5d5;
}
.tipsBox img{
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle;
}
.dropdown-menu{
    top: 1.84rem !important;
    min-width: 50%;
    max-width: 66%;
}
.dropdown-menu li .dropdown-item{
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 样式覆盖 */
.sildeBox .bd{
    padding: 0.27rem;
}