html {
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

*, body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

body {
  background: #f0f0f8;
  color: #333333;
  line-height: 1.75;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  border-collapse: collapse;
}

img, a img, a:hover img {
  border: 0;
}

ol, ul, dl, li, dt, dd {
  list-style: none;
}

input, button, textarea, select, optgroup, option {
  font-family: "Microsoft YaHei";
}

:focus {
  outline: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #21bf75;
  text-decoration: none;
}

a, a:hover, .btn {
  transition: all 300ms ease;
}

input, select, button {
  -webkit-appearance: none;
}

hr {
  border: none;
  height: 1px;
}

.clear {
  height: 0;
  font-size: 0px;
  overflow: hidden;
  clear: both;
  float: none;
}

.mb10 {
  margin-bottom: 12px;
}

.red {
  color: #e25244 !important;
}

.green {
  color: #21bf75 !important;
}

.blue {
  color: #337dbc !important;
}

.gray {
  color: #999999 !important;
}

.mainbox {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* text-align: center; */
}


/*头部*/
.out_con{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.topbar {
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #6a6a6a;
  /* position: absolute; */
  left:0 ;
  /* background-color: rgba(0, 0, 0, 0.3); */
  background-color: #fff;
}

.topbar_l {
  float: left;
  background: url(../images/header/b1.png) left center no-repeat;
  padding-left: 20px;
  margin-left: 10px;
}

.topbar_l a {
  display: inline-block;
  cursor: pointer;
  background: url(../images/header/d.png) right center no-repeat;
  padding-right: 18px;
  color: #6a6a6a;
  transition: all 300ms ease;
}

.topbar_l a:hover {
  color: #ff0000;
}

.topbar_r {
  float: right;
}

.topbar_r a {
  color: #6a6a6a;
  display: inline-block;
  cursor: pointer;
}

.topbar_r a:hover {
  color: #21bf75;
}

.topbar_r a.login,
.topbar_r .nick {
  background: url(../images/header/b2.png) left center no-repeat;
  padding-left: 20px;
  color: #6a6a6a;
}

.topbar_r a.login:hover {
  color: #ff0000;
}

.topbar_r i {
  display: inline-block;
  margin: 0 15px;
  width: 1px;
  height: 10px;
  background: #dedede;
}

.top_logo img{
  float: left;
  height: 40px;
}
.lunbo {
  display: none;
  background: #fff;
}

.lunbo_div {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  /* background: #000; */
}

.lunbo_img {
  height: 100%;
  text-align: center;
}

.topbox {
  height: 80px;
  background: #fff;
}

.topbox .logo {
  float: left;
  padding-top: 40px;
  width: 360px;
}

.top_search {
  /* float: left; */
  /* margin-top: 54px; */
}

.top_search_box {
  height: 36px;
}

.top_search_box .input {
  float: left;
  height: 32px;
  line-height: 32px;
  width: 397px;
  text-indent: 13px;
  font-size: 14px;
  border: 2px #00c65d solid;
  border-right: none;
}

.top_search_box .btn {
  float: left;
  border: none;
  height: 36px;
  line-height: 36px;
  width: 81px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #00c65d;
  cursor: pointer;
}

.top_search_box .btn:hover {
  color: #fff;
  background: #1be285;
}

.top_search_tag {
  line-height: 34px;
}

.top_search_tag a {
  color: #999;
  margin-right: 12px;
}

.top_search_tag a:hover {
  color: #21bf75;
}

.top_erwei {
  float: right;
  margin-top: 26px;
}

.top_erwei p {
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #666666;
  margin-left: 29px;
}

.top_erwei p img {
  display: block;
  margin: 0 auto;
  height: 82px;
  border: 1px #eeeeee solid;
}


.topnav {
  margin-bottom: 11px;
  height: 46px;
  background: #21bf75;
}

.top_nav {
  float: left;
}

.top_nav ul li {
  float: left;
  margin-right: 14px;
  position: relative;
  height: 46px;
  line-height: 46px;
}
.top_nav ul li:hover{
  background: #196441;
}

.top_nav ul li:after {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 2px;
  height: 10px;
  background: #196441;
}

.top_nav ul li:last-child:after {
  display: none;
}

.top_nav ul li a {
  display: block;
  padding: 0px 20px;
  font-size: 16px;
  color: #fff;
  min-width: 42px;
  text-align: center;
  height: 46px;
  line-height: 46px;
}

.top_nav ul li a:hover {
  color: #fff;
}

.top_nav ul li a.on {
  background-color: #FFA100;
  color: #fff;
}

.top_nav_r {
  float: right;
  /* background: #FFA100; */
  /* margin-right: 20px; */
}
.top_nav_r.on{
  background-color: #FFA100;
  color: #fff;
}
.top_nav_r .help {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  width: 70px;
  text-align: center;
}
.top_nav_r .helpicon{
  padding-left: 32px;
  background: url(../images/header/help.png) 8px center no-repeat;
  margin-right: -10px;
}

.top_nav_r .help:hover {
  background-color: #196441;
  color: #fff;
}


.main_l {
  float: left;
  width: 210px;
  margin-bottom: 34px;
}

.main_r {
  float: right;
  width: 970px;
  margin-bottom: 34px;
  position: relative;
}


.main_m {
  margin-bottom: 34px;
}


.pages {
  padding: 5px 0px 5px 0px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}

.pages a {
  display: inline-block;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px #eeeeee solid;
  background-color: #fff;
  color: #999;
  font-family: Arial;
  font-size: 16px;
  transition: background-color 300ms ease;
}

.pages a.l, .pages a.r {
  background: url(../images/main/page_btn.png) no-repeat;
}

.pages a.l {
  background-position: 0 -32px;
}

.pages a.r {
  background-position: 0 0;
}

.pages a.on, .pages a:hover {
  border: 1px #21bf75 solid;
  background-color: #21bf75;
  color: #ffffff;
}

.pages a.l:hover {
  background-position: -32px -32px;
}

.pages a.r:hover {
  background-position: -32px 0;
}


/*滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}



/*底部*/


#footer {}

.footbox {
  background: #414146;
  padding: 46px 0px 15px 0px;
}

.foot_erwei {
  float: left;
}

.foot_erwei p {
  float: left;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #ffffff;
  margin-right: 56px;
}

.foot_erwei p img {
  display: block;
  margin: 0 auto;
  height: 100px;
}

.foot_nav {
  float: right;
  padding-right: 40px;
}

.foot_nav .item {
  float: left;
  width: 168px;
}

.foot_nav .item .t {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
}

.foot_nav .item .m {}

.foot_nav .item .m ul li {
  line-height: 24px;
  color: #b1b1b2;
}

.foot_nav .item .m ul li a {
  display: block;
  color: #b1b1b2;
}

.foot_nav .item .m ul li a:hover {
  color: #ffffff;
}

.foot_copy {
  padding: 10px;
  line-height: 34px;
  text-align: center;
  color: #b1b1b2;
}



/*切换配送商弹窗*/
.tt_business_main {
  display: none;
  z-index: 9999998;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.tt_business {
  z-index: 9999999;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #ffffff;
  width: 900px;
  margin-left: -450px;
  margin-top: -220px;
}

.tt_business_t {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  padding: 0px 35px;
  background: #21bf75;
}

.tt_business_t .clo {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  background: url(../images/header/clo.png) center center no-repeat;
}

.tt_business_t .clo:hover {
  opacity: 0.5;
}

.tt_business_m {
  padding: 27px 0px 27px 35px;
}

.tt_business_tip {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 20px;
}

.tt_business_list {
  margin-bottom: 8px;
}

.tt_business_list ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.tt_business_list ul li a {
  display: block;
  text-align: center;
  height: 28px;
  line-height: 28px;
  border: 1px #dedede solid;
  font-size: 14px;
  color: #666666;
  padding: 0px 16px;
  border-radius: 4px;
}

.tt_business_list ul li a:hover {
  border: 1px #06c1ae solid;
  background: #21bf75;
  color: #ffffff;
}

.tt_business_list ul li a.on {
  border: 1px #06c1ae solid;
  background: #21bf75;
  color: #ffffff;
}

/*切换配送商弹窗*/
.tt_main {
  display: none;
  z-index: 9999996;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.tt_box {
  z-index: 7;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #ffffff;
}

.tt_box .clo {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background: url(../images/main/clo.png) center center no-repeat;
  cursor: pointer;
  z-index: 999;
  border-radius: 50%;
  background-color: #bdbdbd;
}

.tt_box .clo:hover {
  opacity: 0.8;
}

.demand_title{
  font-weight: bold;
}
.lunbo{
  /* position: relative; */
}
.banner_con{
  position: absolute;
  top: 80px;
  left: 80px;
}

.banner_con .banner_logo img{
 width: 140px;
}

/* 个人中心 */
.user_infor{
  background-color: #fff;
}
.company_box{
  margin: 20px;
}
.company_box_top{
  overflow: hidden;
  padding-bottom: 30px;
}
.company_left,.company_right{
  float: left;
}
.company_img img{
width: 300px;
}
.company_right{
  padding-left: 20px;
  color: #828282;
}