/* all jsp */
footer.my-fixed {
	position: fixed;
	left: 0px;
	bottom: 0px;
	/*height: 80px;*/
	width: 100%;
	/*background: #999;*/
    /*float: left;*/
}

/* index.jsp */
@media (min-width:360px) {
    #artery-key-image div.tp-caption {
        top: 500px;
    }
}
div.artery-product-title {
    font-size: 18px;
    font-weight: bolder;
    line-height: 100px;
    color: #28b5b4;
    text-decoration: none;
    background-color: transparent;
}
div.artery-product-subTitle {
    width: 600px;
    font-size: 14px;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

/* product.jsp */
.product-table {
	/*width: 980px;*/
	overflow: auto;
	text-align: center;
}
@media (max-width:380px) {
	.product-table {
        width: 240px;
        overflow: auto;
        -webkit-overflow-scrolling: auto;
	}
}

.download-table {
	/*width: 980px;*/
	overflow: auto;
	text-align: left;
	font-size: 14px;
}
@media (max-width:380px) {
	.support-table {
        width: 240px;
        overflow: auto;
        -webkit-overflow-scrolling: auto;
	}
}
.common-div h3:before{
    content : '';
    display: block;
    /*margin-top: -50px;*/
    height: 50px;
    visibility: hidden;

}

.fixed-td {
    min-width: 60px;
}



/* support.jsp */
.support-table {
	/*width: 980px;*/
	overflow: auto;
	text-align: left;
	font-size: 14px;
}
@media (max-width:380px) {
	.support-table {
        width: 240px;
        overflow: auto;
        -webkit-overflow-scrolling: auto;
	}
}


.lang-menu {
    padding: 25px 20px 25px 20px;
}