﻿.dota {
    background-color: #f3f7fa;
}

.box {
    background-color: #fff;
    border-radius: 0;
    /*box-shadow: 0 8px 16px -2px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);*/
    color: #666;
    display: block;
    padding: 20px;
    margin-bottom: 25px;
}

.media {
    align-items: flex-start;
    display: flex;
    text-align: inherit;
}

.media-left, .media-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.media-content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: inherit;
}

.gimg {
    object-fit: fill;
    width: 280px;
    height: 280px;
    display: block;
    margin: 20px;
    border: solid 1px #efefef;
    vertical-align: middle;
}


.gridwrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    min-width: 1200px;
    padding-top: 40px;
}

.grids {
    gap: 24px;
    margin-bottom: 40px;
    grid-template-columns: repeat(4,minmax(0,1fr));
    display: grid;
}

.gitem {
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
}

.gitem2 {
    margin: 0px 0px 12px 0px;
    text-align: left;
    padding-top: 10px;
}

.gitem3 {
    padding: 12px;
    text-align: left;
    background-color: rgb(248, 246, 246);
    min-height: 30px;
    line-height: 30px;
}

.gitem4 {
    text-align: left;
    padding-top: 10px;
    display: flex;
}

    .gitem4 .block {
        font-size: 105%;
        line-height: 32px;
        color: #999;
        min-width: 68px;
    }

    .gitem4 button {
        background-color: #fff;
        border: solid 1px #dbdbdb;
        color: #666;
        padding: 0px 5px 0px 5px;
        margin-right: 8px;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        -webkit-appearance: none;
        align-items: center;
        height: 32px;
        line-height: 32px;
        min-width: 90px;
        border-radius: 4px !important;
    }

        .gitem4 button.current {
            background-color: #0eaaf0;
            border-color: transparent;
            color: #fff;
        }

.gitem5 {
    margin: 0px 0px 12px 0px;
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
}

    .gitem5 button.is-sp-orange {
        background-color: #ff6a00;
        border-color: transparent;
        color: #fff;
    }

        .gitem5 button.is-sp-orange:hover {
            background-color: #ff964b;
        }

.gpricewrap {
    color: rgb(249 115 22);
    font-size: 12px;
    line-height: 16px;
    font-size: 12px;
    line-height: 16px;
    font-size: 12px;
    line-height: 16px;
}

.gprice {
    font-size: 24px;
    line-height: 32px;
}

.gimgwrap {
    margin-right: 24px;
    width: 64px;
    height: 64px;
    border-width: 1px;
    border-color: rgb(212 212 216);
    border-radius: 8px;
    padding: 8px;
}

.gtxtwrap {
    flex: 1 1 0%;
    width: 0;
    text-align: left;
}

.gtitle {
    font-size: 21px !important;
    font-weight: 500;
    color: rgb(39 39 42);
    margin: 12px 0px 12px 0px;
}

.are-small .button {
    background-color: #fff;
    border: solid 1px #dbdbdb;
    color: #999;
    margin-right: 8px;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: none;
    align-items: center;
    box-shadow: none;
    display: inline-flex;
    font-size: 12px;
    height: 20px;
    justify-content: flex-start;
    line-height: 1.5;
    padding: 2px 6px 2px 6px;
    position: relative;
    vertical-align: top;
    border-radius: 4px !important;
}

.gtxtitem {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 26px;
    font-size: 12px;
}

.gtxtitem_ {
    border-radius: 4px;
    color: rgb(14 165 233) !important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    background-color: rgb(240 249 255) !important;
    margin-right: 8px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    padding: 0 9px;
    vertical-align: middle;
    white-space: nowrap;
}
