.content--regist .formsubject { font-size: 1rem; font-weight: 700; color: rgb(27 179 148); padding-bottom: 0.5rem; }

.term-content.page-width  { background:#fff; padding-top:20px; padding-bottom:20px; }
.term-content.page-width li  { line-height:1.4; }

.forminput {
    width: auto;
    height: 40px;
    border-width: 1px solid #dfdfdf;
    padding: 0 1.25rem;
    background: #fff;
    font-size: 13px;
    flex: 1;
}

input {
    background: transparent;
    border: none;
}

.formbtn--adder {
    white-space: nowrap;
    border-radius: 0.0625rem;
    -webkit-border-radius: 0.0625rem;
    -moz-border-radius: 0.0625rem;
    -ms-border-radius: 0.0625rem;
    -o-border-radius: 0.0625rem;
    font-size: 0.9375rem;
    width: 110px;
    margin-left: 0.5rem;
    background: #ebf5ff;
    border-color: #ebf5ff;
    color: #1b7dff;
}
.formbox .forminput  {
    width:100%;
}

.formbtn {
    padding: 0 0;
    padding: 0 0.3125rem;
    background: rgb(27 179 148);;
    color: #fff;
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -ms-border-radius: 0.3125rem;
    -o-border-radius: 0.3125rem;
    display: inline-block;
    text-align: center;
}
.formbox .formbtn {
    font-size: 13px;
}

.content--regist  {
    background-color:#fff;
    padding:15px;
}

.content--regist .caculate__notice {
    line-height: 1.4;
    margin-top: 0.25rem;
    font-size: 13px;
    color: #8c8c8c;
}
.content--regist .caculate__notice:first-child {
    margin-top:0.625rem;
}

.content--regist .form-gender {
    justify-content: space-between;
}

.formbox { display: flex; }
.formradio { position: relative; }


.content--regist .form-gender .formradio { width: calc(50% - 0.125rem); }
.formradio input[type=radio] { position: absolute; top: 0; left: -9999px; width: 0; height: 0; overflow: hidden; }
.formradio input[type=radio]:checked + span {
    background: #ebf5ff;
    border-color: #ebf5ff;
    color: #1b7dff;
}

.formradio input[type=radio] + span {
    display: block;
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 0;
    font-size: 1.0625rem;
    padding: 0 1.25rem;
    background: #fff;
    color: #9ca3af;
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -ms-border-radius: 0.3125rem;
    -o-border-radius: 0.3125rem;
    font-weight: 500;
    border: 1px solid #dfdfdf;
    display: inline-block;
    text-align: center;
    border-radius: 0.0625rem;
    -webkit-border-radius: 0.0625rem;
    -moz-border-radius: 0.0625rem;
    -ms-border-radius: 0.0625rem;
    -o-border-radius: 0.0625rem;
}

.forminput.birthday_year, .forminput.birthday_month, .forminput.birthday_day {
    min-width: 33%;
    max-width: 33%;
}

.formtitle {
    color: #242a2f;
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 2rem;
}


.formbox .radio {
    margin-right: 1.25rem;
    position: relative;
}

.formbox .radio input[type=radio] {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
}

.formbox .radio input[type=radio] + span::before {
    display: block;
    content: "";
    background: #fff;
    border: 1px solid #dfdfdf;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 0.3125rem;
}



.formbox .radio input[type=radio]:checked + span::after {
    display: block;
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.formbox .radio input[type=radio] + span {
    color: #242a2f;
    display: flex;
    align-items: center;
    position: relative;
}

.formbox .radio input[type=radio]:checked + span::before {
    background: #535fed;
    border-color: #535fed;
}

.content--regist .caculate {
    display: none;
    border: 1px solid #dfdfdf;
    padding: 0.9375rem;
    margin-top: 0.625rem;
}

.content--regist .form-agree {
    padding: 0.3125rem 0;
}

.content--regist .formsubject sup {
    padding-left: 0.1875rem;
}

.content--regist .form-agree label {
    color: #484848;
    font-size: 0.875rem;
    padding-left: 0.3125rem;
    min-height: 1.25rem;
    line-height: 1.25rem;
}

.privacybtn {
    background: #f5f5f5;
    color: #484848;
    font-size: 0.6875rem;
    padding: 0 0.625rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.0625rem;
    -webkit-border-radius: 0.0625rem;
    -moz-border-radius: 0.0625rem;
    -ms-border-radius: 0.0625rem;
    -o-border-radius: 0.0625rem;
    margin-left: 0.625rem;
    height: 1.25rem;
    line-height: 1rem;
}

.content--regist .submitbtns {
    margin-top: 1.25rem;
}

.text-required {
    color: #f5332b;
}

.content--regist .caculate__title {
    font-weight: 700;
    font-size: 1.125rem;
}
.content--regist .caculate__service {
    margin-top: 0.625rem;
}

.content--regist .caculate__service li {
    line-height: 1.4;
    list-style: upper-alpha;
    margin-left: 1.25rem;
}

.pop {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 700px;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1000;
    background: #fff;
    opacity: 0;
    display: none;
}

.pop.show {
    opacity: 1;
    display: block;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.popbg.show {
    display: block;
}

.popbg {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.pop__head {
    padding: 0.9375rem;
    height: 3.125rem;
    background: #2c8beb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pop__subject {
    color: #fff;
    font-size: 1.125rem;
}

.pop__closer {
    color: #fff;
    font-size: 13px;
    border: 0;
    background-color: #333;
    padding: 0.3125rem 0.4375rem;
    border-radius: 0.0625rem;
    -webkit-border-radius: 0.0625rem;
    -moz-border-radius: 0.0625rem;
    -ms-border-radius: 0.0625rem;
    -o-border-radius: 0.0625rem;
}

.pop-agree .pop__body {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 3.125rem);
}

.pop__body {
    padding: 1.25rem;
    color: #777;
}

.pop-agree .term-content {
    font-size: 13px;
    line-height: 17px;
}

.pop-agree .term-content h5 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.pop-agree .term-content .stit {
    font-size: inherit;
    font-weight: 500;
    color:#333;
    margin-bottom:3px;
}

.pop-agree .pop__body p,
.pop-agree .pop__body li {
    font-size: 13px;
    line-height: 1.4;
}

.pop-agree .term-content table  {
    border: 1px solid #7d7d7d;
    margin: 3px 0 6px;
}
.pop-agree .term-content thead th  {
    background-color: #dfdfdf;
    vertical-align: middle;
    padding: size(2) size(1);
}
.pop-agree .term-content thead tr + tr th  {
    border-top: 1px solid #dfdfdf;
}
.pop-agree .term-content thead th + th  {
    border-left: 1px solid #dfdfdf;
}
.pop-agree .term-content tbody td, 
.pop-agree .term-content tbody th  {
    border-top: 1px solid #dfdfdf;
    padding: size(2) size(1);
}
.pop-agree .term-content tbody td + td, 
.pop-agree .term-content tbody th + th, 
.pop-agree .term-content tbody th + td  {
    border-left: 1px solid #dfdfdf;
}
.pop-agree .term-content tbody td:first-child  {
    border-right: 1px solid #dfdfdf;
}


.join-info {
    font-size:13px;
    margin-top: 2rem;
    margin-bottom: 5rem;
}
.join-info .icon {
    height: 70px;
    background: url(/assets/mobile/admin-img/ico-info.svg) center no-repeat;
    background-size: auto 86%;
    margin-bottom:26px;
}

.pl15 {
    padding-left:15px;
}
.mt20 {
    margin-top: 1.25rem !important;
}
.mt5 {
    margin-top: 0.3125rem !important;
}


