.nav{
    position: relative;
    width: 100%;
    height: 2.75rem;
    background: #FFFFFF;
}
#back {
    position: absolute;
    left: 0.94rem;
    top: 0.54rem;
    /* width: 1.5rem;
    height: 1.5rem; */
    font-size: 2rem;
    font-weight: bold;
}

.nav-title {
    position: absolute;
    left: 0;
    top: 0.94rem;
    width: 100%;
    height: 1.5rem;
    text-align: center;
    font-size: 1rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 1.13rem;
}

.wrap {
    margin: 0.6rem 0.95rem;
}

.card-cooperate {
    background-color: white;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    text-align: center;
    padding: 0.9rem 0.9rem;
}

.card-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.7rem;
}

.card-title span{
    margin-left: 0.5rem;
}

.verticalLine{
   width: 0.4rem;
   height: 1.15rem;
   background: #3876FF;
   border-radius: 0.18rem;
   float: left;
}

.mcf-line{
    margin: 0;
}

.mcf-cell {
    position: relative;
}

.redStart{
    color: red;
}

.translateStart{
    color: transparent;
}

.mcf-cell{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.mcf-form .content {
    background: #ffffff;
    border-radius: 0.5rem;
}

.mcf-cell-padding {
    /* padding: 1.88rem 0 0.63rem 0; */
}

.mcf-cell input {
    width: 100%;
    text-align: left !important;
}

.mcf-cell label{
    font-size: 1rem;
    color: #7C7F8E;
    font-weight: 500;
    margin-right: 1rem;
}

.mcf-link{
    height: 3.125rem;
    /* width: 100%; */
    background: #FFF;
    margin: 0.9rem;
    border-radius: 0.5rem;
}

.mcf-label{
    font-size: 1rem;
    font-weight: bold !important;
    font-family: PingFang SC-Heavy, PingFang SC;
    color: #333333 !important;
}

.mcf-cell .arrowRight{
    position: absolute;
    top: 1rem;
    right: 0;
    font-size: 1rem;
}

.select {
    font-size: 0.88rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

#button {
    width: 19.7rem;
    height: 100%;
    background: linear-gradient(93deg, #3774FF 0%, #5833FE 100%);
    border-radius: 3.13rem 3.13rem 3.13rem 3.13rem;
    font-size: 0.94rem;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ffffff;
    line-height: 2.74rem;
    text-align: center;
    margin: 2.5rem auto;
}

.card-contact {
    text-align: center;
    margin: 1.88rem 0 1.25rem 0;
}

.mcf-card {
    padding: 0.63rem 0.94rem;
}

.info-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.63rem;
}
.info-cell .title {
    font-size: 0.88rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 1.5rem;
    width: 4rem;
}
.info-cell .value {
    font-size: 0.88rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
}

.radioBox{
    /* height: 28.125rem; */
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    margin: 0.9rem ;
    padding: 0.8rem 1rem;
}

.radioBox-title{
    font-size: 1rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.quantity-Box,.feedback-Box{
    margin-top: 1.2rem;
}

.popup .content {
    padding: 0 0.94rem;
}

.popup .header{
    display: inline-block !important;
    padding: 0 0.94rem;
}

.popup .content .mcf-flex-box {
    padding: 0.63rem 0 0.31rem 0;
}

.popup .content .title {
    font-size: 0.88rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.88rem;
    height: 1.88rem;
}

.popup .content img {
    width: 1.88rem;
    height: 1.88rem;
}

.popup .content .brief {
    font-size: 0.75rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.popup textarea {
    padding: 0;
}

.popup .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .bottom .button {
    flex: 1;
}

.popup .bottom .button-confirm {
    background: #0d7bff;
    color: white;
}

.success{
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}

.success .dialog-detail{
    width: 19.375rem;
    height: 21.875rem;
    position: fixed;
    top: 12rem;
    left: 2.5rem;
    z-index: 1002;
    background-color: #FFF;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.detail-icon{
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.dialogClose{
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
    cursor: pointer;
}

.detail-textOne{
    font-size: 1.5rem;
    font-weight: 800;
    color: #042C46;
    font-family: PingFang SC-Heavy, PingFang SC;
    text-indent: 1rem;
}

.detail-textTwo{
    font-size: 1rem;
    font-weight: 500;
    color: #688090;
    font-family: PingFang SC-Heavy, PingFang SC;
    text-align: center;
    margin-top: 0.6rem;
}

.detail-btn{
    margin-top: 1.8rem;
    background: linear-gradient(93deg, #3774FF 0%, #5833FE 100%);
    width: 16.625rem;
    height: 2.5rem;
    border-radius: 1.75rem;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

.mui-checkbox.mui-left input[type=checkbox], .mui-radio.mui-left input[type=radio]{
    left: 0 !important;
}
.mui-checkbox.mui-left label, .mui-radio.mui-left label{
    padding-left: 3rem;
}
.simulationInput{
    font-size: 0.90rem;
    /* color: #ddd; */
}
.mui-table-view:before{
    height: 0;
}
.mui-table-view-cell:after{
    height: 0;
}
.mui-table-view-cell-other{
    padding: 0 0 0.4rem 0;
    /* border-bottom: 1px solid #EEEEEE; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mui-table-view-cell{
    padding: 0.4rem 0;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
}
/* .secondLevelFont{
    font-size: 0.88rem;
    color: #333333;
} */
.li_l{
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
}
.secondLevel li{
    padding: 0.4rem 0;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
}
.secondLevel li:last-child{
    margin-bottom: 0;
    /* border-bottom: none; */
}
.title_son{
    font-size: 0.88rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.88rem;
    height: 1.88rem;
}
.mui-table-view:after{
    height: 0 !important;
}

.none{
    display: none;
}
.block{
    display: block;
}