em.tagNew{
    font-size:0.2rem;
   color: #e64545;
   position: relative;
}
em.tagBeta{
   font-size:0.2rem;
   color:#e64545;
   position: relative;
}
.icon-normal{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.footer {
    background: #F5F5F6;
}
.footer .sampletype {
	padding-top:32px;
}


.head_line .panel-heading {
    position: relative;
}

.head_line .panel_body {
    padding-top: 12px;
}

.list_group li {
    line-height: 16px;
}

.foot-row-line {
    border-bottom: 1px solid #DDD;
}

.link_panel {
    padding-top: 0;
	float:left;
	width:16.666667%;
}



.link-group {
    margin-bottom: 32px;
}

.link-group .list_group>li {
    margin-bottom: 12px;
    line-height: 16px;
	display: flex;
}

.link-group .list_group>li>a
{
    font-size: 12px;
    color: #777777;
    line-height: 16px;
	margin-right: 4px;
}
.link-group .list_group>li>a:hover{
    text-decoration:underline;
	color:#6f79a8;
}

.current-page {
    font-size: 14px;
    color: #242728;
    line-height: 24px;
}

.current-page a {
	color: #242728;
}
.current-page a:hover {
	text-decoration: underline;
}

.column {
    font-size: 14px !important;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.copyright_text {
    height: 16px;
    opacity: 0.5;
    font-size: 11px;
    color: #333333;
    line-height: 16px;
    font-weight: 300;

}

.mt-2 {
    margin-top: 12px;
}

.copyright {
	font-size: 11px;
}

.copyright a {
    display: inline-flex;
    margin-top: 12px;
    height: 16px;
    opacity: 0.5;
    font-size: 11px;
    color: #333333;
    line-height: 16px;
    font-weight: 300;
}
.copyright a:hover {
	text-decoration:underline;
}
.copyright span{
    height: 16px;
    opacity: 0.5;
    font-size: 11px;
    color: #333333;
    line-height: 16px;
    font-weight: 300;
}
.left {
	float: left;
}

.right {
    float: right;
}

.media-link img {
    margin-left: 16px;
    width: 24px;
    height: 24px;
	vertical-align: middle;
}

.bottom_bread>i{
	padding:0 5px;
	color:#c0c0c0;
	font-style:normal;
}
.footer .language-combox{
	float:left;
	font-size:12px;
    height: 24px;
    line-height: 24px;
	cursor:pointer;
	border: 1px solid #D6D6D6;
	border-radius: 4px;
	padding:0 0 0 8px;
	color:#333333;
	position: relative;
}
.footer .language-combox>ul{
	position: absolute;
	background: #fff;
    min-width: 180px;
	bottom: 28px;
	left:0;
	display:none;
	z-index: 99;
	box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.10);
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer .language-combox i{
    font-style:normal;
    line-height: 22px;
}
.footer .language-combox>ul>li{
	padding-left:16px;
    padding-right: 16px;
}
.footer .language-combox>ul>li:hover{
	color:#262728;
	text-decoration: underline;
}
.pt-2{
	padding-top:21px;
}
.footer .language-combox>span{
	float:left;
    width: 67px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    line-height: 22px;
}
.footer .icon-mh{
	margin-right: 5px;
    margin-left: 4px;
	width: 14px;
    height: 24px;
	background: url(/system/modules/org.opencms.portal.template.core/resources/images/normal_small.svg) no-repeat center;
	float:right;
}
.footer .icon-mh-up{
    display: none;
    margin-right: 5px;
    margin-left: 4px;
    width: 14px;
    height: 24px;
	background: url(/system/modules/org.opencms.portal.template.core/resources/images/normal_small.svg) no-repeat center;
	float:right;
    transform: rotateZ(180deg);
}
.foot_cookies>span{padding:0 4px}
.media-link li{position: relative;}
.media-link li>a{
	float: left;
	height: 100%;
}

.media-link li>a[event-attr="appicon"],
.media-link li>a[event-attr="wxicon"]{
    cursor: default;
}

.friend_link{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    font-weight: 500;
}
.link_url{
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    line-height: 30px;
    font-weight: 400;
}


@media screen and  (min-width: 720px) {
	html[lang="en"] .link_panel,
	html[lang="de"] .link_panel,
	html[lang="es"] .link_panel,
	html[lang="fr"] .link_panel,
	html[lang="pt"] .link_panel,
	html[lang="ja"] .link_panel,
	html[lang="ko"] .link_panel{
		width:20%;
	}
	html[lang="ru"] .link_panel {
		width:20%;
	}
    .link_panel .panel_item{
        padding-right: 24px;
    }


    .head_line .panel_body {
        display: block !important;
    }

    .top-line {
        border-top: 1px solid #DDD;
        padding-bottom: 20px;
    }

    .friend_link{
        margin-right: 24px;
    }
    .link_url{
        margin-right: 24px;
    }
    .link_box{
        font-size: 0;
        float: left;
        height: 30px;
    }
    .right_link{
        float: right;
    }
    .mobile_lan{
        float: left;
        margin-top: 4px;
        margin-right: 32px;
    }

    .media-link {   
        line-height: 30px;
		font-size:0px;
    }

    .current-page {
        padding-top: 48px;
		padding-bottom:14px;
    }
    .media-imgs {
        background: #FFFFFF;
        box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.10);
        border-radius: 10px;
        width: 152px;
        padding-top: 16px;
        padding-bottom: 8px;
        text-align: center;
		position:absolute;
		bottom:0;
		left:0;
		display:none;
    }

    /* .close-btn {
        overflow: hidden;
    }

    .close-btn img {
        float: right;
        width: 0.2rem;
        height: 0.2rem;
        margin-right: 8px;
        margin-top:8px;
        cursor: pointer;
    } */

    .midea-name {
        line-height: 16px;
        margin-top: 8px;
        font-size: 12px;
        color: #777777;
    }

    .media-img img{
        width: 120px;
        height: 120px;
		margin-left:0;
    }

    .box{
        left: 46%;
        width: 0;
        height: 0;
        border-width: 12px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        bottom: -21px;
        position: absolute;
    }
    .foot-bottom{
        border-top: 1px solid transparent !important;
    }
    .bottom-box{
        background-color: #E8E8E8;
    }
    .top-box{
        background-color: #F5F5F5;
    }
}
@media screen and (min-width: 1201px) {
    .link_panel .panel_item{
        padding-right: 62px;
    }
}
@media screen and (min-width: 1441px) {
    .link_panel .panel_item {
        padding-right: 70px;
        margin-top:40px;
    }
}

@media (max-width: 720px) {
    .media-link img{
        margin-bottom: 4px;
    }
    .head_line .panel_body{
        padding-top: 5px;
    }
    .current-page{
        padding-bottom: 8px;
    }
    .link-group{
        margin-bottom: 0;
    }
    .mobile_lan{
        margin-top: 2px;
        min-width: 88px;
    }
    .footer .language-combox>ul{
        bottom:26px;
    }
    .footer .icon-mh{
        height: 24px;
    }
    .footer .icon-mh-up{
        height: 24px;
    }
    .footer .language-combox{
        height: 24px;
        line-height: 24px;
        padding: 0px 0px 0px 8px;
    }

    .footer .language-combox>span{
        width: 55px;
    }
    .right_link{
        display: flex;
        justify-content: space-between;
        padding-top: 8px;
        margin-bottom: 32px;
    }

    .friend_link{
        line-height: 16px;
        margin-bottom: 16px;
        display: block;
    }
    .link_url{
        line-height: 16px;
        margin-bottom: 16px;
        display: block;
    }
	.link_panel .panel_item{
		margin-top:0;
	}
    .show-icon {
        background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/normal.svg);
        width: 14px;
        height: 7px;
        float: right;
        margin-top: 10px;
		background-repeat: no-repeat;
		background-position: center;
    }

    .hide-icon {
        background-image: url(/system/modules/org.opencms.portal.template.core/resources/images/normal.svg);
        transform: rotateZ(180deg);
        width: 14px;
        height: 7px;
        float: right;
        display: none;
        margin-top:10px;
		background-repeat: no-repeat;
		background-position: center;
    }
    
    .footer .h5 {
        font-weight: 500;
        font-size: 14px;
        color: #333333; 
    }

    .link_panel .panel_item {
        padding: 11px 0 0 0;
        border-bottom: 1px solid #DDDDDD;
    }
    .head_line .panel-heading{
        margin-bottom: 11px;
    }

    .container.ftbox {
        padding: 0.4rem 0 0;
    }

    .link_panel .panel_item {
        padding-left: 0;
    }

    .panel_body {
        display: none;
    }

    .media-link {
        display: block;
		font-size:0px;
        padding-top: 2px;
    }

    .copyright_text span {
        display: block;
    }
    .link_box{
        margin-top: 32px;
    }

    .top-box .top-line {
        font-size: 0;
        padding-top: 0;
        
    }
    .bottom-box .top-line {
        font-size: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .media-imgs {
        background: #FFFFFF;
        box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.10);
        border-radius: 10px;
        width: 152px;
        padding-top: 16px;
        padding-bottom: 8px;
        text-align: center;
		position:absolute;
		display:none;
    }

    /* .close-btn {
        overflow: hidden;
    }

    .close-btn img {
        float: right;
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 0.2rem;
        margin-top: 0.2rem;
        cursor: pointer;
    } */

    .midea-name {
        line-height: 16px;
        margin-top: 8px;
        font-size: 12px;
        color: #777777;
    }

    .media-img img{
        width: 120px;
        height: 120px;
        margin-left: 0px;
    }

    .box{
        left: 45%;
        width: 0;
        height: 0;
        border-width: 13px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        bottom: -23px;
        position: absolute;
    }

	.link_panel{
		width:100% !important;
	  }

      .foot_cookies span{
        display:none;
      }
      .foot_cookies a{
        display:block;
        margin-top: 16px;
        height: 16px;
        font-size: 12px;
        color: #333333;
        line-height: 16px;
        font-weight: 400;
  }
  .copyright_text{
        height: 16px;
        margin-top: 4px;
        font-size: 12px;
        color: #333333;
        line-height: 16px;
        font-weight: 400;
    }
    .copyright.left{
        margin-top: 0;
    }
    .link-group .list_group>li{
        margin-bottom: 20px;
    }

    .bottom-box{
        background-color: #E8E8E8;
    }

}


@media screen and (max-width: 720px) {
    .footer .container {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
      }
      .footer .foot-bottom {
          display: flex;
          flex-flow: column-reverse;
          padding: 8px 0 24px;
      }
}

@media screen and (min-width: 721px) {
    .footer .foot-bottom {
        display: flex;
        padding-bottom: 12px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer .container {
        width: auto;
        margin-left: 32px;
        margin-right: 32px;
      }
}
@media screen and (min-width: 1201px) {
    .footer .container {
        width: 1088px;
        margin-left: auto;
        margin-right: auto;
      }
}
@media screen and (min-width: 1441px) {
    .footer .container {
      width: 1280px;
      margin-left: auto;
      margin-right: auto;
    }
  }