:root {
    --fontColor: #b6bab9;
    --activeColor: #d97444;
}

.activeColor {
    color: #d97444;
}
@font-face {
    font-family: "rd";
    src: url("./font/RefrigeratorDeluxe.otf");
}
html, body {
    overflow-x: hidden;
    /*height: 100%;*/
    /*overflow-y: scroll*/
    background: #0e1c20;
    font-size: 0.432rem;
    color: var(--fontColor);
}

.banner_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.3rem 0.3rem 0 0.3rem;
    z-index: 99999;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.rule_box {
    width: 14.66rem
}

.rule_box_pic {
    width: 100%;
}

.rule_title {
    top: 0.2rem;
    left: 0.8rem;
}

.rule_text {
    top: 0.85rem;
    left: 0.5rem;
    right: 0.02rem;
    max-height: 19.2rem;
    overflow: auto;
    padding: 0.5rem 0.4rem 0.5rem 0;
    word-break: break-word;
    text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    -moz-text-size-adjust: 100%;

    -webkit-text-size-adjust: 100%
}

/* 自定义整个滚动条 */
.rule_text::-webkit-scrollbar {
    width: 0.4rem; /* 设置滚动条的宽度 */
    /*height: 5px; !* 设置滚动条的宽度 *!*/
}

/* 自定义滚动条轨道 */
.rule_text::-webkit-scrollbar-track {
    background: #0F1D20FF; /* 设置轨道的背景颜色 */
    border-left: 1px solid #4E5B5AFF;
}

/* 自定义滚动条的滑块（thumb） */
.rule_text::-webkit-scrollbar-thumb {
    background: #2A3739FF; /* 设置滑块的背景颜色 */
}

.main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.34rem;
    margin-top: 1.6rem;
    padding: 0 1rem;
}

.radio_title {
    border-bottom: 1px solid #2A3739FF;
    padding-bottom: 3px;
}

.mt025 {
    margin-top: 0.25rem;
}

.form1 {
    margin-left: 0.87rem;
    width: 14.66rem
}

.line {
    margin-bottom: 0.5rem;
}

.radio_box label {
    margin: 0 1rem 0 0.1rem;
    vertical-align: middle;
}

input[type="text"] {
    width: 100%;
    height: 0.8rem;
    background: #0F1D20FF;
    border: 1px solid #4C5958FF;
    color: var(--fontColor);
    font-size: 0.36rem;
    padding-left: 0.15rem;
}

.line > p {
    font-size: 0.38rem;

}

input[type="text"]:focus {
    border: 1px solid #9ebfc9;
    outline: none;
}

.line p:first-child {
    margin-bottom: 0.2rem;
}

.uid_icon img:hover {
    transform: scale(1.3);
    transition: 0.2s;
}

.del_uid {
    position: absolute;
    right: 0;
}

.add_uid {
    text-align: right;
    margin-top: -0.4rem;
    display: none;!important;
}

.uid_icon img {
    cursor: pointer;
    width: 0.5rem;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #4C5958FF;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

input[type="radio"]:checked:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #b4583a;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="radio"]:checked:after {
    content: "";
    width: 10px;
    height: 10px;
    text-align: center;
    background: #b4583a;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

input[type="radio"]:checked + label {
    /*color: #9ebfc9;*/
}

.tips {
    color: #a34132;
    font-size: 0.34rem;
    text-align: right;
    padding: 0.1rem 4rem 0;
}

.container {
    background: url("//www.arenabreakoutinfinite.com/act/a20240729apply/img/bg.jpg") no-repeat center center/100% 100%;
    padding-bottom: 4rem;
}

.btn:active {
    background: #d38383;
}

.btn:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.btn {
    font-size: 0.486rem;
    color: #fff;
    background: url("//www.arenabreakoutinfinite.com/act/a20240729apply/img/btn.png") no-repeat center center/100% 100%;
    width: 5.3rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.2s;
    margin: auto;
    text-align: center;
}

.pt .join_activity {
    width: 6.5rem;
    height: 1.5rem;
}

.btn_box {
/*    position: absolute;
    bottom: 0.2rem;
    left: 0;
    right: 0;*/
    /*padding-top: 1.3rem;*/
}

input[type="checkbox"] {
    width: 0.28rem;
    height: 0.28rem;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #4C5958FF;
    background: rgba(2, 2, 2, 0);
    position: relative;
    border-radius: 2px;
    margin-right: 0.1rem;
}

input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    width: 0.23rem;
    height: 0.23rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('//www.arenabreakoutinfinite.com/act/a20240729apply/img/yes.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.join_activity {
    margin-top: 1rem;
}
.fr .join_activity {
    width: 8.3rem;
    height: 1.5rem;
}

.pointer {
    cursor: pointer;
}

.logo {
    width: 7rem;
    top: 0.5rem;
    left: 0.5rem;
}

.m .logo {
    width: 3rem;
    top: 0.2rem;
    left: 0.2rem;
}

.m body {
    font-size: 0.28rem;
}


.m .btn {
    width: 2.72rem;
    height: 0.63rem;
    font-size: 0.28rem;
}

.m .join_activity {
    width: 3rem;
    height: 0.9rem;
    font-size: 0.3rem;
}
.m.en .join_activity,.m.ja .join_activity{
    width: 3.5rem;
}
.m.ru .join_activity {
    width: 4.5rem;
    height: 1rem;
}
.m.pt .join_activity {
    width: 4.8rem;
    height: 1.1rem;
}

.m .tips {
    font-size: 0.26rem;
    padding: 0.1rem 0.8rem 0;
}

.m .main {
    font-size: 0.28rem;
    flex-direction: column;
    padding: 0 0.5rem;
    margin-top: 0.3rem;
}

.m .rule_box_pic {
    width: 100%
}

.m .rule_box {
    width: 9.81rem;
    margin: auto;
}

.m .rule_text {
    top: 0.56rem;
    max-height: 7.8rem;
    left: 0.1rem;
    padding: 0.3rem 0.3rem 0.3rem;
    line-height: 0.45rem;
    font-size: 0.28rem;
}

.m .form1 {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
}

.m .top .text::before {
    width: 0.36rem;
}

.m .rule_title {
    top: 0.1rem;
    left: 0.5rem;
}

.m .container {
    background: url(//www.arenabreakoutinfinite.com/act/a20240729apply/img/m/bg.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 2rem;
    padding-top: 0.3rem;
}

.de .join_activity {
    width: 7.5rem;
    height: 1.5rem;
}

.m.de .join_activity {
    width: 4.5rem;
    height: 1rem;
}

.logout {
    border-bottom: 1px solid;
    cursor: pointer;
}

.select_box select {
    width: 100%;
    height: 0.8rem;
    background: #0F1D20FF;
    border: 1px solid #4C5958FF;
    color: var(--fontColor);
    padding: 0 0.1rem;
    font-size: 0.36rem;

}

.select_box select option {
    /*text-align: center !important;*/
    /*padding: 0 0.1rem;*/
    /*color: #5D9CEC;*/
    font-size: 0.36rem;

}

.border_red {
    border: 1px solid #7a2c2c !important;
}

.borderbottom_red {
    border-bottom: 1px solid #7a2c2c;
}

.red {
    color: #ad1414;
}

.noclick {
    pointer-events: none;
}

.go_home {
    margin-top: 0.25rem;
    margin-bottom: 0.3rem;
}

.toast_text {
    padding: 0.5rem 1rem;
    font-size: 0.38rem;
}

.require_icon {
    color: #a34132;
}

.pointer a {
    color: #b44e1f;
    /*text-decoration: underline;*/
}

@media screen and (max-width: 700px) {
    .m input[type="radio"] {
        width: 14px;
        height: 14px;
    }

    .m input[type="radio"]:before {
        width: 10px;
        height: 10px;
        vertical-align: top;
    }

    .m input[type="radio"]:checked:before {
        width: 10px;
        height: 10px;
    }

    .m input[type="radio"]:checked:after {
        width: 6px;
        height: 6px;
    }
}

.m.ru .brekTextClass {
    /*font-size: 0.32rem !important;*/
}

.time {
    top: 4.4rem;
    right: 11.5rem;
    font-weight: 800;
    font-size: 0.6rem;
    background: url("../img/lang/time_border.png") no-repeat center center/100% 100%;
    padding: 0.1rem 0.4rem;
    color: #dadabecc;
}

.ru .time {
    top: 4.8rem;
    right: 9.5rem;
    font-size: 0.5rem;

}

.pt .time {
    top: 6rem;
    right: 8rem;
    font-size: 0.5rem;

}

.ja .time {
    top: 5.4rem;
    right: 10.5rem;
}

.en .time {
    top: 5rem;
    right: 10.5rem;
}

.m .time {
    top: 1.9rem;
    right: 1rem;
    font-weight: 800;
    font-size: 0.28rem;
}

.m.ru .time {
    top: 1.8rem;
    right: 0.5rem;
    font-weight: 800;
    font-size: 0.24rem;
}

.m.de .time {
    top: 1.6rem;
}

.zh-hant .time {
    top: 3.4rem;
    right: 11rem;
    color: #c9cac4;
}

.m.zh-hant .time {
    top: 1.4rem;
    right: 1.6rem;
}


.m.pt .time {
    top: 2rem;
    right: 0.5rem;
    font-weight: 800;
    font-size: 0.2rem;
}
.privacy_text{
    text-align: center;
    font-size: 0.4rem;
    margin-top: 0.8rem;
    text-decoration: underline;
    text-underline-position: under;
}
.m .privacy_text{
    font-size: 0.28rem;

}
.agee_checkbox{
    margin-top: 0.3rem;
    align-items: baseline
}
.agee_checkbox input{
    flex: none;
}
.dome {
     display: flex;
     justify-content: space-between;
     padding-left: 22px;
}
.pc .cropper .btn{
      height: 1.2rem!important;
      padding: 0!important;
      font-size: 0.34rem!important;
}
.m .cropper .btn{
       height: 1.2rem!important;
       padding: 0!important;
       font-size: 0.24rem!important;
}
.pc .wrapper {
    height: 13rem !important;
}
.m .wrapper {
     height: calc(100vh - 56.333vw) !important;
 }
.dome .img {
     display: none !important;
 }
.dome .bg{
    z-index: 99999!important;
}
.upload_bg {
    cursor: pointer;
    display: block;
}
.upload_contain {
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: none;
}
.upload_icon {
    width: 0.82rem;
}
.upload_text {
     font-size: 0.34rem;
     margin-top: 0.1rem;
}
#preview_img {
    width: 4.4rem;
    height: 2.3rem;
    object-fit: contain;
}
.poster_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.pc .poster_box {
     background: url(../img/poster_bg.png) no-repeat center center / 100% 100%;
     padding: 0.35rem 0.45rem 0.5rem;
 }
.poster_box {
      transform-origin: 0 0;
}
.m .poster_box {
/*    transform:scale(0.5) translate(-50%, -50%);
    transform-origin: 0 0;*/
}
.close_share {
    top: 0rem;
    right: -0.6rem;
    width: 0.5rem;
    cursor: pointer;
}
#third_box {
    width: 18.38rem;
    /* height: 13.9rem; */
    margin: auto;
    position: relative;
}
.poster_bg {
    width: 100%;
    margin: auto;
    display: block;
    /* height: 13.9rem; */
}
.poster_head2_box {
    bottom: 3rem;
    left: 0.25rem;
}.poster_title {
     width: 4.9rem;
     bottom: 0.4rem;
 }
.share_qr_box {
    right: -0.2rem;
    bottom: 0.5rem;
    text-align: center;
}
.share_qr {
    width: 1rem;
}
.scan {
    font-size: 0.22rem;
    color: #ad863a;
    transform: scale(0.5);
    max-width: 2.5rem;
}
.result_pic {
    width: 18.38rem;
    /* height: 13.9rem; */
    margin: auto;
    position: relative;
}
.result_pic img, .result_pic canvas {
    width: 100%;
    display: initial;
    /* height: 100%; */
}
.share_tips {
    width: 8rem;
    margin: 0.2rem 0 0.2rem;
}
.poster_head2_box {
     bottom: 3rem;
     left: 0.25rem;
 }
.poster_title{
    width: auto;
    height: 3.25rem;
    top: 4.26rem;
    left: 50%;
    transform: translateX(-50%);
}
.poster_head{
    width: 2.33rem;
    height: 2.33rem;

}
.poster_head_box{
    left: 0;
    right: 0;
    bottom: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.12rem;
}
.poster_head_bg{
    width: 100%;
    height: 100%;
}
.poster_head_right{
    width: 6.97rem;
    display: block;
}
.poster_save{
    width: 6.52rem;
    margin: 0.3rem auto 0;
    display: block;
}
.poster_user_pic{
    top: 0.1rem;
    right: 0.1rem;
    left: 0.1rem;
    bottom: 0.1rem;
    width: 92%;
}
.username2{
    font-size: 0.6rem;
    font-family: 'rd';
    color: #eeeeee;
    margin-top: 0.4rem;
    display: inline-block;
    padding: 0 0.2rem;
    background: url("../img/username_bg.png")no-repeat center center/100% 100%;
}
.m #preview_img {
    height: 1.5rem;
}
