* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -icab-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
@media screen and (max-device-width:960px) {
    body {
        -webkit-text-size-adjust: none
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body, html {
    height: 100%;
}
.fl{
    float:left;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}


.bidding-list-item {
    background: url(images/bg-1.png) no-repeat;
    width:499px;
    height:578px;
    margin-top:104px;
    padding:35px;
}
.bid-param{
    color:#668FFE;
    font-size:24px;
}
.bg-2{
    background: url(images/bg-2.png) no-repeat;
    width:499px;
    height:298px;
    padding:35px;
    margin-top:32px;
}
.bg-3{
    background: url(images/bg-3.png) no-repeat;
    width:499px;
    height:578px;
    margin-left:16px;
    padding:35px;
}
.bg-4{
    background: url(images/bg-4.png) no-repeat;
    width:1333px;
    height:298px;
    padding:35px;
    margin-top:30px;
}
.monitor-top-center{
    margin-left:30px;
}
.bg-3-item{
    font-size:16px;
    color:#668FFE;
    line-height: 46px;
    border-bottom: 1px solid #15365C;
}
.bg-3-item span{
    font-size:24px;
    font-weight:800;
    color:#6FE5FF;
    float:right;
}

/*左上角圆环百分比*/
.con-list{
    margin-right:20px;
    margin-top:30px;
    margin-bottom: 20px;
}
.con-border{
    width:84px;
    height:84px;
    border:1px solid #41B8D3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding:5px;
}
.con {
    position:relative;
    display:inline-block;
    height:72px;
    width:72px;
}
.con-title{
    font-size: 16px;
    color:#03DFF6;
    margin-top:15px;
    margin-bottom:20px;
    text-align: center;
}
.percent-circle {
    position:absolute;
    height:100%;
    background: linear-gradient(top, #1046F6, #00FFF6);
    background: -ms-linear-gradient(top, #1046F6, #00FFF6);
    background: -webkit-linear-gradient(top, #1046F6, #00FFF6);
    background: -moz-linear-gradient(top, #1046F6, #00FFF6);
    overflow: hidden;
    border:0;
}

.percent-circle-right {
    right:0;
    width:36px;
    border-radius: 0 36px 36px 0/0 36px 36px 0;
}

.percent-circle-right .right-content{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform-origin:left center;
    transform: rotate(0deg);
    border-radius: 0 36px 36px 0/0 36px 36px 0;
    background:#ccc;
}

.percent-circle-left {
    width:36px;
    border-radius: 36px 0 0 36px/36px 0 0 36px;
}

.percent-circle-left .left-content {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform-origin:right center;
    transform: rotate(0deg);
    border-radius: 36px 0 0 36px/36px 0 0 36px;
    background:#ccc;
}

.text-circle {
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    height:70%;
    width:70%;
    left:15%;
    top:15%;
    border-radius:100%;
    background:#04184c;
    color:#00C4FF;
}


.totalValue {
    color: rgb(204, 204, 204);
    font-size: 16px;
    position: absolute;
    width: 49%;
    line-height:44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px;
    z-index: 2;
    top:65px;
}
.totalValue p{
    color:#668FFE;
    width: 150px;
    font-size: 16px;
    text-align: right;
    display: inline-block;
    margin-right: 15px;
}
.totalValue .totalValue_num {
    color: #FFBA01;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width:210px;
}
.totalValue .totalValue_num .isNum {
    background: rgb(1, 205, 206);
    padding: 3px 10px 0;
    margin: 6px 5px;
}
.totalValue .totalValue_num .isStr {
    font-size: 35px;
}
.select-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    top: 73%;
    right: 3%;
    width: 94px;
}
.select-box button {
    width: 94px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    background: #4F88F5;
    border: 0;
    border-radius: 4px;
    margin-top: 10px;
    font-family: 'PingFangSC-Regular';
    cursor:pointer;
}
.select-box .select {
    background: #0056C8;
    color: #ffffff;
    font-size: 16px;
}
.totalValue .totalImg {
    margin-top: 5px;
}
.play-back{
    color:#668FFE;
    font-size:14px;
    float:right;
    margin-top: 10px;
}
.play-back i{
    display: inline-block;
    width:18px;
    height:18px;
    background: url(images/play.png) no-repeat center;
    margin-right: 6px;
    vertical-align: -4px;
}
.play-back:hover{
    color:#CFDCFF;
}
.play-back:hover i{
    display: inline-block;
    width:18px;
    height:18px;
    background: url(images/play-hover.png) no-repeat center;
    margin-right: 6px;
}