html,body{
    display: flex;
    background: url("/skin/images/help/back.webp");
    background-size: 134%;
}
.productAiBox{
    margin: 120px 0 50px;
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title h2{
    font-size: 44px;
    font-weight: bold;
    line-height: normal;
    background: linear-gradient(270deg, #1890FF 0%, #1E54EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.title .info{
    /*margin-top: 10px;*/
    font-size: 22px;
    color: #666666;
}
.title .tag,.title .tag div{
    display: flex;
    margin-top: 12px;
}
.title .tag div {
    margin-left: 30px;
    align-items: center;
}
.title .tag div:first-child{
    margin-left: 0;
}
.title .tag div p{
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}
.productAiViewBox{
    display: none;
    width: 1200px;
    height: 340px;
    background: #fff;
    margin-top: 80px;
    border-radius: 18px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px 0px rgba(111,103,255,0.3), 0px 0px 10px 0px rgba(0,136,255,0.2);
    padding: 14px;
    /*transition: height 0.1s;*/
}
.productAiView{
    height: 100%;
    width: 100%;
    overflow-y: auto;
    border:1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
}
.controls{
    margin-top: 14px;
    width: 100%;
    /*height: 40px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.controls .sendButton{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    background: linear-gradient(270deg, #1890FF 0%, #1E54EC 100%), #FFFFFF;
    margin: 40px 0 40px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}
.controls .sendButton:hover{
    background: linear-gradient(270deg, #0588ff 0%, #0042ff 100%), #FFFFFF;
}

.controls .selectTokenBox{
    display: flex;
    width: 100%;
    /*min-width: 160px;*/
    height: 48px;
    border-radius: 48px;
    /*border: 1px solid rgba(69, 133, 248, 0.8);*/
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    /*padding-right: 16px;*/
    align-items: center;
    padding: 0 16px;
    background: #fff;
}
/*.controls .selectTokenBox .tag{*/
/*    height: 100%;*/
/*    width: 34%;*/
/*    background: linear-gradient(180deg, #A1BAFF 0%, #FFFFFF 100%);*/
/*    border-radius: 48px;*/
/*    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);*/
/*    font-size: 17px;*/
/*    font-weight: bold;*/
/*    color: #1E54EC;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    user-select: none;*/
/*    display: flex;*/
/*}*/
.elSelect{
    /*width: calc(100% - 36%);*/
    /*height: 100%;*/
    width: 100%;
}
.elSelect .el-input__inner{
    padding-left: 12px;
    border: none;
    font-size: 17px;
}
.el-select-dropdown__item.selected{
    color: #1E54EC;
}
.el-select-dropdown__item {
    height: auto;
}
.el-select-dropdown__item span{
    font-size: 17px;
    /*font-weight: bold;*/
}


.productAiViewPlaceholder{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #aaa;
}

/*.controls .sendButton*/

/*@media screen and (max-width: 1200px){*/
/*    .productAiViewBox{*/
/*        width: 100%;*/
/*        box-sizing: border-box;*/
/*    }*/
/*    .controls .sendButton{*/
/*        margin-left: 0;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 768px){*/
/*    .productAiBox .title h2{*/
/*        font-size: 28px ;*/
/*    }*/
/*    .productAiBox .title .tag img{*/
/*        width: 30px;*/
/*    }*/
/*    .productAiBox .title .tag p{*/
/*        font-size: 15px;*/
/*        margin-left: 4px;*/
/*    }*/
/*    .controls{*/
/*        flex-direction: column;*/
/*        justify-content: space-between;*/
/*        height: 160px;*/
/*    }*/
/*    .productAiView{*/
/*        height: calc(100% - 170px);*/
/*    }*/
/*    .controls .sendButton,.selectTokenBox{*/
/*        width: 100% !important;*/
/*    }*/
/*}*/

.controlsBox{
    width: 1200px;
    background: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    border-radius: 14px;
    /*height: 500px;*/
    margin-top: 90px;
    padding: 0 80px;
}


.controlsBoxTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.controlsBoxTitle h3{
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
.controlsBoxTitleHead{
    height: 120px;
    width: 120px;
    background: #fff;
    border: 2px solid #1890FF;
    /*border-image: linear-gradient(180deg, #1890FF 0%, #1E54EC 100%) ;*/
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: -50px;
}

.controlsBoxTitleHead img{
    object-fit: cover;
}

.selectBox{
    width: 100%;
    display: grid;
    gap: 14px;
}

.controlsTitle{
    display: flex;
    align-items: end;
}

.controlsTitle p{
    font-size: 20px;
    color: #333333;
    margin-left: 10px;
}

.demand p{
    color: #333333;
    font-size: 17px;
    margin-left: 20px;
    margin-bottom: 6px;
}
.demand ul{
    margin-left: 0;
    display: flex;
}
.demand ul li{
    cursor: pointer;
    list-style: none;
    display: flex;
    height: 50px;
    padding: 0 12px;
    background: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    border:1px solid rgba(0,0,0,0);
    margin-right: 10px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    user-select: none;
}

.demand ul li span{
    color: #333;
    margin-left: 4px;
}

.demandIsActive ,.demand ul li:hover{
    background: #A5C6FD !important;
    /*border: 1px solid #4980FB !important;*/
}
