svg path,svg g,svg circle{
    fill: static;
}
div,p,h1{
    box-sizing: border-box;
}
.content-covid{
    width:1060px;
    margin: 0 auto;
    padding: 0 0 32px;
    background: #fff;
}
.content-covid .bread-crumbs{
    margin-top: 0px;
}
.covid-banner{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.covid-banner>img{
    height: 220px;
}
.cov-text h1,.content-country .country-title{
	font-size: 80px;
    line-height: 1;
    margin: 0;
    color: #f96565;
    font-weight: 700;
}
.content-country .country-title{
    font-weight: 700;
}
.cov-des,.content-country .cov-country-des{
	font-size: 32px;
	font-weight: 700;
    color: #3e2b3d;
    display: block;
}
.content-country .cov-country-des{
    margin: 0 0 12px;
    line-height: 26px;
}
.cov-date{
	font-size: 14px;
    color: #3f2b3e;
    line-height: 30px;
}
.cov-date span{
	font-size: 14px;
	color: #3f2b3e;
}
.cov-link-box{
    width: 194px;
    height: 40px;
    margin-top: 32px;
	background-color: #f96565;
    border-radius: 4px;
    text-align: center;
}
.cov-link svg{
    transform: rotate(90deg);
}
.cov-link{
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #ffffff;
}
.covid-banner h1 img{
    width: 60px;
    height: auto;
}
.covid-banner h1>i{
    position: absolute;
    left: 0;
    border: 1px solid #e5e5e5;
    margin-right: 15px;
}
.content-country h1{
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #3e2b3d;
    padding-left: 75px;
    line-height: 1.6;
    position: relative;
}
/* cov-total */
.cov-total{
	/* box-shadow: 0px 0px 16px 1px 
        rgba(0, 0, 0, 0.06); */
    border:1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 32px;
}
.cov-total-box{
    display: flex;
    padding: 24px 0;
}
.cov-total-item{
    list-style: none;
    width: 33.3%;
    text-align: center;
    padding: 16px 0;
    border-right: 1px solid #fdf4f5;
}
.cov-total-item:last-child{
    border: none;
}
.cov-total-p{
	font-size: 18px;
    color: #666666;
    margin-bottom: 12px;
}
.total-date{
	font-size: 40px;
	font-weight: 700;
}
.date-color{
    color: #f96565;
}
.reco-color{
    color: #0fbfb0;
}
.die-color{
    color: #444444;
}
/* chart */
.chart{
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chart-item{
    width: 49%;
    border-radius: 8px;
    border: solid 1px #e5e5e5;
    margin-bottom: 32px;
}
.chart-item h4{
    text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
    color: #999999;
	border-radius: 8px 8px 0px 0px;
    background-color: #f7f7f7;
}
.rotate-box{
    position:relative;
	width:100%;
    height:238px;
	overflow:hidden;
    transform:translate3d(0,0,0);
}
.rotate-btn{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 16px;
    cursor: pointer;
    font-size: 16px;
    color: #2978bc;
    text-decoration: underline;
    text-align: center;
}
.rotate-btn:hover{
    color: #78b7ee;
}
.chart-item-rotate{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:all .5s ease-in-out;
	transform-style:preserve-3d;
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
}
.chart-item-front{
    text-align: center;
    padding: 16px 40px;
    border-bottom: 1px solid #f7f7f7;
    transform:rotateY(0deg);
	z-index:2;
}
.cases-date-num{
	font-size: 28px;
	font-weight: 700;
	color: #333333;
}
.cases-date-sub{
	line-height: 28px;
	color: #666666;
}
.cases-date-progress{
    width: 100%;
    height: 16px;
    border-radius: 8px;
    margin: 8px 0;
    position: relative;
}
.cases-date-progress-l{
    background-color: #bd262c;
}
.cases-date-progress-r{
    background-color: #024943;
}
.cases-date-progress>div{
    position: absolute;
    z-index: 2;
    left: 0;
    top:0;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.cases-date-progress-l>div{
    background-color: #f0575d;
}
.cases-date-progress-r>div{
    background-color: #17ccbd;
}
.cases-date-box{
    display: flex;
    justify-content: space-between;
}
.cases-date-li{
    /* width: 50%; */
    list-style: none;
    text-align: left;
}
.cases-date-li:last-child{
    text-align: right;
}
.cases-date-perc{
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: #333333;
}
.cases-date-tit{
    line-height: 1;
    color: #666666;
}
.chart-item-back{
    padding: 5px 40px 6px;
    transform:rotateY(180deg);
	z-index:1;
}
.rotate-box.flip-active .chart-item-front {
	z-index:1;
	transform:rotateY(180deg);
}
.rotate-box.flip-active .chart-item-back {
	z-index:2;
	transform:rotateY(0deg);
}
.chart-item-only{
    padding: 14px 40px 0px;
}
.change-type{
    display: flex;
    justify-content: space-evenly;
}
/* .change-type-item{
    list-style: none;
	font-weight: 700;
	font-stretch: normal;
	line-height: 34px;
    color: #666666;
    cursor: pointer;
    position: relative;
    flex: 1;
    text-align: center;
}
.change-type-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 3px solid #df3a41;
    transition: 0.2s all linear;
}
.change-type-item:hover::before,.chart-cur::before{
    width: 100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #df3a41;
}
.change-type-item:hover~.change-type-item::before {
    left: 0;
} */
.change-type-item{
    list-style: none;
	font-weight: 700;
	font-stretch: normal;
	line-height: 34px;
    color: #666666;
    cursor: pointer;
    transition: 0.1s all linear;
}
.chart-cur,.change-type-item:hover{
    color: #333333;
    border-radius: 2px;
    border-bottom: 3px solid #f96565;
    transition: 0.1s all linear;
}
.change-type-box>div{
    display: none;
    padding-top: 18px;
}
.change-type-box>div.chart-block-cur{
    display: block;
}
/* search */
.table-change-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.date-change{
    display: flex;
    border: solid 2px #f6f6f6;
    border-radius: 4px;
    height: 37px;
}
.date-change li{
    position: relative;
    list-style: none;
    padding: 0px 23px;
    line-height: 35px;
    color: #aaaaaa;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
}
.date-change li.date-change-btn,.date-change li:hover{
    color: #f96565;
}
.date-change li.date-change-btn::before{
    content: '';
    display: block;
    height: 36px;
    position: absolute;
    border: solid 2px #f96565;
    border-radius: 4px;
    top: -1px;
    right: -2px;
    left: -2px;
    box-sizing: border-box;
}
.table-search-box{
    width: 300px;
    height: 100%;
}
#searchForm{
    box-sizing: border-box;
    display: flex;
    width: 100%;
	height: 38px;
	border-radius: 4px;
	border: solid 2px #f6f6f6;
}
#searchName,#searchBtn{
    box-sizing: border-box;
    border:none;
    background: #fff;
}
#searchName{
    width: calc( 100% - 44px );
    padding-left: 18px;
}
#searchName::-webkit-input-placeholder{
    font-size: 16px;
    color: #aaaaaa;
}
#searchName::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #aaaaaa;
}
#searchName:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #aaaaaa;
}
#searchName:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    font-size: 16px;
    color: #aaaaaa;
}
#searchBtn{
    display: flex;
    padding: 0 13px;
    width: 44px;
    align-items: center;
}
.search-btn-label .search-icon{
    display: none;
}
.search-icon{
    position: relative;
    width: 12px;
    height: 12px;
    border: 2px solid #333333;
    display: block;
    border-radius: 100%;
    transform: rotate(-45deg);
}
.search-icon::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 8px;
    display: block;
    background-color: #333333;
    top: 10px;
    left: 50%;
}
/* country */
.country-box h4{
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
}
.country-box p{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.continents-btn-box{
    margin: 16px 0;
}
.continents-btn{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -8px;
}
.continents-btn span{
    padding: 0 16px;
    height: 38px;
    background-color: #f6f6f6;
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.continents-btn span.point-cur,.continents-btn span:hover{
    background-color: #f96565;
    color: #fff;
}
/* table */
.table-top{
    text-align: left;
    background: rgba(0,0,0,0.15);
}
.reco-color-1{
    background: rgb(0,208,0,.08);
}
.reco-color-2{
    background: rgba(0,0,0,0.04);
}
.country-table{
    border-collapse: separate;
    border-radius: 8px;
    width: 100%;
    border: solid 1px #cccccc;
}
.content-country .country-table:last-child{
    display: none;
}
.country-table th,.country-table tr td{
    padding: 15px 8px 11px;
    line-height: 18px;
    text-align: right;
}
.country-table tr th,.country-table tbody tr td{
    border-left:solid 1px #e5e5e5;
    border-bottom:solid 1px #e5e5e5;
}
.country-table tfoot tr td{
    border-top:solid 1px #cccccc;
    border-left:solid 1px #e5e5e5;
}
.country-table thead tr:first-child th{
    border-bottom:solid 2px #cccccc;
} 
.country-table tbody tr:last-child td{
    border-bottom: solid 1px #cccccc;
}
.country-table tfoot tr td:first-child,.country-table tr th:first-child,.country-table tbody tr td:first-child{
    border-left:none;
}
.country-table tr.table-top td{
	font-weight: 600;
	color: #333333;
}
.country-table tfoot tr td:first-child{
    border-bottom-left-radius: 8px;
}
.country-table tfoot tr td:last-child{
    border-bottom-right-radius: 8px;
}
.country-table th{
    position: relative;
}
.country-table th div{
    position: relative;
	font-weight: 700;
    color: #333333;
    text-align: left;
}
.country-table tbody td.new-case-color{
    color:#ff8a00;
}
.country-table tbody td.new-death-color{
    color:#f96565;
}
table.tablesorter thead tr:first-child th::after{
    position: absolute;
    right: 2px;
    top: 15px;
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background-position: inherit;
    background: url(../Images/sort.svg) no-repeat;
    background-size: 15px 15px;
}
table.tablesorter thead tr:first-child th{
    cursor: pointer;
    position: sticky!important;
    top:0;
    background: #fff;
}
table.tablesorter thead tr:first-child th:first-child{
    cursor: auto;
    border-top-left-radius: 8px;
}
table.tablesorter thead tr:first-child th:last-child{
    border-top-right-radius: 8px;
}
table.tablesorter thead tr:first-child th:first-child::after{
    display: none;
}
table.tablesorter thead tr:first-child th.tablesorter-headerDesc::after{
    background: url(../Images/sort-down.svg) no-repeat;
}
table.tablesorter thead tr:first-child th.tablesorter-headerAsc::after{
    background: url(../Images/sort-up.svg) no-repeat;
}
.reco-color-0:hover{
    background-color: #eee;
}
.country-table tr td#country-total{
    text-align: left;
    color: #f96565;
}
.country-table tr .country-link{
    text-align: left;
    width: 80px;
}
.country-table tr .country-link a{
    color: #2978bc;
    text-decoration: underline;
}
.country-table tr .country-link a:hover{
    color:#78b7ee;
}
.serious-case{
    width: 80px;
}
.country-table-box{
    margin-bottom: 24px;
}
.country-box p.country-des{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 8px;
}
.country-box p.country-des span{
    display: inline-block;
    color: #222222;
    line-height: 26px;
    padding: 0 12px;
}
.country-box p.country-des span.h-green{
    background: rgb(0,208,0,.08);
}
.country-box p.country-des span.h-grey{
    background: rgba(0,0,0,0.04);
}
.country-table tr.table-top td.new-case-color{
    color: #ff8a00;
}
.new-death-color{
    color: #f96565;
}
.new-reco-color{
    color:#17ccbd;
}
/* to top */
.to-top-box{
    margin: 40px auto;
}
.to-top-box a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 150px;
    height: 38px;
    color: #fff;
    text-align: center;
	background-color: #f96565;
	border-radius: 4px;
}
.to-top-box a:hover,.cov-link-box:hover{
    background: #ff7070;
}
.content-country .to-top-box a,
.content-topic .to-top-box a{
    width: 230px;
}
.content-country .to-top-box a svg,
.content-topic .to-top-box a svg{
    transform: rotate(90deg);
}
#no-match{
    display: none;
}
#no-match td{
    width: 100%;
    text-align: center;
    display: table-cell!important;
}
.covid-ad{
    width: 100%;
    margin: 0 auto 32px;
}
.topic-ad{
    margin: 32px 0;
}
#mapUs{
    margin-bottom: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 24px 0px 24px 8px;
}


/* topic covid str */
.topic-covid{
    margin-bottom: 14px;
    text-align: center;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	color: #df3940;
}
.topic-h1{
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 50px;
	font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
	color: #333333;
}
.topic-h1 span{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #333333;
}
.topic-team{
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
	color: #999999;
}
.vaccine-tit{
    font-size: 24px;
	font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #333333;
    padding: 40px 0 0;
    border-top: 1px solid  #f5f5f5;
}
.vaccine-wrap{
    display: flex;
    margin-top: 30px;
}
.vaccine-item{
    width: 16.6%;
}
.vaccine-num{
    padding-bottom: 16px;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    color: #dc1b23;
}
.vaccine-name{
    padding: 15px 0 11px;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #dc1b23;
}
.vaccine-progress{
    position: relative;
    width: 100%;
    height: 16px;
    background: #dc1b23;
}
.vaccine-progress::after{
    position: absolute;
    top:0;
    right: -16px;
    z-index: 1;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width:8px;
    border-style: solid;
    border-color:#dc1b23 transparent transparent #dc1b23;
}
.vaccine-desc{
    margin-bottom: 20px;
    font-size: 15px;
	line-height: 19px;
	color: #666666;
}
.vaccine-graph{
    width: 100px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.vaccine-graph li,
.vaccine-graph li.vaccine-back1{
    width: 8px;
    height: 8px;
    margin: 1px;
    background: #dc1b23;
    border-radius: 50%;
}
.vaccine-updated{
    color: #cccccc;
}
.vaccine-research-p{
    margin: 32px 0;
    font-size: 16px;
    line-height: 22px;
	color: #333333;
}
.vaccine-research-p a{
    font-size: 16px;
    color: #2978bc;
    text-decoration: underline;
}
.vaccine-test{
    list-style: none;
    padding: 16px 0 20px;
}
.vaccine-test-item{
    position: relative;
    padding-left: 30px;
    margin: 14px 0;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.vaccine-test-item span{
    font-size: 16px;
    line-height: 26px;
}
.vaccine-test-tip{
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 16px;
	height: 16px;
    background-color: #dc1b23;
    border-radius: 50%;
}
.vaccine-related{
    margin: 14px -3% 14px 0;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 20px;
}
.vaccine-related-item{
    width: 31%;
    margin:0 2% 2% 0;
}
.vaccine-related-img{
    width: 100%;
    height: 156px;
    object-fit: cover;
}
.vaccine-related-link{
    display: block;
    padding: 11px 4px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #333333;
}
.vaccine-related-t{
    position: relative;
    display: block;
    width: 100%;
}
.vaccine-related-item:hover .vaccine-related-t::before{
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ff6464;
    opacity: .5;
}
.vaccine-related-item:hover .vaccine-related-link,
.vaccine-font1{
    color: #dc1b23;
}
.vaccine-font2{
    color: #ff923a;
}
.vaccine-back2,
.vaccine-graph li.vaccine-back2{
    background: #ff923a;
}
.vaccine-back2::after{
    border-color:#ff923a transparent transparent #ff923a;
}

.vaccine-font3{
    color: #ffd015;
}
.vaccine-back3,
.vaccine-graph li.vaccine-back3{
    background: #ffd015;
}
.vaccine-back3::after{
    border-color:#ffd015 transparent transparent #ffd015;
}

.vaccine-font4{
    color: #2abbf7;
}
.vaccine-back4,
.vaccine-graph li.vaccine-back4{
    background: #2abbf7;
}
.vaccine-back4::after{
    border-color:#2abbf7 transparent transparent #2abbf7;
}

.vaccine-font5{
    color: #19d0a3;
}
.vaccine-back5,
.vaccine-graph li.vaccine-back5{
    background: #19d0a3;
}
.vaccine-back5::after{
    border-color:#19d0a3 transparent transparent #19d0a3;
}

.vaccine-font6{
    color: #54d367;
}
.vaccine-back6,
.vaccine-graph li.vaccine-back6{
    background: #54d367;
}
.vaccine-back6::after{
    display: none;
}
#deaths-cases-chart .highcharts-container svg,
#active-cases-chart .highcharts-container svg {
    height:200px;
    /* width:423px; */
}
#active-cases-chart .highcharts-container svg g {
    font-size: 14px;
}
.highcharts-xaxis-labels text {
    /* font-size:14px !important; */
}
/* topic covid end */
@media screen and (max-width:1060px) {
    .content-covid{
        width: 100%;
        padding: 16px 20px;
    }
    .cov-des,.content-country .cov-country-des{
        font-size: 30px;
    }
}
@media screen and (max-width: 880px){
    .country-table th:last-child,.country-table td:last-child,.country-table th:nth-child(10),.country-table td:nth-child(10){
        display: none;
    }
    .country-table tfoot tr td:nth-child(9) {
        border-bottom-right-radius: 8px;
    }
    table.tablesorter thead tr:first-child th:nth-child(9){
        border-top-right-radius: 8px;
    }
    .covid-banner>img{
        width: 45%;
        height: auto;
    }
    .chart-item-back {
        padding: 18px 40px 6px;
    }
    .content-country h1{
        margin-top: 32px;
    }
    #deaths-cases-chart .highcharts-container svg,
    #active-cases-chart .highcharts-container svg {
        height:100%;
        width:100%;
    }
}
@media screen and (max-width: 800px){
    .chart-item-back {
        padding: 18px 15px 6px;
    }
    .chart-item-front{
        padding: 30px 40px;
    }
    /* .rotate-box{
        height: 214px;
    } */
}
@media screen and (max-width: 765px){
    .content-covid{
        padding: 15px;
    }
    .covid-banner>img{
        display: none;
    }
    .chart-item{
        width: 100%;
    }
    .chart{
        margin-bottom: 0px;
    }
    .country-table th:nth-child(7),.country-table td:nth-child(7),.country-table th:nth-child(8),.country-table td:nth-child(8){
        display: none;
    }
    .total-date{
        font-size: 30px;
    }
    .cov-total,.chart-item,.chart-item,.covid-banner,.country-table-box,#mapUs{
        margin-bottom: 16px;
    }
    .covid-ad{
        margin: 0 auto 16px;
    }
    .cov-link-box,.content-country h1{
        margin-top: 8px;
    }
    .to-top-box{
        margin: 16px auto;
    }
    .rotate-box{
        height: 210px;
    }
    .flip-active{
        height: 400px;
    }
    .chart-item-front{
        padding: 16px 40px;
    }
    .chart-item-back {
        padding: 12px 40px 6px;
    }
    .vaccine-graph{
        display: none;
    }
}
@media screen and (max-width: 568px){
    .main-tit{
        padding: 0px;
    }
    .content-covid{
        padding: 10px;
    }
    .cov-text h1{
        font-size: 40px;
        line-height: 1.5;
    }
    .content-country .country-title{
        display: none;
    }
    .cov-text h1.cov-country-box{
        font-size: 20px;
        margin: 10px 0; 
    }
    .cov-des,.content-country .cov-country-des{
        font-size: 18px;
        margin-bottom: 16PX;
        margin-top: 0px;
    }
    .cov-date{
        display: none;
    }
    .cov-total-p{
        font-size: 14px;
    }
    .total-date {
        font-size: 24px;
    }
    .country-table th:nth-child(4),.country-table td:nth-child(4),.country-table th:nth-child(5),.country-table td:nth-child(5){
        display: none;
    }
    .cov-total,.chart-item,.chart-item,.covid-banner,#mapUs{
        margin-bottom: 10px;
    }
    .covid-ad{
        margin: 0 auto 10px;
    }
    .cov-link-box{
        margin-top: 0px;
    }
    .to-top-box{
        margin: 16px auto;
    }
    .cov-link-box {
        width: 160px;
        height: 36px;
        margin-bottom: 10px;
    }
    .cov-link{
        font-size: 14px;
        line-height: 36px;
    }
    .continents-btn span {
        padding: 0 10px;
        font-size: 14px;
    }
    .cases-date-perc{
        font-size: 14px;
    }
    .date-change{
        width: 100%;
    }
    .date-change li{
        width: 50%;
        text-align: center;
    }
    .table-change-box{
        flex-wrap: wrap;
        margin-bottom: 8px;
    }
    .table-search-box{
        margin-top: 8px;
        width: 100%;
    }
    .country-box h4{
        font-size: 20px;
    }
    .country-box{
        margin-top: 10px;
    }
    .continents-btn-box{
        margin-top: 8px;
    }
    .country-box p.country-des{
        margin-bottom: 5px;
    }
    .country-box p.country-des,.country-box p.country-des span{
        font-size: 12px;
    }
    .flip-active {
        height: 302px;
    }
    .vaccine-graph,
    .vaccine-progress::after,
    .vaccine-desc,
    .topic-h1 span{
        display: none;
    }
    .vaccine-num{
        font-size: 24px;
        padding-bottom: 8px;
    }
    .vaccine-name {
        padding: 6px 2px 5px;
        font-size: 12px;
    }
    .vaccine-desc {
        margin-bottom: 12px;
    }
    .vaccine-progress{
        height: 10px;
    }
    .topic-h1 {
        margin: 0 0 6px;
    }
    .topic-covid {
        margin-bottom: 4px;
    }
    .vaccine-related {
        margin: 14px 0;
        justify-content: space-between;
    }
    .vaccine-related-item{
        width: 48%;
        margin: 0 0 2% 0;
    }
    .vaccine-tit{
        padding: 20px 0 0;
    }
    .vaccine-related-link {
        line-height: 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 480px){
    .flip-active {
        height: 262px;
    }
}
@media screen and (max-width: 415px){
    .flip-active,.rotate-box{
        height: 218px;
    }
}
@media screen and (max-width: 400px){
    .country-table th:first-child,.country-table td:first-child{
        display: none;
    }
    .country-table tfoot tr td:nth-child(2), .country-table tr th:nth-child(1), .country-table tbody tr td:nth-child(2),.country-table tr th:nth-child(2){
        border-left: none;
    }
    .country-table tfoot tr td:nth-child(2) {
        border-bottom-left-radius: 8px;
    }
    .rotate-box,.flip-active {
        height: 190px;
    }
    .cases-date-progress{
        margin: 4px 0;
    }
}
@media screen and (max-width: 380px){
    .total-date {
        font-size: 20px;
    }
    .chart-item-only{
        padding: 15px 15px 0;
    }
    .country-box p.country-des{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 368px){
    .rotate-box,.flip-active {
        height: 200px;
    }
    .chart-item-back{
        padding-top: 18px;
    }
    .chart-item-back{
        padding: 10px 25px 6px;
    }
}
@media screen and (max-width: 360px){
    .cov-total-box{
        flex-wrap: wrap;
    }
    .cov-total-item{
        width: 100%;
        border:none;
    }
    .cases-date-perc,.cases-date-tit{
        font-size: 12px;
    }
    .country-table tr .country-link{
        width: 50px;
    }
    .country-table th, .country-table tr td{
        padding: 15px 3px 11px;
    }
    .cov-text h1.cov-country-box{
        font-size: 16px;
    }
}