.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.08rem;
    background:  linear-gradient(90deg,#24e996, #08c896);

    font-size: .4rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.02px;
    line-height: 1.08rem;
    height: 1.08rem;
    z-index: 99;
}

.top .back {
    position: absolute;
    left: .2rem;
    top: .3rem;
    width: .48rem;
    height: .48rem;
    /* line-height: ; */
    text-align: center;
    font-size: .5rem;
    display: block;
    background: url(../images/icon48_back@2x.png) no-repeat center;
    background-size: 100% 100%;

}

button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

body {
    padding-top: 1.08rem;
    box-sizing: border-box;
    padding-bottom: 1.5rem;
    overscroll-behavior-y: contain;
    overscroll-behavior-x: contain;

}

.form {

    font-size: .28rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    color: #191717;
    letter-spacing: 0.01px;
}


.form .form{
    padding: .4rem 0 .3rem;
}
.form .form-item-options-box .form{
    padding: 0;
}
.form input {

    font-size: .28rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    color: #191717;
    letter-spacing: 0.01px;
}

.form .form-item-options input {text-align: left;display: block;position: absolute;left: 1.1rem;top: 50%;font-size: .24rem;transform: translateY(-50%);font-size: .28rem;max-width: 80%;}

.form-list {}

.form-item {
    min-height: 1.2rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 .36rem;
    border-bottom: .03rem solid #f1f1f1;
}

.form-item .form-label {
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: left;
    color: #5b5b5b;
    line-height: 1.2rem;
    letter-spacing: 0.01px;
}

.form-item .form-label span {
    color: #9d9d9d;
    font-size: .3rem;
}

.form-item input {
    border: none;
    outline: none;
    /* color: #5b5b5b; */
    text-align: right;
   
   
}
.form-item input::placeholder {
  
    color: #9d9d9d;
}

.form-item table input,.form-item table .showContent {
    max-width: 1.5rem;
    text-align: center;
    border-bottom: 0.5px solid #f1f1f1;
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    /* color: #9d9d9d; */
    line-height: .66rem;
    letter-spacing: 0.01px;
}

.form-item.form-item-options-box {

    flex-wrap: wrap;
    border-bottom: none;
}

.form-item.form-item-options-box .form-item-options {

min-height: .88rem;

border: 0.5px solid #f1f1f1;

border-radius: 3px;

margin-bottom: .1rem;

width: 6.76rem;

box-sizing: border-box;

padding: .12rem;

text-align: left;

position: relative;

overflow: hidden;
}

.mdui-theme-accent-green .mdui-radio input[type=radio]:focus:checked:not(:disabled)+.mdui-radio-icon,
.mdui-theme-accent-pink .mdui-radio:active input[type=radio]:checked:not(:disabled)+.mdui-radio-icon {
    box-shadow: none;
}

.mdui-bottom-nav {
    position: fixed;

}

.mdui-radio,
.mdui-checkbox {
    padding-left: .4rem;
    width: 100%;
    box-sizing: border-box;
    font-size: .28rem;
    line-height: .72rem;
}

.mdui-radio-icon {
    width: .26rem;
    height: .26rem;
    top: .24rem;

    /* margin-top: -.13rem; */
    border-width: .01rem;
}

.mdui-radio-icon::before {
    position: absolute;
    width: .14rem;
    height: .14rem;
    left: 50%;
    top: 50%;
    margin-top: -.07rem;
    margin-left: -.07rem;
    background-color: #12C87A;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    content: ' ';
    border: none;
    /* transform: translate(-50%, -50%) scale(1) !important; */
    
}

.mdui-radio input[type=radio]:checked+.mdui-radio-icon::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mdui-checkbox-icon {
    border-radius: 50%;
    position: absolute;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    vertical-align: middle;
    border: .01rem solid rgba(0, 0, 0, .54);

    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1), box-shadow .14s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1), box-shadow .14s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
    width: .26rem;
    height: .26rem;
    top: .24rem;
    /* margin-top: -.13rem; */
}

.mdui-theme-accent-green .mdui-checkbox:active input[type=checkbox]:not(:disabled):checked+.mdui-checkbox-icon {
    box-shadow: none;
}

.mdui-checkbox-icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .14rem;
    height: .14rem;
    margin-top: -.07rem;
    margin-left: -.07rem;
    background-color: #12C87A;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    content: ' ';
    border: none;
}

.mdui-checkbox-icon::after {
    display: none;
}

.mdui-checkbox input[type=checkbox]:checked+.mdui-checkbox-icon::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mdui-checkbox input[type=checkbox]:checked+.mdui-checkbox-icon {
    border-color: #12C87A;
}

.mdui-switch-icon {
    width: 1.36rem;
    height: .6rem;
    /* background: linear-gradient(95deg,#00c3dc 4%, #08dd8b 96%); */
    border-radius: .3rem;
}

.mdui-theme-accent-green .mdui-switch input[type=checkbox]:checked+.mdui-switch-icon {
    background: linear-gradient(95deg, #00c3dc 4%, #08dd8b 96%);
}

.mdui-theme-accent-green .mdui-switch input[type=checkbox]+.mdui-switch-icon::before {
    width: .51rem;
    border-radius: 50%;
    top: .04rem;
    box-shadow: none;
    height: .51rem;
    left: .04rem;
    right: auto;
}

.mdui-theme-accent-green .mdui-switch input[type=checkbox]+.mdui-switch-icon::after {
    content: '否';
    font-size: .3rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: right;
    color: #171719;
    line-height: .6rem;
    letter-spacing: 0.01px;
    position: absolute;
    top: 0;
    right: .24rem;
    font-style: normal;
}

.mdui-theme-accent-green .mdui-switch input[type=checkbox]:checked+.mdui-switch-icon::before {

    background: #ffffff;

    left: auto;
    right: .04rem;
}

.mdui-theme-accent-green .mdui-switch input[type=checkbox]:checked+.mdui-switch-icon::after {
    content: '是';
    right: auto;
    left: .24rem;
    color: #fff;
}

.form-btns {
    text-align: center;
    margin: .4rem auto;
}

.form-btns button {
    width: 2.92rem;
    height: .86rem;
    line-height: .86rem;
    font-size: .34rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: Medium;
    border-radius: .1rem;
    letter-spacing: 0.01px;
    text-align: center;
    box-shadow: none;
    margin-right: .14rem;
}

.form-btns .apply {
    border: 0.5px solid #08eb8a;
    background-color: #fff;
/* border: 0.5px solid;
border-image: linear-gradient(90deg, #24e996, #08c896) 1 1; */
    color: #12c87a;
}

.form-btns .start {
    border: none;
    background: linear-gradient(90deg,#24e996, #08c896);
    color: #ffffff !important;

}
.bottom-nav {
    width: 100%;
    min-height: 1.2rem;
    background: #ffffff;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.21);
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    padding-bottom: .3rem;
}
.bottom-nav .bottom-nav-item {
    width: 25%;
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: .13rem;
}

.bottom-nav .bottom-nav-item img {
    width: .52rem;
    margin-bottom: .02rem;
}

.bottom-nav .bottom-nav-item p {
    padding: 0;
    margin: 0;
    text-decoration: none;
    height: .4rem;
    font-size: .28rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: center;
    color: #191717;
    line-height: .4rem;
    letter-spacing: 0.01px;

}

.bottom-nav .bottom-nav-item.active ._c {
    display: inline-block;
}

.bottom-nav .bottom-nav-item.active ._h,
._c {
    display: none;
}

.bottom-nav .bottom-nav-item.active p {
    font-weight: 700;
}

.toast-mask,
.dialog-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* display: none; */
}

.dialog-mask {
    background: rgba(0, 0, 0, .4);

}

.toast {
    box-sizing: border-box;
    padding: .4rem 0;
    background: rgba(0, 0, 0, .5);
    height: 1.4rem;
    border-radius: 3px;
    min-width: 4.4rem;
    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: Medium;
    text-align: center;
    color: #ffffff;
    line-height: .45rem;
    letter-spacing: 0.01px;
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog {
    width: 5.4rem;
    min-height: 2.6rem;
    background: #ffffff;
    border-radius: .1rem;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.dialog-title {
    font-size: .32rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: Medium;
    text-align: center;
    color: #191717;
    line-height: .45rem;
    letter-spacing: 0.01px;
    margin-top: .24rem;
    margin-bottom: .33rem;
}

.dialog-content {
    font-size: .28rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: center;
    color: #9d9d9d;
    line-height: .4rem;
    margin-bottom: .33rem;
    letter-spacing: 0.01px;
    padding: 0 .32rem;
    word-break: break-all;
}

.dialog-close {

    border-top: .01rem solid #dfdfdf;
    width: 100%;
    height: .84rem;
    font-size: .34rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: Medium;
    text-align: center;
    color: #191717;
    line-height: .84rem;
    letter-spacing: 0.01px;
    background-color: transparent;
}

.loading {
    width: 100%;
    height: .6rem;
    background: #f1f1f1;
    font-size: .24rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: Regular;
    text-align: center;
    color: #9d9d9d;
    line-height: .6rem;
    letter-spacing: 0.01px;
    text-align: center;
}


.form .MobileSelect {
    padding-right: .28rem;
    background: url(../images/right_arrow@2x.png) no-repeat right center;
    background-size: .13rem auto;
    color: #9d9d9d;
}

.rz-close {
    width: .6rem;
    height: .6rem;
    /* opacity: 0.4; */
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -.7rem;
    z-index: 9999;
    transform: rotate(45deg);
    line-height: .6rem;
}

.rz-close::after {
    content: "+";
    font-size: .5rem;
    color: #fff;
}

.showContent{
    min-width: 2.5rem;width: 2.5rem;text-align: right;  word-break: break-all;
    display: none;
    box-sizing: border-box;
    color: #9d9d9d;

}
/* 
#companyNameContent,#idcNameContent{
    display: block
} */

.form .form input[type=text],.form .form input[type=number]{
    min-width: 2.5rem;width: 100%;
}

.form .form table input[type=number]{
    min-width: auto;width: 100%;
}
.form .form table .showContent{
    min-width: auto;width: 100%;
    text-align: center;
}
.mdui-checkbox input[type=checkbox]:focus+.mdui-checkbox-icon, .mdui-checkbox:active input[type=checkbox]+.mdui-checkbox-icon,.mdui-radio input[type=radio]:focus+.mdui-radio-icon, .mdui-radio:active input[type=radio]+.mdui-radio-icon{
    box-shadow: none !important;
}