﻿.describ {
    width:100%;
    height:50px;
    line-height:60px;
    text-align:center;
    font-size: 1.5em;
    font-weight:bold;
  }
.tecTable {
    font-family: 'PingFang SC';
    width: 80%;
    text-align: left;
    font-size: 1em;
    margin: 0 auto;
    padding: 0 15px;
    border-top: 1px solid rgba(24, 24, 27, 0.1);
   /* border-bottom: 1px solid rgba(24, 24, 27, 0.1);*/
}
.tecTable > div {
    line-height:60px;
    border-bottom: 1px solid rgba(24, 24, 27, 0.1);
  }
 .tecTable > div >div:nth-child(2) {
    /*color: rgba(24, 24, 27, 0.65);*/
  }
  .tecTable > div >div:nth-child(1) {
    font-weight: 500;
    font-size: 20px;
    line-height: 60px;
    color: #18181B;
  }
.colsHeight {
    display:flex;
    align-items:center;
}
.tecTable .row .col-lg-4 {
    display: flex;
    align-items: center;
}

.tecTable .row .col-lg-6 {
    display: flex;
    align-items: center;
}
.tecTable .row .col-lg-8 {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 991px) {
    #GDCU33B-img {
      position:relative;
      top:-60px;
    }
    #GDCU32A-img {
      position:relative;
      top:-60px;
    }
    #GDCU34B-img {
      position:relative;
      top:-40px;
    }
    #GDCU33B-img {
      position:relative;
      top:-60px;
    }
    #GHP1A-img {
      position:relative;
      top:-80px;
    }
    #GSC2J31A-img {
      position:relative;
      top:-40px;
    }
  }

.carousel {
    width:100%;
  }
  .content {
    width:90%;
    margin:0 auto;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .content ul {
    margin:0;
    padding: 0;
    display: flex;
    position: relative;
  }
  .content ul li {
    position: relative;
    gap: 8px;
    height: 400px;
    background: #F7FAFF;
    border-radius: 12px;
    list-style: none;
    margin:0 15px;
  }
  .content ul li img {
    width: 160px;
    height: 200px;
    margin-top: 30px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px rgba(16, 24, 40, 0.05);
    border-radius: 4px;
  }
  .slide-message {
    height:82px;
    padding:20px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #18181B;
  }
  .download-slide {
    text-align: center;
  }
  .download-slide button {
    padding: 0px 14px;
    gap: 4px;
    height: 36px;
    font-size: 16px;
    background: linear-gradient(90deg, #407FFF 0%, #1967FF 50%, #004EEB 99.99%, #004EEB 100%);
    border-radius: 36px;
    color:white;
    outline: none;
    border: none;
  }
  .bnt-click {
    width: 60px;
    height: 60px;
  }
  .btn-left {
    position:absolute;
    top:50%;
    left:0;
    z-index:99;
    margin-top:-30px;
  }
  .btn-right {
    position:absolute;
    top:50%;
    right:0;
    z-index:99;
    margin-top:-30px;
  }

.pop-up-permission {
    background:white;
    position:fixed;
    z-index:99;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:30%;
    height:250px;
    border: 1px solid rgba(24, 24, 27, 0.1);
    border-radius:20px;
    display:none;
}
.pop-header {
  width:100%;
  height:20%;
  line-height:200%;
  text-align:center;
  font-size:1.5rem;
  border-bottom:1px solid rgba(24, 24, 27, 0.1);
}
.pop-body {
  width:90%;
  margin:0 auto;
  line-height:30px;
  margin-top:10px;
}
.pop-footer {
  width:100%;
  position:absolute;
  left:0;
  bottom:20%;
  margin-left:0;
  text-align:center;
}
.submit-button {
  color:white;
  height: 48px;
  padding: 12px 40px;
  border-radius: 48px;
  font-family: 'PingFang SC';
  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);
  cursor:pointer;
}
.submit-button:hover {
  opacity:0.8;
}
#email-error {
 color:red;
 font-size:12px;
}

.form-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px 0px 14px;
    gap: 12px;
    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;
}

.pop-ok-permission {
    background:white;
    position:fixed;
    z-index:99;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:30%;
    height:150px;
    border: 1px solid rgba(24, 24, 27, 0.1);
    border-radius:20px;
    display:none;
}

.ok-header {
  width:100%;
  padding:10px;
  text-align:center;
  font-size:1.5rem;
  border-bottom:1px solid rgba(24, 24, 27, 0.1);
}
.ok-body {
  width:90%;
  margin:0 auto;
  text-align:center;
  line-height:30px;
  margin-top:20px;
}

@media only screen and (min-width: 1920px) {
	.content {
	       width: 70%;
	}
}