.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(15px + .7813vw) 0;
}

.flex-header label.title {
    font-size: calc(16px + .8333vw);
    color: #FFFFFF;
    display: flex;
}

.flex-header label.title::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 4px solid #FF1414;
    border-radius: 50%;
    display: inline-block;
    align-self: flex-start;
    margin-left: 10px;
}

.flex-header .back-home {
    width: calc(90px + 4.6875vw);
    height: calc(20px + 1.0417vw);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: calc(10px + .5208vw);
    font-size: calc(12px + .3125vw);
    color: #FFFFFF;
    flex-shrink: 0;
}

.index-bar {
    font-size: calc(12px + .2083vw);
    color: #999EAD;
    display: flex;
    flex-wrap: wrap;
    padding: calc(10px + .5208vw) calc(15px + .7813vw) 0;
}

.index-bar .anchor {
    width: calc(18px + .9375vw);
    height: calc(18px + .9375vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: calc(10px + .5208vw);
    margin-bottom: calc(10px + .5208vw);
    cursor: pointer;
}

.index-bar .anchor.active {
    background: #D80000;
    border-radius: 50%;
    color: #FFFFFF;
}

.dropdown-title {
    font-size: calc(12px + .3125vw);
    color: #999EAD;
    padding: calc(20px + 1.0417vw) calc(15px + .7813vw) calc(10px + .5208vw);
}

.checkgroup-title {
    font-size: calc(12px + .3125vw);
    color: #999EAD;
    padding: calc(20px + 1.0417vw) calc(15px + .7813vw) calc(10px + .5208vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chk-colors {
    display: flex;
    align-items: center;
}

.chk-colors .chk-item {
    width: calc(34px + 1.7708vw);
    height: calc(34px + 1.7708vw);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.chk-colors .chk-item>input {
    display: none;
}

.chk-colors .chk-item>input+label {
    width: calc(30px + 1.5625vw);
    height: calc(30px + 1.5625vw);
    border: 1px solid #2F333B;
    border-radius: 50%;
    cursor: pointer;
}

.chk-colors .chk-item>input:checked+label {
    width: calc(34px + 1.7708vw);
    height: calc(34px + 1.7708vw);
    border: 1px solid #FF1414;
    border-radius: 50%;
    border-spacing: 4;
    box-shadow: inset 0 0 0 0.2083vw #010101;
}

.select-hidden {
    display: none;
    visibility: hidden;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: calc(12px + .4167vw);
    color: var(--select-color);
    width: var(--select-width);
    height: var(--select-height);
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--select-background);
    border: 1px solid var(--select-border-color);
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in;
}

.select-styled::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    margin-top: 7px;
    border-color: var(--select-color) transparent transparent transparent;
}

.select-styled:hover {
    background-color: var(--select-background);
}

.select-styled:active,
.select-styled.active {
    background-color: var(--select-background);
}

.select-styled:active::after,
.select-styled.active::after {
    margin-top: 0;
    border-color: transparent transparent var(--select-color) transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--select-background);
    max-height: 300px;
    overflow-y: auto;
    border-top: 1px solid #333;
}

.select-options li {
    margin: 0;
    padding: 12px 0 12px 15px;
    text-indent: 15px;
    border-top: 1px solid var(--select-background);
    transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
    color: var(--select-background);
    background: var(--select-color);
}

.select-options li[rel="hide"] {
    display: none;
}

.btn-action {
    margin: calc(60px + 1.125vw) auto;
    text-align: center;
}

.btn-reset {
    width: calc(160px + 8.3333vw);
    height: calc(30px + 1.5625vw);
    border: 1px solid #F8F6F7;
    border-radius: calc(15px + .7813vw);
    font-size: calc(12px + .625vw);
    font-weight: bold;
    color: #FFFFFF;
    outline: none;
    border: 1px solid #F8F6F7;
    cursor: pointer;
    background: #010101;
    margin-right: 20px;
}

.btn-next {
    width: calc(160px + 8.3333vw);
    height: calc(30px + 1.5625vw);
    background: #D80000;
    border-radius: calc(15px + .7813vw);
    font-size: calc(12px + .625vw);
    font-weight: bold;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}

.quote-result {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quote-result .props {
    max-width: 690px;
    width: 35.9375vw;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.quote-result .props-box {
    display: table;
    border-collapse: collapse;
    width: calc(345px + 17.9688vw);
    margin-bottom: calc(20px + 1.0417vw);
}

.quote-result .props-box .prop {
    display: table-row;
}

.quote-result .props-box .prop .name,
.quote-result .props-box .prop .value {
    display: table-cell;
    border: 1px solid #2F333B;
    font-size: calc(12px + .3125vw);
    padding: 15px 2em;
    color: #999EAD;
}

.quote-result .props-box .prop .name {
    color: #FEFEFE;
}

.quote-result .props-box .prop .value {
    color: #FEFEFE;
    font-weight: bold;
}

.applet {
    width: calc(345px + 17.9688vw);
}

.applet .logo>img {
    height: calc(30px + 1.5625vw);
}

.applet .logo::after {
    content: "";
    height: 3px;
    background-image: linear-gradient(to right, rgba(170, 173, 188, 1), rgba(255, 0, 0, 0));
    display: block;
    margin-top: calc(10px + .5208vw);
}

.applet .flex-qrcode {
    padding: calc(18px + .9375vw) 0 0;
    display: flex;
}

.applet .flex-qrcode>img {
    background-color: #fff;
    width: calc(60px + 3.125vw);
    height: calc(60px + 3.125vw);
}

.applet .flex-qrcode .qrcode-info {
    margin-left: calc(10px + .5208vw);
}

.applet .flex-qrcode .qrcode-info .name {
    font-size: calc(12px + .625vw);
    font-weight: bold;
    color: #FFFFFF;
}

.applet .flex-qrcode .qrcode-info .desc {
    font-size: calc(12px + .2083vw);
    color: #A8AEB7;
    padding-top: calc(10px + .5208vw);
}

.applet .flex-qrcode .qrcode-info .desc:last-child {
    padding-top: 4px;
}

.flex-group {
    display: flex;
    justify-content: space-between;
}

.flex-group .group-box {
    flex: 1;
}

.flex-group .group-box+.group-box {
    margin-left: 20px;
}