/*
.class2{
  @extend .class1;
  @include radius;
  @include shadow(unquote("1px 1px 1px rgba(0,0,0,0.1),1px 1px 1px rgba(0,0,0,0.1)"));
  @include tranistion;
  @include linear(unquote("#eee 0%,#ddd 100%"));
  @include flexbox;
  @include flex(1);
  color : $blue;
  @include opacity(0.2);
  @include box;
}
.btn5{
  @include shadow(unquote("1px 1px 1px rgba(0,0,0,0.1),1px 1px 1px rgba(0,0,0,0.1)"));
  @include linear(unquote("#eee 0%,#ddd 100%"));
  border:1px solid #ccc;
}*/
body {
  background-color: #fff; }

.c-wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }

.banner {
  background: url("/assets../../images/client/banner_bg.png") repeat #42b5e8;
  height: 528px;
  margin-top: -30px; }

.banner img {
  left: 408px;
  position: absolute;
  top: 275px; }

.banner > div {
  height: 528px;
  background: url("/assets../../images/client/banner.png") no-repeat 0 32px; }

.banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.btn-360 {
  bottom: 38px;
  height: 56px;
  left: 385px;
  position: absolute;
  width: 158px;
  background: url("/assets../../images/client/b_360.png") no-repeat center; }

.btn-car {
  height: 44px;
  left: 30px;
  position: absolute;
  top: 373px;
  width: 220px;
  background: url("/assets../../images/client/pic_download_car.png") no-repeat center; }

.btn-iphone {
  height: 44px;
  left: 30px;
  position: absolute;
  top: 315px;
  width: 220px;
  background: url("/assets../../images/client/pic_download_iphone.png") no-repeat center; }

.btn-android {
  height: 44px;
  left: 30px;
  position: absolute;
  top: 257px;
  width: 220px;
  background: url("/assets../../images/client/pic_download_android.png") no-repeat center; }

.spread-01 {
  margin: 50px 0; }

.spread-01 li {
  float: left;
  width: 274px;
  text-align: center;
  padding: 10px 23px; }

.spread-01 h4 {
  font-size: 26px;
  font-weight: normal;
  margin: 15px 0 0 0; }

.spread-01 p {
  color: #6f6f6f;
  font-size: 16px;
  line-height: 22px; }

.spread-02 li {
  border-top: 1px dashed #ccc;
  padding: 40px 0; }

.spread-02 h4 {
  font-size: 30px;
  font-weight: normal;
  padding-top: 40px; }

.spread-02 p {
  font-size: 16px;
  line-height: 22px; }

.spread-02 .fl {
  margin-right: 180px; }

.spread-02 .fr {
  margin-left: 180px; }
