* {
    padding: 0;
    margin: 0;
}

html {
    background-color: #0e419d;
}

body {
    margin: 1rem;
}

html {
    font-size: 16px;
}

.top {
    position: relative;
    height: 140px;
}

.top .title .main {
    background: rgba(116, 93, 255, 1);
    border: 1px solid rgba(116, 93, 255, 1);
    border-radius: 0.5rem 3rem 3rem 3rem;
    display: inline-block;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    padding: 8px;
    margin: 10px;
    margin-top: 16px;
}

.top .title .sub {
    font-size: 0.15rem;
    font-weight: 300;
    color: rgba(185, 184, 191, 1);
    margin-top: 0.18rem;
    width: 180px;
    font-size: 1rem;
    margin: 10px;
}

.top img {
    width: 12rem;
    position: absolute;
    right: 0;
    bottom: -1rem;
    z-index: 10;
}

.center {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.inner_radius {
    position: absolute !important;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #0e419d !important;
    border-color: #0e419d;
    

}

.center,.bottom {
    background-color: #fff;
    position: relative;
}

.inner_radius.top {
    top: 0;
}

.inner_radius.bottom {
    bottom: 0;
}

.inner_radius.left {
    left: 0;
}

.inner_radius.right {
    right: 0;
}

.inner_radius.left.bottom {
    border-radius: 0 0.6rem 0 0;
}

.inner_radius.right.bottom {
    border-radius: 0.6rem 0 0 0;
}

.inner_radius.left.top {
    border-radius: 0 0 0.6rem 0;
}

.inner_radius.right.top {
    border-radius: 0 0 0 0.6rem;
}

.bottom {
    border-radius: 0 0 20px 20px;
}

.bottom .spliter {
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    margin-left: 8%;
    
    border-top: 0.5px dashed rgba(185, 184, 191, 1)
}

.bottom,.jump {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.bottom>.jump {
    padding: 10px;
    font-size: 16px;
    margin: 20px 0;
}

.bottom>.jump>.icon {
    display: flex;
    align-items: center;
}

.bottom>.jump>.label {
    font-weight: bold;
    font-size: 15px;
    color: black;
}

.bottom>.jump>.icon>img {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 5px;
}

.center .container {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.container .confirm {
    width: 223px;
    height: 45px;
    background: rgba(116, 93, 255, 1);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 40%);
    border-radius: 0.5rem 3rem 3rem 3rem;
    text-align: center;
    line-height: 45px;
    color: snow;
    font-size: 16px;
    margin: 0 auto;
    display: block;
}

.container .readme {
    width: 90%; margin: 0 auto;
    font-size: 12px;
    color: #6b6b6f;
    font-weight: 300;

}

.container .exception {
    width: 100%;
    color: gray;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.container .agreement {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px auto;
}

.container .agreement_status {
    display: block;
}

#queries .query {
    position: relative;
    width: 90%;
    background: rgba(245, 245, 248, 1);
    border-radius: 10px;
    padding: 15px;
    margin: 19px auto;
}

#queries .query > div {
    border-bottom: 1px solid grey;

}

#queries .query .title {
    font-weight: bold;
}

#queries .query .car_type {
    margin-bottom: 16px;
}

#queries .query .input_area {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}



#car_type_selector {
    width: calc(100% - 16px);
    height: 40px;
    margin: 10px 0;
    border: none;
    color: black;
    background-color: snow;
    padding-left: 10px;
}


#plate_value {
    width: calc(100% - 70px);
    border: none;
    background-color: unset;
    height: 24px;
    line-height: 24px;
    text-indent: 0.5em;
    font-weight: bolder;
    flex-grow: 1;
}

#plate_value:focus {
    letter-spacing: 0.2em;
}

#plate_area {
    height: 40px;
}

.indicator {
    margin: 0 4px;
    transform: rotate(90deg) scale(1, 1.6) ;
}

#area_panel_trigger {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#selected_area {
    font-weight: bolder;
    font-size: 20px;
    color: #745dff;
}

.provinces {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.el-button.el-button--text {
    padding: 0;
    color: black;
}

.provinces > div {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    background-color: #F5F5F8;
    border-radius: 5px;
    margin: 10px;
    font-weight: bold;
}

.province_selected {
    color: #745dff;
}

.add_query {
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    font-size: 32px;
    background: rgba(245, 245, 248, 1);
    font-weight: lighter;
    margin-bottom: 16px;
    color: grey;
    border-radius: 4px;
}

.add_query:active {
    color: #745dff;
    font-weight: bolder;
    font-size: 36px;
}

.remove_query {
    position: absolute;
    right: 10px;
    top: 4px;
    display: block;
    transform: rotate(45deg);
    color: grey;
    font-size: 24px;
    border-bottom: unset !important;

}

#checkout_panel {

}

#checkout_panel .operations {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

#checkout_panel .operations > div {
    width: 124px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-weight: bolder;
    border: thin solid #745dff;
    font-size: 18px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 40%);
    letter-spacing: 0.2em;

}

#checkout_panel .operations .edit {
    color: #745dff;
    border-radius: 8px 8px 8px 27px;
}

#checkout_panel .operations .submit {
    color: snow;
    border-radius: 8px 27px 27px 8px;
    background-color: #745dff;
}

.pay_type {
    border-top: 1px dashed grey;
    border-bottom: 1px dashed grey;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.pay_item {
    display: flex;
    margin: 6px;
    align-items: center;
}

.pay_type .pay_item:first-child {
    margin-top: 10px;
}

.pay_type .pay_item:last-child {
    margin-bottom: 10px;
}

.pay_item .icon img {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 5px;
}

.query_type {
    display: flex;
    align-items: flex-end;
}

.query_type .query_type_icon{
    display: block;
    width: 30px;
}

.query_type .title {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bolder;
    color: black;
}


.all_plate_no {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.plate_title {
    font-weight: bold;
}

.order_info {
    margin: 20px;
    letter-spacing: 0.2em;
}

.price_info {
    margin-top: 20px;
}

.plus {
    transform: rotate(45deg);
}

.plate_fee {
    display: flex;
    justify-content: flex-end;
}

.total_fee {
    color: red;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}