@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input  {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration:none;
	list-style-type:none;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select:none;}
body { font-family:"微软雅黑", helvetica, arial;}

/*top（沿用之前CSS）*/
body{ background-color:#f2f2f2;}
.top{ height:62px; background-color:#ffffff; border-bottom: solid #82c14a 2px;}
.top_content{ width:960px;height:62px; margin:auto;}
.content_left{ float:left;}
.content_right{ float:right;}
.tom_vip_logo{ float:left; margin-right:20px;}
.pay_center{ float:left; font-size:16px; color:#65b51e; font-weight:bold;background-image:url(../images/pay_center_bg.png); background-repeat:no-repeat; background-position:center left; line-height:62px; padding-left:20px;}
.content_right a{ line-height:62px; margin-left:30px; font-size:14px; color:#4c4c4c;cursor:pointer;}
.content_right a:hover{color:#65b51e;}
.content_right a:active{color:#4c4c4c;}
.content_right a:visted{color:#4c4c4c;}
.content_right a:link{color:#4c4c4c;}




/*VIP邮箱服务条款*/
.service_terms_box{ width:958px; background-color:#ffffff; margin:auto; margin-top:30px; padding-bottom:40px; border:1px solid #65b51e;}
.service_terms_text{ width:760px; font-size:14px; color:#333333; margin-left:99px; padding-top:50px; line-height:26px;}
.terms_title{ font-size:14px; font-weight:bold; line-height:56px; padding-top:14px;}
.terms_big_title{ font-size:22px; font-weight:bold; text-align:center; width:760px;}
.terms_time{ font-size:12px; width:760px; color:#4c4c4c; text-align:center; margin-top:20px; margin-bottom:14px;}
.service_terms_text p{ text-indent:2em;}