﻿@charset "utf-8";
/* CSS Document */

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:' '}
abbr,acronym{border:0;}

/* 文字排版 */
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f20{font-size:20px;}
.fb{font-weight:bold;}
.fn{font-weight:normal;}
.t2{text-indent:2em;}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}

/* 定位 */
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto;margin-right:auto;}
.vm{vertical-align:middle;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
*html .clearfix{height:1%;}
.clearfix{display:block;}
.zoom{zoom:1}
.of_auto{ overflow:auto;}
.hidden{visibility:hidden;}
.none{display:none;}
.db{ display:block;}
.dib{ display:inline-block;}

/* position */
.pr{position:relative;}
.pa{position:absolute;}

/* width height */
.w123{ width:123px;}
.w200{ width:200px;}
.w290{ width:290px;}
.w455{ width:455px;}
.w960{ width:960px;}

/* padding margin */
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mr15{ margin-right:15px;}
.mr35{ margin-right:35px;}
.ml10{ margin-left:10px;}
.ml25{ margin-left:25px;}

/* color */
.red{ color:#ea2b3a;}
.green{ color:#50A440;}

/* button */
.btn{ display:inline-block; border:none; text-align:center; color:#fff; cursor:pointer;}
.btn:hover{ text-decoration:none;}
.btn01{ width:135px; height:40px; border-radius:3px; background:#85d174; font:16px/40px 微软雅黑;}
.btn01:hover{ background:#39ac20;}

/* text */
.text01{ height:35px; padding:0 10px; border:1px solid #c2c2c2; font:16px/35px 微软雅黑; color:#555;}

/* textarea */
.textarea01{ height:100px; padding:0 10px; border:1px solid #c2c2c2; font:16px/20px 微软雅黑; color:#555;}

/* container */
.container01{ padding:10px 30px; margin:20px 0; background:#fff;}

