.dots {
    position: absolute;
    bottom: 17px;

    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 1px 18px;
    border-radius: 10px;
    /*background: #3478a9;*/
    /*background: #fff;*/
    /*opacity: 0.8;*/
    /*filter: alpha(opacity=80);*/
    background: rgba(255, 255, 255, 0.5);
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
}
.dot:not(:first-child) {
    margin-left: 10px;
}
.dot.active {
    background: #ff3333;
    cursor: default;
}


.h1 {
    background: #fff;
    padding-bottom: 11px;
}
.h2 {
    height: 514px;
    position: relative;
    overflow: auto;
}
.h2 ul li {
    float: left;
}
.h2 ul li a img {
    width: 100%;
    /*height: 100%;*/
    height: 514px;
}
.h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 17px;
    display: inline-block;
    padding: 2px 18px 0;
    border-radius: 10px;
    background: #3478a9;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.h5 {
    width: 1200px;
    margin: 9px auto 0;
}
.h6 {
    display: flex;
    height: 308px;
}
.h7 {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.h51 {
    width: 244px;
}
.h8 {
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(to right, #cc0000 , #ff3333);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.h9 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1px;
}
.h10 {
    width: 51px;
    margin-top: 43px;
    margin-left: 7px;
}
.h11 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin-left: 2px;
    position: relative;
    overflow: hidden;
}
.h11 > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.h12 {
    text-align: center;
}
.h13 {
    flex-grow: 1;
    margin-left: 6px;
}
.h14 {
}
.h15 {
    background: #f7f7f8;
    height: 30px;
    font-size: 14px;
}
.h16 {
    width: 53px;
    text-align: center;
}
.h17 {}
.h18 {
    width: 108px;
    text-align: center;
}
.h19 {
    width: 96px;
    text-align: center;
}
.h20 {

}
.h20 .logo-box {
    margin-left: 21px;
    margin-top: 7px;
    box-sizing: border-box;
    width: 68px;
    height: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    position: relative;
    padding: 2px;
    text-align: center;
    overflow: hidden;
}
.h20 .logo-box > p {
    width: 62px;
    height: 34px;
    line-height: 34px;
}
.h20 .logo-box .hot {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 99;
}
.h21 {
    text-align: center;
}
.h21 .top-1 {
    background: #e00b0b;
}
.h21 .top-2 {
    background: #ff6633;
}
.h21 .top-3 {
    background: #ffcc33;
}
.h22 {
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    /*TODO*/
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #f7f7f8;
    background: #ccc;
}
.h23 {
    font-size: 14px;
    font-weight: bold;
    color: #ffcc00;
}
.h23.top-1 {
    color: #e00b0b;
}
.h23.top-2 {
    color: #ff6633;
}
.h24 {
    font-size: 14px;
    color: #ffcc00;
    text-align: center;
}
.h24.top-1 {
    color: #e00b0b;
}
.h24.top-2 {
    color: #ff6633;
}
.h25 {
    text-align: center;
}
.h26 {
    width: 167px;
    margin-left: 7px;
    border-radius: 4px;
}
.h27 {
    margin-left: 5px;
}
.h28 {
    height: 54px;
    line-height: 54px;
    text-align: center;
    margin-top: 1px;
    background: #fadbda;
    font-size: 14px;
    font-weight: bold;
}
.h28:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.h29 {
    position: relative;
    margin-top: 11px;
}
.h30 {
    position: absolute;
    right: 23px;
    font-size: 14px;
    font-weight: 400;
}
.h31 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.h32 {
    width: 186px;
    height: 72px;
    border: 1px solid #e0e0e0;
    margin-top: 9px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
}
.h32:hover {
    -webkit-box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
    box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
}
.h32 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 0.5px),calc(-50% + 0.5px));
}
.h52 {
    content: '';
    width: 186px;
    overflow: hidden;
}
.h33 {
    margin-top: 12px;
}
.h34 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.h35 {
    width: 239px;
    height: 196px;
    margin-top: 1px;
}
.h37 {
    display: flex;
    margin-top: 10px;
    height: 201px;
}
.h38 {
    flex-grow: 1;
}
.h39 {
    display: flex;
}
.h40 {
    width: 200px;
    margin-top: 1px;
}
.h40:not(:first-child) {
    margin-left: 1px;
}
.h53 {
    flex-grow: 1;
}
.h41 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #ccc;
}
.h42 {}
.h43 {
    height: 46px;
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
}
.h44 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 6px;
}
.h45 {
    margin-top: 1px;
    width: 200px;
    height: 70px;
}
.h45 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h46 {
    margin-left: 7px;
    width: 167px;
}
.h47 {
    height: 61px;
    line-height: 61px;
}
.h48 {
    background: #fff;
}
.h49 {
    margin-top: 1px;
    height: 67px;
}
.h49 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h50 {
    color: #014099;
}

.cold-store {
    display: flex;
    margin-top: 1px;
    flex-wrap: wrap;
}
.cold-store > div {
    width: 239px;
    height: 196px;
    overflow: hidden;
}
.cold-store > div:not(:first-child) {
    margin-left: 1px;
}
.cold-store > div > a > img {
    width: 100%;
    height: 100%;
}