/* color */
/* box-sizing */
/* box-shadow */
/* 雪碧图 */
.home-icons{background:url(../../images/web2.0/new-home-icons-2.png)  no-repeat;}
.img-spot{height:10px;width:10px;background-position:0 0;}
.icon-fzz{height:18px;width:15px;background-position:0 -10px;}
.icon-location{height:18px;width:15px;background-position:0 -28px;}
.icon-search{height:16px;width:16px;background-position:0 -46px;}
.icon-more{height:20px;width:20px;background-position:0 -62px;}
.icon-more-us{height:20px;width:20px;background-position:0 -82px;}
.icon-more-major{height:20px;width:20px;background-position:0 -102px;}
.icon-scancode-major{height:20px;width:20px;background-position:0 -122px;}
.icon-scancode-sel{height:20px;width:20px;background-position:0 -142px;}
.icon-scancode-nor{height:20px;width:20px;background-position:0 -162px;}
.icon-right{height:34px;width:21px;background-position:0 -182px;}
.icon-left{height:34px;width:21px;background-position:0 -216px;}
.icon-right-banner{height:48px;width:35px;background-position:0 -250px;}
.icon-left-banner{height:48px;width:35px;background-position:0 -298px;}
.icon-salecar-nor{height:36px;width:36px;background-position:0 -346px;}
.icon-valuation-sel{height:36px;width:36px;background-position:0 -382px;}
.icon-salecar-sel{height:36px;width:36px;background-position:0 -418px;}
.icon-service-tel{height:36px;width:36px;background-position:0 -454px;}
.icon-valuation-nor{height:36px;width:36px;background-position:0 -490px;}
.icon-buycar-nor{height:36px;width:36px;background-position:0 -526px;}
.icon-finance-sel{height:36px;width:36px;background-position:0 -562px;}
.icon-buycar-sel{height:36px;width:36px;background-position:0 -598px;}
.icon-finance-nor{height:36px;width:36px;background-position:0 -634px;}
.icon-tel-nor{height:54px;width:54px;background-position:0 -670px;}
.icon-tel-sel{height:54px;width:54px;background-position:0 -724px;}
.icon-feedback-nor{height:54px;width:54px;background-position:0 -778px;}
.icon-up-sel{height:54px;width:54px;background-position:0 -832px;}
.icon-qrcode-sel{height:54px;width:54px;background-position:0 -886px;}
.icon-qrcode-nor{height:54px;width:54px;background-position:0 -940px;}
.icon-feedback-sel{height:54px;width:54px;background-position:0 -994px;}
.icon-up-nor{height:54px;width:54px;background-position:0 -1048px;}
.icon-zhuanyedaogou{height:60px;width:60px;background-position:0 -1102px;}
.icon-dashuju{height:60px;width:60px;background-position:0 -1162px;}
.icon-quanqudao{height:60px;width:60px;background-position:0 -1222px;}
.icon-rengongzhineng{height:60px;width:60px;background-position:0 -1282px;}
.img-home-personal{height:310px;width:174px;background-position:0 -1342px;}
.img-home-major{height:310px;width:174px;background-position:0 -1652px;}
.wechat-qrcode{height:220px;width:220px;background-position:0 -1962px;}
.img-iphoneplus{height:490px;width:240px;background-position:0 -2182px;}

/* 垂直居中 */
.vertical-center {
  text-align: center;
  font-size: 0;
}
.vertical-center:after,
.vertical-center > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.vertical-center:after {
  content: '';
}
.vertical-center > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
}
/* 业务代码 */
.top {
  width: 100%;
  padding: 5px 0;
  border-bottom: 4px solid #f60;
}
.top-wrap {
  width: 1190px;
  margin: 0 auto;
}
.top-right {
  float: right;
}
.top-right,
.top-left {
  display: inline-block;
  height: 90px;
}
.top-right li,
.top-left li {
  display: inline-block;
}
.top .icon-location {
  vertical-align: sub;
  margin-right: 6px;
  display: -webkit-inline-box;
}
.top .icon-fzz {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
  display: -webkit-inline-box;
}
.top .phone-call {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
.top-loc {
  background: #f5f5f5;
  padding: 0 20px;
  position: relative;
  margin-left: 30px;
  border-radius: 20px;
  line-height: 40px;
  color: #666;
}
.top-loc .city-name {
  font-size: 18px;
}
.search-container {
  position: relative;
  height: 40px;
}
.search-container .top-search {
  cursor: pointer;
  border: none;
  right: 10px;
  top: 1px;
  width: 40px;
  height: 36px;
  text-align: center;
  position: absolute;
}
.search-container .search-txt {
  border: none;
  padding: 5px 42px 5px 20px;
  margin-left: 30px;
  border-radius: 20px;
  background: #f5f5f5;
  width: 260px;
  height: 40px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* header */
.header {
  position: relative;
  width: 100%;
  z-index: 500;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.header-wrap {
  width: 1190px;
  max-width: 1190px;
  margin: 0 auto;
  height: 52px;
  position: relative;
}
.header-wrap > h1,
.header-wrap > h1 > a,
.header-menu,
.header-loc {
  display: inline-block;
  vertical-align: middle;
}
.header-menu > li {
  float: left;
  text-align: center;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  position: relative;
  width: 148px;
}
.header-menu > li:hover {
  background-color: #f60;
  color: #fff;
}
.current-page {
  background-color: #f60;
  color: #fff;
}
.header-menu > li > a {
  display: block;
  padding: 0 25px;
}
.header-wrap > form {
  top: 50%;
  right: 0;
  margin-top: -19px;
  position: absolute;
}
.download-menu {
  padding-top: 10px;
  display: none;
}
.download-menu-container {
  padding: 10px 0;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.person-version,
.prof-version {
  display: block;
  padding: 30px 0;
  line-height: 1;
  color: #333;
}
.person-version:hover,
.prof-version:hover {
  background: #f60;
  color: #fff;
}
.header-menu > li:hover .download-menu {
  display: block;
  padding-top: 10px;
}
/*footer*/
.footer {
  width: 100%;
  background-color: #222;
}
.footer-wrap {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #666;
  padding: 40px 0;
}
.footer-wrap > ul {
  margin-bottom: 30px;
}
.footer-wrap > ul > li {
  float: left;
  margin-right: 50px;
}
.footer-wrap > ul > li > a:hover {
  text-decoration: underline;
}
.mobile-page,
.footer-download,
.footer-loc,
.footer-tel {
  position: relative;
}
.mobile-page {
  padding-left: 15px;
}
.footer-download {
  padding-left: 18px;
}
.footer-loc {
  padding-left: 14px;
  margin-right: 40px;
}
.footer-tel {
  padding-left: 16px;
}
.mobile-page > i {
  top: 2px;
  left: 0;
  background-position: 0 -48px;
  width: 11px;
  height: 15px;
}
.footer-download > i {
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-position: 0 0;
}
.footer-loc > i {
  top: 4px;
  left: 0;
  width: 10px;
  height: 13px;
  background-position: 0 -25px;
}
.footer-tel > i {
  top: 4px;
  left: 0;
  width: 13px;
  height: 12px;
  background-position: 0 -73px;
}
.copyright {
  margin-bottom: 30px;
}
.footer-wrap > address > div {
  display: inline-block;
}
.qr-code {
  position: absolute;
  right: 0;
  top: 35px;
  text-align: center;
}
.qr-code > img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
/*footer end*/
/* icons */
.mobile-page > i,
.footer-download > i,
.footer-loc > i,
.footer-tel > i,
.search-city > i,
.top-tel,
.top-download,
.top-collect {
  background-image: url("../../images/web2.0/top_foot_sprite.png");
  background-repeat: no-repeat;
  position: absolute;
}
::selection {
  background: #b3d4fc;
}
::-moz-selection {
  background: #b3d4fc;
}
/*面包屑导航*/
.bread {
  width: 100%;
  margin-top: 20px!important;
}
.bread li {
  display: inline-block;
}
.bread_lii {
  color: #999;
}
/*车源卡片*/
.car-list > li {
  float: left;
  margin-left: 6px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.car-list > li:hover {
  border: 1px solid #f60;
}
.car-list > li > a {
  display: block;
  width: 290px;
}
.car-list > li > a > img {
  width: 290px;
  height: 185px;
}
.list-wrap > .car-loading,
.list-wrap > .car-nothing {
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  color: #f60;
  width: 100%;
  height: 352px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 127px;
}
.list-row {
  margin-left: -10px;
}
.list-item {
  margin: 10px 0 10px 10px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  height: 340px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 292px;
}
.list-item > a > img {
  width: 290px;
  height: 185px;
}
.list-item > a {
  display: block;
}
.list-item:hover {
  border: 1px solid #f60;
}
.list-info {
  padding: 10px;
  color: #999;
}
.list-title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px !important;
  width: 100%;
}
.list-info > p {
  margin-bottom: 5px;
  font-size: 12px;
}
.list-price {
  color: #f60;
  margin-right: 5px;
  float: left;
}
.list-price > i {
  font-size: 24px;
}
.list-vpr {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 3px;
  float: right;
  margin-top: 8px;
  color: #666;
  font-size: 14px;
}
.list-vpr > i {
  color: #f60;
}
.list-more {
  text-align: center;
  margin: 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list-bottom {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0!important;
}
.list-bottom .high {
  color: #f60;
}
.list-bottom .low {
  color: #3EC995;
}
.list-more > a {
  color: #fff;
  display: inline-block;
  padding: 12px 65px;
  background-color: #f60;
  font-size: 16px;
  -moz-box-shadow: 0 6px #c55700;
  /*firefox*/
  -webkit-box-shadow: 0 6px #c55700;
  /*webkit*/
  box-shadow: 0 6px #c55700;
  /*opera或ie9*/
  border-radius: 0 0 5px 5px;
  position: relative;
}
.list-more > a:hover {
  -moz-box-shadow: 0 8px #c55700;
  /*firefox*/
  -webkit-box-shadow: 0 8px #c55700;
  /*webkit*/
  box-shadow: 0 8px #c55700;
  /*opera或ie9*/
  top: -2px;
}
.list-more > a:active {
  -moz-box-shadow: 0 0 #c55700;
  /*firefox*/
  -webkit-box-shadow: 0 0 #c55700;
  /*webkit*/
  box-shadow: 0 0 #c55700;
  /*opera或ie9*/
  top: 6px !important;
}
.list-bottom > span {
  display: inline-block;
  margin-left: 5px;
}
.list-vpr > .list-tag {
  display: inline-block;
  color: #fff;
  background-color: #FF9702;
  border-radius: 3px;
  padding: 3px 4px;
  margin-right: 5px;
  line-height: 1;
}
.seller {
  float: right;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  margin: 1px 0 0 0;
}
.seller.seller-bsns {
  background-color: #f60;
}
.seller.seller-psn {
  background-color: #0ae;
}
/*底部landing*/
.land {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 148px;
  z-index: 999;
  display: none;
}
.land-wrap {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.land-wrap > img {
  position: absolute;
}
img.landclose {
  cursor: pointer;
}
img.landput {
  position: fixed;
  left: -41px;
  bottom: 160px;
  cursor: pointer;
  z-index: 500;
  width: 40px;
  height: 140px;
}
.land-wrap .person-qrcode,
.land-wrap .major-qrcode {
  color: #fff;
  text-align: center;
}
.land-wrap .person-qrcode {
  position: absolute;
  top: 10px;
  right: 140px;
}
.land-wrap .major-qrcode {
  position: absolute;
  top: 10px;
  right: 0px;
}
.land-wrap .major-qrcode img,
.land-wrap .person-qrcode img {
  margin-top: 8px;
  width: 100px;
  height: 100px;
}
/*反馈*/
.follow_wx > img {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 1001;
  top: 30px;
  left: -34px;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.feed-black {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: black;
  z-index: 10001;
  opacity: 0.6;
  display: none;
}
.feedback-modal {
  width: 600px;
  height: 521px;
  position: fixed;
  z-index: 10002;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -300px;
  background: url("../../images/web2.0/feed_bank_bg.png") no-repeat;
  display: none;
}
.cancel_feedback {
  cursor: pointer;
  right: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../images/web2.0/feed_back_cancel.png") no-repeat right;
}
.feedback-modal .content {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  margin-top: -200px;
  top: 50%;
  margin-left: -200px;
}
.feedback-modal .content p {
  font-size: 20px;
  text-align: center;
}
.feedback-modal .content .main-content textarea,
.feedback-modal .content .main-content input {
  resize: none;
  width: 394px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}
.feedback-modal .content .main-content input {
  height: 40px;
  text-align: center;
  font-size: 16px;
}
.submit-feedback {
  cursor: pointer;
  text-align: center;
  display: block;
  width: 396px;
  height: 44px;
  background-color: #ccc;
  border-radius: 4px;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#feedback_confirm_modal {
  width: 600px;
  height: 260px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -130px;
  z-index: 10008;
  background-color: #FFF;
  border-top: 3px solid #f60;
  display: none;
}
#feedback_confirm_modal .form-wrapper {
  position: relative;
  padding: 68px 100px;
}
#feedback_confirm_modal .form-wrapper.confirm h2 {
  line-height: 48px;
  margin-bottom: 0;
  padding-left: 60px;
  font-size: 24px;
  background: url(../../images/resource/modal-confirm.png) no-repeat left bottom;
}
#feedback_confirm_modal .form-wrapper.confirm p {
  padding-left: 60px;
}
#feedback_confirm_modal .form-wrapper p {
  color: #f60;
  margin: 0 0 10px;
  font-size: 14px;
}
#feedback_confirm_modal .close-btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/resource/modal-close-btn.png) no-repeat 0 0;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.content-error,
.tel-error {
  visibility: hidden;
  height: 25px;
  line-height: 25px;
  color: #ff5d5d;
}
/*侧边悬浮栏*/
.fixed-box {
  position: fixed;
  right: 1%;
  bottom: 160px;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fixed-box > li {
  margin-top: 2px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  display: block;
}
.fixed-tel:hover > div,
.fixed-app:hover > .app,
.follow_wx:hover > img {
  display: block;
  -moz-box-shadow: 0px 6px 20px #999999;
  /*firefox*/
  -webkit-box-shadow: 0px 6px 20px #999999;
  /*webkit*/
  box-shadow: 0px 6px 20px #999999;
  /*opera或ie9*/
}
.fixed-feedback:hover {
  height: 54px;
  width: 54px;
  background-position: 0 -994px;
}
.fixed-app:hover {
  height: 54px;
  width: 54px;
  background-position: 0 -886px;
}
.fixed-tel:hover {
  height: 54px;
  width: 54px;
  background-position: 0 -724px;
}
.fixed-backtop:hover {
  height: 54px;
  width: 54px;
  background-position: 0 -832px;
}
.fixed-tel .tel-detail {
  position: absolute;
  left: -430px;
  top: 0;
  width: 180px;
  display: none;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  width: 410px;
  text-align: left;
  padding: 0;
}
.fixed-tel .tel-label {
  display: inline-block;
  height: 105px;
  width: 124px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
  color: #fff;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  background-color: #ff9702;
}
.fixed-tel .tel-number {
  display: inline-block;
  line-height: 105px;
  vertical-align: top;
  margin-left: 30px;
  color: #ff9702;
  font-size: 30px;
  font-weight: bold;
}
.fixed-app > .app {
  position: absolute;
  left: -260px;
  top: -93px;
  text-align: left;
  border-radius: 6px;
  display: none;
}
.fixed-app .wechat-qrcode {
  background-color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 40px 40px 40px;
}
.fixed-app .qrcode-desc {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  background: #ff9702;
  font-size: 16px;
  color: #fff;
}
.fixed-app > .app > span {
  color: #f60;
}
.fixed-app > .app > img {
  width: 160px;
  height: 160px;
}
/**/
.trans-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: transparent;
}
