/*reset*/
body {
    font-family: 'fzlt', "微软雅黑";
    margin: 0;
}
*{margin:0;padding:0}



/*去掉高亮*/

a,
input,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*ios 去掉圆角*/

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}


/*屏幕切换 文字变化*/

body * {
    -webkit-text-size-adjust: 100%;
    color: #666;
}

ul,li{
  list-style: none;
  padding:0;
  margin:0;
}

a{
  color:#333;
  text-decoration: none;
}




/*去掉高亮*/
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*ios 去掉圆角*/
input,
button {
  border-radius: 0;
  -webkit-appearance: none;
}
/*屏幕切换 文字变化*/
body * {
  -webkit-text-size-adjust: 100%;
}
/*.col-xs(@index) when(@index>0){
	.col-xs(@index-1);
	.col-xs-@{index}{
		width:100% / 12 * @index;
	}
}
.col-xs(12);*/
.container-fluid {
  display: block;
  width: 100%;
}
.container {
  display: block;
  margin: 0 auto;
  background: #5f9ea0;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-push-1 {
  position: relative;
  left: 8.33333333%;
}
.col-xs-pull-1 {
  position: relative;
  left: -8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-push-2 {
  position: relative;
  left: 16.66666667%;
}
.col-xs-pull-2 {
  position: relative;
  left: -16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-push-3 {
  position: relative;
  left: 25%;
}
.col-xs-pull-3 {
  position: relative;
  left: -25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-push-4 {
  position: relative;
  left: 33.33333333%;
}
.col-xs-pull-4 {
  position: relative;
  left: -33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-push-5 {
  position: relative;
  left: 41.66666667%;
}
.col-xs-pull-5 {
  position: relative;
  left: -41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-push-6 {
  position: relative;
  left: 50%;
}
.col-xs-pull-6 {
  position: relative;
  left: -50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-push-7 {
  position: relative;
  left: 58.33333333%;
}
.col-xs-pull-7 {
  position: relative;
  left: -58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-push-8 {
  position: relative;
  left: 66.66666667%;
}
.col-xs-pull-8 {
  position: relative;
  left: -66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-push-9 {
  position: relative;
  left: 75%;
}
.col-xs-pull-9 {
  position: relative;
  left: -75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-push-10 {
  position: relative;
  left: 83.33333333%;
}
.col-xs-pull-10 {
  position: relative;
  left: -83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-push-11 {
  position: relative;
  left: 91.66666667%;
}
.col-xs-pull-11 {
  position: relative;
  left: -91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-push-12 {
  position: relative;
  left: 100%;
}
.col-xs-pull-12 {
  position: relative;
  left: -100%;
}
@media all and (min-width: 768px) {
  .container {
    width: 750px;
    background-color: pink;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .col-sm-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .col-sm-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-push-3 {
    position: relative;
    left: 25%;
  }
  .col-sm-pull-3 {
    position: relative;
    left: -25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .col-sm-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .col-sm-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-push-6 {
    position: relative;
    left: 50%;
  }
  .col-sm-pull-6 {
    position: relative;
    left: -50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .col-sm-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .col-sm-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-push-9 {
    position: relative;
    left: 75%;
  }
  .col-sm-pull-9 {
    position: relative;
    left: -75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .col-sm-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .col-sm-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-12 {
    position: relative;
    left: 100%;
  }
  .col-sm-pull-12 {
    position: relative;
    left: -100%;
  }
}
@media all and (min-width: 992px) {
  .container {
    width: 970px;
    background-color: skyblue;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .col-md-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .col-md-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-push-3 {
    position: relative;
    left: 25%;
  }
  .col-md-pull-3 {
    position: relative;
    left: -25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .col-md-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .col-md-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-push-6 {
    position: relative;
    left: 50%;
  }
  .col-md-pull-6 {
    position: relative;
    left: -50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .col-md-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .col-md-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-push-9 {
    position: relative;
    left: 75%;
  }
  .col-md-pull-9 {
    position: relative;
    left: -75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .col-md-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .col-md-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-12 {
    position: relative;
    left: 100%;
  }
  .col-md-pull-12 {
    position: relative;
    left: -100%;
  }
}
@media all and (min-width: 1200px) {
  .container {
    width: 1170px;
    background-color: #ff69b4;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .col-lg-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .col-lg-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-push-3 {
    position: relative;
    left: 25%;
  }
  .col-lg-pull-3 {
    position: relative;
    left: -25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .col-lg-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .col-lg-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-push-6 {
    position: relative;
    left: 50%;
  }
  .col-lg-pull-6 {
    position: relative;
    left: -50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .col-lg-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .col-lg-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-push-9 {
    position: relative;
    left: 75%;
  }
  .col-lg-pull-9 {
    position: relative;
    left: -75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .col-lg-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .col-lg-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-push-12 {
    position: relative;
    left: 100%;
  }
  .col-lg-pull-12 {
    position: relative;
    left: -100%;
  }
}
div[class|='col'] {
  float: left;
  box-sizing: border-box;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}