* {
  font-family: 'PingFang SC';
}
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
.contact-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  margin:50px auto !important;
  box-shadow: 0px 24px 48px rgba(16, 24, 40, 0.1);
  -moz-box-shadow: 0px 24px 48px rgba(16, 24, 40, 0.1);
  -webkit-box-shadow: 0px 24px 48px rgba(16, 24, 40, 0.1);
  border-radius: 24px;
}
.contact-left {
  padding: 72px 62px;
  gap: 12px;
  width: 35%;
  height: 1084px;
  background-blend-mode: normal, overlay, normal;
  border-radius: 24px 0 0 24px;
  background-size: 100% 100%;
  position:relative;
}
.contact-left > div:first-child{
    position: absolute;
    left: calc(50% - 144px/2 - 94px);
    top: 72px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: right;
    color: #FFFFFF;
}
.contact-left > div:nth-child(2){
    position: absolute;
    width: 340px;
    height: 72px;
    left: calc(50% - 144px/2 - 94px);
    top: 90px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    display: flex;
    align-items: center;
    background: linear-gradient(180.07deg, rgba(255, 255, 255, 0) 11.92%, rgba(255, 255, 255, 0.2) 94.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.contact-right {
  padding: 0 96px;
  gap: 64px;
  /*width: 752px;*/
  width: 65%;
  height: 1084px;
  border-radius: 0 24px 24px 0;
}
.contact-right-header {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, #407FFF 0%, #1967FF 50%, #004EEB 99.99%, #004EEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 0 24px 24px 0;
}
.contact-right-body form{
  padding: 0px;
  gap: 24px;
  /*width: 560px;*/
  width: 100%;
  height: 648px;
  margin: 50px auto;
}
.user-detial{
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: rgba(24, 24, 27, 0.65);
  margin-bottom: 20px;
}
.user-detial > div{
  flex: 1;
  margin-right: 3%;
}

.user-detial > div label{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: rgba(24, 24, 27, 0.65);
}

.user-detial > div input,select,textarea{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
  gap: 12px;
  isolation: isolate;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(24, 24, 27, 0.25);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  margin-top: 10px;
}
#last-name ,#first-name, #email,#gender,
#work-phone ,#company, #company-street,
#target, #product, #yh-contact,
#yh-contact-email, #contact-purpose, #product-class{
  width:100%;
}
.submit-button {
  color:white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 8px;
  width:60%;
  height: 48px;
  margin:30px auto;
  background: linear-gradient(90deg, #407FFF 0%, #1967FF 50%, #004EEB 99.99%, #004EEB 100%);
  border:none;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px rgba(16, 24, 40, 0.05);
  border-radius: 48px;
  font-size: 18px;
  font-weight: bold;
}

.checkbok_style{
  display:none;
  background:white;
  position:absolute !important;
  z-index:1;
  margin:0;
  padding:0;
  border: 2px solid #C0C0C0;
  border-radius: 0 0 10px 10px;
  overflow: auto;
}
.checkbok_style ul{
  list-style:none;
  padding:0;
  margin:0;
}
.product-state, .product-state-two, .product-state-tree {
    display:none;
}
.checkbok_style ul li {
  height:40px;
  width:100%;
  font-size:14px;
  font-weight:normal;
  margin: 3px 0;
  display: flex;
  align-items:center;
  line-height:20px;
}

.checkbok_style ul li input{
  height:20px;
  margin-top:-1px;
  margin-right:5%;
  margin-left:5%;
}

#confirm-div {
    display:none;
    width:20%;
    height:15vh;
    background:Red;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-10%;
    margin-top:-7.5vh;
    background:white;
    border: 2px solid #C0C0C0;
    border-radius:8px;
    z-index:2;
}

.button-confirm button{
    flex:1;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 34px;
    border-radius: 8px !important;
    background: linear-gradient(90deg, #407FFF 0%, #1967FF 50%, #004EEB 99.99%, #004EEB 100%);
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border:none;
}