@charset "utf-8";
html {
    font-size: 5.20833vw;
    font-size: calc(100vw/(1920/var(--referral-rem-unit, 100)))
}
.referral_wrap *{
    box-sizing: border-box;
    margin: 0;
}
#referral{
    width: 12rem;
    margin: 0 auto;
    color: var(--referral-main-text-color);
    font-size: 16px;
    padding: 0.3rem 0;
}
#referral a{ color:var(--referral-common-text,var(--referral-main-text-color));}

#referral a:hover, 
.data-modal .modal-head .closeBtn:hover,
.data-modal .modal-head .title{ 
    color:var(--referral-text-color-lighten);
}
#referral button{
    padding: 0.1rem;
    border-radius: 0.1rem;
    border: 1px solid var(--referral-color-line);
    cursor: pointer;
    background-color: var(--referral-primary-color);
    color: var(--referral-primary-text-color);
}

#referral select {
    background-color: var(--referral-main-bg-color) !important;
    border-radius: 0.25rem;
    color: var(--referral-text-color-lighten);
    font-size: .16rem;
    font-weight: 400;
    height: auto;
    width: 1.6rem;
    padding-left: 0.1rem;
    outline: none;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border-color: var(--referral-color-line);
}
#referral option {
    background-color: #0c0c0c;
    color: var(--referral-text-color-lighten);
    font-size: .18rem;
    line-height: .55rem;
    min-height: 0.55rem;
    padding: 0 0.15rem;
    text-align: left;
    height: 0.4rem;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    text-overflow: ellipsis;
}
#referral option:checked,
#referral option:hover {
    color: var(--referral-primary-text-color);
    font-weight: 400;
}
#referral thead tr{
    background-color: var(--referral-main-bg-color);
    border-bottom: 1px solid var(--referral-color-line);
    border-top: 1px solid var(--referral-color-line);
    color: var(--referral-text-color-darken); 
}
#referral thead tr th{
    width: calc(100% / 6);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .2rem;
    font-weight: bold;
    padding: 0.2rem 0.05rem;
    font-size: 16px;
    border-top: 1px solid var(--referral-color-line);
    border-bottom: 1px solid var(--referral-color-line);
}
#referral th:first-child{
    border-bottom-left-radius: 0.06rem;
    border-left: 1px solid var(--referral-color-line) !important;
    border-top-left-radius: 0.06rem;
}
#referral th:last-child{
    border-bottom-right-radius: 0.06rem;
    border-right: 1px solid var(--referral-color-line) !important;
    border-top-right-radius: 0.06rem;
}
#referral tbody tr td{
    padding: 0.12rem;
    text-align: center;
}
#referral tbody tr:not(.report_no_record):hover td{
    color: var(--referral-text-color-lighten);
}
#referral tbody tr:nth-child(even){
    background-color: var(--referral-main-bg-color);
}
#referral tbody tr:last-child td{
    border-bottom: 1px solid var(--referral-color-line);
}
#referral tbody tr.report_no_record{
    background-color: transparent;
    border:unset !important;
}
#referral tbody tr.report_no_record td{
    text-align: center;
    padding: 1rem 0;
    border-bottom: 0;
}
#referral tbody tr.report_no_record img{
    filter: 
        invert(1) 
        brightness(0.5) 
        saturate(10000%);
    width: 150px;
}
#referral tbody tr.report_no_record img + span{
    display: block;
}
#referral > div:not(.rf_content, .data-modal, .userInfo),
#referral .content_page .promote > div{
    background: var(--referral-main-bg-color);
    border-radius: 10px;
}
#referral .title_box{
    background: var(--referral-main-bg-color);
    padding: 15px;
    margin: 15px 0;
    border-radius: 0.08rem;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#referral .title_box img{
    width: 0.7433rem;
    height: 0.0867rem;
    margin: 0 0.12rem;
    filter: brightness(25%) opacity(0.5) invert(1);
}
#referral .title_box img.right-line{
    transform: rotate(180deg);
}
#referral .userInfo{
    display: flex;
    height: 1rem;
    justify-content: flex-start;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    border-radius: 10px;
    background: var(--referral-userInfo-bg);
    color: var(--referral-userInfo-text);
}
#referral .userInfo .badge{
    position: relative;
}
#referral .quesBtn{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--referral-primary-color);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: .24rem;
    justify-content: center;
    left: .82rem;
    position: absolute;
    top: .05rem;
    width: .24rem;
}
#referral .alignMid{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#referral .alignMid .Id{
    padding-left: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#referral .alignMid .Id >a {
    width:120px;
    display: block;
    padding-left: 0.05rem;
    width: 1.2rem;
}
.referral_wrap .alignMid .Id a >i.fa,
.socialMedia div.appLink a >i.fa{
    font-size: .2rem;
    color: var(--referral-copyBtn);
}
#referral .alignMid .agentID,#referral .alignMid .collectibleAmt{
    color: var(--referral-special-remark);
    padding-left: 10px;
    font-weight: 600;
}
#referral .alignMid .btn{
    display: inline-flex;
    width: 3rem;
    justify-content: space-around;
}
#referral .alignMid button{
    height: 0.5rem;
    width: 1.3rem;
    background: var(--referral-recordBtn-bg);
    color: var(--referral-menu-text);
}
#referral .alignMid button:disabled{
    cursor: not-allowed;
    opacity: 0.3;
}
#referral .alignMid button.record{
    background: var(--header-member-withdrawBtn-bg);
    color: var(--header-member-withdrawBtn-txt);
    border: 1px solid var(--header-member-withdrawBtn-border);
}
.data-modal{
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}
.data-modal .modal-content{
    margin: auto;
    position: relative;
    padding: 0;
    outline: 0;
    width: 7rem;
    background-color: #141417;
    border: thin solid;
    border-radius: .2rem;
    max-height: calc(100vh - .1rem);
    max-height: calc(var(--vh, 1vh)* 100 - .1rem);
    font-size: 0.15rem;
}
.data-modal .modal-head{
    border-bottom: none;
    padding: .2rem .3rem;
    font-size: .24rem;
    font-weight: revert;
    line-height: .34rem;
    text-align: center;
    position: relative;
}
.data-modal .modal-head .closeBtn{
    position: absolute;
    top: 0.15rem;
    right: 0.2rem;
    font-size: 0.5rem;
    cursor: pointer;
}
.data-modal .modal-body{
    padding: 0 .3rem .3rem;
}
.data-modal .modal-body table{
    width: 100%;
    text-align: center;
}
.data-modal .modal-body thead tr th{
    font-size: .17rem;
}
.data-modal .modal-body thead > tr th:last-child{
    border-bottom-right-radius: .06rem;
    border-top-right-radius: .06rem;
}
.data-modal .modal-body tbody > tr:nth-child(even){
    background-color: var(--referral-main-bg-color);
}
.data-modal .modal-body tbody > tr:last-child td{
    border-bottom: 1px solid var(--referral-color-line);
}
/*
/*left menu*/
#referral .rf_content{
    display: flex;
    margin: 10px auto;
    overflow: hidden;
}
#referral .rf_content .left_navBar{
    width: 16%;
    height: auto;
    overflow: hidden;
}
#nav_menu li{
    background: var(--referral-sidenav-bg-color);
    color: var(--referral-sidenav-text);
    border-radius: 0.1rem;
    cursor: pointer;
    position: relative;
    height: 55px;
    margin-bottom: 15px;
}
#nav_menu li.new-comm-current,
#nav_menu li:hover{
   background: var(--referral-sidenav-active-bg); 
}
#nav_menu li.new-comm-current span,
#nav_menu li:hover span{
    color: var(--referral-sidenav-active-text);
}
#nav_menu li span{
    position: relative;
    display: block;
    font-weight: 500;
    padding: 0px 16px;
    top: 50%;
    transform: translateY(-50%);
}
/*right content*/
.content_page{
    width: 83%;
    margin-left: 12px;
    border-radius: 0.1rem;
    padding: 0.2rem;
    font-size: 15px;
    border: 1px solid var(--referral-color-line);
    border-radius: 10px;
    color: var(--theme-main-text-color);
    background-color: var(--referral-treeNote-bg);
/*    background-color: var(--referral-content-bg-color);*/
}
.content_page.promote{
    background: transparent;
    border: none;
}
.content_page .content.current{
    display: block;
    width: 100%;
}
.content_page .tutorial i{
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 85px;
    height: 85px;
    position: relative;
    border-radius: 50%;
    background-color: var(--referral-agent-head-bg);
}
.content_page i>h3{
    border-radius: 50%;
    font-style: normal;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    line-height: 28px;
    background: var(--referral-level-bg);
}
.content_page .dynamic{
    color: var(--referral-special-remark) !important;
}
/* LOADING... */
.content_page #LoadingDiv {
    position: relative;
    pointer-events: none;
    display: none;
    opacity: 0;
    overflow: hidden;
}
.content_page #LoadingDiv.run{
    display: block !important;
    opacity: 1;
    overflow: visible;
}
#LoadingDiv .slice {
    position: absolute;
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#LoadingDiv .slice > div {
    margin: .5em auto;
}
#LoadingDiv [data-loader=arrow-circle] {
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-animation: arrow-circle infinite .75s linear;
    -moz-animation: arrow-circle infinite .75s linear;
    -o-animation: arrow-circle infinite .75s linear;
    animation: arrow-circle infinite .75s linear;
    border: 5px solid var(--referral-main-text-color);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 100%;
}
#LoadingDiv [data-loader=arrow-circle]:after, [data-loader=arrow-circle]::before {
    position: absolute;
    top: 26px;
    left: -6px;
    content: '';
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    border-top: 10px solid var(--referral-main-text-color);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
#LoadingDiv [data-loader=arrow-circle]::after {
    top: -6px;
    left: 15px;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
}
@keyframes arrow-circle {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

/*Page Tutorial*/
.firstTier{
    align-items: center;
    background-color: var(--referral-box-bg);
    border: 1px solid var(--referral-color-line);
    border-radius: 0.1rem;
    width: 7rem;
    font-size: .17rem;
    margin: 0 auto;
    padding: 0.2rem;
    min-height: 1.8rem;
    display: flex;
    position: relative;
    font-weight: 600;
    color: var(--referral-first-desc-title);
}
.firstTier .lfwrp{
    width: 2.4rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.firstTier .lfwrp .border_gradient,.secondTier .tier2 .border_gradient, .thirdTier .tier3 .border_gradient{
    background: var(--referral-person-border);
    border-radius: 50%;
    padding: 4px;
}
.firstTier .lfwrp i{
    background-image: url(/images_plus/referral/pp1.png);
}
.firstTier .rtwrp{
    width: 4rem;
    padding-left: 0.2rem;
    line-height: .36rem;
    color: var(--referral-first-desc-text);
}
.firstTier .rtwrp span:last-child{
    padding-left: 5px;
}
.tutorial .arrow-part{
    width: 100%;
    height: 1.7rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-weight: 600;
}
.tutorial .arrow,.tutorial .arrow2{
    background-image: url(/images_plus/referral/arrow.png?v3);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 2rem;
    position: absolute;
}
.tutorial .arrow2{
    background-image: url(/images_plus/referral/arrow2.png?v3);
    background-size: 65%;
    background-position-y: top;
}
.tutorial .agent{
    width: calc(100% / 3);
    position: relative;
}
.tutorial .agent div.text{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .17rem;
    justify-content: center;
    position: absolute;
    width: 2rem;
    text-align: center;
    color: var(--referral-agent-note-text);
}
.tutorial .agent .text .dynamic{
    padding-left: 0.05rem;
}
.tutorial .agent.b1 .arrow, .tutorial .agent.b3 .arrow{
    height: 1.5rem;
    right: 1rem;
}
.tutorial .agent.b1 .arrow{
    transform: rotate(81deg);
    left: 0.8rem;
}
.tutorial .agent.b1 .text{
    transform: rotate(315deg);
    left: 1.4rem;
    top: 0.8rem;
}
.tutorial .agent.b1 .bottom-desc{
    left: 1.73rem;
    top: 1.1rem;
    transform: rotate(314deg);
}
.tutorial .agent.b2 .arrow{
    transform: rotate(45deg);
    width: 100%;
    height: 1rem;
    left: 0;
    right: 0;
    margin: auto;
}
.tutorial .agent.b2 .text{
    bottom: -0.1rem;
    left: 0;
    right: 0;
    margin: auto;
}
.tutorial .agent.b3 .text{
    bottom: 0.6rem;
    right: 1.3rem;
    transform: rotate(45deg);
}
.tutorial .agent.b3 .bottom-desc{
    bottom: 0.2rem;
    right: 1.8rem;
}
.secondTier,.thirdTier{
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
    padding: 0 0.55rem;
    width: 100%;
}
.secondTier .tier2,.thirdTier .tier3{
    width: 200px;
    background-color: rgb(62 62 62 / 52%);
    border-radius: 0.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .16rem;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.secondTier .tier2.B1 i,.secondTier .tier2.B3 i{
    background-image: url(/images_plus/referral/pp2.png?v2);
}
.secondTier .tier2.B2 i{
    background-image: url(/images_plus/referral/pp3.png?v2);
}
.secondTier .agentDesc,.thirdTier .agentDesc{
    padding: 12px 0.1rem;
    font-weight: 600;
    color: var(--referral-agent-desc-text);
}
.secondTier .agentDesc span.dynamic{
    padding-left: 5px;
}
.validBets{
    width:100%;
    font-size: .18rem;
    line-height: 1.4;
    padding: 0.15rem 0;
    background: var(--referral-validbet-bg);
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    color: var(--referral-validbet-text);
    font-weight: 600;
}
.validBets span{
    color: var(--referral-primary-color);
}
.tutorial .agent.c1 .arrow, .tutorial .agent.c3 .arrow{
    height: 0.8rem;
    right: 1rem;
}
.tutorial .agent.c1 .arrow{
    transform: rotate(45deg);
    left: 0;
}
.tutorial .agent.c1 .text{
    bottom: 0.2rem;
    left: 0.6rem;
}
.tutorial .agent.c1 .bottom-desc{
    bottom: 0;
}
.tutorial .agent.c2 .arrow{
transform: rotate(353deg);
    height: 1.3rem;
    left: -1.1rem;
    bottom: 0.5rem;
}
.tutorial .agent.c2 .text{
    bottom: 0.2rem;
    left: 0;
    right: 0;
    margin: auto;
}
.tutorial .agent.c2 .bottom-desc{
    bottom: 0;
}
.tutorial .agent.c3 .arrow{
    transform: rotate(45deg);
    right: 0;
}
.tutorial .agent.c3 .text{
    right: 0.6rem;
    bottom: 0.2rem;
}
.tutorial .agent.c3 .bottom-desc{
    bottom: 0;
}
.thirdTier .tier3.C1 i,.thirdTier .tier3.C3 i{
    background-image: url(/images_plus/referral/pp4.png?v2);
}
.thirdTier .tier3.C2 i{
    background-image: url(/images_plus/referral/pp5.png?v2);
}
.content_page .tutorial .explaination{
    margin-top: 30px;
    background: var(--referral-explainBox-bg);
    border: 1px solid var(--theme-color-line);
    color: var(--common-font-color);
    border-radius: 0.1rem;
    font-size: .18rem;
    padding: 0.3rem;
    line-height: .28rem;
}
.tutorial .explaination p{
    text-indent: 2em;
}
.tutorial .explaination .others,.tutorial .explaination .summary{
    padding-top: 0.3rem;
}
html:not(.zh) .firstTier, 
html:not(.zh) .tutorial .agent div.text, 
html:not(.zh) .secondTier .tier2, 
html:not(.zh) .thirdTier .tier3{ font-size: .15rem;}
/*End Page Tutorial*/

/*Page Promote*/
.content_page.promote{
    background: unset;
    padding: unset;
}
#promote .box{
    background-color: var(--referral-main-bg-color);
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    border: 1px solid var(--referral-color-line);
}
#promote .box h4{
    font-size: .18rem;
    font-weight: normal;
    height: 0.6rem;
    display: flex;
    align-items: center;
    color: var(--referral-text-color-lighten);
}
#promote .box.infoPart h4{
    padding: 0 0.2rem;
    border-bottom: 1px solid var(--referral-color-line);
}
#promote .box.infoPart .infoContent{
    padding: 0.2rem;
}
.infoPart .appQR{
    border-radius: 0.1rem;
}
.app_qr_box{
    background: var(--referral-main-bg-color);
    border: 1px solid var(--referral-color-line);
    border-radius: 0.14rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 1.9rem;
    width: 1.5rem;
    border-bottom: none;
}
#app_qrcode{
    margin: 0.1rem;
}
#app_qrcode canvas{
    width: 1.3rem;
    height: 1.3rem;
}
#app_qrcode + button{
    background-color: var(--referral-primary-color);
    width: 100%;
    border: 0;
    border-radius:0 0 0.1rem 0.1rem; 
    border-bottom-left-radius: 0.05rem;
    border-bottom-right-radius: 0.05rem;
    line-height: .22rem;
    min-height: 0.4rem;
    color: var(--referral-main-text-color);
    font-size: .18rem;
}
.socialMedia{
    width: 100%;
    padding-left: 0.2rem;
    padding-bottom: 0.3rem;
}
.socialMedia .linkTitle{
    font-size: 0.17rem;
    margin-bottom: 0.15rem;
}
.socialMedia div.appLink{
    display: flex;
    line-height: 0.15rem;
}
.socialMedia div.appLink .url{
    width: 5.5rem;
    display: block;
    padding: 0.1rem 0.2rem;
    background-color: var(--referral-main-bg-color);
    border-radius: 0.06rem;
    color: var(--referral-text-color-lighten);
    font-size: .15rem;
    border: 1px solid var(--referral-color-line);
}
.socialMedia .appLink i.fa{
    font-size: 0.3rem;
    padding-left: 0.1rem;
    padding-top: 0.1rem;
}
.socialBtn ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.socialBtn ul li{
    padding: 0.1rem 0.25rem 0 0;
}
.socialBtn ul li>a{
    display: inline-block;
    font-size: .15rem;
    overflow: hidden;
    padding-top: 0.1rem;
    text-align: center;
    text-overflow: ellipsis;
}
.socialBtn ul li i{
    width: 0.48rem;
    height: 0.48rem;
    display: block;
    background-size: contain!important;
    margin-bottom: 0.1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.socialBtn ul li.whatsapp i{
    background: url('/images_plus/referral/img_wa.png') no-repeat;
}
.socialBtn ul li.telegram i{
    background: url('/images_plus/referral/img_tg.png') no-repeat;
}
.socialBtn ul li.instagram i{
    background: url('/images_plus/referral/img_ig.png?v3') no-repeat;
}
.socialBtn ul li.facebook i{
    background: url('/images_plus/referral/img_fb.png') no-repeat;
}
.socialBtn ul li.tiktok i{
    background: url('/images_plus/referral/img_tt.png') no-repeat;
}
.socialBtn ul li.wechat i{
    background: url('/images_plus/referral/img_we.png') no-repeat;
}
.socialBtn ul li.wechatmoments i{
    background: url('/images_plus/referral/img_weM.png') no-repeat;
}
.socialBtn ul li.qq i{
    background: url('/images_plus/referral/img_qq.png') no-repeat;
}
.socialBtn ul li.line i{
    background: url('/images_plus/referral/img_li.png') no-repeat;
}
#promote .box .top-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
    border-bottom: 1px solid var(--referral-color-line);
}
#promote .box .top-title>a{
    width:0.7rem;
    font-size: .16rem;
    display: flex;
    align-items: center;
}
#promote .box .top-title>a:after{
    border-color: var(--referral-text-color-lighten);
    border-style: solid;
    border-width: 0.01rem 0.01rem 0 0;
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    margin-left: 0.1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#promote .box .infoContent{
    display: flex;
    padding: 0.15rem 0.2rem;
}
#promote .box .infoContent.sec-row{
    border-top: 1px solid var(--referral-color-line);
}
#promote .box .infoContent .ant-col{
    position: relative;
    width: calc(100%/3);
    display: flex;
    justify-content: space-between;
    padding-right: 0.2rem;
    font-size: .16rem;
}
#promote .box .infoContent .ant-col:not(:first-child){
    padding-left: 0.2rem;
}
#promote .box .infoContent .ant-col:not(:last-child):after{
    border-right: 1px solid var(--referral-color-line);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#promote .box .infoContent .ant-col>span:first-child{
    max-width: 2.05rem;
}
/*End Promote*/

/*Page commission*/
#commissionDetail.data-modal .modal-content{
    width: 8rem;
}

/*End commission*/

/*Page record*/
.report-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*End record*/

/*Page promotion*/
.cat-list{
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
}
.proportion .cat-list ul{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid var(--referral-color-line);
}
.proportion .cat-list ul li{
    display: flex;
    align-items: center;
    height: 0.7rem;
    margin-right: 0.3rem;
    cursor: pointer;
    height: 60px;
}
.proportion .cat-list ul li:hover, .proportion .cat-list ul li.current{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--referral-primary-text-color, #a6a6a6);
}
.proportion .cat-list ul li.current{
    border-bottom: 3px solid var(--referral-primary-text-color,#a6a6a6);
}
.proportion .content_box{
    display: none;
}
.proportion .content_box.current{
    display: block;
}
.lvlContent{
    padding-top: 0.2rem;
}
.lvlContent p{
    padding: 0.2rem 0; 
}
.lvlContent table{
    width: 100%;
}
.lvlContent th:last-child{
    min-width: 1.9rem;
}
.lvlContent td:nth-child(2),.lvlContent th:nth-child(2) {
    min-width: 1.8rem;
}
.lvlContent tr:not(.report_no_record) td:last-child{
    color: var(--referral-secondary-text-color);
    min-width: 2.6rem;
}
/*End Page promotion*/

/*Page DirectReceive*/
#search-form{
    display: flex;
    margin: 20px 0;
    height: 0.5rem;
    width: 6rem;
}
.date-search{
    border: 1px solid var(--referral-color-line);
    border-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    font-size: .16rem;
    justify-content: space-evenly;
    width: 3.2rem;
    position: relative;
    margin-right: 0.3rem;
    background-color: var(--referral-main-bg-color) !important;
}
.date-search input{
    background: none;
    color: var(--referral-text-color-lighten);
    font-size: .18rem;
    text-align: center;
    border: none;
    width: 45%;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
}
.date-search input:focus{
    border-bottom: 1px solid #ffaa09;
}
.date-search span.mr10{
    height: 0.03rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: var(--referral-color-line);
    transform: var(--referral-color-line);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.11rem;
    z-index: 1;
    background-color: var(--referral-text-color-lighten);
}
.id-search{
    border-radius: 0.5rem;
    color: var(--referral-referral-text-color);
    font-size: .18rem;
    height: 0.5rem;
    width: 2.2rem;
    border: 1px solid var(--referral-color-line);
    display: flex;
}
.id-search input{
    background-color: transparent;
    color:#d6d6d6;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 0.2rem;
}
#search-form button[type=submit]{
    background-color: transparent;
    width: 0.6rem;
    font-size: 0.28rem;
    border: 0;
    color:var(--referral-secondary-color);
}
.report-table th > p{
    color: var(--referral-text-color-lighten);
}
/*End Page DirectReceive*/

/*Page teamDataDetails*/
/*End Page teamDataDetails*/

/*Page createAccount*/
/* #referral .content_page.createAccount{
    padding: .3rem .5rem;
}
#regAgent{
    width: 6rem;
    margin: 0 auto;
}
#regAgent .form-group input{
    background-color: var(--referral-main-bg-color);
    border-radius: .1rem;
    color: var(--referral-text-color-lighten);
    font-size: .18rem;
    height: .5rem;
    width:100%;
    padding: 0 0.5rem;
    border: 1px solid var(--referral-color-line);
}
#regAgent .form-group label{
    height: .5rem;
    width: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background-repeat: no-repeat!important;
    background-position: center!important;
    position: absolute;
}
#regAgent .input-group{
    position: relative;
    display: flex;
    margin-bottom: 0.2rem;
}
#regAgent .user_ID label{
    background-image: url("/images_plus/member/icon_user.png");
}
#regAgent .user_PW label{
    background-image: url('/images_plus/member/icon_lock.png');
}
#regAgent button[type=submit]{
    text-shadow: none;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: .55rem;
    justify-content: center;
    line-height: .2rem;
    margin: auto;
    max-width: 1.8rem;
    padding: 0 .1rem;
    text-align: center;
    white-space: normal;
    width: 1.8rem;
    border-radius: .1rem;
    background-color: var(--referral-secondary-color);
    color: #874404;
    background-image: linear-gradient(0deg, transparent 10%, rgba(255, 255, 255, .5), transparent 90%);
    border: 1px solid var(--referral-color-line);
} */
/*End Page createAccount*/

/*receive sweetalert*/
.referral_wrap ~ .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .8);
}
.referral_wrap ~ .swal2-container .swal2-popup{
    font-size:20px;
    background-color: #141417;
    border: 1px solid var(--referral-color-line);
    border-radius: .2rem;
}
.referral_wrap ~ .swal2-container .swal2-popup .swal2-title {
    color: var(--referral-text-color-lighten);
}
.referral_wrap ~ .swal2-container .swal2-icon .swal2-success-circular-line-left,
.referral_wrap ~ .swal2-container .swal2-icon .swal2-success-circular-line-right,
.referral_wrap ~ .swal2-container .swal2-icon .swal2-success-fix{
    display:none;
}

.referral_wrap ~ .swal2-container .swal2-popup .swal2-close{
    color: var(--referral-main-text-color);
}
.referral_wrap ~ .swal2-container .swal2-popup .swal2-close:hover{
    color: var(--referral-text-color-lighten);
}


.id-search input::placeholder,
::-webkit-input-placeholder,/* Chrome/Opera/Safari */
::-moz-placeholder,/* Firefox 19+ */
:-ms-input-placeholder,/* IE 10+ */
:-moz-placeholder {/* Firefox 18- */
  color: var(--referral-main-text-color);
}

/* Page settings */
@media only screen and (min-width: 751px)and (min-width:1300px)and (max-width:1399px) {
    html {
        font-size:5.6770833333vw
    }
}
@media only screen and (min-width: 751px)and (min-width:1200px)and (max-width:1299px) {
    html {
        font-size:6.1458333333vw
    }
}
@media only screen and (min-width: 751px)and (min-width:1100px)and (max-width:1199px) {
    html {
        font-size:6.5625vw
    }
}
@media only screen and (min-width: 751px)and (min-width:1000px)and (max-width:1099px) {
    html {
        font-size:6.7708333333vw
    }
}
@media only screen and (min-width: 751px)and (min-width:900px)and (max-width:999px) {
    html {
        font-size:7.2916666667vw
    }
}
@media only screen and (min-width: 751px)and (min-width:750px)and (max-width:899px) {
    html {
        font-size:8.3333333333vw
    }
}
@media screen and (min-width: 1920px) {
    html {
        font-size:100px;
        font-size: calc(1920px/(1920/var(--referral-rem-unit, 100)))
    }
}
@media only screen and (min-width: 1400px)and (max-width:1499px) {
    html{
        font-size:5.5208333333vw
    }
}
@media only screen and (min-width: 1300px)and (max-width:1399px) {
    html {
        font-size:5.6770833333vw
    }
}
@media only screen and (min-width: 1200px)and (max-width:1299px) {
    html {
        font-size:6.1458333333vw
    }
}
@media only screen and (min-width: 1100px)and (max-width:1199px) {
    html {
        font-size:6.5625vw
    }
}
@media only screen and (min-width: 1000px)and (max-width:1099px) {
    html {
        font-size:6.7708333333vw
    }
}
@media only screen and (min-width: 900px)and (max-width:999px) {
    html {
        font-size:7.2916666667vw
    }
}
@media only screen and (min-width: 750px)and (max-width:899px) {
    html {
        font-size:8.3333333333vw
    }
}
@media screen and (max-width: 750px) {
    html {
        font-size:13.33333vw;
        font-size: calc(100vw/(750/var(--referral-rem-unit, 100)))
    }
}