.search-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/search.jpg);
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(15px + .7813vw) 0;
}

.flex-header::before {
    content: "";
    width: calc(90px + 4.6875vw);
}

.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;
}

.search-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search {
    width: calc(400px + 20.8333vw);
    margin: 0 auto;
}

.search-input {
    width: 100%;
    height: calc(30px + 1.5625vw);
    background: #0F1214;
    border: 2px solid #D80000;
    border-radius: calc(15px + .7813vw);
    margin: calc(85px + 4.4271vw) auto 0;
    display: flex;
}

.search-input>input {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
    font-size: calc(12px + .4167vw);
    color: #FFFFFF;
    padding: 0 2em;
}

.search-input .btn-search {
    height: 100%;
    background: #D80000;
    border-radius: calc(15px + .7813vw);
    font-size: calc(12px + .4167vw);
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 calc(30px + 1.5625vw);
}

.search-tip {
    font-size: calc(12px + .2083vw);
    color: #FFFFFF;
    padding: calc(20px + 1.0417vw) 0;
    text-align: center;
}

.search-desc {
    font-size: calc(12px + .2083vw);
    color: #FFFFFF;
    padding: calc(60px + 3.125vw) calc(15px + .7813vw) 0;
}

.download-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(20px + 1.0417vw) 0;
}

.download-box::before {
    content: "";
    width: calc(110px + 5.7292vw);
}

.download-box .download {
    width: calc(110px + 5.7292vw);
    height: calc(30px + 1.5625vw);
    border: 1px solid #FFFFFF;
    border-radius: calc(15px + .7813vw);
    font-size: calc(12px + .3125vw);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-box .instructions {
    font-size: calc(12px + .2083vw);
    color: #FFFFFF;
}

.download-box .instructions p {
    text-align: center;
}

.download-box .instructions .email {
    color: #D80000;
}

.search-result {
    padding-bottom: 40px;
}

.search-result .baseinfo {
    background: #1B1E24;
    border-radius: calc(10px + .5208vw);
    position: relative;
}

.search-result .genuine {
    position: absolute;
    top: 20px;
    right: 20px;
}

.search-result .flex-title {
    border-bottom: 1px solid #333941;
    height: calc(60px + 3.125vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(20px + 1.0417vw);
}

.search-result .flex-title .tabs {
    display: flex;
    align-items: center;
}

.search-result .flex-title .tabs .tab {
    display: flex;
    font-size: calc(12px + 8px);
    color: #999EAD;
    cursor: pointer;
}

.search-result .flex-title .tabs .tab+.tab {
    margin-left: calc(30px + 1.5625vw);
}

.search-result .flex-title .tabs .tab.active {
    font-size: calc(12px + .8333vw);
    font-weight: bold;
    color: #FEFEFE;
}

.search-result .flex-title .tabs .tab.active::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 4px solid #FF1414;
    border-radius: 50%;
    display: inline-block;
    align-self: flex-start;
    margin-left: 10px;
}

.search-result .props {
    display: flex;
    flex-wrap: wrap;
    padding: calc(10px + 0.5208vw) calc(20px + 1.0417vw);
}

.search-result .props .prop {
    width: 33.3333%;
    display: none;
    padding: calc(10px + 0.5208vw) 0;
    font-size: calc(12px + .3125vw);
}

.search-result .props .column {
    width: 20%;
}

.search-result .props .prop .name {
    color: #999EAD;
    margin-right: 30px;
    min-width: 80px;
}

.search-result .props .prop .value {
    color: #FEFEFE;
}

.search-result .props .prop .value.data {
    font-size: calc(12px + .2083vw);
    background: linear-gradient(0deg, #FB3854, #E60D2B);
    border-radius: 4px;
    padding: 5px 5px;
}

.search-result .iteminfo {
    background: #1B1E24;
    border-radius: calc(10px + .5208vw);
    margin-top: calc(10px + .5208vw);
}

.search-result .flex-title .paging {
    display: flex;
    justify-content: center;
}

.search-result .flex-title .paging>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20px + 1.0417vw);
    height: calc(20px + 1.0417vw);
    border-radius: 50%;
    margin: 0 10px;
}

.search-result .flex-title .paging>a.page-item {
    border: 1px solid #FFFFFF;
    font-size: calc(12px + .3125vw);
    color: #FFFFFF;
}

.search-result .flex-title .paging .btn-prev[disabled] img {
    content: url('../images/icon-prev-disabled.png');
}

.search-result .flex-title .paging .btn-next[disabled] img {
    content: url('../images/icon-next-disabled.png');
}

.search-result .img-box {
    display: flex;
    flex-wrap: wrap;
    padding: calc(10px + 0.5208vw) 10px;
}

.search-result .img-box>img {
    width: calc(100px + 5.2083vw);
    height: calc(100px + 5.2083vw);
    border-radius: calc(10px + .5208vw);
    object-fit: cover;
    margin-bottom: 30px;
    margin-left: 30px;
}