body{
    position: relative;
    background: url(../img/bg3.png) no-repeat center;
    min-width: 1200px;
    /* max-width: 1366px; */
    min-height: 100vh;
    background-size: 100% 100%;
    /* overflow-y: hidden; */
    background-color: #0D1B4B;
}
h1{

}
.h1Tab,.h1Time{
    font-size: 16px;
    color: #fff;font-weight: normal;
    padding-top: 16px;
}
.h1Tab{
    display: flex;
    justify-content: inherit;
    width: 30%;
}
.h1Tab .hov{
    position: relative;
    color: #ffe400
}
.h1Tab img{
    display: none;
    position: absolute;
    top: 15px;
}
.h1Tab .hov img{
    display: block;
}
.h1Title{
    width: 40%;
}
.h1Time{
    width: 30%;
}

.bodyInn{
    padding: 0 18px;
}
.eBox {
    min-height: 128px;
    /* border: 1px solid #fff; */
}


.num3,.num4,.num2{
    font-weight: bold;
}


.left{
    background: url(../img/gkBorder.png) no-repeat center;
    background-size: 100% 100%;
    width: 314px;
    height: 568px;
    padding: 28px 12px;
    box-sizing: border-box;
}
.right{
    position: relative;
}
.haodian{
    display: flex;
    background: url(../img/hdBorder.png) no-repeat center;
    background-size: 100% 100%;
    width: 990px;
    height: 191px;
    padding: 25px 10px;
    box-sizing: border-box;
}
.jijia{
    background: url(../img/jjBorder.png) no-repeat center;
    width: 660px;
    height: 293px;
    padding: 25px 10px;
    box-sizing: border-box;
}
.price{
    background: url(../img/jgBorder.png) no-repeat center;
    background-size: 100% 100%;
    width: 312px;
    height: 198px;
    padding: 25px 10px;
    box-sizing: border-box;
}
.top5{
    background: url(../img/ph03.png) no-repeat center;
    background-size: 100% 100%;
    width: 312px;
    height: 202px;
    padding: 25px 10px;
    box-sizing: border-box;
    margin-top: 10px;
    color: #adeaff;
    font-size: 12px;
}
.top5 p{
    font-size: 16px;
    color: #00fde8;
    font-weight: bold;
    margin-bottom: 6px;
}
.top5 li{
    line-height: 26px;
    border-bottom: 1px solid #254161;
}

.echDiv .eTitle{
    background: none;
    padding: 0;
    margin-bottom: 10px;
    width: auto;
    font-weight: normal;
}
.haodian .echDiv{
    width: 30%;
    margin-left: 25px;
}
.jijia{
    display: flex;
    flex-wrap: wrap;
}
.jijia .echDiv{
    width: 45%;
    margin-left: 25px;
    margin-bottom: 8px;
}


.left .echDiv{
    margin-bottom: 5px;
}

.centerBottom{
    position: absolute;
    bottom: 2%;
    width: 676px;
    left: 28%;
}

.margin_0 {
    margin-bottom: 0 !important;
}