body{
    padding: 0;
    margin: 0;
    background-color: #f5f9fc;
}
.banner-top{
    width: 1100px;
    height: 250px;
    margin: 160px auto 10px auto ;
}
.banner-top img{
    width: 100%;
    height: 100%;
}

.content-works-copyright{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content-left{
    width: 200px;
}
.fixed-css-content-left{
    position:fixed;
    top:160px;
}
.fixed-left{
    width: 0px;
}
.content-left-top{
    width: 100%;
    height: 150px;
}
ul,li{
    margin: 0;
    padding:0;
    list-style: none;
}
.content-left-ul{
    width: 100%;
}
.content-left-ul li{
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}
.content-left-title{
    font-size: 16px;
    background-color: white;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    border-bottom:2px solid #9eca5b;
}
.content-left-title-name{
    display: inline-block;
    margin-left: 5px;
    color:#9eca5b;
}
.left-menu-div{
    width: 100%;
    display: block;
}
.div-item-css{
    width: 100%;
    text-align: center;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    background-color: white;
    box-sizing: border-box;
    border-bottom:1px solid gainsboro ;
    cursor: pointer;
}
.div-item-css a:hover{
    color:#9eca5b;
}
.content-right{
    /*width: 100%;*/
    width: 890px;
}
/*最新下单*/
.new-order{
    width: 100%;
    margin: 10px auto;
    background: white;
    padding: 15px 0;
}
.describe-title{
    margin: 10px 0;
}
.title-left-css{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #9eca5b;
    margin:0 10px;
    position:relative;
    top:5px;
}
.title-right-css{
    font-size: 18px;
    font-weight: bold;
}
.table-header{
    width: 100%;
    margin: 30px auto 0 auto;
    height: 60px;
    background-color: #e9f8d1;
    display: flex;
}
.user-div{
    width: 100%;
    margin: 0 auto;
    height: 150px;
    overflow: hidden;
}
.user-table-box{
    width: 100%;
    height: 1200px;
    position:relative;
    top:0;
}
.table-header-th{
    width: 33%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
}
.table-header-td{
    width: 33%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
.row-one{
    width: 100%;
    height: 50px;
    color:#666666;
    display: flex;
}
/*详情*/
.content-detail{
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 15px 0;
}
.content-top{
    width: 100%;
    margin: 10px auto;
}
.content-top-title{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-center{
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 20px;
}
.title-around{
    display: block;
    height: 1px;
    background-color:gainsboro;
    width: 200px;
}
.content-top-word-describe{
    width: 80%;
    margin: 10px auto;
    font-size: 15px;
    color: #666666;
}
.content-handing-procedures{
    width: 100%;
    margin: 70px auto 20px auto;
}
.content-bottom{
    width: 100%;
    margin-top:40px ;
    position:relative;
    display: flex;
    justify-content: space-around;
}
.process-img-css{
    width: 80%;
    height: 80%;
    margin-bottom: 10px;
}
.process-img-two{
    width: 90%;
    height: 80%;
    margin-bottom: 5px;
}
.process-img-three{
    width: 90%;
    height: 80%;
    margin-bottom: 5px;
}
.process-one{
    text-align: center;
}
.process-word-describe{
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.arrows-img-css-one{
    width: 25%;
    height: 45%;
    position:absolute;
    top:21%;
    left: 23%;
}
.arrows-img-css-two{
    width: 22%;
    height: 45%;
    position:absolute;
    top:21%;
    right: 22%;
}
.content-need-material{
    width: 100%;
    margin: 70px auto;
}
.content-bottom-material{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 50px;
}
.item{
    width: 46%;
    height: 80px;
    box-sizing: border-box;
    border:1px solid #9eca5b;
    border-radius: 10px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}
.item-left{
    width: 35%;
    height: 100%;
}
.item-right{
    width: 65%;
    height: 100%;
    text-align: center;
}
.material-requested-img-css{
    width: 100%;
    height: 100%;
}
.name-top{
    font-size: 16px;
    font-weight: bold;
    color: black;
    padding: 10px;
}
.name-bottom{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.content-credential-sample{
    width: 100%;
    margin: 0 auto;
}
.content-sample-word-describe{
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    padding-top: 30px;
    text-align: center;
}
.sample-img{
    width: 80%;
    margin: 20px auto;
    height: 470px;
}
.sample-img>img{
    width: 100%;
    height: 100%;
    transform: rotate(0.5deg);
}
.content-cost{
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.content-cost-bottom{
    width: 80%;
    margin: 30px auto;
}
/*.word-content-cost-bottom{*/
    /*width: 100%;*/
    /*height:550px;*/
    /*overflow-y: scroll;*/
/*}*/
.word-mannage-cost-content{
    width: 100%;
    height:550px;
    overflow-y: scroll;
}
.cost-table-header{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    background-color: #e9f8d1;
}
.cost-table-header-th{
    width: 50%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid gainsboro;
}
.cost-row-one{
    width: 100%;
    height: 40px;
    color:#666666;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
}
.cost-table-header-td{
    width: 50%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    border-left: 1px solid gainsboro;
}