/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}

.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit {
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #286EFA 0%, #28B0FA 100%);
}
.components-PaidanPages-HomePage-BottomSubmit--mobileBottomSubmit {
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #286EFA 0%, #28B0FA 100%);
    position: relative;
}
.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit_center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit_img1 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 150px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.components-PaidanPages-HomePage-BottomSubmit--mobileBottomSubmit_img1 {
    position: absolute;
    left: 15px;
    bottom: 0;
    display: block;
    width: 150px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit_btn {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 125px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(180deg, #F36264 0%, #DB5052 100%);
    border-radius: 5px;
    padding-left: 31px;
    cursor: pointer;
}
.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit_btn img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit_btn:hover {
    background: #F36264;
    color: #fff;
}
.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit_txt {
    position: absolute;
    left: 114px;
    top: 15px;
}
.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit_txt h5 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    margin: 0;
}
.components-PaidanPages-HomePage-BottomSubmit--deskBottomSubmit_txt p {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;
    margin: 0;
}
/* mobile *********************************************/

.components-PaidanPages-HomePage-BottomSubmit--mobileBottomSubmit_txt {
    position: absolute;
    left: 28px;
    top: 17px;
}
.components-PaidanPages-HomePage-BottomSubmit--mobileBottomSubmit_txt h5 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    margin: 0;
}
.components-PaidanPages-HomePage-BottomSubmit--mobileBottomSubmit_txt p {
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 13px;
    margin: 0;
    -webkit-text-size-adjust: 100%;  /* 允许文字大小调整 */
}
.components-CommonComponents-Checkbox--container {
    display: inline-flex;
    align-items: center;
    height: 16px;
}
  
.components-CommonComponents-Checkbox--checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    user-select: none;
}
.components-CommonComponents-Checkbox--checkbox:active {
    background-color: #d8d8d8;
}
  
.components-CommonComponents-Checkbox--checked {
    background-color: #427afb;
    border-color: #427afb;
}
.components-CommonComponents-Checkbox--checked:active {
    background-color: #1b60ff;
}
  
.components-CommonComponents-Checkbox--disabled {
    border-color: #aaa;
    background-color: #f3f3f3;
    /* &:active {
      background-color: #aaa.5;
    } */
}
  
.components-CommonComponents-Checkbox--checked.components-CommonComponents-Checkbox--disabled {
    background-color: rgba(170, 170, 170, .5);
}
  
.components-CommonComponents-Checkbox--label {
    margin-left: 5px;
    cursor: pointer;
}
  
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.block-horizontal-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}
.block-vertical-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.block-flow-layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.block-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-justify-around {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.block-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-align-start {
  -webkit-align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.block-align-center {
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-align-end {
  -webkit-align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_content {
  width: 100%;
  margin-bottom: 100px;
  background: #FFFFFF;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_content_center {
  width: 1200px;
  margin: 0 auto;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_title h2{
  height: 47px;
  font-size: 36px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 47px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_title p{
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_list{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_item{
  position: relative;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_item_img{
  width: 100%;
  display: block;
  border-radius: 10px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_item span{
  position: absolute;
  width: 5px;
  height: 26px;
  background: #286EFA;
  top: 25px;
  left: 20px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_item h2{
  position: absolute;
  top: 25px;
  left: 35px;
  height: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--threeSpaceCapture_process_item p{
  position: absolute;
  top: 61px;
  left: 20px;
  right: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}

/*mobile****************************************/
.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_content {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 80px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_content_center {
  width: 100%;
  padding: 0 15px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_title{
  width: 100%;
  text-align: center;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_title h2{
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 32px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_title p{
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 16px;
  margin-top: 10px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_list{
  height: 160px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_list::-webkit-scrollbar {
    display: none;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_item{
  flex: 0 0 auto;
  position: relative;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_item_img{
  width: 100%;
  display: block;
  border-radius: 10px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_item span{
  position: absolute;
  width: 5px;
  height: 26px;
  background: #286EFA;
  top: 25px;
  left: 20px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_item h2{
  position: absolute;
  top: 25px;
  left: 35px;
  width: 80px;
  height: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}

.components-PaidanPages-ThreedspacecapturePage-Process--mobile_threeSpaceCapture_process_item p{
  position: absolute;
  top: 61px;
  left: 20px;
  right: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  white-space: normal;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
  padding-left: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
  padding-right: 0;
}
.ant-divider-rtl {
  direction: rtl;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

.components-CommonComponents-SelectLocation--box {
  height: 100%;
  background-color: #fff;
  border: #D8D8D8 1px solid;
  padding-left: 15px;
  padding-right: 30px;
  cursor: pointer;
  color: #1A1A1A;
  border-radius: 5px;
  opacity: 1;
  border: 1px solid #EFEFEF;
  position: relative;
}

.components-CommonComponents-SelectLocation--valueShow {
  font-size: 14px;
  color: #1A1A1A;
   white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.components-CommonComponents-SelectLocation--noSekect {
  color: #999;
}
.components-CommonComponents-SelectLocation--optionBox {
  position: absolute;
  left: 0;
  right: 0;
  color: #1A1A1A;
  background-color: #fff;
  border: 1px #d8d8d8 solid;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
  z-index: 100;
  top: 44px;
  border-radius: 5px;
}
.components-CommonComponents-SelectLocation--imgicon {
  width: 16px;
  position: absolute;
  right: 10px
}
.components-CommonComponents-SelectLocation--option {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 12px 15px;
  color: #1A1A1A;
  /* height: 38px; */
  /* background: rgb(247, 247, 247); */
}
.components-CommonComponents-SelectLocation--option.components-CommonComponents-SelectLocation--enable {
  cursor: pointer;
  color: #5F5F5F;
  background-color: #ffffff;
}
.components-CommonComponents-SelectLocation--container {
  position: relative;
  height: 40px;
}

.components-CommonComponents-SelectLocation--dark .components-CommonComponents-SelectLocation--box {
  background-color: #f7f7f7;
}

.components-CommonComponents-SelectLocation--option.components-CommonComponents-SelectLocation--enable:hover {
  background-color: #F8F8F8;
  /* color: #ffffff; */
}

.components-PaidanPages-ThreedspacecapturePage-Question--threeSpaceCapture_question_content {
  width: 100%;
  margin-bottom: 100px;
  background: #FFFFFF;
}

.components-PaidanPages-ThreedspacecapturePage-Question--threeSpaceCapture_question_content_center {
  width: 1200px;
  margin: 0 auto;
}

.components-PaidanPages-ThreedspacecapturePage-Question--threeSpaceCapture_question_title h2{
  height: 47px;
  font-size: 36px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 47px;
}

.components-PaidanPages-ThreedspacecapturePage-Question--threeSpaceCapture_question_item{
  margin-top: 30px;
}

.components-PaidanPages-ThreedspacecapturePage-Question--threeSpaceCapture_question_item h4{
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #286EFA;
  line-height: 24px;
  margin-bottom: 10px;
}

.components-PaidanPages-ThreedspacecapturePage-Question--threeSpaceCapture_question_answer{
  display: flex;
}
.components-PaidanPages-ThreedspacecapturePage-Question--threeSpaceCapture_question_answer p{
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
  white-space: pre-wrap;
}

/*mobile****************************************/
.components-PaidanPages-ThreedspacecapturePage-Question--mobile_threeSpaceCapture_question_content {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 100px;
}

.components-PaidanPages-ThreedspacecapturePage-Question--mobile_threeSpaceCapture_question_content_center {
  width: 100%;
  padding: 0 15px;
}

.components-PaidanPages-ThreedspacecapturePage-Question--mobile_threeSpaceCapture_question_title{
  width: 100%;
  text-align: center;
}

.components-PaidanPages-ThreedspacecapturePage-Question--mobile_threeSpaceCapture_question_title h2{
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 32px;
}

.components-PaidanPages-ThreedspacecapturePage-Question--mobile_threeSpaceCapture_question_list{
  margin-top: 20px;
}

.components-PaidanPages-ThreedspacecapturePage-Question--mobile_threeSpaceCapture_question_item h4{
  font-size: 18px;
  font-weight: 400;
  color: #286EFA;
  line-height: 24px;
  margin-bottom: 10px;
}

.components-PaidanPages-ThreedspacecapturePage-Question--mobile_threeSpaceCapture_question_item span{
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
  white-space: pre-wrap;
}


.components-PaidanPages-HomePage-FromModal--modal {
    display: flex;
    flex-flow: column nowrap;
    width: 700px;
    height: 640px;
}
.components-PaidanPages-HomePage-FromModal--modal_m {
    width: 92vw;
    height: 84vh;
}
.components-PaidanPages-HomePage-FromModal--modal_overlay {
    z-index: 1000;
}
.components-PaidanPages-HomePage-FromModal--title {
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
}
  
.components-PaidanPages-HomePage-FromModal--body {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}
.components-PaidanPages-HomePage-FromModal--modal_m .components-PaidanPages-HomePage-FromModal--body {
    width: 100%;
    height: calc(80vh - 130px);
    overflow-y: auto;
}
.components-PaidanPages-HomePage-FromModal--body_content {
    width: 100%;
    text-align: left;
    padding-top: 15px;
}

.components-PaidanPages-HomePage-FromModal--from_item {
    width: 100%;
    padding-left: 120px;
    position: relative;
    margin-bottom: 15px;
}
.components-PaidanPages-HomePage-FromModal--modal_m .components-PaidanPages-HomePage-FromModal--from_item {
    padding-left: 0;
    margin-bottom: 10px;
}
.components-PaidanPages-HomePage-FromModal--from_item .components-PaidanPages-HomePage-FromModal--title {
    position: absolute;
    left: 0;
    top: 0;
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
}
.components-PaidanPages-HomePage-FromModal--modal_m .components-PaidanPages-HomePage-FromModal--from_item .components-PaidanPages-HomePage-FromModal--title {
    position: relative;
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
}
.components-PaidanPages-HomePage-FromModal--from_item .components-PaidanPages-HomePage-FromModal--title span {
    color: #F36264;
}
.components-PaidanPages-HomePage-FromModal--from_content .components-PaidanPages-HomePage-FromModal--content {
    width: 100%;
    min-height: 40px;
    clear: both;
}
.components-PaidanPages-HomePage-FromModal--content_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px!important;
    width: 110px!important;
}
.components-PaidanPages-HomePage-FromModal--from_content .components-PaidanPages-HomePage-FromModal--content p {
    font-size: 14px;
    font-weight: 500;
    color: #F36264;
}
.components-PaidanPages-HomePage-FromModal--choosetype {
    width: 100%;
    padding-left: 200px;
    position: relative;
    height: 40px;
    margin-bottom: 6px;
}
.components-PaidanPages-HomePage-FromModal--modal_m .components-PaidanPages-HomePage-FromModal--choosetype {
    width: 100%;
    padding-left: 0;
    height: auto;
    margin-bottom: 6px;
}
.components-PaidanPages-HomePage-FromModal--choosetype_nav {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
}
.components-PaidanPages-HomePage-FromModal--modal_m .components-PaidanPages-HomePage-FromModal--choosetype_nav {
    position: relative
}

.components-PaidanPages-HomePage-FromModal--choosetype_input {
    display: block;
    width: 100%;
    height: 100%;
}
.components-PaidanPages-HomePage-FromModal--chooseitem {
    display: inline-block;
    padding-left: 21px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 40px;
    position: relative;
}
.components-PaidanPages-HomePage-FromModal--chooseitem .components-PaidanPages-HomePage-FromModal--cbtn {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.components-PaidanPages-HomePage-FromModal--choosetype_p {
    margin: 0;
    height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #909090;
    line-height: 18px;
}
