@charset "utf-8";
:root {
    font-size: 10px;
}

a,
a:hover {
    text-decoration: none;
}

.red {
    color: red;
    text-decoration: underline;
}

.calculate {
    font-size: 1.2rem;
    color: #7a7a7a;
}

.calculate p {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

.calculate p i {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #0ba6dd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#flag_r,
#flag_b,
#flag_h,
#flag_j,
#flag_r1 {
    width: 30px;
    margin-right: 5px;
}

.calculate #total_Fee,
.calculate #total_Fee1 {
    font-size: 1.6rem;
}

.calculate .table {
    margin-bottom: 80px;
}

.calculate .table tbody>tr>td {
    vertical-align: middle;
}

.calculate .table tbody>tr:nth-child(6)>td:first-child {
    text-align: center;
}

.calculate #volume_weight,
.calculate .kg {
    line-height: 35px;
    height: 35px;
}

.calculate #hask {
    display: none;
}

.calculate .qi {
    font-size: 1rem;
}

.calculate .input-group .form-control {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
    .calculate p {
        font-size: 1.6rem;
    }
    .calculate .cal-btn {
        font-size: 1.6rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    .calculate label a {
        margin-left: 5px;
    }
    .calculate .popover {
        max-width: 450px;
    }
    .calculate .phone-br {
        display: none;
    }
}

@media (min-width: 992px) {
    .calculate {
        font-size: 1.4rem;
        line-height: 35px;
    }
    .calculate p {
        font-size: 1.8rem;
    }
    .calculate .table tbody>tr>td:first-child {
        white-space: nowrap;
    }
    .calculate .country label {
        margin-right: 25px;
    }
    .calculate .popover {
        max-width: 450px;
    }
}