.subSocialIconContainer2>.auto.cell {
	text-align: center;
}

.subscribeChannelBar {
    width: 75rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}

.subscribeChannelIcon {
    width: 1.5rem;
    margin-right: 0.4rem;
}



@media only screen and (min-width: 1007px) {
    .socialIcon {
    	width: 2rem;
    }
}

@media only screen and (max-width: 1007px) {
    .socialIcon {
    	width: 3rem;
    }
}

.iconLabel {
	border-radius: .6rem;
	overflow: hidden;
	padding: 10px;
	font-weight: bold;
	font-size: 1.2rem;
	color: white !important;
	background: #3a589b;
	display: list-item;
	margin-left: 0.7rem;
	letter-spacing: -1px;
}

.weiboLargeIcon {
	background: white;
}

.iconLabel * {
	vertical-align: text-bottom;
}

.iconLabel .fbIcon2 {
	margin: -11px -5px -11px -15px;
	width: 3rem;
}

.iconLabel .ytIcon2 {
	margin: -7px 0 -6px 0;
	width: 2.8rem;
}

.iconLabel .ytLabel {
	margin: -7px 0 -4px 0;
	line-height: 1em;
}

.iconLabel .headlineIcon {
	margin: -4px 6px -3px -5px;
	width: 2rem;
	border-radius: .6rem;
	overflow: hidden;
}

.iconLabel .weiboIcon {
	margin: 0 4px 0 -5px;
	width: 2rem;
}

@media screen and (max-width: 53.99rem) {
	.facebookLargeIcon {
		display: none;
	}
}

@media screen and (max-width: 78.9375rem) {
	.weiboLargeIcon, .toutiaLargeIcon {
		display: none;
	}
}

@media screen and (min-width: 79rem) {
}

.toutiaLargeIcon {
	background: #d12424;
}

.subscribeIcons > * {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    background: #f4c904;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 1007px) {
    .subscribeIcons > * {
        border-right: 2px solid #c39e04;
    }
}

@media only screen and (min-width: 1007px) {
    .fbIconContainer, .subscribeIconLeftBorder {
        border-left: 2px solid #c39e04;
    }
}

.v22 .subscribeIcons img+.label {
	color:black;
	font-weight: bold;
	background-color: unset;
	cursor:pointer;
}

.subscribeContainer {
    width: 100%;
    border-top: solid 1px white;
    margin-top: -1px;
}

.arrowContainer {
    margin-left: auto;
    margin-right: auto;
    width: 16px
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d6ac00;
    margin-top: 8px;
    z-index: 1;
    position: absolute;
}

.subscribePanel {
    width: 75rem;
    height: auto;
    display: none;
    padding: 2rem;
    border: 1px solid #d6ac00;
    border-bottom: 0;
    color: black;
}

.subscribePanelLeft {
    text-align: right;
    font-weight: bold;
    font-size: 1.3rem;
    border-right: solid 2px #fbd336;
    padding-right: 1.8rem;
    margin-right: 0px !important;
}

.subscribePanelTop {
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: solid 2px #fbd336;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    margin-left: 8.75% !important;
    width: 82.5% !important;
}

.subscribeQrCodeContainer {
    width: 50% !important;
    align-items: center;
}

.subscribeQrCode {
    width: 70%;
}

.subscribeQrCodeText {
    text-align: center;
    font-weight: bold;
    color: white;
    border: solid 1px #977900;
    border-radius: 1rem 1rem 1rem 1rem;
    background-color: #977900;
    margin-top: 0.5rem;
    padding: 0.3rem 0.7rem 0.3rem 0.7rem;
}