#main{
    margin: 0 auto;
}
#main .title{
    height: 140px;
    line-height: 140px;
    font-size: 30px;
    text-align: center;
    background-color: #F7F7F9;
}
#main .title div{
    margin: 0 auto;
    width: 1170px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出元素盒子的内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.head-wrap{
    background-color: #F7F7F9;
    padding-bottom: 70px;
    border-bottom: 1px solid #DADADA;
}
.bigimg-info{
    width: 1170px;
    height: 450px;
    margin: 0 auto;
}
.bigimg-info .img{
    width: 695px;
    height: 100%;
    float: left;
}
.bigimg-info .info{
    width: 440px;
    height: 100%;
    float: right;
}
.bigimg-info .info .config{
    font-size: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.bigimg-info .info .send-user{
    font-size: 21px;
    font-weight: bold;
    margin: 20px 0;
}
.bigimg-info .info .has-user{
    font-size: 20px;
    border-top: 1px solid #E9EAE9;
    padding-top:5px;
}
.bigimg-info .info .project-now{
    margin: 10px 0;
}
.bigimg-info .info .update-div{
    display: flex;
    justify-content: space-between;
}
.bigimg-info .info .update-div > div{
    display: flex;
    flex-direction: column
}
.bigimg-info .info .update-div > div > div{
    line-height: 30px;
    display: flex;
    align-items: center;
}
.menus-box-wrap{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #E9EAE9;
}
.menus-box-wrap .menus-box{
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menus-box-wrap .menus-box .menus-wrap{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.menus-box-wrap .menus-box .menus-wrap div{
    width: 108px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.menus-box-wrap .menus-box .menus-wrap div.active{
    border-bottom: 4px solid #000;
}
.menus-box-wrap .menus-box .menus-wrap div span{
    position: absolute;
    top: -15px;
    left: 90px;
    color: #5CAF5A;
    font-size: 14px;
}
.menus-box-wrap .menus-box .fenxiang-box{
    display: flex;
    align-items: center;
}
.menus-box-wrap .menus-box .fenxiang-box .fenxiang-btn{
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #000;
    cursor: pointer;
    color: #000;
}
.menus-box-wrap .menus-box .fenxiang-box .addJia-btn{
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}
.menus-box-wrap .menus-box .fenxiang-box .fenxiang-btn:hover{
    color: #5CAF5A;
    border-color: #5CAF5A;
    text-decoration: none;
}
.menus-box-wrap .menus-box .fenxiang-box .addJia-btn:hover,.menus-box-wrap .menus-box .fenxiang-box .fenxiang-btn:hover{
    color: #5CAF5A;
}
.data-box{
    width: 1170px;
    height: auto;
    margin: 20px auto;
    display: flex;
}
.data-box .tabs-box{
    flex: 1;
    margin-right: 20px;
    /*border: 1px solid red;*/
    width: 0;
}
.data-box .goods-data{
    width: 300px;
}
.data-box .goods-data .title{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background-color: #F7F7F9;
    text-align: center;
    border: 1px solid #DADADA;
    font-weight: bold;
}
.data-box .goods-data .goods-info{
    border: 1px solid #DADADA;
    padding: 10px 15px;
}
.data-box .goods-data .goods-info .goods-name{
    font-size: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.data-box .goods-data .goods-info .sub-title{
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}
.data-box .goods-data .goods-info .price-box > div{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center
}
.data-box .goods-data .goods-info .price-box > div span{
    color: #F34949;
    font-size: 30px;
}
.data-box .goods-data .goods-info .price-box > div span.zhengPrice{
    color: #F34949;
    font-size: 30px;
    display: block;
    line-height: 50px;
    padding-top: 14px;
    box-sizing: border-box;
}
.data-box .goods-data .goods-info .join-price-btn{
    background-color: #F34949;
    color: #fff;
    font-size: 17px;
    border-radius: 18px;
    text-align: center;
    width: 200px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
}
.data-box .goods-data .goods-info .config{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}
.data-box .goods-data .goods-info .send-goods-time{
    font-size: 18px;
}
.data-box .goods-data .goods-info .send-goods-time div{
    font-weight: bold;
}
.data-box .goods-data .goods-info .goJoin, .data-box .goods-data .goods-info a{
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.data-box .goods-data .goods-info .goJoin:hover, .data-box .goods-data .goods-info a:hover{
    opacity: 0.8;
    text-decoration: none;
}
.data-box .goods-data .goods-info .other-buys{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#progress,#faq,#progress-list,#msg,#guarantee,#accessory,#download{
    display: none;
}
.data-box .tabs-box{
    font-size: 14px;
}

#progress{
    padding: 20px 10px;
    overflow: auto;
    box-sizing: border-box;
}
#progress .progress-box{
    padding: 40px;
    box-sizing: border-box;
}
.tabs-box .bg{
    height: 5px;
    width: 100%;
    background: #E4E4E4;
    position: relative;
}
.tabs-box .bg .pro{
    height: 5px;
    width: 86px;
    background-color: #E70013;
}
.tabs-box .bg .item-list{
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.tabs-box .bg .item-list > div{
    position: absolute;
    top: -25px;
    left: -39px;
    width: 80px;
    height: 37px;
    /*border: 1px solid blue;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}
.tabs-box .bg .item-list > div.actioning, .tabs-box .bg .item-list > div.last{
    left: -19px;
    width: 40px;
}
.tabs-box .bg .item-list > div.lastting{
    left: -39px;
    width: 40px;
}
.tabs-box .bg .item-list > div .time{
    height: 20px;
    line-height: 20px;
}
.tabs-box .bg .item-list > div .round{
    width: 15px;
    height: 15px;
    border: 1px solid #DADADA;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #DADADA;
}
.tabs-box .bg .item-list > div.first .round{
    border: 1px solid #E70013;
    background-color: #E70013;
}
.tabs-box .bg .item-list > div.actioning .round{
    border: 1px solid #E70013;
    background-color: #E70013;
}
.tabs-box .bg .item-list > div .round div{
    display: block;
    border: 4px solid #E70013;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    padding: 2px;
}
.tabs-box .bg .item-list > div.actioning .round div{
    display: block;
    border: 4px solid #E70013;
    height: 2px;
    width: 2px;
    border-radius: 50%;
    padding: 2px;
}
.tabs-box .bg .item-list > div.actioning .percentage{
    color: #5CAF5A;
    font-weight: bold;
}
.tabs-box .bg .item-list > div.actioning .round div.now{
    background: #E70013;
    border: 4px solid #fff;
    display: block;
}

#faq .faq-list-box > div{
    padding: 16px 0;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
}
#faq .faq-list-box > div:hover{
    background-color: #F7F7F6;
}
#faq .faq-list-box > div .title-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
#faq .faq-list-box > div .title-box .title{
    font-size: 16px;
    font-weight: bold;
}
#faq .faq-list-box > div .ask{
    display: none;
    padding: 16px 16px 0 16px;
    font-size: 14px;
}
#faq .faq-list-box > div .ask .time{
    font-size: 13px;
    color: #95959E;
    margin-top: 10px;
}

#progress-list .progress-list-item{
    margin-bottom: 20px;
    border: 1px solid #DADADA;
    padding: 30px;
}
#progress-list .progress-list-item .title{
    font-size: 26px;
}
#progress-list .progress-list-item .user{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#progress-list .progress-list-item .user img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #DADADA;
}
#progress-list .progress-list-item .user .username{
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
}
#progress-list .progress-list-item .user .username span{
    padding: 3px 6px;
    background-color: #05CE78;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 5px;
}
#progress-list .progress-list-item .user .time{
    color: #95959E;
    font-size: 14px;
}
#progress-list .progress-list-item .progress-list-data{
    font-size: 14px;
    padding-top: 20px;
    border-top: 1px solid #DADADA;
    margin-top: 20px;
}
#progress-list .progress-list-item .progress-icons-box{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 20px;
}
#progress-list .progress-list-item .progress-icons-box > div{
    color: #95959E;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#progress-list .progress-list-item .progress-icons-box > div:hover{
    color: #05CE78;
}

/* 留言 */
.msg-box{
    margin-top: 20px;
    border-top: 1px solid #DADADA;
    padding-top: 20px;
    display: none;
}
.msg-item{
    display: flex;
}
.msg-item > img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #DADADA;
}
.msg-item .msg-wrap{
    flex: 1;
    width: 0;
}
.msg-item .msg-wrap .up-name{
    color: #05CE78;
    line-height: 30px;
}
.msg-item .msg-wrap .up-msg{
    font-size: 14px;
    line-height: 24px;
}
.back-msg-list .back-msg-item{
    display: flex;
    padding: 15px 0 0 0;
}
.back-msg-list .back-msg-item > img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 6px;
    border: 1px solid #DADADA;
}
.back-msg-list .back-msg-item > .msg{
    font-size: 14px;
    flex: 1;
    width: 0;
}
.back-msg-list .back-msg-item .back-username{
    color: #05CE78;
    margin-right: 15px;
    line-height: 24px;
}
.back-msg-list .back-msg-item > .msg .msg-data{
    line-height: 24px;
}
.back-msg-list .back-msg-item > .msg .msg-data span{
    font-weight: bold;
    color: #0a5ba6;
}
.msg-wrap .time-icon{
    display: flex;
    align-items: center;
    color: #9499A0;
}
.msg-wrap .time-icon > div{
    display: flex;
    align-items: center;
    margin-right: 20px;
    line-height: 30px;
    cursor: pointer;
}
.msg-wrap .time-icon > div:hover{
    color: #05CE78;
}
/* 留言 */

.noHas{
    text-align: center;
    padding: 16px 0;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
}
.send-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.send-box div.send-msg-btn{
    width: 180px;
    height: 38px;
    background: #05CE78;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.send-box div.send-msg-btn:hover{
    opacity: 0.8;
}
.grp{
    height: 20px;
}
.sub-send-box{
    display: none;
}

.send-msg-textarea-wrap{
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.send-msg-textarea-wrap .send-msg-textarea{
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #dedede;
    padding: 10px;
    font-size: 13px;
}

.join-data{
    padding: 20px;
    font-size: 14px;
}
.join-data table{
    width: 100%;
}
.join-data table tr td:first-child{
    text-align: right;
    width: 90px;
}
.join-data table tr td{
    vertical-align: top;
    padding: 5px;
}
.join-data table tr td input, .join-data table tr td textarea{
    width: 100%;
    border: 1px solid #DADADA;
    outline: none;
}
.join-data table tr td input, .join-data table tr td textarea, .join-data table tr td div{
    padding: 5px;
}

.pay-box{
    display: flex;
}
.pay-box > div{
    flex: 1;
}
.pay-box .title{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.pay-box .qr_img-box{
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center;
}
.pay-box .qr_img-box .qrcode{
    width: 100%;
    max-width: 260px;
    display: inline-block;
}

.serve-agree-bd dd{
    padding: 20px 0;
}
#state strong{
    font-size: 14px;
    color: red;
}

.pay-users{
    height: 60px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.pay-users .pays-title{
    font-size: 18px;
    font-weight: bold;
    color: #E70013;
}
.pay-users .users-box{
    display: flex;
    align-items: center;
    flex: 1;
    width: 0;
}
.pay-users .users-box > div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 60px;
    margin-right: 6px;
}
.pay-users .users-box > div img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #DADADA;
}
.pay-users .users-box .user-name{
    font-size: 12px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden;    /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    width: 60px;
    text-align: center;
}
#guarantee .agree-title{
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#project-show img, #accessory img{
    max-width: 100%;
}

.item-wrapper{
    width: 850px;
    margin: 30px auto 0 auto;
    padding: 0;
}
.item-wrapper h2{
    text-align: center;
}
.item-wrapper .subTabs {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    display: flex;
    justify-content: center;
    margin-block-start: 44px;
    border-block-end: 1px solid #ccc;
}
.item-wrapper .subTabs .subTab {
    padding-inline-start: 5%;
    padding-inline-end: 5%;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    background-color: #fff;
    border: none;
    border-block-end: 3px solid #fff;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding-block-end: 10px;
}
.item-wrapper .subTabs .subTab--active {
    border-block-end: 3px solid #ccc;
}

.list-table{
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-top: 15px;
}
.list-table tr th, .list-table tr td{
    padding: 15px;
}
.list-table tr.tip{
    background: #FAFAFA;
}
.list-table tr th{
    background: #ECECEC;
}

.list-table tr:nth-child(odd){
    background:#F4F4F4;
}

#drive-sub .top-select-system > div, #tools-sub .top-select-system > div, #specifications-sub .top-select-system > div {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
#drive-sub .top-select-system > select, #tools-sub .top-select-system > select, #specifications-sub .top-select-system > select{
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
}
.data-box .goods-data .goods-info .taobaoBuyBtn{
    margin: 0;
    padding: 0 12px;
    border: 0;
    display: block;
}