*{
    margin:0;
    padding:0;
}
a{
    all:unset;
}
.link_a{
    all:revert;
    text-decoration: none;
}
.link_a:hover{
    text-decoration: underline;   
}
body{
    font-family: Microsoft YaHei;
    font-weight: 400;
   
}
.main-wrap{
    background:url('../images/bg1.png') no-repeat center top/auto 580px;
}
.search-wrap{
    background: linear-gradient(180deg, #F1F4FF 0%, #FFFFFF 95.67%) no-repeat center top/auto 800px;
    min-height: calc(100vh - 230px);
}
.header{
    display: flex;
    height:80px;
    align-items: center;
    gap:5px;

    width:1200px;
    margin:0 auto -40px;
    font-weight: 400;
    font-size: 20px;
    color:rgba(24, 40, 94, 1);
    position: relative;
    z-index: 1;
}
    

.header img{
    width: 40px;
    height:40px;
}
.header-wrapper{
    border-bottom: 2px solid rgba(196, 199, 206, 1);
    background-color: #fff;
}
.header-wrapper .header{
    height: 60px;
    margin:0 auto;
}
.top-box1{
    display: flex;
    align-items: center;
    position: relative;
    width:1200px;
    margin:0 auto;
}
.top-box1 .top-box1-left{
    width:550px;
}
.top-box1 .top-box1-right{
    padding-left: 50px;
}
.top-box1-left-title{
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    color:rgba(24, 40, 94, 1);
    margin-top:46px;
}
.top-box1-left-link{
    cursor: pointer;
    font-style: Normal;
    font-size: 16px;
    color:rgba(21, 68, 255, 1);
    margin-top:10px;
    display: inline-block;
    text-decoration: underline;
}

.top-box1-left-hot{
    display: flex;
    align-items: center;
    gap:20px;
    font-size: 16px;
    color:rgba(34, 34, 34, 1);
    margin-top:20px;
}

.top-box1-left-hot-item{
    cursor:pointer;
}
.top-box1-left-hot-item:hover{
    color:rgba(78, 110, 242, 1);
}

.top-box1-left-hot-title{
    font-size:16px;
    font-weight: bold;
    color:rgba(34, 34, 34, 1);
    display: flex;
    align-items: center;
    margin-right:-10px;
    gap:2px;
}
.top-box1-left-hot-title img{
    width:20px;
    height:20px;
}

.top-box1-right-title{
    width:390px;
    height:60px;
    background:#fff;
    position: relative;
    color:rgba(34, 34, 34, 1);
    font-weight: bold;
    font-size:32px;
    line-height: 60px;
    text-align: center;
    margin-top:46px;
}
.type1 .top-box1-right-title{
    background:transparent;
}
.top-box1-right-title-top{
    position: absolute;
    width:220px;
    height:30px;
    background: linear-gradient(90deg, #FF7D45 0%, #FF0B0B 100%);
    border-radius: 20px 40px 0 20px;
    font-weight: bold;
    font-size:20px;
    line-height: 30px;
    color:#fff;
    right:0;
    top:-30px;
    text-align: center;
}
.type1 .top-box1-right-title-top{
    display: none;
}
.top-box1-right-title-bottom{
    position: absolute;
    left:0;
    bottom:-30px;
    font-size:16px;
    font-weight: normal;
    width:390px;
    color:#fff;
    background:rgba(34, 34, 34, 1);
    height:30px;
    line-height: 30px;
    text-align: center;
}
.type1 .top-box1-right-title-bottom{
    background:transparent;
    color:rgba(34, 34, 34, 1);
}
.top-box1-right-title-img{
    position: absolute;
    width:60px;
    height:60px;
    left:7px;
    top:-10px;
}
.top-box1-right-download{
    width: 220px;
    height:50px;
    background: linear-gradient(90deg, #4E6EF2 0%, #4E51F2 100%);
    font-weight: bold;
    font-size:24px;
    color:#fff;
    border-radius: 10px;
    margin-top:75px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap:10px;
    position: relative;
}
.top-box1-right-download img {
    width:26px;
    height:26px;
}
.top-box1-right-download:hover{
    background: linear-gradient(90deg, #4F56F2 0%, #774EF2 100%);
}
.top-box1-right-system{
    margin-top:10px;
    font-size:15px;
    color:rgba(0, 0, 0, 0.5);
}

.top-box1-img{
    width:320px;
    height:auto;
    position: absolute;
    top:79px;
    right:-10px;
}

.hot-brand{
    width:1200px;
    margin:80px auto 0 ;
}
.section-title{
    font-weight: bold;
    font-size:32px;
    color:rgba(34, 34, 34, 1);
}
.hot-list{
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    column-gap:24px;
    row-gap: 10px;
}
.hot-item{
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border:1px solid transparent;
    width:180px;
    height:90px;
    box-sizing: border-box;
}
.hot-item img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.hot-item:hover{
    border-color: rgba(13, 55, 227, 1);
}
.brand-list{
    margin-top:116px;
}
.brand-list-top{
    display: flex;
    align-items: baseline;
    gap:20px;

    width:1200px;
    margin:0 auto;
    background-color: #fff;
    position: sticky;
    z-index: 10;
    top:0;
}
.brand-list-alpha{
    border:1px solid #000;
    height:24px;
    line-height: 24px;
}
.footer-top{
    text-align: center;
    margin:106px auto 40px;
}
.footer-bottom{
    height:60px;
    color:#fff;
    background-color: rgba(196, 199, 206, 1);
    font-size:20px;
    line-height: 60px;
    text-align: center;
}

.top-box2{
    display: flex;
    align-items: center;
    justify-content: center;
    width:1200px;
    margin:125px auto 0;
}
.top-box2-left{
    width:500px;
}
.top-box2-left img{
    width:500px;
    height:303px;
    object-fit: contain;
}
.top-box2-right{
    margin-left:50px;
}
.top-box1-right .top-box3-right-download{
    margin:56px 0 0 0;
    width:310px;
}
.top-box2-right .top-box3-right-download{
    margin:20px 0 0 0;
    width:310px;
}
.top-box2-right .top-box2-right-recommend{
    width:80px;
    height:38px;
    border-radius: 20px 20px 0 20px;
    background: linear-gradient(90deg, #FF7D45 0%, #FF0B0B 100%);
    color:#fff;
    text-align: center;
    line-height: 38px;
    font-size:20px;
    position: absolute;
    top:-40px;
    right:0;
}
.top-box2-right .top-box1-right-system{
    margin:0 0 0 0;
    font-size:18px;
}
.top-box2-right-title{
    font-weight: bold;
    font-size:32px;
    color:#000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.top-box2-right-item{
    color:#000;
    font-size:20px;
    margin-bottom: 10px;
}

.search-top{
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.search-top-inner{
    width:1200px;
    margin:55px auto 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-top-title{
    font-size:32px;
    color:rgba(34, 34, 34, 1);
}
.search-top-btn{
    width:220px;
    height:50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    cursor: pointer;
    background: rgba(78, 110, 242, 1);
    color:#fff;
    font-size:24px;
}
.search-top-btn:hover{
    background: linear-gradient(90deg, #4F56F2 0%, #774EF2 100%);
}
.search-top-btn img{
    width:30px;
    height:30px;
}
.search-list{
    width:1200px;
    margin:20px auto 0;
}
.search-list-item{
    /* height:120px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    padding:10px 20px;
    background:rgba(217, 217, 217, 0.2);
    position: relative;
}
.search-list-item:hover{
    background:rgba(78, 109, 242, 0.1);
}
.search-list-item+.search-list-item{
    margin-top:20px;
}
.search-list-item-img{
    width:170px;
    height:120px;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;

}
.search-list-item-img img{
    width:80px;
    height:80px;
    object-fit: contain;
}
    
.search-list-has-data .search-list-item-img img{
    width:100%;
    height:100%;
}
.search-list-item-content{
    flex:1;
    /* height:120px; */
}
.search-list-item-btn{
    width:160px;
    height:50px;
    border-radius: 10px;
    background:rgba(78, 110, 242, 1);
    color:#fff;
    font-size:24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:auto;
    position: relative;
    text-align: center;
    line-height: 50px;
}
.search-list-item-btn:hover{
    background: linear-gradient(90deg, #4F56F2 0%, #774EF2 100%);
}
.search-list-content-title{
    font-weight: bold;
    font-size:20px;
    margin-bottom:14px;
}
.search-list-content-paragraph{
    font-size:16px;
    color:#000;
    line-height: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
}
.search-list-content-recommend{
    position: absolute;
    right:0;
    top:0;
    width: 100px;
    height:36px;
    background: linear-gradient(90deg, #FF7D45 0%, #FF0B0B 100%);
    border-radius: 0 0 0 20px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color:#fff;
}
.search-list-content-block{
    min-width:80px;
    height:24px;
    line-height: 24px;
    border-radius: 10px;
    background: rgba(78, 107, 242, 0.2);
    color:#fff;
    text-align: center;
    font-size: 14px;;
    color:rgba(34, 34, 34, 1);
    margin-right:10px;
    padding:0 10px;
    box-sizing: border-box;
}
.color-text{
    color:rgba(78, 110, 242, 1);
}




.top-box3{
    display: flex;
    align-items: center;
    position: relative;
    width:1200px;
    margin:80px auto 0;
}
.top-box3 .top-box3-left{
    width:500px;
    height:350px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.top-box3 .top-box3-left img {
    width:600px;
}
.top-box3 .top-box3-right{
}
.top-box3-left-title{
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    color:rgba(24, 40, 94, 1);
    margin-top:46px;
}


.top-box3-right-title{
    width:600px;
    height:75px;
    background:#fff;
    position: relative;
    color:rgba(34, 34, 34, 1);
    font-weight: bold;
    font-size:48px;
    line-height: 75px;
    margin-top:46px;
}
.type1 .top-box3-right-title{
    background:transparent;
}
.top-box3-right-title-top{
    position: absolute;
    width:220px;
    height:40px;
    background: linear-gradient(90deg, #FF7D45 0%, #FF0B0B 100%);
    border-radius: 20px 40px 0 20px;
    font-weight: bold;
    font-size:20px;
    line-height: 40px;
    color:#fff;
    right:170px;
    top:-40px;
    text-align: center;
}
.type1 .top-box1-right-title-top{
    display: none;
}
.help-section{
}
.help-title{
    font-size:32px;
    color:rgba(34, 34, 34, 1);
    text-align: center;
    margin:100px 0 10px;
}
.help-sub-title{
    font-size:18px;
    text-align: center;
    color:rgba(34, 34, 34, .7);
}
.help-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:142px;
    margin:60px 0 135px;
}
.help-list .help-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:20px;
    color:rgba(34, 34, 34, 1);
    font-size:18px;
}

.help-list .help-item img{
    width: 68px;
    height:68px;;
}

.top-box3-right-title-bottom{
    position: absolute;
    left:0;
    bottom:-30px;
    font-size:24px;
    font-weight: normal;
    width:600px;
    color:#fff;
    background:rgba(34, 34, 34, 1);
    height:40px;
    line-height: 40px;
    text-align: center;
}
.type1 .top-box3-right-title-bottom{
    background:transparent;
    color:rgba(34, 34, 34, 1);
}
.top-box3-right-download{
    width: 310px;
    height:60px;
    background: linear-gradient(90deg, #4E6EF2 0%, #4E51F2 100%);
    font-weight: bold;
    font-size:32px;
    color:#fff;
    border-radius: 10px;
    margin:60px 0 0 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap:10px;
    position: relative;
    padding-bottom: 28px;
}
.top-box3-right-download:hover{
    background: linear-gradient(90deg, #4F56F2 0%, #774EF2 100%);
}
.top-box3-right-download img {
    width:40px;
    height:40px;
}
.top-box3-right-download-text{
    position: absolute;
    font-weight: normal;
    font-size:18px;
    bottom:8px;
    left:0;
    right:0;
    margin:auto;
}
.top-box3-right-system{
    margin:10px 0 0 200px;
    font-size:15px;
    color:rgba(0, 0, 0, 0.5);
}
.top-box3-right-top{
    font-size: 32px;
    font-weight: bold;
    color:rgba(78, 110, 242, 1);
    margin-bottom: 50px;
}

.aside-img{
    position: fixed;
    z-index: 20;
    right:0;
    top:40%;
    width: 280px;
    height:327px;
    color:#fff;
    font-size:24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background:url('../images/aside-img.png') no-repeat center center/200px auto,linear-gradient(180deg, #2D328C 0%, #4E6EF2 100%);
}
.aside-img-title:first-child{
    margin-top: 35px;
}
.aside-img-recommend{
   position: absolute;
   top:0;
   right:0;
   color:#fff;
   width:80px;
   height:30px;
   border-radius: 0 10px 0 20px;
   text-align: center;
   line-height: 30px;
   font-size:20px;
   background: linear-gradient(90deg, #FF7D45 0%, #FF0B0B 100%);
}

.aside-img .top-box1-right-download{
    width:244px;
    height:50px;
    line-height: 50px;
    position: absolute;
    bottom:10px;
    background: linear-gradient(90deg, #FF6F3E 0%, #FF0F0D 100%);
}
.aside-img .top-box1-right-download:hover{
    background: linear-gradient(90deg, #FF3E3E 0%, #E80B09 100%);

}

.dialog{
    width:700px;
    height:600px;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 20;
    background:#fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color:#000;
    font-size:20px;
}
.dialog > img{
    width:500px;
}
.dialog-title{
    margin:0 60px;
}
.dialog .top-box1-right-download{
    margin:60px auto 20px;
}
.dialog-close{
    width:40px;
    height:40px;
    cursor: pointer;
    position: absolute;
    top:20px;
    right:20px;
}
.dialog-close img{
    width: 40px;
    height:40px;
}
.hide{
    display: none;
}

.round-animation {
	position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.20);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin-left: -140px;
    margin-top: -140px;
    animation: spread 1.5s infinite both;
}
.round-animation-wrapper{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow: hidden;
}

@keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.logo-link{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap:5px;
}

.loading-text{
    padding:4px 10px;
    background:#000;
    text-align: center;
    line-height: 30px;
    position: fixed;
    z-index: 100;
    height:30px;
    color:#fff;
    width:100px;
    border-radius: 10px;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
}