.bg {
    width: 100%;
    background: #ffffff;
    padding-bottom: 100px;
}
.box{
    width: 1300px;
    margin: 0 auto;
}
.type-box{
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #eee;
}
.type-text{
    margin-right: 20px;
    font-size: 14px;
    color: #999999;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    cursor: pointer;
    transition: all ease 0.5s;
    border-radius: 13px;
}
.type-text:hover{
    background-color: #3F4A69;
    color: #ffffff;
}
.active-type{
    background-color: #3F4A69;
    color: #ffffff;
    margin-left: 10px;
}
.qj-box{
    display: flex;

    flex-wrap:wrap;
    margin-top: 20px;
}
.qj-item{
    position: relative;
    box-shadow:0px 8px 12px 0px rgba(0, 0, 0, 0.12);
    margin-right: 15px;
    cursor: pointer;
    transition: all ease 0.5s;
    margin-top: 20px;
}
.qj-item:hover{
    transform: translate(0, -5px);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
}
.code-box{
    position: absolute;
    top:0;
    left:0;
    display: none;
    width: 310px;
    height: 310px;
    background: rgba(0,0,0,0.3);
    transition: all  .2s;
}
.codeImg{
    margin: 80px;
    transition: all  2s;
}
.qj-img{
    border-radius: 4px 4px 0 0;
}
.qj-detail{
    width: 310px;
    height: 76px;
    background: #ffffff;
    border-radius: 0 0 4px 4px ;
}
.qj-name{
    padding: 10px;
    font-size: 14px;
    color: #666666;
}
.user-img{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 8px;
}
.user-name{
    font-size: 12px;
    color: #999;
    margin-right: 5px;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.phone{
    color: #999999;
    margin-right: 140px;
}
.delete{
    font-size: 30px;
    color: #999999;
    margin-right: 10px;
}
.code{
    font-size: 30px;
    color: #999999;
}
.my-btn{
    display: inline-block;
    color: #313a54;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.all-btn{
    display:inline-block;
    color: #999999;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.qj-btn{
    display: inline-block;
    width: 130px;
    height: 44px;
    line-height: 44px;
    background: #ffba00;
    color: #232932;
    border-radius: 4px;
    border: 1px solid #FFBA00;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: all ease 0.5s;
    margin-left: 980px;
}
.qj-btn:hover{
    background-color: #ecac00;
    color: #232932;
    border: 1px solid #ecac00;
}
#myPage{
    text-align: center;
    padding-top: 50px;
}