 .mr-20 {
   margin-right: 20px;
 }

 /* 大图 */
 .technology-banner {
   width: 100%;
   height: 32vh;
   /* background-image: url("../../img/release/banner.png"); */
   background-image: url("/static/img/release.png");
   background-size: 100% 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }

 .main {
   max-width: 1200px;
   margin: 0 auto;
   margin-bottom: 50px;
 }

 .tabs-top-box {
   margin-top: 20px;
 }

 .tab-pane-box {
   text-align: center;
   padding: 20px 30px;
   color: #353535;
   background: #fff;
   border-radius: 8px 8px 0px 0px;
   box-sizing: border-box;
 }

 .tab-pane-box-active {
   color: #fff;
   background: #8859D9;
 }

 .content-bottom-box {
   background-color: #fff;
   border-radius: 0;
   padding: 20px 220px;
 }

 .content-bottom-box .form-label {
   color: #303133;
 }

 .line-box {
   width: 3px;
   height: 16px;
   margin-right: 10px;
   background: linear-gradient(270deg, #9D53D6 0%, #1775E7 100%);
   margin-left: 0;
 }

 .content-title-box {
   display: flex;
   align-items: center;
 }

 .content-title-box h6 {
   margin-bottom: 0;
   font-style: 14px;
   font-weight: 700;
   color: #353535;
 }

 .form-check-box .form-check {
   margin-right: 15px;
   margin-top: 10px;
 }

 .inputbox {
   display: flex;
   align-items: center;
 }

 .content-bottom-box .form-control {
   background-color: #F5F7FA;
   padding: 10px;
   border: none;
   color: #A8ABB2;
 }

 .grey-input-box {
   margin-right: 15px;
 }

 .btn-submit {
   background: linear-gradient(270deg, #9D53D6 0%, #1775E7 100%);
   color: #fff;
   font-size: 14px;
   padding: 8px 40px;
   border-radius: 4px;
 }

 .btnbox {
   display: flex;
   justify-content: center;
 }