h3{line-height: unset;}
.joinWrap{
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 20px;
}
.banner, .banner img{
    width: 100%;
}

.joinBox{
    width: 93%;
    margin: 0 auto;
    margin-top: 20px;
}
.brandTit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brandTit img{
    width: 50px;
}
.brandTit h3{
    font-size: 22px;
    color: #000;
    margin: 0 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.entryBrandTj{
    width: 100%;
    margin-top: 20px;
}
.eveConTit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background-color: #e5cd7a;
    border-radius: 5px;
}
.eveConTit span{
    font-size: 14px;
    color: #1E1F1F;
    font-weight: bold;
    border-left: 3px solid #EA2B37;
    padding-left: 7px;
}
.brandRec{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.brandRec ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brandRec ul li{
    width: 31.5%;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.brandRec ul li h3 img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.brandRec ul li p{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #595959;
    margin-top: 6px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.brandRec ul li dt{*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/
.brandRec ul li dt i{
    display: block;
    width: 100%;
    padding: 3px 0;
    background-color: #eee;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-top: 6px;
}

.seeMore{
    width: 100%;
    text-align: center;
}
.seeMore a{
    font-size: 13px;
    color: #A48005;
}
.seeMore a i{
    margin: 0 10px;
}

.latestEntry, .allInEntry{
    margin-top: 15px;
}
.latestEntry li{
    padding-bottom: 5px;
}
.latestEntry li div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    margin-top: 5px;
}
.latestEntry li div dt{
    width: 100%;
    display: flex;
}
.latestEntry li div a{
    width: auto;
    height: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 12px;
    /*background: #e6e6e6;*/
    padding: 0px 5px;
    border-radius: 5px;
}
.latestEntry li div a:first-child{
    margin-right: 8px;
}
.latestEntry li div a img{
    width: 11px;
    height: 11px;
    margin-right: 3px;
}
.latestEntry li div a img.brandDz_show,
.latestEntry li div a img.brandCai_show{
    display: block;
}
.latestEntry li div a img.brandDz_hide,
.latestEntry li div a img.brandCai_hide{
    display: none;
}
.latestEntry li div a.interactLike img.brandDz_show,
.latestEntry li div a.interactLike img.brandCai_show{
    display: none;
}
.latestEntry li div a.interactLike img.brandDz_hide,
.latestEntry li div a.interactLike img.brandCai_hide{
    display: block;
}
.latestEntry li div a span.ui-ico-like,
.latestEntry li div a span.ui-ico-liked,
.latestEntry li div a span.ui-ico-hate,
.latestEntry li div a span.ui-ico-hated{
    background: unset;
    cursor: unset;
    background-size: unset;
    font-style: unset;
    font-weight: unset;
    text-decoration: unset;
    font-size: unset;
    color: #333;
    display: unset;
    height: unset;
    line-height: unset;
    padding: unset;
}
.latestEntry li div dd{
    width: 11px;
    height: 14px;
    display: flex;
}
.latestEntry li div dd img{
    width: 11px;
    height: 14px;
}

.allInEntry ul li{
    margin-bottom: 10px;
}
.allInEntry ul li h3 img{
    border-radius: 5px;
}
/*.allInEntry ul{*/
/*    justify-content: unset;*/
/*}*/
/*.allInEntry ul li{*/
/*    margin-right: 1.3%;*/
/*}*/
/*.allInEntry ul li:nth-child(4n){*/
/*    margin-right: 0;*/
/*}*/

/*认领按钮弹出框*/
.claimPopupBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.claimPopup{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 93%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
}
.fillClaimMsgBox{
    width: 100%;
}
.fillClaimMsgTit{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fillClaimMsgBox h3{}
.fillClaimMsgBox p{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.fillClaimMsg{
    width: 100%;
    margin-top: 10px;
}
.fillClaimMsg table{
    width: 100%;
}
.fillClaimMsg table tr{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.fillClaimMsg table tr td{
    padding: 5px 0;
    font-size: 15px;
}
.fillClaimMsg table tr td.tl{
    width: 100px;
    display: flex;
    align-items: center;
}
.f_red{
    color: #F00;
}
.fillClaimMsg table tr td.tr{
    width: 100%;
    text-align: center;
}
.fillClaimMsg table tr td.tr .input-user,
.fillClaimMsg table tr td.tr .input-pass,
.fillClaimMsg table tr td.tr .input-text{
    width: 100%;
    padding: 5px 10px 5px 30px;
    line-height: 30px;
    border: #E5E5E5 1px solid;
    font-size: 15px;
}
.fillClaimMsg table tr td.tr .input-user{
    background: url('https://www.in-en.com/static/skin/inencom/image/input-username.png') no-repeat 8px center;
}
.fillClaimMsg table tr td.tr .input-pass{
    background: url('https://www.in-en.com/static/skin/inencom/image/input-password.png') no-repeat 8px center;
}
.fillClaimMsg table tr td.tr .input-text{
    background: url('https://www.in-en.com/static/skin/inencom/image/input-text.png') no-repeat 8px center;
}
.fillClaimMsg table tr td.tt{
    position: relative;
    width: 100%;
}
.fillClaimMsg table tr td.tt .tips{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: url('https://www.in-en.com/static/skin/inencom/image/tips_bg.gif') no-repeat 0 bottom;
    overflow: hidden;
    /*margin: -6px 0 0 -10px;*/
    background-size: 100%;
}
.fillClaimMsg table tr td.tt .tips div{
    background: url('https://www.in-en.com/static/skin/inencom/image/tips_top.gif') no-repeat;
    line-height: 22px;
    padding: 8px 10px 8px 36px;
    font-size: 12px;
    background-size: 100%;
}
.fillClaimMsg table tr td.tt span{
    font-size: 14px;
    display: block;
}
.fillClaimMsg table tr td.tt span img{
    width: auto;
}
.fillClaimMsg table tr td.tr .reg-btn{
    width: 300px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background: #00af75;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
/*提示信息*/
.promptBox{
    width: 300px;
    background: #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.promptBox h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}
.promptBox h3 a{
    color: #007aff;
}
.promptBox p{
    width: 100%;
    display: flex;
    justify-content: center;
}
.promptBox p i{
    padding: 5px 10px;
    background-color: #be8a36;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}