@media only screen and (min-width: 769px) {

    .mian-content .detail-box .detail-top {
        height:280px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url(bg-2880x760.jpg)
    }

    .mian-content .detail-box .domain-card {
        top:65px;
        /**right: 83px;**/
        right: 40px;
        /**height: 420px;**/
        height: 500px;
        width: 360px;
        border-radius: 8px;
        position: absolute
    }

    .mian-content {
        width:auto;
        /*width:1440px;*/
        margin: 0 auto;
        height: 580px
    }
}


.mian-content .detail-box .domain-card .card-box .crad-box-prcie .card-price {
    font-weight: 600;
    font-size: 16px;
    color: #37C597;
}



.mian-content .detail-box .domain-card .card-box .crad-box-usd {
    color: #37C597;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mian-content .detail-box .domain-card .card-box .crad-box-usd img {
    height: 14px;
    width: 14px;
    margin-right: 4px
}

@media only screen and (max-width: 768px) {
    .mian-content .detail-box .domain-card .card-box .crad-box-usd img {
        height:10px;
        width: 10px
    }
}






















.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.lh-title {
    line-height: 1;
}

.w1 {
    width: 1rem;
}

.navy {
    color: #001b44;
}

.bg-lightest-blue {
    background-color: #F5F7FA;
}

.pa4 {
    padding: 1rem;
}

.ml3 {
    margin-left: 1rem;
}








.br2 {
    border-radius: .25rem;
}

.dib {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.items-center {
    align-items: center;
}

.h2 {
    height: 2rem;
}

.w2 {
    width: 2rem;
}

.near-white {
    color: #f4f4f4;
}

.bg-near-black {
    background-color: #19a974;
}

.hover-bg-gray:hover {
    background-color: #137752;
}

.hover-bg-gray:focus {
    background-color: #137752;
}

.pa2 {
    padding: .5rem;
}

.pr2 {
    padding-right: .5rem;
}

.pv4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ph2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.ma2 {
    margin: .5rem;
}

.ml3 {
    margin-left: 1rem;
}

.no-underline {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.f6 {
    font-size: .875rem;
}

.bg-animate, .bg-animate:hover, .bg-animate:focus {
    transition: background-color .15s ease-in-out;
}

@media screen and (min-width: 60em) {
    .tc-l {
        text-align: center;
    }
}



