.container {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
}
.container .handBox {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.container .handBox .box{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 321px;
    border-bottom:1px solid #D8D8D8;
}
.container .handBox .box .box-item{
    width: 50%;
    height: 100%;
}
.container .handBox .box .box-item .box-1-left{
    width: 532px;
    height: 260px;
    margin: 26px 60px 35px 0;
    background: url("../image/img3.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-1-right{
    width: 532px;
    height: 260px;
    margin: 26px 0px 35px 50px;
    background: url("../image/no1.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-2-left{
    width: 532px;
    height: 260px;
    margin: 26px 60px 35px 0;
    background: url("../image/no2.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-2-right{
    width: 532px;
    height: 260px;
    margin: 26px 0px 35px 50px;
    background: url("../image/img1.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-3-left{
    width: 532px;
    height: 260px;
    margin: 26px 60px 35px 0px;
    background: url("../image/zs.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-3-right{
    width: 532px;
    height: 260px;
    margin: 26px 0px 35px 50px;
    background: url("../image/no3.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-4-left{
    width: 532px;
    height: 260px;
    margin: 26px 60px 35px 0px;
    background: url("../image/no4.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-4-right{
    width: 532px;
    height: 260px;
    margin: 26px 0px 35px 50px;
    background: url("../image/img2.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-5-left{
    width: 532px;
    height: 260px;
    margin: 26px 60px 35px 0px;
    background: url("../image/fa.png") no-repeat center;
    background-size: 100% 100%;
}
.container .handBox .box .box-item .box-5-right{
    width: 532px;
    height: 260px;
    margin: 26px 0px 35px 50px;
    background: url("../image/no5.png") no-repeat center;
    background-size: 100% 100%;
}
 .container .handBox .jobs {
     letter-spacing: 1px;
     text-indent: 30px;
 }
 .container .handBox .headTitle {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.content .title {
    background-color: #f0f0f0;
    padding: 10px;
    line-height: 1.5;
    position: relative;
}
.content {
    margin: 10px 0;
}
.content .title {
    margin: 10px 0;
}
.content .title .name {
    font-size: 16px;
    color: #ff6500;
    border-left: 7px solid #ff6500;
    padding-left: 10px;
}
.content .title p {
    color: #686868;
    font-size: 12px;
    border-left: 7px solid #ff6500;
    padding-left: 10px;
}
.main .main-content {
    text-indent: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.container .desc{
    text-align: center;
    font-size: 30px;
    color: #333333;
    line-height: 42px;
}
.container .table{
    border-spacing: 0;
    border-collapse: collapse;
    margin: 35px 0 10px 0;
}
.container .table .box{
    border: 1px solid #666666;
    font-size: 13px;
    color: #666666;
    width: 150px;
    height: 82px;
    padding: 0 5px;
    text-align: center;
}
.container .table .box .submit{
    margin: 0 auto;
    background: #0AA13A;
    width: 50px;
    height: 26px;
    border-radius: 3px;
    color: #FFFFFF;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
