html,
body {
    height: 100%;
}
.pagecontent {
    position: relative;
    height: 120px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1100{
    width: 1100px;
    margin: 0 auto;
}
.common-title{
    height: 34px;
    line-height: 34px;
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    display: inline-block;
    position: relative;
    padding-right: 58px;
    margin-bottom: 50px;
}
.common-title span {
    display: block;
    width: 57px;
    height: 22px;
    border-radius: 9px 9px 9px 0;
    background-color: #00ac65;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
}
.content-wraper .content-left{
    float: left;
    width: 470px;
}
.content-wraper .content-right{
    float: right;
    width: 470px;
}
.content-wraper .content-left .head,
.content-wraper .content-right .head{
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 48px;
}
.content-wraper .head .tit{
    width: 155px;
    height: 50px;
    line-height: 50px;
    background: #00AC65;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.content-wraper{
    width: 1095px;
    margin: 60px auto 100px;
    overflow: hidden;
}
.item-con{
    display: flex;
    width: 400px;
    height: 120px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.item-con .item{
    width: 196px;
    height: 50px;
    background: #F5F5F6;
    position: relative;
}
.item-con .item input{
    border: 0;
    outline: none;
    background: transparent;
    display: block;
    position: absolute;
    left: 28px;
    top: 0;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    text-align: left;
    width: 150px;
}
.item-con .item input[type=number]::-webkit-inner-spin-button,
.item-con .item input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.item-con .item span{
    position: absolute;
    font-size: 14px;
    color: #333;
    right: 16px;
    line-height: 50px;
    display: inline-block;
    top: 0;
}
.btn-wraper{
    overflow: hidden;
    margin-top: 60px;
    width: 400px;
    margin-bottom: 60px;
}
.btn-wraper .computed{
    float: left;
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #507FF8;
    color: #FFFFFF;
}
.btn-wraper .reset{
    float: right;
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #507FF8;
    color: #507FF8;
}
.btn-wraper div {
    cursor: pointer;
}
.result-item{
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.result-item span:first-child{
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #333;
    margin-right: 45px;
}
.result-item .item{
    width: 316px;
    height: 50px;
    background: #F5F5F6;
    position: relative;
    float: left;
}
.result-item .item input{
    border: 0;
    outline: none;
    background: transparent;
    display: block;
    position: absolute;
    left: 28px;
    top: 0;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
}
.result-item .item input[type=number]::-webkit-inner-spin-button,
.result-item .item input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.result-item .item span{
    position: absolute;
    font-size: 14px;
    color: #333;
    right: 16px;
    line-height: 50px;
    display: inline-block;
    top: 0;
}
.item select{
    display: block;
    width: 290px;
    padding-left: 20px;
    line-height: 50px;
    border: 0;
    outline: none;
    height: 50px;
    background: transparent;
    -webkit-appearance: none;

}
