body {
  padding-top: 70px;
}

.line-left{ background:url(http://special.big5.dbw.cn/hlj/first_time/bg-left.gif) 10px top repeat-y;}
.time-bg{ background:#f0ece2;border-radius: 4px;}
.col-xs-offset-0-1{ margin-left:20px;}
.col-xs-offset-0-2{ margin-left:35px; padding:5px;}
.margintop1{ margin-top:5px}
.yuan{ background:url(http://special.big5.dbw.cn/hlj/first_time/yuan.png) 10px top no-repeat; paddin-left:25px; }
.greayfont a{ color:#a3a2a2;}
@media screen and (max-width:767px)
{
	.time-bg{ background:none;}
	.text-center{ text-align:left;}
   .col-xs-9 {
	 position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	width: 100%;
	float:left;
	margin-left:20px;
	text-align:left;
	}
	.col-xs-11 {
	
	text-align:left;
	}
	  
	.col-xs-9-2{
		float: left;
		position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
	  margin-right:5px;		
		 width: 70%;}
}
@media screen and (max-width:550px)
{
	  
	.col-xs-9-2{
		float: left;
		position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;		
		 width: 60%;}
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}