﻿@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  font-family: "宋体";/*"Microsoft YaHei";*/
  color: #333333;
  line-height: 24px;
  font-size: 12px;
}

i{
  background-size:contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align:text-bottom;
}
ul{
  margin: 0;
  padding: 0;
  line-height: 24px;
}
li{
  list-style: none;
  list-style-position: inside;
}
img{
  border: none;
  vertical-align: middle;
}
h1{
  line-height: 30px;
  font-size: 14px;
}
a{
  text-decoration: none;  
}
a:hover{
  color:#2577e3;
  text-decoration:underline;
}
.fl{float: left;}
.fr{float: right;}
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/
}
/* color */
.seven{color: #777;}

.blue{color:#2577e3;}
.blue a:link ,.blue a:visited ,.blue a:hover{color:#2577e3;}

.green{color:green;}
.green a:link ,.green a:visited ,.green a:hover{color:green;}

.orange{color: orange;}
.orange a:link,.orange a:visited,.orange a:hover{color: orange;}

.df1a21{color: #df1a21;}
.df1a21 a:link,.df1a21 a:visited,.df1a21 a:hover{color: #df1a21;}

/* line-hight */
.lh_30{
  line-height: 30px;
  clear: both;
}
/* pm */
.pr_10{
  padding-right: 10px;
}
.pl_10{
  padding-left: 10px;
}
.ptb_20{
  padding: 20px 0;
}
.plr_10{
  padding:0 10px;
}
.ptlr_355{
  padding:3px 5px 0;
}
.mlt_510{
  margin: 15px 0 0 5px;
}
.mrt_510{
  margin: 15px 5px 0 0 ;
}
.mtb_10{
  margin: 10px 0;
}
.mt_5{
  margin-top: 5px;
}
.mt_10{
  margin-top: 10px;
}
.mb_10 , .mb_10 p{
  margin-bottom: 10px;
}
/* border */
.b_b1dc{
  border-bottom: 1px dashed #ccc;
}
/*font-size*/
.fs_14{
  font-size: 14px;
}
.fs_16{
  font-size: 16px;
}


/* input-button */
.btn{
  border:1px #ccc solid;
  border-radius:2px;
  background:#f9f9f9;
  color:#666;
  font-size:12px;
}
.btn_1 ,.btn_2{
  padding: 2px 7px;
  color: orange;
  background: white;
  border:1px solid #ccc;
  border-radius: 3px;
}
.btn_2{
  color: #333333;
  background-color: white;
}
.btn_3 ,.btn_4{
  padding: 2px 15px;
  color: #fff;
  background-color: #2588ee;
  border:1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}
.btn_4{
  color: #333333;
  background-color: #f2f2f2;
}
.btn_5{
  padding: 5px 10px;
  color: #fff;
  background-color: #aaa;
  border:1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}

.btn:hover ,.btn_1:hover ,.btn_2:hover ,.btn_3:hover{
  border:1px #94b1d8 solid;
  background:#f2f2f2;
}
.btn_3:hover{
  color: #333;
}
.btn_4:hover{
  border:1px #94b1d8 solid;
  background:#ccc;
}

/* table */
table{
  border-collapse: collapse; 
  width: 100%;
  line-height: 25px;
}

/* background */
.bg_e{
  background-color: #eee;
}
.bgc_f4{ background-color:#f4f4f4;}
/* textstyle */
.ta_c{
  text-align: center;
}
.ti_2em{
  text-indent: 2em;
}

/* input select */

select {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("../imgs/select.png") no-repeat scroll right center transparent;
  padding-right: 14px;
}
select::-ms-expand { display: none; }
input ,select ,option{
  font-size: 12px;
  color: #666;
  border: 1px solid #bbb;
  vertical-align: middle;
}
.text1{width: 40px;}
.text2{width: 100px;}
.text3{width: 75px;}
textarea{border: 1px solid #bbb;}

.current_location {
    font-size: 14px;
    font-weight:bold;
}
.none {display:none;}