.web-banner {
    overflow: hidden;
    background: url("/en/images/acc/calculator/banner.jpg") no-repeat center;
    background-size: 100% 100%;
    margin-top: 72px;
    position: relative;
    height: 350px;
}
.web-banner .web-font {
    overflow: hidden;
    margin-top: 142px;
}
.web-banner .web-font span,
.web-banner .web-font p {
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
}
.web-banner .web-font span {
    font-size: 50px;
    line-height: 66px;
    font-weight: bolder;
}
.web-banner .web-font p {
    margin: 10px 0 0;
}
.cal_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 80px 5% 116px;
}

.input_wrapper,
.select_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    position: relative;
}

.input_wrapper input,
.select_wrapper .selectBox {
    width: 410px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    font-size: 20px;
    color: #0B1E1F;
    padding-left: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.select_wrapper .selectBox.active {
    border-color: #37AEB3;
}

.select_wrapper .select_right.types ul {
    height: auto;
    overflow-y: auto;
}

.select_wrapper .select_right ul {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    box-shadow: 0px 2px 6px 0px rgba(97, 127, 130, 0.4);
    width: 410px;
    top: 59px;
    height: 350px;
    overflow-y: auto;
}

.select_wrapper .select_right ul li {
    line-height: 40px;
    padding: 13px 0 13px 17px;
    font-size: 20px;
    color: #0B1E1F;
}

.select_wrapper .select_right ul li:hover {
    background-color: #37AEB3;
    color: #fff;
}

.cal-wrapper .result {
    width: 480px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 20px 0px rgba(97, 127, 130, 0.3);
    margin-left: 50px;
    padding: 60px 30px 42px;
}

.cal-wrapper .result .title {
    font-size: 28px;
    color: #0B1E1F;
    text-align: center;
}

.result_detail ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    position: relative;
}

.result_detail ul li .left {
    font-size: 20px;
    color: #666666;
}

.result_detail ul li .right {
    font-size: 20px;
    color: #0B1E1F;
    font-weight: bold;
}

.result_info {
    font-size: 16px;
}

.result_info a {
    color: #37AEB3;
    cursor: pointer;
}

.sub-btn {
    width: 410px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(55, 174, 179, 1);
    border: none;
    float: right;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
}

label {
    font-size: 16px;
    color: #666;
    margin-right: 28px;
    width: 130px;
    text-align: right;
}

.cal-wrapper .main_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0B1E1F;
    margin: 80px 0 23px;
}

.cal-wrapper .sub_title {
    text-align: center;
    font-size: 16px;
    color: #0B1E1F;
}

.direction {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.direction ul {
    display: flex;
}

.direction li {
    flex: 1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #37AEB3;
    width: 205px;
    border: 1px solid rgba(220, 220, 220, 1);
    cursor: pointer;
}

.direction li.active {
    color: #fff;
    background: #37AEB3;
    border: 1px solid #37AEB3;
}

.result_detail ul li .left:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 42px;
    top: 7px;
    background: url('/en/images/acc/calculator/ask.png') no-repeat center;
    background-size: 16px 16px;
    z-index: 3;
}

.selectBox i {
    right: 14px;
    width: 2px;
    height: 5px;
    border: 7px solid transparent;
    border-top-color: #37AEB3;
    position: absolute;
    top: 22px
}

.select_right ul {
    position: absolute;
    z-index: 10;
}

.volume {
    position: relative;
}

.volume:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: -22px;
    top: 5px;
    background: url('/en/images/acc/calculator/ask.png') no-repeat center;
    background-size: 16px 16px;
    z-index: 3;
}

.popup {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 11;
}

.popup1,
.popup2,
.popup3,
.popup4,
.popup5 {
    color: #fff;
    position: absolute;
    font-size: 14px;
    background: rgba(0, 0, 0, .8);
    left: 69px;
    top: -9px;
    padding: 8px;
    z-index: 10;
}

.popup1::before,
.popup2::before,
.popup3::before,
.popup4::before,
.popup5::before {
    content: '';
    right: 14px;
    width: 2px;
    height: 5px;
    border: 7px solid transparent;
    border-right-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 16px;
    left: -16px;
}

.popup3::before {
    top: 59px;
}

.result_detail ul li:nth-child(2) .left::after {
    left: 71px;
}

.result_detail ul li:nth-child(3) .left::after {
    left: 158px;
}

.result_detail ul li:nth-child(4) .left::after {
    left: 150px;
}

.popup1 {
    left: 167px;
    width: 400px;
    text-align: left;
}

.result_detail ul li .left .popup3 {
    left: 98px;
    top: -54px;
}

.result_detail ul li .left .popup4 {
    left: 185px;
}

.result_detail ul li .left .popup5 {
    left: 180px;
}

.result_detail ul li .right.red {
    color: red;
}

.info-error {
    background: #F05336;
    color: #fff;
    padding-left: 20px;
}

.result_detail ul li .right.green {
    color: #37AEB3;
}
