.activeBarBox {
    background-color: #148df7;
    min-width: 1200px;
}
/* 内容 start */
.mainCont {
    margin-top: 25px;
    margin-bottom: 20px;
    padding:  30px 0;
    background: url(../images/calculator/calcu_bg.png) no-repeat center top;
}

.mainCont .title {
    width: 216px;
    color:#148DF6;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/calculator/calcuTit_left.png), url(../images/calculator/calcuTit_right.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.mainCont .titleCont {
    padding-bottom: 30px;
    margin-top: 15px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

/* 选择内容 start */
.contBox {
    width: 1120px;
    margin: 25px 20px;
    padding: 20px;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.64);
}

.titBox em {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1578f1;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.titBox span {
    margin-left: 7px;
    font-weight: bold;
    font-size: 16px;
}
/* 具体参考 */
.referBox{
    margin-top: 3px;
    color: rgba(102, 102, 102, 0.6);
}
.referBox a{
    color: #1578f1;
}
/* 具体参考 */
.groupList li {
    width: 250px;
    height: 80px;
    border-radius: 10px;
    background-color: #bbbbbb;
}

.groupList li .groupBtns {
    padding-top: 50px;
    display: block;
    text-align: center;
    color: #fff;
}

.groupList li .compgroup {
    background: url(../images/calculator/calcuComp_on.png) no-repeat center 12px;
}

.groupList li .pregroup {
    background: url(../images/calculator/calcuPre.png) no-repeat center 12px;
}

.groupList li.on {
    background: #1578f1 url(../images/calculator/calcuIcon_on.png) no-repeat 8px 8px;
}

.calList {
    margin-left: 28px;
}

.calBtns  a{
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 15px 15px 0;
    background: #bbbbbb;
    padding: 0 28px;
    color: #fff;
}
 .calBtns a.on {
    background: #1578f1 url(../images/calculator/calcuIcon_on.png) no-repeat 4px center;
}
.sshyListOne{
    height: 48px;
    overflow: hidden;
}
.sshyList{
    height: 100px;
    overflow: hidden;
}
.slideBtn {
    top: 5px;
    right: 40px;
    display: block;
    cursor: pointer;
    box-shadow: none;
    width: 40px;
    height: 24px;
    margin-top: 15px;
    background: url(../images/calculator/icon_sildeDown01.png);
    background-size: 100% 100%;
    border-radius: 20px;
}
.all {
    background: url(../images/calculator/icon_sildeUp01.png);
}
.contBox .calcuAll{
    background: url(../images/calculator/calcuUp.png) no-repeat right center;
}
.selectOut {
    padding:0 0 10px 25px;
}
.selectOut select{
    width: 130px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #EDEDED;
    margin-right:10px;
}
/* 我有啥 */
.haveCont{
    width: 1113px;
    margin: 0 auto;
}
.haveCont .haveTit{
    padding: 15px  0 15px 15px;
    color: #1578f1;
    font-size: 15px;
    border-bottom: 1px solid #dddddd;
    background: url(../images/calculator/calcuLine.png) no-repeat left center;
}
.inputCont .inputBox{
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
}
.inputCont .inputBox:nth-child(2n){
    margin-left: 100px;
}
.inputCont .inputBox .inputIn{
    margin-left: 5px;
    padding: 0 20px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #999999;
    border: none;
    border-radius: 0px;
}
.inputCont .inputBox .unitFont{
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
/* 选择内容 end */
.btnBox{
    width: 275px;
    margin: 0 auto;
}
.btnBox a{
    display: block;
    width: 125px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #808080;
    background: #fff;
    border: 1px solid #bbbbbb;
    box-sizing: border-box;
}
.btnBox .startCal{
    color: #fff;
    background: #148DF6;
    border: none;
}
/* 内容 end */