/* 社保计算器 */

.calculator {
    background-repeat: no-repeat;
    background-position: bottom;
    height: 800px;
}

.fixedWidth {
    width: 1200px!important;
    overflow: hidden;
    margin: 0 auto;
    color: #333;
}


/* .bd {
    min-height: 400px;
    position: relative;
} */

.calculatorCon {
    width: 1150px!important;
    height: 600px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
    padding: 0 20px;
    background: #fff;
}

.calculatorForm,
.calculatoRule {
    float: left;
    width: 45%;
    padding: 20px;
}

.calculatorTitle {
    display: inline-block;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 5px;
    margin-bottom: 18px;
}

.calculatorTitle span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: #ffc141;
    font-weight: 600;
    height: 23px;
}

.layui-form-item {
    margin-bottom: 15px;
    clear: both;
}

.calculatorCon .layui-form-label {
    width: 120px;
    color: #999;
    font-size: 18px;
}

.calculatorCon .layui-input-block {
    margin-left: 150px;
}

.calculatorForm .layui-input,
.calculatorForm .layui-select,
.calculatorForm .layui-textarea {
    font-size: 16px;
}

.inputUnit input {
    padding-right: 38px;
    font-size: 16px;
}

.inputUnit span {
    display: block;
    height: 38px;
    top: 0;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 38px;
    color: #999;
    font-size: 16px;
}

.nationalBase {
    font-size: 12px;
    color: #00a0e9;
    text-align: right;
    cursor: pointer;
    position: relative;
    margin-top: -14px;
    margin-bottom: 24px;
}

.nationalBase span:hover {
    border-bottom: 1px solid #00a0e9;
}

.nationalBase span:hover img:nth-child(2) {
    display: block;
}

.nationalBase img:nth-child(2) {
    position: absolute;
    bottom: 14px;
    display: none;
}

.calculatorForm .layui-btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

.calculatoRuleCon {
    font-size: 16px;
    line-height: 30px;
}

.ruleTitle {
    margin-top: 11px;
}

.calculatoRuleCon .number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #efefef;
    text-align: center;
    color: #999;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
}

.ruleList {
    display: block;
    font-size: 16px;
    padding-left: 28px;
}


/* 计算结果 */

.resultClass {
    border-radius: 10px;
    background: transparent;
    background-image: url(../img/sbjg_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
}

/*.layui-layer-content {*/
/*    line-height: 99px;*/
/*    text-align: center !important;*/
/*}*/

.calculationResult {
    padding: 0 20px;
    margin-top: 160px;
    height: 423px;
    background: #fff;
    position: relative;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
}

.calculationResult table {
    width: 760px;
    position: absolute;
    top: -20px;
}

.calculationResult .layui-table td,
.calculationResult .layui-table th {
    padding: 5px 2px;
    text-align: center;
}

.calculationResult .layui-table th {
    background: #cdedfb;
    color: #333;
    font-weight: 600;
}

.calculationResult table tr td,
.calculationResult table tr th {
    border: 1px solid #b8d0db;
}

input[type='text']:focus,
textarea:focus {
    box-shadow: none !important;
}

.consultation {
    width: 180px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    margin: 0 auto;
    border-radius: 42px;
    background: #00a0e9;
    color: #fff;
    cursor: pointer;
    animation: revolving 2s 0s infinite;
    -webkit-animation: revolving 2s 0s infinite;
}

.consultation a {
    display: block;
    color: #fff;
}


/* 覆盖 */