.nz-vpp-info-list>.page2-info-label {
    flex-basis: 300px;
}

.partner-assessment-form .dds-textarea{
	width:54vw;
    flex-basis:100%;
    min-width:653px
}
.inform-item-wraper{
	width:100%;
}
.tabs-wraper {
    display: flex;
    column-gap: 1rem;
    flex-direction: row;
    color:#14181C;
    width:100%;
    line-height:42px;
    height:42px;
    margin:0.2em 0 1em 0;
}
.tabs-wraper .tabName{
    font-weight:600;
    font-size:22px;
}
.tabs-wraper .tab-item.active{
	color:#E00842;
}
.flexWraper-absolute-children>div{
    width:30vw;
	max-width:360px;
    height:10px;

}
.flex-fullwidth{
    flex-grow:1;
}

/* proida as example */
.nz-vpp-info-list>.page2-info-label {
    flex-basis: 300px;
}

.empty-flex-item {
    flex-grow: 1;
}

.flexPosition {
    position: relative;
    flex-basis: 120px;
}

.fixItemWraper {
    flex-basis: 30vw;
    max-width: 368px;

}

.flex-nowrap>div {
    flex-wrap: nowrap
}

.member-details-dds3 {
    transform: translateY(-52px);
    width: 30vw;
    max-width: 368px;
    padding: 20px 20px;
    background-color: #f5f5f6;
    border-radius: 4px;
    color: #14181c;
    display: flex;
    flex-direction: column;
}

.member-details-dds3 .member-details-text {
    font-weight: 600;
    width: 15vw;
    max-width: 156px;
    text-align: right;
}

.member-details-dds3 h6 {
    color: #14181c;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.member-details-dds3>.member-details-text-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
}

/* <1200 生效*/
@media screen and (max-width:1200px) {
    .member-details-dds3{
    	transform: unset;
	}
    .flexWraper-absolute-children{
		order:-1;
    }
    .flexWraper-absolute-children>div {
        width: 100%;
        max-width: 360px;
        height: 409px;
	}
    .partner-assessment-form .dds-textarea{
    	width: 68vw;
        max-width: 747px;
	}
    .flex-nowrap.longTip>div{
	  flex-wrap:wrap;
	}
    .empty-flex-item {
        flex-grow: 0.2;
    }

    .member-details-dds3 {
        width: 40vw;
    }

    .partner-assessment-form .glucose-fasting-ramdom .dds-dropdown__dropdown,
    .fixItemWraper {
        width: 33vw;
    }

    .member-details-dds3>h6 {
        margin-bottom: 4px;
    }

    .member-details-dds3>.member-details-text-container {
        margin-top: 4px;
    }
}

/* <768 生效*/
@media screen and (max-width:768px) {
    .partner-assessment-form .dds-textarea{
	   width: 49vw;
       min-width: unset;

	}
    .member-details-dds3-flexWraper {
        order: -1
    }
    .flexPosition {
        flex-basis: 60px;
        order: -1;
    }

    .member-details-dds3 {
    	transform: unset;
        width: 50vw;
        left: 50%;
    }

    .partner-assessment-form .glucose-fasting-ramdom .dds-dropdown__dropdown,
    .fixItemWraper {
        width: 48vw;
    }
}

/* <480 生效*/
@media screen and (max-width:480px) {
    .member-details-dds3{
 		width: 70vw;
	}
    .partner-assessment-form .dds-textarea{
	   width: 70vw;
       min-width: unset;

	}

    .partner-assessment-form .glucose-fasting-ramdom .dds-dropdown__dropdown,
    .fixItemWraper {
        width: 70vw;
    }
}