* {
  padding: 0;
  margin: 0;
}
ul,
ol,
li {
  list-style: none;
}
body {
  color: #141414;
  font-size: 0.26666667rem;
  font-family: "Microsoft YaHei";
  background-color: #fff;
}
a {
  color: #333;
  text-decoration: none;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  border: 0;
}
/*垂直居中*/
.flex {
  display: flex;
  justify-content: center;
  align-items: Center;
}
/*单行文本省略*/
.text_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header {
  width: 100%;
  height: 1.14666667rem;
  background-color: #2caeff;
}
.header .logo {
  width: 4.81333333rem;
  height: 0.85333333rem;
  margin: 0.14666667rem 0.25333333rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .menu {
  width: 0.62666667rem;
  height: 0.57333333rem;
  background: url("yjglj_mobile_nav.png") no-repeat;
  background-size: 0.62666667rem 0.57333333rem;
  margin: 0.28rem 0.25333333rem;
}
.bgDiv {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  display: none;
  z-index: 99;
  bottom: 0;
}
.rightNav {
  width: 40%;
  max-width: 6.13333333rem;
  height: 100%;
  background-color: #fff;
  position: fixed;
  right: 0;
  z-index: 999;
  top: 0;
  right: -50%;
  transition: right 0.1s;
}
.rightNav a {
  display: block;
  height: 0.93rem;
  border-bottom: 0.02666667rem solid #f8f8f8;
  line-height: 0.93rem;
  text-align: center;
  font-size: 0.42rem;
  color: #333333;
}
.footer {
  width: 8rem;
  height: auto;
  background-color: #275da0;
  padding: 0.36rem 0;
  margin-top: 0.26666667rem;
}
.footer p {
  font-size: 10px;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: center;
}
/*栏目列表*/
.column-box {
  margin: 0 auto;
  width: 10rem;
  padding: 0.26666667rem 0rem;
  border-top: 0.01333333rem solid #eeeeee;
  border-bottom: 0.01333333rem solid #dd0000;
  overflow: hidden;
}
.column-box ul li {
  width: 2.26666667rem;
  text-align: center;
  font-size: 0.4rem;
  color: #0f0f0f;
  float: left;
}
.column-box ul li.active a {
  color: #dd0000;
}
.column-box ul li a {
  display: block;
}
.column-box ul li p i {
  font-size: 0.66666667rem;
}
.active {
  color: #258aff !important;
}
/*栏目标题*/
.column-tit {
  text-align: center;
  padding: 0.53333333rem 0;
}
.column-tit > p {
  color: #258AFF;
  font-size: 0.42666667rem;
  font-weight: bold;
  padding: 0rem 0 0.2rem;
}
.column-tit span {
  font-size: 0.37333333rem;
  position: relative;
  padding: 0 0.26666667rem;
}
.column-tit span:before {
  content: "";
  position: absolute;
  top: 0.26666667rem;
  left: -2.66666667rem;
  width: 2.66666667rem;
  height: 2px;
  background-color: #FFFFFF;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #258AFF 100%);
  background-image: -webkit-linear-gradient(0deg, #FFFFFF 0%, #258AFF 100%);
  background-image: -moz-linear-gradient(0deg, #FFFFFF 0%, #258AFF 100%);
  background-image: -o-linear-gradient(0deg, #FFFFFF 0%, #258AFF 100%);
}
.column-tit span:after {
  content: "";
  position: absolute;
  top: 0.26666667rem;
  right: -2.66666667rem;
  width: 2.66666667rem;
  height: 2px;
  background-color: #258AFF;
  background-image: linear-gradient(0deg, #258AFF 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(0deg, #258AFF 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(0deg, #258AFF 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(0deg, #258AFF 0%, #FFFFFF 100%);
}
/*# sourceMappingURL=yjglj_mobile_common.css.map */

/*留言*/
.txt
{
    height:1.0rem;
    line-height:1.0rem;
    padding-left:5px;
    border-style:none;
    border:solid 1px #fff;
    border-radius:3px;
    box-sizing:border-box;
    font-size:0.42rem;
}

.area
{
    TEXT-ALIGN: left;
    LINE-HEIGHT: 25px;
    padding:5px;
    border-style:none;
    border:solid 1px #fff;
    border-radius:3px;
    box-sizing:border-box;
    font-size:0.42rem;
}

.btn {
	font-size:0.37333333rem;
	height:1.06666667rem;
	line-height:1.06666667rem;
	border-style:none;
	background:#dd0000;
	color:#fff;
    font-size:0.42rem;
	text-align:center;
    border-radius:3px;
}
.lbtn {
	font-size:0.37333333rem;
	height:0.76666667rem;
	line-height:0.76666667rem;
	border-style:none;
	background:#dd0000;
	color:#fff;
	text-align:center;
    border-radius:3px;
    display:inline-block;
    padding:0 0.3rem;
}
.message-box
{
    margin:10px 0px;
    border:solid 1px #eee;
    border-radius:5px;
    box-shadow:3px 3px 10px #eee;
}
.message-ul
{
    margin:0px;
    margin-bottom:5px;
}
.message-ul li
{
    line-height:1.0rem;
    padding:5px;
    border-bottom:solid 1px #f1f1f1;
}
.message-ul li:last-child
{
    line-height:1.0rem;
    padding:5px;
    border-bottom:solid 1px #fff;
}

.message-ul li select
{
    line-height:1.0rem;
    padding:10px;
    border:none;
    background:#fff;
    font-size:0.42rem;
}
