.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-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-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;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #000;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_center {
    position: absolute;
    width: 1200px;
    padding-top: 116px;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -600px;
    z-index: 5;
}

.components-PaidanPages-HomePage-HBanner--deskHBanner_center h4 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 66px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    margin-bottom: 4px;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_center p {
    width: 100%;
    text-align: center;
    height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    margin-bottom: 34px;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_centerbtns {
    font-size: 0;
    text-align: center;
    margin-bottom: 90px;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_centerbtns a {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_centerbtns .components-PaidanPages-HomePage-HBanner--btns_2 img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_centerbtns .components-PaidanPages-HomePage-HBanner--btns_2 {
    background-color: #286EFA;
    padding-left: 31px;
    position: relative;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_centerbtns .components-PaidanPages-HomePage-HBanner--btns_2:hover {
    background-color: #1B60FF;
    color: #fff;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_video {
    width: 100%;
    height: 100%;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_bottom {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_bottom_item {
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid #286EFA;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 100px;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_bottom_item:last-child {
    margin-right: 0;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_bottom_item span {
    display: block;
    font-size: 18px;
    line-height: 24px;
}
.components-PaidanPages-HomePage-HBanner--deskHBanner_bottom_item i {
    font-style: normal;
    display: block;
    font-size: 12px;
    line-height: 16px;
}
/* ***********************************************************/
.components-PaidanPages-HomePage-HBanner--mobileHBanner {
    width: 100%;
    height: 400px;
    background-image: url(https://ssl-static2.720static.com//_next/static/images/pbg-38bcb087008154bd8a05c248cfc7ecb7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #000;
}

.components-PaidanPages-HomePage-HBanner--mobileHBanner_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 120px;
    z-index: 5;
}
.components-PaidanPages-HomePage-HBanner--mobileHBanner_center h4 {
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 52px;
    margin-bottom: 5px;
}
.components-PaidanPages-HomePage-HBanner--mobileHBanner_center p {
    font-size: 12px;
    font-weight: 400;
    color: #EFEFEF;
    line-height: 16px;
    margin-bottom: 30px;
}
.components-PaidanPages-HomePage-HBanner--mobileHBanner_bottom {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-left: 10px;
}
.components-PaidanPages-HomePage-HBanner--mobileHBanner_bottom_item {
    display: inline-block;
    text-align: left;
    padding-left: 4px;
    padding-right: 8px;
    border-left: 1px solid #286EFA;
    font-weight: 500;
    color: #FFFFFF;
}

.components-PaidanPages-HomePage-HBanner--mobileHBanner_bottom_item span {
    display: block;
    font-size: 13px;
    line-height: 17px;
}
.components-PaidanPages-HomePage-HBanner--mobileHBanner_bottom_item .components-PaidanPages-HomePage-HBanner--txti {
    display: block;
    line-height: 12px;
    -webkit-text-size-adjust: 100%;  /* 允许文字大小调整 */
    text-size-adjust: 100%;
    font-size: 9px;
    font-style: normal;
}

.components-PaidanPages-HomePage-HBanner--video_src {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.components-PaidanPages-HomePage-Content1--deskContent1 {
    width: 100%;
}
.components-PaidanPages-HomePage-Content1--deskContent1_center {
    width: 1200px;
    margin: 0 auto;
    padding-left: 360px;
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
}
.components-PaidanPages-HomePage-Content1--deskContent1_title {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 47px;
    margin-bottom: 80px;
}
.components-PaidanPages-HomePage-Content1--deskContent2_title {
    position: absolute;
    left: 0;
    top: 204px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
}
.components-PaidanPages-HomePage-Content1--deskContent1_list {
    width: 100%;
    height: 380px;
}
.components-PaidanPages-HomePage-Content1--deskContent1_list a {
    float: left;
    width: 400px;
    height: 180px;
    background: linear-gradient(180deg, rgba(250,100,0,0.05) 0%, rgba(250,100,0,0.7) 100%);
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-HomePage-Content1--aitem {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 180px;
}
.components-PaidanPages-HomePage-Content1--deskContent1_list a .components-PaidanPages-HomePage-Content1--img1 {
    display: block;
    width: 100%;
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transition: all 0.3s;
}

.components-PaidanPages-HomePage-Content1--deskContent1_list a:hover .components-PaidanPages-HomePage-Content1--img1{
    transform: scale(1.2);
}

.components-PaidanPages-HomePage-Content1--deskContent1_list a h4 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.components-PaidanPages-HomePage-Content1--deskContent1_list a .components-PaidanPages-HomePage-Content1--icon {
    width: 24px;
    position: absolute;
    left: 30px;
    top: 30px;
    display: block;
}
.components-PaidanPages-HomePage-Content1--deskContent1_list a .components-PaidanPages-HomePage-Content1--btn {
    position: absolute;
    right: 30px;
    bottom: 29px;
    width: 48px;
    height: 28px;
    background: rgba(26,26,26,0.2);
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
}
.components-PaidanPages-HomePage-Content1--deskContent1_list a:hover .components-PaidanPages-HomePage-Content1--btn {
    background: rgba(26,26,26,0.4);
}

/* mobile *********************************************/
.components-PaidanPages-HomePage-Content1--mobileContent1 {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 15px;
    padding-right: 0;
    padding-bottom: 30px;
}

.components-PaidanPages-HomePage-Content1--mobileContent1_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 10px;
}
.components-PaidanPages-HomePage-Content1--mobileContent2_title {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 16px;
    margin-bottom: 20px;
}

.components-PaidanPages-HomePage-Content1--mobileContent1_list {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-HomePage-Content1--mobileContent1_list_content {
    width: 600px;
    font-size: 0;
}
.components-PaidanPages-HomePage-Content1--mobileContent1_list_content a {
    display: inline-block;
    width: 285px;
    height: 128px;
    background: linear-gradient(180deg, rgba(93,166,255,0.1) 0%, rgba(93,166,255,0.6) 100%);
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-HomePage-Content1--mobileContent1_list_content a .components-PaidanPages-HomePage-Content1--img1 {
    display: block;
    width: 100%;
    height: 100%;
    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-Content1--mobileContent1_list_content a h4 {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.components-PaidanPages-HomePage-Content1--mobileContent1_list_content a .components-PaidanPages-HomePage-Content1--icon {
    width: 24px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
}
.components-PaidanPages-HomePage-Content1--mobileContent1_list_content a .components-PaidanPages-HomePage-Content1--btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 44px;
    height: 26px;
    background: rgba(26,26,26,0.2);
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
}

.components-PaidanPages-HomePage-Content2--deskContent2 {
    width: 100%;
    margin-bottom: 100px;
}
.components-PaidanPages-HomePage-Content2--deskContent2_center {
    width: 1200px;
    margin: 0 auto;
    height: 325px;
    padding-left: 80px;
    padding-top: 90px;
    background-image: url(https://ssl-static2.720static.com//_next/static/images/pcbg-4db64503db14e211a71877875a28828a.png);
    background-position: center;
    background-size: cover;
    border: 5px;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-HomePage-Content2--deskContent2_title {
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 47px;
    margin-bottom: 15px;
}
.components-PaidanPages-HomePage-Content2--deskContent2_title2 {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
}
.components-PaidanPages-HomePage-Content2--deskContent2_btn {
    display: block;
    width: 48px;
    height: 26px;
    background: #286EFA;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.components-PaidanPages-HomePage-Content2--deskContent2_btn:hover {
    color: #fff;
    background: #1B60FF;
}
/* mobile *********************************************/
.components-PaidanPages-HomePage-Content2--mobileContent2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 50px;
}
.components-PaidanPages-HomePage-Content2--mobileContent2_center {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 160px;
    background-image: url(https://ssl-static2.720static.com//_next/static/images/phonebg-306ed11eb04463ce78d1b8d0d0de8e02.png);
    background-position: center;
    background-size: 100% 100%;
    border: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.components-PaidanPages-HomePage-Content2--mobileContent2_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    margin-bottom: 15px;
}
.components-PaidanPages-HomePage-Content2--mobileContent2_title2 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
    margin-bottom: 30px;
}
.components-PaidanPages-HomePage-Content2--mobileContent2_btn {
    display: block;
    width: 100px;
    height: 34px;
    background: #286EFA;
    background: #286EFA;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}
.components-PaidanPages-HomePage-Content3--deskContent3 {
    width: 100%;
    height: 600px;
    background-color: linear-gradient(180deg, #FFFFFF 0%, #F6F9FC 20%);
    background-image: url(https://ssl-static2.720static.com//_next/static/images/bg-4b1931b5821e53124f51db961d6612a3.png);
    background-position: center;
    background-repeat: repeat-x;
}
.components-PaidanPages-HomePage-Content3--deskContent3_center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.components-PaidanPages-HomePage-Content3--deskContent3_content {
    width: 100%;
    height: 450px;
    background: rgba(255,255,255,0.3);
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    position: relative;
    padding-top: 45px;
    padding-left: 98px;
}
.components-PaidanPages-HomePage-Content3--deskContent3_content .components-PaidanPages-HomePage-Content3--imgR {
    position: absolute;
    right: 90px;
    top: 36px;
    width: 450px;
}
.components-PaidanPages-HomePage-Content3--deskContent3_content h5 {
    font-size: 36px;
    color: #1A1A1A;
    line-height: 47px;
    margin-bottom: 8px;
}
.components-PaidanPages-HomePage-Content3--deskContent3_content p {
    margin: 0;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 40px;
}

.components-PaidanPages-HomePage-Content3--deskContent3_content_imgs {
    width: 360px;
}
/* mobile *********************************************/
.components-PaidanPages-HomePage-Content3--mobileContent3 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background-color: linear-gradient(180deg, #FFFFFF 0%, #F6F9FC 20%);
    background-image: url(https://ssl-static2.720static.com//_next/static/images/bg-4b1931b5821e53124f51db961d6612a3.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}

.components-PaidanPages-HomePage-Content3--mobileContent3_content {
    width: 100%;
    background: rgba(255,255,255,0.3);
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    padding: 30px;
}
.components-PaidanPages-HomePage-Content3--mobileContent3_content .components-PaidanPages-HomePage-Content3--imgR {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.components-PaidanPages-HomePage-Content3--mobileContent3_content h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 8px;
}
.components-PaidanPages-HomePage-Content3--mobileContent3_content p {
    margin: 0;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 40px;
    text-align: center;
}
.components-PaidanPages-HomePage-Content3--mobileContent3_content_imgs {
    display: block;
    width: 100%;
}

.components-PaidanPages-HomePage-Content4--deskContent4 {
    width: 100%;
    height: 325px;
    background: linear-gradient(180deg, #1A1A1A 0%, #20263D 100%);
    margin-bottom: 100px;
}
.components-PaidanPages-HomePage-Content4--deskContent4_center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.components-PaidanPages-HomePage-Content4--deskContent4_title {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 47px;
}
.components-PaidanPages-HomePage-Content4--deskContent4_title2 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 20px;
}
.components-PaidanPages-HomePage-Content4--deskContent4_list {
    width: 100%;
}
.components-PaidanPages-HomePage-Content4--deskContent4_list .components-PaidanPages-HomePage-Content4--item {
    float: left;
    width: 285px;
    height: 140px;
    border-radius: 10px;
    margin-left: 20px;
    position: relative;
}
.components-PaidanPages-HomePage-Content4--deskContent4_list .components-PaidanPages-HomePage-Content4--item:first-child {
    margin-left: 0;
}
.components-PaidanPages-HomePage-Content4--deskContent4_list .components-PaidanPages-HomePage-Content4--item .components-PaidanPages-HomePage-Content4--item_content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    padding-top: 25px;
}
.components-PaidanPages-HomePage-Content4--deskContent4_list .components-PaidanPages-HomePage-Content4--item .components-PaidanPages-HomePage-Content4--img1 {
    display: block;
    width: 100%;
    height: 100%;
    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-Content4--deskContent4_list .components-PaidanPages-HomePage-Content4--item_content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 15px;
    border-left: 5px solid #286EFA;
    margin-bottom: 10px;
}

.components-PaidanPages-HomePage-Content4--deskContent4_list .components-PaidanPages-HomePage-Content4--item_content p {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
}


/* mobile *********************************************/
.components-PaidanPages-HomePage-Content4--mobileContent4 {
    width: 100%;
    height: 334px;
    background: linear-gradient(180deg, #1A1A1A 0%, #20263D 100%);
    padding-left: 15px;
    padding-top: 50px;
    margin-bottom: 50px;
}

.components-PaidanPages-HomePage-Content4--mobileContent4_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    margin-bottom: 10px;
}
.components-PaidanPages-HomePage-Content4--mobileContent4_title2 {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
    margin-bottom: 20px;
}

.components-PaidanPages-HomePage-Content4--mobileContent4_list {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-HomePage-Content4--mobileContent4_list_content {
    width: 1220px;
}
.components-PaidanPages-HomePage-Content4--mobileContent4_list .components-PaidanPages-HomePage-Content4--item {
    float: left;
    width: 285px;
    height: 140px;
    border-radius: 10px;
    margin-left: 20px;
    position: relative;
}
.components-PaidanPages-HomePage-Content4--mobileContent4_list .components-PaidanPages-HomePage-Content4--item:first-child {
    margin-left: 0;
}
.components-PaidanPages-HomePage-Content4--mobileContent4_list .components-PaidanPages-HomePage-Content4--item .components-PaidanPages-HomePage-Content4--item_content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    padding-top: 25px;
}
.components-PaidanPages-HomePage-Content4--mobileContent4_list .components-PaidanPages-HomePage-Content4--item .components-PaidanPages-HomePage-Content4--img1 {
    display: block;
    width: 100%;
    height: 100%;
    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-Content4--mobileContent4_list .components-PaidanPages-HomePage-Content4--item_content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 15px;
    border-left: 5px solid #286EFA;
    margin-bottom: 10px;
}

.components-PaidanPages-HomePage-Content4--mobileContent4_list .components-PaidanPages-HomePage-Content4--item_content p {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
}

.components-PaidanPages-HomePage-Content5--deskContent5 {
    width: 100%;
    height: 245px;
    margin-bottom: 100px;
}
.components-PaidanPages-HomePage-Content5--deskContent5_center {
    width: 1200px;
    margin: 0 auto;
}
.components-PaidanPages-HomePage-Content5--deskContent5_title {
    font-size: 36px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 47px;
}
.components-PaidanPages-HomePage-Content5--deskContent5_title2 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 20px;
}
.components-PaidanPages-HomePage-Content5--deskContent5_list {
    width: 100%;
}
.components-PaidanPages-HomePage-Content5--deskContent5_list .components-PaidanPages-HomePage-Content5--item {
    float: left;
    width: 285px;
    height: 70px;
    border-radius: 5px;
    margin-left: 20px;
    position: relative;
    padding-left: 70px;
    padding-right: 10px;
    padding-top: 10px;
}
.components-PaidanPages-HomePage-Content5--deskContent5_list .components-PaidanPages-HomePage-Content5--item:first-child {
    margin-left: 0;
}
.components-PaidanPages-HomePage-Content5--deskContent5_list .components-PaidanPages-HomePage-Content5--item:nth-child(5) {
    margin-left: 0;
}
.components-PaidanPages-HomePage-Content5--deskContent5_list .components-PaidanPages-HomePage-Content5--item .components-PaidanPages-HomePage-Content5--img1 {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    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-Content5--deskContent5_list .components-PaidanPages-HomePage-Content5--item h4 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 4px;
}

.components-PaidanPages-HomePage-Content5--deskContent5_list .components-PaidanPages-HomePage-Content5--item p {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    line-height: 16px;
}


/* mobile *********************************************/
.components-PaidanPages-HomePage-Content5--mobileContent5 {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 30px;
}

.components-PaidanPages-HomePage-Content5--mobileContent5_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 10px;
}
.components-PaidanPages-HomePage-Content5--mobileContent5_title2 {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 16px;
    margin-bottom: 20px;
}

.components-PaidanPages-HomePage-Content5--mobileContent5_list {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-HomePage-Content5--mobileContent5_list_content {
    width: 1220px;
    height: 160px;
}
.components-PaidanPages-HomePage-Content5--mobileContent5_list .components-PaidanPages-HomePage-Content5--item {
    float: left;
    width: 285px;
    height: 70px;
    border-radius: 5px;
    margin-left: 20px;
    position: relative;
    padding-left: 70px;
    padding-right: 10px;
    padding-top: 10px;
}
.components-PaidanPages-HomePage-Content5--mobileContent5_list .components-PaidanPages-HomePage-Content5--item:first-child {
    margin-left: 0;
}
.components-PaidanPages-HomePage-Content5--mobileContent5_list .components-PaidanPages-HomePage-Content5--item:nth-child(5) {
    margin-left: 0;
}
.components-PaidanPages-HomePage-Content5--mobileContent5_list .components-PaidanPages-HomePage-Content5--item .components-PaidanPages-HomePage-Content5--img1 {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    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-Content5--mobileContent5_list .components-PaidanPages-HomePage-Content5--item h4 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 4px;
}

.components-PaidanPages-HomePage-Content5--mobileContent5_list .components-PaidanPages-HomePage-Content5--item p {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    line-height: 16px;
}


.components-PaidanPages-HomePage-BrandList--deskBrand_title_com {
    font-size: 36px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 47px;
}
.components-PaidanPages-HomePage-BrandList--deskBrand_title_com2 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 20px;
}
.components-PaidanPages-HomePage-BrandList--mobileBrand_title_com {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 10px;
}
.components-PaidanPages-HomePage-BrandList--mobileBrand_title_com2 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 16px;
}
.components-PaidanPages-HomePage-BrandList--clearfixBrand::before,.components-PaidanPages-HomePage-BrandList--clearfixBrand::after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.components-PaidanPages-HomePage-BrandList--clearfixBrand::after{clear:both;}
.components-PaidanPages-HomePage-BrandList--clearfixBrand{zoom:1;}
.components-PaidanPages-HomePage-BrandList--markBrand_t {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    line-height: 16px;
    width: 100%;
    text-align: center;
}

.components-PaidanPages-HomePage-BrandList--deskBrand_content {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F5F7FA;
}
.components-PaidanPages-HomePage-BrandList--deskBrand_content_center {
    width: 1200px;
    margin: 0 auto;
}
.components-PaidanPages-HomePage-BrandList--deskBrand_list {
    width: 100%;
}
.components-PaidanPages-HomePage-BrandList--deskBrand_list .components-PaidanPages-HomePage-BrandList--itemBrand {
    float: left;
    margin-right: 36px;
    margin-bottom: 22px;
    width: 140px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
}
.components-PaidanPages-HomePage-BrandList--deskBrand_list .components-PaidanPages-HomePage-BrandList--itemBrand:nth-child(7n+0) {
    margin-right: 0;
}
.components-PaidanPages-HomePage-BrandList--deskBrand_list .components-PaidanPages-HomePage-BrandList--itemBrand .components-PaidanPages-HomePage-BrandList--imgsrc {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}


/* mobile_content****************************************/
.components-PaidanPages-HomePage-BrandList--mobileBrand_content {
    width: 100%;
    background-color: #F5F7FA;
    padding-bottom: 30px;
    padding-top: 50px;
}
.components-PaidanPages-HomePage-BrandList--mobileBrand_content_center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.components-PaidanPages-HomePage-BrandList--mobileBrand_list_content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-HomePage-BrandList--mobileBrand_list_content::-webkit-scrollbar {
    display: none;
}

.components-PaidanPages-HomePage-BrandList--mobileBrand_list {
    width: 1200px;
    padding-top: 20px;
}
.components-PaidanPages-HomePage-BrandList--mobileBrand_list .components-PaidanPages-HomePage-BrandList--itemBrand {
    float: left;
    margin-right: 36px;
    margin-bottom: 22px;
    width: 140px;
    height: 60px;
}
.components-PaidanPages-HomePage-BrandList--mobileBrand_list .components-PaidanPages-HomePage-BrandList--itemBrand:nth-child(7n+0) {
    margin-right: 0;
}
.components-PaidanPages-HomePage-BrandList--mobileBrand_list .components-PaidanPages-HomePage-BrandList--itemBrand .components-PaidanPages-HomePage-BrandList--imgsrc {
    width: 100%;
    height: 100%;
    display: block;
}


.components-PaidanPages-HomePage-CcieList--deskCcieList {
    width: 100%;
    background-color: #F5F7FA;
    padding-bottom: 160px;
}
.components-PaidanPages-HomePage-CcieList--deskCcieList_center {
    width: 1200px;
    margin: 0 auto;
}
.components-PaidanPages-HomePage-CcieList--deskCcieList_title {
    font-size: 36px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 47px;
}
.components-PaidanPages-HomePage-CcieList--deskCcieList_title2 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 20px;
}
.components-PaidanPages-HomePage-CcieList--deskCcieList_list {
    width: 100%;
    height: 200px;
}
.components-PaidanPages-HomePage-CcieList--deskCcieList_img1 {
    float: left;
    width: 320px;
    height: 200px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    margin-right: 20px;
}
.components-PaidanPages-HomePage-CcieList--deskCcieList_img1 img {
    display: block;
    width: 100%;
    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-CcieList--deskCcieList_img2 {
    float: left;
    width: 540px;
    height: 200px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    margin-right: 20px;
}
.components-PaidanPages-HomePage-CcieList--deskCcieList_img2 img {
    display: block;
    width: 100%;
    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-CcieList--deskCcieList_img3 {
    float: left;
    width: 300px;
    height: 200px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    border: 2px solid #FFFFFF;
}
.components-PaidanPages-HomePage-CcieList--deskCcieList_img3 img {
    display: block;
    width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
/* mobile *********************************************/
.components-PaidanPages-HomePage-CcieList--mobileCcieList {
    width: 100%;
    background-color: #F5F7FA;
    padding-left: 15px;
    padding-bottom: 110px;
}

.components-PaidanPages-HomePage-CcieList--mobileCcieList_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 10px;
}
.components-PaidanPages-HomePage-CcieList--mobileCcieList_title2 {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 16px;
    margin-bottom: 20px;
}

.components-PaidanPages-HomePage-CcieList--mobileCcieList_list {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-HomePage-CcieList--mobileCcieList_list_content {
    width: 1220px;
    height: 160px;
}
.components-PaidanPages-HomePage-CcieList--mobileCcieList_list .components-PaidanPages-HomePage-CcieList--item {
    float: left;
    width: 285px;
    height: 70px;
    border-radius: 5px;
    margin-left: 20px;
    position: relative;
    padding-left: 70px;
    padding-right: 10px;
    padding-top: 10px;
}
.components-PaidanPages-HomePage-CcieList--mobileCcieList_list .components-PaidanPages-HomePage-CcieList--item:first-child {
    margin-left: 0;
}
.components-PaidanPages-HomePage-CcieList--mobileCcieList_list .components-PaidanPages-HomePage-CcieList--item:nth-child(5) {
    margin-left: 0;
}
.components-PaidanPages-HomePage-CcieList--mobileCcieList_list .components-PaidanPages-HomePage-CcieList--item .components-PaidanPages-HomePage-CcieList--img1 {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 50px;
    height: 50px;
    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-CcieList--mobileCcieList_list .components-PaidanPages-HomePage-CcieList--item h4 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 4px;
}

.components-PaidanPages-HomePage-CcieList--mobileCcieList_list .components-PaidanPages-HomePage-CcieList--item p {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    line-height: 16px;
}

.components-PaidanPages-HomePage-Cases--deskCases_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.components-PaidanPages-HomePage-Cases--deskCases_content_center {
    width: 1220px;
    margin: 0 auto;
}

.components-PaidanPages-HomePage-Cases--deskContent5_title {
    font-size: 36px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 47px;
    padding-left: 10px;
}
.components-PaidanPages-HomePage-Cases--deskContent5_title2 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
}


.components-PaidanPages-HomePage-Cases--deskCases_list {
    width: 100%;
    zoom: 1;
    box-sizing: border-box;
    margin-bottom: 90px;
}
.components-PaidanPages-HomePage-Cases--deskCases_list:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.components-PaidanPages-HomePage-Cases--deskCases_list .components-PaidanPages-HomePage-Cases--list_item {
    float: left;
    width: 33.3%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}
.components-PaidanPages-HomePage-Cases--deskCases_list .components-PaidanPages-HomePage-Cases--list_item_content {
    width: 100%;
    display: block;
    height: 218px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    position: relative;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-HomePage-Cases--deskCases_list .components-PaidanPages-HomePage-Cases--list_item_content span {
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #1A1A1A;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 3;
}
.components-PaidanPages-HomePage-Cases--deskCases_list .components-PaidanPages-HomePage-Cases--list_item_content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    z-index: 2;
    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-Cases--deskCases_list .components-PaidanPages-HomePage-Cases--list_item_content:hover img {
    transform: scale(1.2);
}
.components-PaidanPages-HomePage-Cases--deskCases_list .components-PaidanPages-HomePage-Cases--list_item_content .components-PaidanPages-HomePage-Cases--bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    padding-left: 15px;
    background: rgba(0,0,0,0.5);
    z-index: 3;
}
.components-PaidanPages-HomePage-Cases--deskCases_list .components-PaidanPages-HomePage-Cases--list_item_content .components-PaidanPages-HomePage-Cases--bottom h4 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.components-PaidanPages-HomePage-Cases--deskCases_list .components-PaidanPages-HomePage-Cases--list_item_content .components-PaidanPages-HomePage-Cases--bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*mobile****************************************/
.components-PaidanPages-HomePage-Cases--mobileCases_content {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 50px;
}
.components-PaidanPages-HomePage-Cases--mobileContent5_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 10px;
}
.components-PaidanPages-HomePage-Cases--mobileContent5_title2 {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 16px;
    margin-bottom: 15px;
}
.components-PaidanPages-HomePage-Cases--mobileCases_list {
    width: 100%;
    zoom: 1;
}
.components-PaidanPages-HomePage-Cases--mobileCases_list:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.components-PaidanPages-HomePage-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 5px;
}
.components-PaidanPages-HomePage-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item_content {
    display: block;
    width: 100%;
    position: relative;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-HomePage-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item_content::after {
    content: ' ';
    display: block;
    padding-top: 60%;
    visibility: hidden;
}
.components-PaidanPages-HomePage-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item_content_content {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    background-color: #000;
}
.components-PaidanPages-HomePage-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item_content_content span {
    position: absolute;
    display: block;
    left: 5px;
    top: 5px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    background: #FFFFFF;
    border-radius: 5px;
    z-index: 3;
    transform: scale(0.8);
}
.components-PaidanPages-HomePage-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item_content_content img {
    display: block;
    height: 100%;
    width: 100%;
    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-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item_content_content .components-PaidanPages-HomePage-Cases--bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    padding-left: 10px;
    background: rgba(0,0,0,0.5);
}
.components-PaidanPages-HomePage-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item_content_content .components-PaidanPages-HomePage-Cases--bottom h4 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    margin-top: 2px;
}
.components-PaidanPages-HomePage-Cases--mobileCases_list .components-PaidanPages-HomePage-Cases--list_item_content_content .components-PaidanPages-HomePage-Cases--bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

/* 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%;  /* 允许文字大小调整 */
}
