@charset "UTF-8";

.cont{
    max-width: 1200px;
    margin: 0 auto;
}

/*活动内容*/
.header {
    position: relative;
    width: 100%;
    height: 528px;
    background: url(./img/banner.png) no-repeat center top;
}

.main-body {
    background: #f4f5f7 url(./img/main-bg.jpg) no-repeat center top;
}
.part-context p{
    line-height: 1.5;
}

.active1{
    background: url(img/active1-pc.png) no-repeat center ;
}
.active2{
    background: url(img/active2-pc.png) no-repeat center;
}
.reference-title{
    background: url(img/reference-title.png) no-repeat center;
}
.claim{
    background: url(img/claim.png) no-repeat center;
}
section{
    margin-bottom: 70px;
}
section:last-of-type{
    margin-bottom: unset;
}
table{
    margin: 40px 0 ;
}


.way-item {
    flex: 1;
    line-height: 50px;
    color: #d0c29f;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.way-item.active {
    color: #ffffff;
}
.way-item.active:after {
    display: block;
    content: '';
    position: absolute;
    border-bottom: 3px solid #d02443;
    width: 40%;
    left: 30%;
}

.a-m{
    display: none;
}
.a-m.active{
    display: block;
}
/*.table-cont{*/
/*    max-width: 1100px;*/
/*    margin: 0 auto ;*/
/*    padding: 20px 0;*/
/*}*/
.choose-acc-cont{
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    color: #fff;
    background: #1f232f;
}
.amount-cont{
    justify-content: space-around;
    font-size: 18px;
    line-height: 60px;
}
.c-money{
    color: #fd002d;
}
.c-money:nth-of-type(1){
    margin: 0 0 0 20px;
}
.c-money a,
.part-context.reference .white a{
    color: #fd002d;
    text-decoration: underline;
}

.plat-list{
    flex-wrap: wrap;
}
.plat-item{
    width: 20%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #d0c29f;
    background: transparent;
    cursor: pointer;
    transition: all .2s;
    border-left: 1px solid #c7ba99;
    border-top: 1px solid #c7ba99;
    border-bottom: 1px solid #c7ba99;
    cursor: pointer;
    transition: all .2s;
}
.plat-item:hover,
.plat-item.active{
    color: #ffffff;
}
.plat-item:last-of-type{
    border-right: 1px solid #c7ba99;
}

.all-account-list .item{
    display: none;
}
.all-account-list .item.active{
    display: block;

}
.all-account-list .item a {
    width: 188px;
    height: 105px;
    float: left;
    padding: 24px 20px;
    margin-right: 2%;
    color: #c7ba99;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #c7ba99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.all-account-list .item a:hover,
.all-account-list .item a:hover .iconfont,
.all-account-list .item a.active,
.all-account-list .item a.active .iconfont{
    background: #777267;
    color: #fFFFFF;
    border: none;
}

.all-account-list .item p {
    line-height: 1;
    align-items: center;
}

.get-btn-cont{
    text-align: center;
}
.get-btn{
    display: inline-block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all .2s;
    background: linear-gradient(
            90deg, #d93c64 0%, #bf1f25 100%);
}
.get-btn.disabled{
    opacity: .2;
}

.rule-cont p{
    margin-bottom: 10px;
}

.part-context.reference{
    background: url(/qy-ydpm/2021/newFriend/img/reference-bg.png);
    background-size: 100%;
    border-radius: unset;
    border: none;
    height: 231px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.part-context.reference .white {
    background: #fff;
    color: #333333;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    line-height: 48px;
    height: 48px;
    text-indent: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.part-context.reference .get-btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fFFFFF;
    background: linear-gradient(
            90deg, #b5355f 0%, #d35858 100%);
    cursor: pointer;
    border-radius: 5px;
    margin: 0 10px 0 auto;
}
.part-context.reference p{
    color: #333333;
    margin-top: 18px;
}


.a-money {
    font-size: 14px;
}

.a-sx {
    position: relative;
}

.a-sx .iconfont {
    font-size: 18px;
    font-weight: bold;
    color: #697da9;
}

.tips{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #df3e7b;
}
.no-data-td img{
    margin-top: 30px;
}







.pagination-box{
    padding: 25px 0;
    text-align:right;
}
.pagination-box .paginationjs .paginationjs-pages {
    display: inline-block;
    float: none;
}
.paginationjs .paginationjs-pages li{
    border:1px solid #bd313e;
    border-right: none;
    background: #9c9c9c;
}

.pagination-box  .paginationjs .paginationjs-pages li > a{
    color: #333;
    background: #fff;
}
.pagination-box  .paginationjs .paginationjs-pages li.active > a{
    background: #bd313e;
    color: #fff;
}





.copy-modal{

    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 999;
}

.copy-dialog{

    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 514px;
    margin-left: -165px;
    margin-top: -257px;
    border-radius: 20px;
    /*background: #fff;*/
}
.copy-content{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.m-b{
    overflow-y: auto;
}
.close-btn{
    width: 33px;
    height: 33px;
    position: absolute;
    top: -40px;
    right: 0px;
}
.copy-mbody{
    position: relative;
    height: 460px;
    width: 330px;
    background: url(./img/refer.png) no-repeat center;
    background-size: 100% 100%;
}
.qr-cont{
    position: absolute;
    bottom: 24px;
    right: 26px;
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 5px;
}

.save-btn-cont{
    justify-content: center;
    margin-top: 20px;
}
.save-btn{
    width: 45%;
    height: 32px;
    line-height: 30px;
    text-align: center;
    margin:0 10px;
    border-radius: 16px;
    font-size: 16px;
    color: #89040a;
    border:1px solid #eecc6c;
    background: linear-gradient(0deg,#f5e484,#e19745);
    background-size: 100% 100%;
    cursor: pointer;
}
.save-btn-img{
    width: 20px;
}






@media (max-width: 992px) {
    .header {
        height: auto;
        background: none;
    }
    .part-context{
        background: none;
        padding: 5%;
    }
    .way-item{
        width: 50%;
        height: auto;
        padding: 15px 10px;
        font-size: 16px;
        line-height: 1.5;
    }
    .w-item-t {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        font-size: 20px;
    }
    .ex {
        padding: 10px 0 20px;
        line-height: 1.5;
        text-align: left;
        font-size: 14px;
    }
    .money-t,
    .num-t {
        width: 150px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .pointer{
        width: 50%;
    }
    .icon{
        height: 18px;
    }
    .t-list {
        text-align: center;
    }
    .title{
        margin: 15px 0;
    }
    .reference-title{
        background: url(/qy-ydpm/2021/newFriend/img/reference-title-m.png) no-repeat center;
        background-size: 100%;
    }
    .part-context.reference{
        background: none;
        height: unset;
        padding:  0 5%;
    }
    .part-context.reference .white span{
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }
    .part-context.reference .get-btn{
        width: 80px;
        line-height: 28px;
        font-size: 10px;
        background: none;
        border: 1px solid #5595eb;
        border-radius: 10px;
        color: #5595eb;
    }
    .part-context.reference p{
        text-align: center;
        color: #fFFFFF;
    }
    .choose-acc-cont{
        padding: 0 0 20px 0;
        background: none;
    }
    .amount-cont .flex{
        align-items: center;
        justify-content: space-between!important;
        padding: 0 20px;
    }
    .cont2{
        background: none;
    }
    section{
        margin-bottom: 30px;
    }
    .part2{
        display: none;
    }
    .footer-section{
        display: none;
    }
    .nav-bar{
        display: flex!important;
        justify-content: space-around;
    }
    .nav-item{
        width: 45%;
        height: 80px;
        background: url(/qy-ydpm/2021/newFriend/img/nav.png) no-repeat;
        background-size: 100% 100%;

        font-size: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
        color: #6a5225;
        font-weight: bold;
    }
    .nav-item.active{
        background: url(/qy-ydpm/2021/newFriend/img/nav-a.png) no-repeat;
        background-size: 100% 100%;
        color: #fFFFFF;
        font-weight: unset;
    }
    .nav-item span{
        font-size: 18px;
    }
    /*.active1{*/
    /*    background: url(img/active1-m.png) no-repeat center;*/
    /*    background-size: 100%;*/
    /*}*/
    .part4{
        width: 100%;
        height: 0;
        padding-bottom: 48%;
        background: linear-gradient(to right, #b49e7c , #ccb694);
        border-radius: 20px;
        overflow: hidden;
    }
    .part-context p{
        font-size: 14px;
        line-height: 2;
    }
    .tip1{
        font-size: 16px;
        text-align: left;
    }
    .table-cont{
        padding: 20px 10px;
        margin: 0 auto ;
    }
    table{
        margin: 15px 0;
    }
    table td.no-data-td{
        padding: 20px 0;
        font-size: 14px;
    }
    .amount-cont {
        display: block;
        padding: 0 0 10px;
        font-size: 14px;
    }
    .amount-cont div{
        position: relative;
    }



    .all-account-list .item a{
        width: 31%;
        padding: 15px;
        margin-bottom: 10px;
        font-size: 14px;
        height: 80px;
    }
    .all-account-list .item p:nth-of-type(1){
        margin-bottom: 5px;
        font-size: 12px;
    }
    .exclusive-link-cont p{
        font-size: 14px;
        margin: 10px auto;
    }
    .a-money{
        font-size: 12px;
    }
    .a-sx .iconfont{
        font-size: 14px;
    }
    .money-input{
        width:100%;
        font-size: 14px;
    }
    .tips {
        font-size: 12px;
    }
    .choose-title {
        height: 32px;
        line-height: 32px;
        width: 100%;
        font-size: 14px;
    }
    .choose-title0 {

        background-size: auto 100%;
    }
    .get-btn{
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 10px 0 0;
        font-size: 16px;
    }
    .exclusive-link-cont{
        padding: 40px 0 20px;
        line-height: 1.5;
        font-size: 16px;
    }
    .exclusive-link-cont .white span{
        font-size: 12px;
        width: 66%;
        overflow: hidden;
    }
    .link-title{
        display: none;
    }
    .link-title-h5{
        display: block;
        background: url(img/title5.png) no-repeat center top;
        background-size: contain;
        margin: auto;
    }
    .bottom-title{
        width: 95%;
        margin: auto;
        display: block;
        background-size: auto;
    }
    .white .get-btn{
        font-size: 12px;
        width: 70px;
    }
    .plat-list{
        justify-content: flex-start;
    }
    .js-main-cont .list-cont, .all-account-list{
        background: #2f3441;
        padding:  10px 0 0 0 ;
    }
    .plat-item{
        width: 31%;
        margin: 0 1% 10px;
        border: 0;
        color: #bca46b;
        background: none;
        border: 1px solid #bca46b;
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        font-size: 14px;
    }
    .plat-item.active{
        background: #bca46b;
        color: #ffffff;
    }
    .js-plat-list li:last-child{
        border-right: 0;
    }
    table th, table td{
        width: auto;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }
    table th{
        font-size: 14px;
    }
    .reload-time{
        font-size: 14px;
    }
    .rule {
        padding: 20px 0;
    }
    .act-footer{
        font-size: 14px;
    }
    img {
        vertical-align: middle !important;
    }
}

@media (max-width: 767px) {

    .rule-cont {
        background: none;
    }
}



@media (max-width: 374px) {

        .money-t, .num-t {
            width: 125px;
            font-size: 12px;
        }
}





