﻿body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #C0C4CC;
}
#result-container{
    font-size: 12px;
    padding-top: 1rem ;
    margin-top: 0!important;
}
.block {
    background-color: #FFF;
    padding: 0.125rem;
}
.block-center {
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}
.result-block {
    min-height: 2.5rem;
}
#result p {
    background: url(/images/result-current.png) no-repeat center;
    background-size: .6rem;
}
#result span {
    color: #3b92d5 !important;
}
#item-1-collapse {
    display: block;
}
#item-1-collapse .collapse-block{
    display: none;
}
.result-item {
    cursor: pointer;
}

.result-block-inner {
    /*display: flex;*/
    min-height: 2.5rem;
    /*flex-direction: row;*/
}

.result-block-inner-left {
    flex: 1;
}

.result-block-inner-right {
    width: 1.5rem;
    text-align: center; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .result-block-inner-left-top {
        height: 0.75rem;
        line-height: 0.75rem;
        padding: 0.125rem;
    }

.top-period-block {
    height: 0.75rem;
    line-height: 0.75rem;
    padding: 0.125rem;
    display:inline-block;
}

.result-block-inner-left-bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.125rem;
}

.border-bottom-light {
    border-bottom: 0.06rem solid transparent;
    border-color: #F2F2F2;
}
.result-block-ball-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ball-block {
    flex: 1;
}
.ball-block-7 {
    flex: 7;
}
.ball-block-10 {
    flex: 1;
    min-width: 10%;
    max-width: 10%;
    min-height: 10%;
    max-height: 10%;
    margin-bottom: 0.125rem;
}
.text-bold {
    font-weight: bold;
    color: #333!important;
}
.ball {
    width: 0.76rem;
    height: 0.76rem;
    line-height: 0.8rem;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    /*margin: 0.125rem;*/
    font-size: 0.5rem;
    overflow: hidden;
    font-weight: bold;
}
.collapse-block {
    line-height: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    text-align: right;
    padding-right:0.3rem;
    float:right;
    position: relative;
}
.absulute-icon-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: .2rem;
    width: .5rem;
}
.absulute-icon-box .icon-arrow-down {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 0.0625rem solid #C0C4CC;
    border-bottom: 0.0625rem solid #C0C4CC;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* Internet Explorer */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg); /* Opera */
}
.absulute-icon-box .icon-arrow-up {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 0.0625rem solid #C0C4CC;
    border-top: 0.0625rem solid #C0C4CC;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}
.icon-arrow-down {
    border-left: 0.0625rem solid #C0C4CC;
    border-bottom: 0.0625rem solid #C0C4CC;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* Internet Explorer */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
    -o-transform: rotate(-45deg); /* Opera */
}
.icon-arrow-up {
    border-left: 0.0625rem solid #C0C4CC;
    border-top: 0.0625rem solid #C0C4CC;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
}
.icon-expand {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    top: -.1rem;
}
.icon-block{
    display:inline-block;
}
.icon-text {
    font-size: 0.375rem;
    height: 0.5rem;
    line-height: 0.5rem;
    display: inline-block;
    color: #888;
    margin-right: 0.125rem;
}
.margin-top-10 {
    margin-top: 0.625rem;
}

.margin-right-5 {
    margin-right: 0.31rem;
    font-size: .4rem;
    color: #333;
    font-weight: bold;
}

.margin-bottom-5 {
    margin-bottom: 0.31rem;
}

.margin-bottom-10 {
    margin-bottom: 0.625rem;
}

.margin-bottom-16 {
    /*margin-bottom: 1rem;*/
}

.margin-bottom-mini {
    margin-bottom: .3rem;
}

.margin-bottom-20 {
    margin-bottom: 1.25rem;
}

.bg-white {
    background-color: #FFF;
}

.bg-red {
    background-color: #EB4844;
}

.bg-blue {
    background-color: #0099FF;
}
.bg-violet {
    background-color: #FF00FF;
}
.f-white {
    color: #FFF;
}

.f-red {
    color: #EB4844;
}

.f-blue {
    color: #0099FF;
}
.f-size-normal {
    font-size: .54rem;
}
.f-size-small {
    font-size: .48rem;
}
.f-gray {
    color: #666;
}
.f-violet {
    color: #FF00FF;
}
.f-gray-light {
    color: #888;
}
.f-size-12 {
    font-size: 0.75rem;
}
.f-size-14 {
    font-size: 0.875rem;
}

.f-size-16 {
    font-size: 1rem;
}

.f-bold {
    font-weight: bold;
}

.border-red {
    border: 2px solid #EB4844;
}

.border-blue {
    border: 2px solid #0099FF;
}
.border-violet {
    border: 2px solid #FF00FF;
}
.hidden {
    display: none;
}

.block-flex {
    display: flex;
}

.flex-center {
    flex: 1;
    text-align: center;
}
.flex-center-little-box {
    
}
.border-right {
    border-right: 1px solid #EB4844;
}
.border {
    border: 1px solid #999;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.tuoyuan {
    border: 1px solid #999;
    height: .36rem;
    width: 102%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .2rem;
    position: relative;
    top: -.2rem;
    z-index: 0;
}
.absolute-div {
    position: relative;
    top: -.3rem;
    height: .2rem;
    z-index: 2;
    background-color: #fff;
    width: 100%;
}
.flex-column {
    flex-direction: column;
}

.text-left {
    text-align: left;
}

.divider-line {
    display: block;
    height: 0.06rem;
    width: 100%;
    margin: 1.5rem 0;
    background-color: #dcdfe6;
    position: relative;
}

.divider-line-text {
    position: absolute;
    /* background-color: #fff; */
    padding: 0 1.25rem;
    font-weight: 500;
    /* color: #303133; */
    color: #EB4844;
    /* font-size: 0.875rem; */
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.tabs {
    display: flex;
}

.tab-item {
    flex: 1;
    text-align: center;
    height: 1.25rem;
    line-height: 1.25rem;
    border-top: 0.06rem solid #CCC;
    border-left: 0.06rem solid #CCC;
    border-bottom: 0.06rem solid #CCC;
    color: #333;
}

    .tab-item:last-child {
        border-right: 0.06rem solid #CCC;
    }

.no-border {
    border: 0;
}

.tab-item-bg-red {
    background-color: #EB4844;
    border: 0.06rem solid #EB4844;
    border-top: 0.06rem solid #EB4844;
    border-left: 0.06rem solid #EB4844;
    border-bottom: 0.06rem solid #EB4844;
    border-right: 0;
    color: #FFF;
}

.prize-item {
    min-height: 1.5rem;
}
.testmachinenumber {
    font-size: 0.5rem;
    font-weight: bold;
}
