.calculator-banner{
    width: 100%;
}
.calculator-banner>img{
    width: 100%;
}

.calculator-form{
    background: #F1F5FA;
    padding: 50px 0;
}

.calculator-form-title{
    font-weight: 600;
    font-size: 30px;
    color: #29345C;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
}

.calculator-form-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calculator-form-item{
    display: flex;
    width: 582px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6ECF6;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px 0;
    margin: 0 0 30px 0;
}
.calculator-form-item-label{
    flex-shrink: 0;
    font-weight: 600;
    font-size: 16px;
    color: #29345C;
    line-height: 22px;
}
.calculator-form-item-label>span{
    color: #FF0000;
}
.calculator-form-item .layui-form-select{
    flex: 1;
}
.calculator-form-item .layui-input{
    background: #FFFFFF;
    border: none;
    height: 100%;
}
.calculator-form-item .layui-input::placeholder{
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    line-height: 22px;
}
.send-code{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.send-btn{
    flex-shrink: 0;
    font-weight: 400;
    font-size: 16px;
    color: #0085F9;
    line-height: 22px;
    background: #FFFFFF;
}

.calculator-btn-box{
    display: flex;
    align-items: center;
    margin: 0;
}

.calculator-btn{
    height: 50px;
    box-shadow: 0px 3px 10px 0px rgba(0,133,249,0.14);
    border-radius: 5px;
    padding: 0 33px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.calculator-btn img{
    width: 18px;
    margin-right: 10px;
}
.calculator-btn:first-child{
    background: #0085F9;
    border: none;
    color: #FFFFFF;
}
.calculator-btn:nth-child(2){
    border: 1px solid #96CEFF;
    color: #0085F9;
    background: #DEEFFF;
    margin-left: 16px;
}
.calculator-btn-text{
    font-weight: 400;
    font-size: 14px;
    color: #0085F9;
    line-height: 20px;
    margin-left: 24px;
}
/* ---- S +86 样式 ---- */
.phone-number-type {
    /*width: 101px;*/
    padding: 0 0 0 15px;
    margin-right: 5px;
}
/* ---- E +86 样式 ---- */
.calculator-table{
    background: #FFFFFF;
    padding: 50px 0;
    box-sizing: border-box;
}
#calcTable .layui-table{
    margin: 0 !important;
}
#calcTable .layui-table td, .layui-table th{
    height: 48px!important;
    box-sizing: border-box!important;
    font-size: 14px!important;
    font-weight: 400!important;
    color: #29345C!important;
    padding: 15px 20px!important;
    line-height: 20px!important;
}

#calcTable .layui-table tr:first-child>td,.layui-table tr:first-child>th{
    background: #ffffff;
    font-size: 14px;
    color: #29345C;
}
#calcTable-empty{
    border: 1px solid #E6ECF6;
}
.empty-top{
    width: 100%;
    height: 50px;
    background: #F1F5FA;
    border-bottom: 1px solid #E6ECF6;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    font-size: 14px;
    color: #29345C;
    line-height: 20px;
    box-sizing: border-box;
}
.empty-nodata{
    width: 100%;
    height: 344px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.empty-nodata img{
    width: 180px;
    height: 156px;
}
.empty-text{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #757575;
}
