﻿@charset "utf-8";
/*1200+ 内容宽度：1190px  页面内容居中  匹配默认样式 */
.jiathis_style_24x24  .jtico{ margin-right:3px; }
.jiathis_style_24x24 .jtico_tsina{ background: url(../images/btn_share_sinaweibo.png)  center center no-repeat !important;  }
.jiathis_style_24x24 .jtico_weixin{ background: url(../images/btn_share_wechat.png)  center center no-repeat !important;  }
.jiathis_style_24x24 .jtico_qzone{ background: url(../images/btn_share_qzone.png)  center center no-repeat !important;  }
.jiathis_style_24x24 .jtico_email{ background: url(../images/btn_share_mail.png)  center center no-repeat !important;  }

/*1023-1200 内容宽度990 页面内容居中 */
@media only screen and (max-width:1200px) {}

/*768-1024  内容宽度740  两边间距14 页面内容居中 */
@media only screen and (max-width:1023px) {}

/*ipad竖屏：(orientation:portrait)  ipad横屏：(orientation:landscape) */
@media only screen and (width:768px) and (orientation:portrait) { }

/*640-767 内容宽度590 两边间距25 页面内容居中 */
@media only screen and (max-width:767px) {}

/* 480-639  按百分比缩放 */
@media only screen and (max-width:639px) {}
/* 320-479  按百分比缩放 */
@media only screen and (max-width:479px) {}