.body-bg{
    background-color: #fff;
}
.userPages{
    width: 100vw;
    min-width: 1200px;
}
.userPages .userHeader{
    width: 1200px;
    margin: 0 auto;
    /*height: 133px;*/
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    -moz-box-pack:space-between;
    -webkit--moz-box-pack:space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.userPages .userHeader .logo{
    width: 300px;
    height: 70px;
}
.userPages .userHeader .rightCon{
    color: #999899;
    font-size: 14px;
    line-height: 36px;
}
.userPages .userHeader .rightCon .dl{
    color: #2A76FF;
    border-bottom: 1px solid #2A76FF;
}
.userPages .userHeader .rightCon i{
    margin: 0 10px;
}
.userPages .userHeader .rightCon span{
    cursor: pointer;
}
.userPages .userWrapper{
    background: #f5f8fc;
    box-shadow:inset 0px 0px 0px 0px #000,
               inset 0px -15px 15px -15px #ccc; 
    width: 100%;
}
.userPages .userWrapper .banner{
    width: 100%;
    height: 230px;
    background: url("../../talent/images/banner1.png") no-repeat center;
}
.userPages .userWrapper .banner .biat{
    width: 1200px;
    margin: 0 auto;
    padding-top: 96px;
}
.userPages .userWrapper .banner .biat h3{
    color: #FFFFFF;
    font-size: 34px;
}
.userPages .userWrapper .banner .biat div{
    width: 60px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-top: 11px;
}
.userPages .userWrapper .jumpList{
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0;
}
.userPages .userWrapper .jumpList .title {
    margin: 0 auto;
    width: 1200px;
    border-bottom: 3px dashed #ececec;
    height: 51px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.userPages .userWrapper .jumpList .title  span{
    display: inline-block;
    border-bottom: 6px solid #476cee;
    height: 51px;
    line-height: 29px;
    font-size: 29px;
    font-weight: bold;
    padding-bottom: 15px;
}
.userPages .userWrapper .jumpList ul{
    width: 1200px;
    margin: 0 auto;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    -moz-box-pack:space-between;
    -webkit--moz-box-pack:space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.userPages .userWrapper .jumpList ul li{
    width: 266px;
    height: 120px;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(176, 175, 175, 0.29);
    transition:0.5s all
}
.userPages .userWrapper .jumpList ul li:hover{
    transform:translate3d(0,-4px,0)
}
.userPages .userWrapper .jumpList ul li .item{
    margin: 12px auto;
    width: 58px;
    height: 58px;
}
.userPages .userWrapper .jumpList ul li img{
    width: 100%;
    height: 100%;
}
.userPages .userWrapper .jumpList ul li span{
    display: inline-block;
    height: 33px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #666;
    font-size: 17px;
    font-weight: 500;
}
/*.userPages .userWrapper .jumpList ul li:hover span{*/
/*    color: #2A76FF;*/
/*    !* font-size: 20px; *!*/
/*}*/
.userPages .userFooter{
    width: 100%;
    height: 150px;
    background-color: #f5f5f5;
    padding-top: 25px;
}
.userPages .userFooter .content{
    width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.userPages .userFooter p{
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 36px;
}
.userPages .userFooter .content .img1{
    width: 60px;
    height: 74px;
    margin-right: 20px;
}
.userPages .userFooter .content .img2{
    width: 14px;
    height: 15px;
    margin-bottom: 10px;
}
.userPages .userFooter .content .img3{
    width: 112px;
    height: 112px;
    position: absolute;
    right: 30px;
    top :0;
}
.footer{
    margin-top: 0px;
}