﻿@charset "utf-8";

/* 通用网站底部会员等级标志 CSS Document 
 * ver：2.0
 * By：liuyang.
 * ICQ：1845676808
 * Date：2016/12/12
*/

/**common**/
img{border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
.clear{*zoom:1;}
.clear:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}


/**通用网站底部会员等级标志**/
.ly_grade { width: 200px; height: 80px; overflow: hidden; margin: 15px auto; padding: 0; border: 1px solid #dfdfdf; background-color: #fafafa;}
.ly_grade h3, .ly_grade .gra_sc { width: 180px; height: 18px; overflow: hidden; line-height: 22px; text-align: center; margin: 5px auto; padding: 0;}
.ly_grade h3 a span { color: #171718; font-size: 12px;}
.gra_sc a { color: #686B6F; font-size: 12px; text-decoration: underline;}
.ly_grade h3 a:hover span, .gra_sc a:hover { color: #df1700;}
.ly_grade .gra_main { width: 180px; height: 22px; overflow: hidden; margin: 5px auto; padding: 0; border: 1px solid #df1700; border-radius: 2px; background:url(../images/bottom_gra_bg.jpg) 0 0 repeat-x;}
.gra_main a { display: block; width: 180px; height: 22px; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; text-align: center; position: relative; color:#fff;}
.gra_main a em { color: #fff; font-family: "宋体"; font-size: 12px; font-style: normal;}
.gra_main a p.m_l { width: 40px; height: 22px; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: absolute; left: 0; top: 0;}
.m_l img { display: block; width: 32px; height: 16px; margin: 3px auto; padding: 0;}
.gra_main a p.m_r { width: 50px; height: 22px; overflow: hidden; line-height: 20px; margin: 0; padding: 0; color: #fff; font-size: 12px; text-align: center; position: absolute; top: 0; right: 0;}
.m_r span { color: #FCFF00; font-family: Arial; font-size: 16px; font-weight: bold;}













