/*
* @Author: qz_xsc
* @Date:   2017-08-25 09:42:38
* @Last Modified by:   qz_xsc
* @Last Modified time: 2018-03-01 14:46:06
*/

#calculator,#calculator2,#calculator3{ position: fixed; width:100%; height:100%;z-index: 9999;top:0px; background:rgba(0,0,0,0.3);}
.calculator-container{ width:100%;height: 100%;position: relative;}
.calculator-area{position: absolute;width:3rem;height:4rem; background: #fff; padding-bottom:0.1rem;margin:auto;left:0px;right:0px;bottom:0px;top:0px; border-radius: 6px;}
.closed{text-align: right;padding:5px 8px;font-size: 0.16rem;color:#979797}
.calculator-item{text-align: center;font-size: 0.14rem;}
.calculator-item .calculator-title{color: black; overflow: hidden;}
.calculator-item table{display: inline-block;}
.calculator-item p{color: #8B8B8B;font-size: 0.1rem;padding-bottom: 0.1rem;}
.calculator-item  span,.prompt span{color:#FF5353;}
.calculator-item .calculator-title span{font-size:0.18rem;}
.calculator-item  .input-box{width:80%;margin:0.15rem auto;height:0.4rem;line-height: 0.4rem; border:1px solid #A9A9A9;overflow: hidden;border-radius: 5px;}
.calculator-item  .input-box input{width:105%;height: 100%;/*line-height:0.25rem;*/border:none;padding-left:8px; outline: none;font-size: 14px;color: #333}
.calculator-item  .input-box button{background: none;width:100%; height:100%;text-align:left;border:none; color:#333; padding-left: 8px; font-size: 14px;
white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.mianji{float:left;width:80% !important;}
.danwei{float:right;line-height: 0.4rem;padding-right:0.07rem;}
.danwei sup{font-size: 0.008rem;}
.site{color:#A9A9A9 !important;}
.size-right{float:right;line-height: 22px;color:#A9A9A9;}
.clear{clear:both;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　　color: #A9A9A9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
　　color:#A9A9A9;
}
input::-moz-placeholder, textarea::-moz-placeholder {
　　color:#A9A9A9;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#A9A9A9;
}
#btnSave{height: 100%;background:#FF5353;color:white;line-height:0.4rem;font-size: 14px; }
#calculator-exit{height: 100%;background:#FF5353;color:white;line-height:0.4rem;font-size: 14px;}
.border-none{border:none !important;}
#num{font-family: "impact";font-size:0.11rem;}
.prompt{width:85%;margin:0 auto;font-size:10px;margin-top: -0.06rem;color:#A9A9A9;}
.center-content{ width:85%; margin:0rem auto; text-align: center;margin-top:0.1rem}
.gongxi{font-size: 0.158rem;color:#FF5353;padding-top: 5px;}
.tixing{padding:10px 0.18rem;line-height: 25px; font-size: 13px;color: #757575;}
#guanbi{background: #FF5353;color: #fff;}
.small-image{width:130px;}