@charset "utf-8";


/* 工具页面 */
.side-task{padding:30px 15px;width: 100%;height: 100%;}
.side-task .menu{width: calc(100% + 10px);padding-right: 10px;}
.side-task .menu .link{font-size: 20px;margin-bottom: 15px;border-radius:15px;padding:20px 20px 20px 25px;line-height: 20px;display: flex;align-items: center;background: linear-gradient(to right, #ab64ff , #5a37ff);cursor: pointer;}
.side-task .menu .link:before{content:'';width: 30px;height: 30px;background:url(../images/icon_01.png) no-repeat center;background-size:contain;margin-right: 6px;}
.side-task .menu .link:hover{background: linear-gradient(to right, #5a37ff , #5a37ff)}


.side-task .creat{font-size: 18px;height: 46px;background-color: #3c3d43;border-radius:15px;color:rgba(255,255,255,.6);margin-top: 20px;cursor: pointer;}
.side-task .creat:before{content:'\e600';font-family: 'iconfont';margin-right: 7px;cursor: pointer;}
.side-task .creat:hover{background-color: #5a37ff;}

.build-area{height: 160px;border-radius:26px;background:url(../images/img_01.jpg) no-repeat center;background-size:cover;margin-bottom: 30px;}
.build-area .newbuild{font-size: 24px;cursor: pointer;}
.build-area .newbuild:before{content:'\e600';font-family: 'iconfont';margin-right: 8px;}



.robot{width: 100px;display: block;margin:0 auto 30px;cursor: pointer;}

/* index */
.idx-top{margin: 30px 0;}
.idx-top .text{display: flex;flex-wrap: wrap;justify-content: center;}
.idx-top .wz{height: 90px;width: auto;margin:0 2px;}
.idx-top .font{font-size: 16px;color:#c5c5c5;text-align: center;margin-top: 8px;}



.idx-menu{width: 95%;margin:0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.idx-menu .item{display: flex;align-items: center;border-radius:16px;background-color: rgba(139,182,255,.06);border:1px solid #3c4776;padding:18px 1% 18px 1.5%;width: 14%;transition: all 0.3s;}
.idx-menu .icon{width: 34px;margin-right: 10%;}
.idx-menu .text{font-size: 14px;opacity: 0.6;line-height: 18px;height: 36px;}
.idx-menu .num{font-size: 28px;line-height: 1;margin-top: 5px;font-style: italic;}
.idx-menu .item:hover{transform: translate(0,-5px);}

.idx-sec{display: flex;justify-content: space-between;padding:25px 0 20px 25px;}
.idx-sec .l{flex:1;width: 0;border-radius:20px;padding: 10px;background-color: rgba(255,255,255,.56);box-shadow:0 0 36px rgba(204,146,255,.36);}
.idx-sec .r{max-width: 500px;width: 27%;padding-right: 8px;margin:0 20px 0 0;}



.idx-sec .l+.r{margin:0 0 0 20px;}

.idx-tit{margin-bottom: 20px;display: flex;align-items: center;justify-content: space-between;}
.idx-tit .bt{font-size: 20px;}

.idx-tit .anniu{font-size: 16px;color:rgba(255,255,255,.6);padding:0 20px;line-height: 30px;border-radius:15px;text-align: center;cursor: pointer;background-color: #0b0c10;}
.idx-tit .anniu i{margin-right: 5px;font-size: 17px;}
.idx-tit .anniu:hover{color:#fff;background-color: #5a37ff;}


.idx-mod{padding:20px 25px;margin-bottom: 20px;border-radius:26px;background:url(../images/idx_11.jpg) no-repeat center;background-size:100% 100%;border:1px solid #745bde;}
.idx-mod:last-child{margin-bottom: 0;}
.idx-mod .list .item{display: flex;align-items: center;margin-bottom: 10px;}
.idx-mod .list .num{font-size: 18px;color:#7b8eba;width: 40px;font-family: 'DIN';font-style: italic;}
.idx-mod .list .avatar{width: 34px;height: 34px;border-radius:50%;margin-right: 10px;}
.idx-mod .list .wz{font-size: 13px;}
.idx-mod .list .total{font-size: 16px;min-width: 75px;text-align: right;}
.idx-mod .list .item:nth-child(1) .num{color:#f6ff00;}
.idx-mod .list .item:nth-child(2) .num{color:#f17100;}
.idx-mod .list .item:nth-child(3) .num{color:#0f70ff;}
.idx-mod .list .item:last-child{margin-bottom: 0;}


.idx-sec .lwrap{width: 100%;height: 100%;background-color: #141420;border-radius:20px;}
.idx-sec .lbox{padding:10px 15px;}
.idx-sec .rbox{max-width: 380px;width: 30%;padding-right: 5px;padding:10px;background-color: #05050c;height: 100%;}

.idx-sec .picbox{overflow: hidden;}
.idx-sec .picbox .img{width: 90%;height: 90%;object-fit: contain;}
.idx-sec .txt{font-size: 14px;opacity: 0.5;}

.idx-sec .group{font-size: 13px;border:1px solid #31333e;border-radius:10px;background-color: #0b0c14;margin-bottom: 6px;padding:15px 20px;}
.idx-sec .group .wz{color:rgba(255,255,255,.5);}
.idx-sec .group .fz{}

.idx-sec .group-row{padding:0;}
.idx-sec .group .row{padding:5px 20px;line-height: 20px;display: flex;border-bottom:1px solid #31333e;}
.idx-sec .group .row:last-child{border-bottom:0;}
.idx-sec .group .row .wz{margin-right: 10px;min-width: 100px;}
.idx-sec .group .row .fz{text-align: right;}
.idx-sec .group .smtit{font-size: 14px;}

.idx-sec .group .bq{font-size: 13px;color:#0f70ff;line-height: 20px;background-color: rgba(4,83,243,.09);margin-bottom: 6px;padding:5px 12px;border-left:3px solid #0f70ff;}
.idx-sec .group .bq i{font-size: 15px;margin-right: 8px;}
.idx-sec .group:last-child{margin-bottom: 0;}


/* 6 */
.fx-sec{}
.fx-sec .idx-menu .item{width: 15.66%;margin:10px 0.5% 0;}

.idx-table{}
.idx-table table{border-collapse: separate;border-spacing: 0 3px;}

.idx-table thead,.idx-table tbody tr{display: table;width: 100%;table-layout: fixed;}
.idx-table tbody{width: 100%;display: block;}
.idx-table th,.idx-table td{line-height: 20px;height: 45px;text-align: center;font-weight: normal;padding:10px 5px;}
.idx-table th{font-size: 16px;background-color: #0f70ff;}
.idx-table td{font-size: 12px;}
.idx-table tbody tr td{background-color: #262933;}


.idx-table th:first-child,.idx-table td:first-child{border-radius:10px 0 0 10px;}
.idx-table th:last-child,.idx-table td:last-child{border-radius: 0 10px 10px 0;}

/* 2 */
.test-main{flex:1;width:0;margin-left: 25px;}

.test-l{}
.test-r{width: 245px;margin-left: 15px;padding:20px 5px 0 15px;}
.test-tit{font-size: 20px;color:#fff;margin-bottom: 15px;display: flex;align-items: center;}
.test-tit:before{content:'';width: 3px;height: 18px;background-color: #0f70ff;border-radius:2px;margin-right: 10px;}

.test-mod:not(:last-child){margin-bottom: 20px;}
.test-mod .ztlist li{padding:12px 15px;border-radius:15px;background-color: rgba(255,255,255,.05);margin-bottom: 8px;display: flex;align-items: center;justify-content: space-between;}
.test-mod .ztlist li:last-child{margin-bottom: 0;}
.test-mod .ztlist .wz{font-size: 16px;color:rgba(255,255,255,.6);}
.test-mod .ztlist .zt{font-size: 14px;color:#ffbf00;border:1px solid #ffbf00;border-radius:15px;background-color: rgba(255,191,0,.2);min-width: 65px;text-align: center;line-height: 30px;}

.test-mod .grp{border-radius:16px;width: 48%;padding:15px 0;text-align: center;background-color: #171b29;}
.test-mod .grp .num{font-size: 28px;font-style: italic;line-height: 1.2;}
.test-mod .grp .fz{font-size: 16px;opacity: 0.6;margin-top: 5px;}

.test-mod .row:first-child{padding-top: 0;}
.test-mod .row{padding:9px 0;border-bottom:1px solid #171b29;}
.test-mod .row .time{font-size: 13px;opacity: 0.5;}
.test-mod .row .text{font-size: 14px;margin-top: 4px;}

.test-mod .fast-btn{font-size: 18px;color:rgba(255,255,255,.6);height: 75px;border-radius:16px;background-color: rgba(139,182,255,.09);margin-bottom: 15px;width: 100%;border:0;cursor: pointer;}
.test-mod .fast-btn.report{background: linear-gradient(to right, #ab64ff , #5a37ff);color:#fff;}
.test-mod .fast-btn:hover{color:#fff;background-color: #5a37ff;}


.test-tt{padding:15px 25px;border-bottom:1px solid #31333e;position: relative;}
.test-tt .title{font-size: 20px;}
.test-tt .txt{font-size: 14px;color:rgba(255,255,255,.5);margin-top: 6px;}
.test-tt::after{content:'';width: 264px;height: 4px;background: linear-gradient(to right, #ab64ff , #5a37ff);position: absolute;left: 25px;bottom:-2px;}

.test-icos{display: flex;}
.test-icos .ico{font-size: 16px;color:rgba(255,255,255,.6);min-width: 84px;padding:0 10px;line-height: 30px;border-radius:5px;border:1px solid #515151;margin-left: 10px;text-align: center;cursor: pointer;background-color: rgba(53,62,73,.56);}
.test-icos .ico i{margin-right: 3px;}
.test-icos .ico:hover{color:#fff;background-color: #5a37ff;border-color:#5a37ff;}


.test-input{}
.test-input .tit{font-size: 13px;color:rgba(255,255,255,.5);padding:0 12px 10px;}
.test-input .ipt{font-size: 14px;padding:0 20px;border:1px solid #2c2c2c;border-radius:15px;background:transparent;}
.test-input .submit{width: 135px;height: 44px;font-size: 16px;background-color: #0f70ff;border-radius:15px;margin-left: 15px;border:0;cursor: pointer;}
.test-input .submit:hover{background-color: #5a37ff;}


.test-tu{background-color: #23242b;border-radius:15px;padding:10px;display: flex;align-items: center;}
.test-tu .pic{width: 100%;height: 100%;object-fit: contain;}

.test-tu .tips{text-align: center;width: 100%;}
.test-tu .tips .icon{width: 120px;display: block;margin:0 auto;}
.test-tu .tips .title{font-size: 20px;margin-top: 8px;}
.test-tu .tips .txt{font-size: 13px;opacity: 0.5;margin-top: 8px;}

.test-tu{}
.test-tu .chart-box{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.test-tu .chart-box .imgbox{width: 65%;height: 100%;}
.test-tu .chart-box .imgbox .pic{width: 95%;height: 95%;object-fit: contain;}
.test-tu .chart-box .info{width: 32%;max-width: 380px;font-size: 13px;border:1px solid #31333e;border-radius:10px;background-color: #0b0c14;height: 100%;}

.test-tu .chart-box .row{padding:5px 20px;line-height: 20px;border-bottom:1px solid #31333e;}
.test-tu .chart-box .row:last-child{border-bottom:0;}
.test-tu .chart-box .info .wz{color:rgba(255,255,255,.5);margin-right: 10px;min-width: 100px;}
.test-tu .chart-box .info .fz{text-align: right;}


.side-test{padding:20px 15px;}
.side-test .item{margin-bottom: 20px;}
.side-test .item .tit{font-size: 20px;color:rgba(255,255,255,.8);margin-bottom: 10px;}
.side-test .item .tit:before{content:'';display: inline-block;vertical-align: middle;width: 8px;height: 8px;border-radius:50%;margin: -4px 9px 0 0;background: linear-gradient(to right, #ab64ff , #5a37ff);}
.side-test .item .drop{}
.side-test .item .lk{display: block;font-size: 18px;line-height: 22px;padding:14px 10px 14px 45px;border-radius:16px;margin-bottom: 15px;}
.side-test .item .lk i{margin-right: 8px;}
.side-test .item .lk.cur,.side-test .item .lk:hover{background: linear-gradient(to right, #ab64ff , #5a37ff);color:#fff;}


/* 5 */
.task-top{display: flex;justify-content: space-between;}
.task-top .mod{width: 32.6%;height: 320px;background-color: #24242c;border-radius:16px;padding:15px 15px;}
.task-top .row{padding:5px 10px 5px 35px;background-color: rgba(4,83,243,.09);border-left:3px solid #0f70ff;margin-bottom: 7px;line-height: 1.1;}
.task-top .row .fz1{font-size: 13px;color:#0f70ff;}
.task-top .row .fz2{font-size: 12px;color:rgba(255,255,255,.5);margin-top: 3px;}

.task-top .grps{display: flex;align-items: center;justify-content: space-between;}
.task-top .grps .grp{}
.task-top .grps .fz{font-size: 13px;}
.task-top .grps .num{font-size: 18px;color:#0f70ff;font-family: 'DIN';line-height: 1.2;margin-top: 4px;}
.task-top .grps .line{width: 1px;height: 20px;background-color: #fff;}
.task-top .text{font-size: 12px;color:rgba(255,255,255,.5);margin-top: 5px;}

.task-top .progress{display: flex;align-items: center;padding:8px 0;}
.task-top .progress .wz{font-size: 13px;color:rgba(255,255,255,.5);width: 95px;}
.task-top .progress .num{font-size: 13px;min-width: 20px;margin-left: 8px;}
.task-top .progress .layui-progress{height: 8px;}
.task-top .progress .layui-progress-bar{height: 8px;}

.task-top .progress.color1 .layui-progress{background-color: #3a3e2e;}
.task-top .progress.color1 .layui-progress-bar{background-color: #ecf501;}

.task-top .progress.color2 .layui-progress{background-color: #3b302e;}
.task-top .progress.color2 .layui-progress-bar {
    background-color: #f17100;
}

.task-top .progress.color3 .layui-progress {
    background-color: #243048;
}

.task-top .progress.color3 .layui-progress-bar {
    background-color: #0f70ff;
}

.task-top .progress.color4 .layui-progress {
    background-color: #2f3341;
}

.task-top .progress.color4 .layui-progress-bar {
    background-color: #7b8eba;
}


/* 分析报告弹窗 */
.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15000;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.pop .wrapbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    overflow: hidden;
    background-color: #171820;
}

.pop .close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.pop .close::after {
    content: '\e666';
    font-family: 'iconfont';
}

.pop .close:hover {
    opacity: 0.8;
}

.pop .top-bt {
    font-size: 18px;
    margin-bottom: 20px;
}

.pop ::-webkit-scrollbar-thumb {
    background: #5e606f;
}


/* .pop-report .wrapbox{max-width: 865px;width: 85%;padding:20px 25px;} */

.pop-report .cenbox{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 1800px;width: 95%;}
.pop-report .wrapbox-l,.pop-report .wrapbox-r{border-radius:15px;overflow: hidden;background-color: #171820;padding:20px 30px;}
.pop-report .wrapbox-l{flex:4;margin-right: 20px;}
.pop-report .wrapbox-r{flex:6;}
.pop-report .detail{height:65vh;}

.report-s .detail{max-height: 65vh;width:calc(100% + 10px);padding-right: 10px;}
.report-s .mod{padding:15px;border:1px solid #31333e;margin-bottom: 8px;}
.report-s .titbox{margin-bottom: 15px;display: flex;align-items: center;justify-content: space-between;}
.report-s .titbox .bt{font-size: 16px;}
.report-s .titbox .bt i{margin-right: 6px;color:#0f70ff;font-size: 17px;}
.report-s .titbox .warn{font-size: 13px;color:#999999;}
.report-s .titbox .warn i{color:#ff0000;}

.report-s .tbs{margin-top: 10px;}
.report-s .tbs span{font-size: 14px;color:rgba(255,255,255,.5);}
.report-s .tbs span img{width: 22px;margin-right: 4px;}


.report-s .idx-table td{font-size: 14px;color:rgba(255,255,255,.5);}



.pop-fxxq{}
.pop-fxxq .wrapbox{max-width: 865px;width: 85%;padding:20px 25px;background-color: #303139;}

.fxxq-s .text{font-size: 14px;color:rgba(255,255,255,.5);line-height: 1.4;padding:15px 15px;background-color: #3a3b47;border-radius:10px;border:1px solid #5e606f;}

.fxxq-s .mod{width:calc(100% + 40px);margin-left:-25px;}
.fxxq-s .mod2{padding:25px 0 0;border-top:1px solid #40424d;margin-top: 25px;}
.fxxq-s .detail{padding:0 15px 0 25px;}


.fxxq-s .chatlist{}
.fxxq-s .chatlist .item{display: flex;align-items: flex-start;margin-bottom: 30px;}
.fxxq-s .chatlist .avatar{width: 38px;height: 38px;border-radius:50%;margin:0 10px;}
.fxxq-s .chatlist .info{max-width:500px;}
.fxxq-s .chatlist .txt{background-color: #44454d;padding:10px 15px;font-size: 14px;color:rgba(255,255,255,.5);line-height: 1.4;}

.fxxq-s .chatlist .item.right{flex-direction: row-reverse;justify-content: flex-start;}
.fxxq-s .chatlist .item.right .info{flex-direction: column;justify-content: flex-end;}
.fxxq-s .chatlist .item.right .txt{border-radius:10px 0 10px 10px;}
.fxxq-s .chatlist .item.left .txt{border-radius: 0 10px 10px 10px;}

.fxxq-s .chatlist .icons{margin-top: 10px;display: flex;}
.fxxq-s .chatlist .tb{font-size: 16px;margin:0 15px 0 0;opacity: 0.7;cursor: pointer;}
.fxxq-s .chatlist .tb:hover{opacity: 1;}

.pop-doc .wrapbox{max-width: 1300px;width: 90%;height: 80vh;display: flex;font-size: 13px;line-height: 1.4;}
.pop-doc .col{flex:1;padding:45px 20px 20px;}
.pop-doc .col1{background-color: #24252b;}
.pop-doc .col2{background-color: #303139;}
.pop-doc .col3{background-color: #24252b;padding-top: 50px;}

.pop-doc .doclist{}
.pop-doc .doclist li{display: flex;line-height: 1.6;padding:6px 0;}
.pop-doc .doclist li .xh{width: 30px;font-family: 'DIN';}
.pop-doc .doclist li span{flex:1;overflow: hidden;}

.pop-doc .level{padding:0 8px;line-height: 24px;border-radius:6px;margin-left: 8px;display: inline-block;vertical-align: middle;}
.pop-doc .level.high{color:#ff0000;background-color: rgba(255,0,0,.3);}

.pop-doc .mod{border-radius:10px;border:1px solid #5e606f;background-color: #3a3b47;margin-bottom: 8px;padding:15px 20px;}
.pop-doc .mod .box{height: 100%;}
.pop-doc .mod:last-child{margin-bottom: 0;}
.pop-doc .mod .txt p{margin-bottom: 5px;}

.pop-doc .grps{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top:-20px;}
.pop-doc .grps .grp{min-width: 49%;margin-top: 20px;}
.pop-doc .grps .grp p:first-child{margin-bottom: 7px;}

.pop-doc .bq{font-size: 13px;color:#0f70ff;line-height: 20px;background-color: rgba(4,83,243,.09);margin-bottom: 6px;padding:5px 12px;border-left:3px solid #0f70ff;}
.pop-doc .bq i{font-size: 15px;margin-right: 8px;}
.pop-doc:last-child{margin-bottom: 0;}




.pop-robot .wrapbox{max-width: 860px;width: 85%;padding:50px 30px 30px;background:url(../images/img_08.jpg) no-repeat center;background-size:cover;}
.pop-robot .title{font-size: 24px;color:#fff;text-align: center;}
.pop-robot .font{font-size: 14px;color:rgba(255,255,255,.5);margin-top: 15px;text-align: center;margin-bottom: 45px;}

.chat-box{background-color: #44454d;border-radius:20px;padding:10px;}
.chat-box .con{height:70px;width: 100%;resize:none;background:none;padding:8px;line-height: 1.4;}
.chat-box .submit{width: 40px;height: 40px;border-radius:50%;background-color: #0f70ff;margin-top: 10px;font-size: 19px;border:0;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.chat-box .submit::after{content:'\e6cc';font-family: 'iconfont'}
.chat-box .submit:hover{background-color: #5a37ff;}

.pop-robotchat .wrapbox{max-width: 870px;width: 85%;padding:20px 30px;background-color: #303139;}
.pop-robotchat .chatlist{margin: 0 0 40px;padding-top: 15px;}
.pop-robotchat .scrollybg{width:calc(100% + 10px);padding-right:10px;}



/* 8 */
.rw-list{}
.rw-list .plate{display: flex;}
.rw-list .tit{width: 235px;font-size: 16px;background-color: #162137;margin: 0 4px 4px 0;border-radius:15px;display: flex;align-items: center;justify-content: center;}
.rw-list .box{flex:1;overflow: hidden;}
.rw-list .item{font-size: 14px;background-color: #20222b;margin-bottom: 4px;line-height: 20px;padding:17px 5px;text-align: center;display: flex;border-radius:15px;}
.rw-list .item:first-child{font-size: 16px;background-color: #162137;}
.rw-list .w1{width: 30%;}
.rw-list .w2{width: 45%;}
.rw-list .w3{width: 25%;}


/* 3 */
.create-task{border:1px solid #31333e;border-radius:26px;background-color: #0b0c14;padding:25px 0;overflow: initial;height:calc(100% - 55px)}
.create-task .t-tit{font-size: 24px;color:#fff;display: flex;align-items: center;}
.create-task .t-tit .arrow{width: 40px;height: 40px;border:2px solid #31333e;border-radius:50%;background-color: #0b0c14;font-size: 18px;cursor: pointer;margin:0 15px 0 -20px;}
.create-task .t-tit .arrow::after{content:'\e604';font-family: 'iconfont';}
.create-task .t-tit .arrow:hover{background-color: #0f70ff;border-color:#0f70ff;}




.create-up{width: 700px;border-radius:15px;background-color: rgba(255,255,255,.05);padding:25px 20px;margin:50px auto;}
.create-up .tips{font-size: 13px;color:#ffbf00;line-height: 35px;background-color: rgba(220,186,38,.09);padding:0 20px;margin-bottom: 15px;border-radius:16px;}
.create-up .tips:before{content:'\e618';font-family: 'iconfont';margin-right: 3px;font-size: 16px;}
.create-up .anniu{font-size: 16px;color:rgba(255,255,255,.6);height: 45px;text-align: center;line-height: 45px;border-radius:15px;border:1px solid #31333e;width: 49%;background:none;cursor: pointer;}
.create-up .anniu.this{color:#fff;background-color: #0f70ff;}
.create-up .anniu:hover{background-color: #5a37ff;border-color:#5a37ff;}

.create-up .tabs{display: flex;justify-content: space-between;}
.create-up .tabs .lk{background-color: #1c1e28;border-radius:16px;width: 48.8%;padding:20px 35px;margin-bottom: 20px;cursor: pointer;}
.create-up .tabs .title{font-size: 18px;}
.create-up .tabs .title i{margin-right: 7px;}
.create-up .tabs .font{font-size: 14px;color:rgba(255,255,255,.5);margin-top: 8px;}
.create-up .tabs .lk.cur{background-color: #0f70ff;}

.create-up .fileup{height: 190px;background-color: #1c1e28;border-radius:16px;cursor: pointer;display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;}
.create-up .fileup .icon{font-size: 40px;margin-bottom: 8px;}
.create-up .fileup .picbox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #1c1e28;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.create-up .fileup .tp{height:60px;margin-bottom: 10px;}

.create-up .input{width: 100%;font-size: 14px;padding:0 25px;border-radius:15px;border:1px solid #31333e;line-height: 44px;height: 44px;background:none;margin-top: 8px;}


/* home */
.home-sec{margin-bottom: 0;}
.home-sec .conwrap{min-height: auto;justify-content: space-between;}
.home-sec .top-tit{height: 15.5vh;width: auto;margin:5vh auto 0;display: block;}
.home-sec .list{width:85%;max-width: 1450px;margin:13vh auto 0;display: flex;justify-content: space-between;}
.home-sec .list .item{width: 47%;border-radius:32px;background-color: rgba(139,182,255,.2);padding:1px 5% 25px;min-height: 340px;}
.home-sec .list .icon{width:auto;height:142px;margin:-71px auto 0;display: block;}
.home-sec .list .title{font-size: 24px;margin-top: 50px;text-align: center;}
.home-sec .list .txt{font-size: 20px;margin-top: 20px;line-height: 1.6;}
.home-sec .bq{font-size: 14px;color:rgba(255,255,255,.5);text-align: center;line-height: 1.6;margin: 4vh 0;}




@media screen and (max-width:1400px) {
	
	.idx-top .wz{height: 70px;}
	
	.idx-menu{justify-content: flex-start;margin-top:-10px;}
	.idx-menu .item{width: 24%;margin:10px 0.5% 0;padding: 18px 1% 18px 1%;}
	.idx-menu .text{height: auto;}
	.idx-menu .text br{display: none;}
	.idx-menu .icon{margin-right: 6%;}
}


@media screen and (max-height:900px) {
	.side-task .menu .link{font-size: 18px;margin-bottom: 12px;padding:15px 15px 15px 20px;line-height: 20px;}
	.side-task .menu .link:before{width:24px;height:24px;}
	
	.task-top .mod{height:auto;min-height: 320px;}
	
	.idx-sec .l,.idx-sec .r{height:500px}
	.idx-mod{padding:20px 20px;}
	.idx-table th{font-size:15px;}
	
	.home-sec .list{margin-top: 18vh;}
	.home-sec .list .icon{height: 120px;    margin: -60px auto 0;}
	.home-sec .bq{margin-top: 8vh;}
	
}


