html,body {
  color: #333;
  margin: 0;
  height: 100%;
  font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

a, label, button, input, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border: 0;
}

body {
  background: #fff;
  /*background: #f2f2f2;*/
  color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
  margin: 0;
  padding: 0;
}

a {text-decoration: none;
  color: #08acee;
}

button {
  outline: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

button,input,optgroup,select,textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
}

li {
  list-style: none;
}

a {
  color: #666;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  
}

.divHeight {
  width: 100%;
  height: 10px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.r-line {
  position: relative;
}

.r-line:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #D9D9D9;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.b-line {
  position: relative;
}

.b-line:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.aui-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  position: relative;
}

.aui-flex-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #333;
}

/* 必要布局样式css */

.aui-flexView {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aui-scrollView {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.aui-navBar {
  height: 44px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 102;
  background: #fd9c1a;
}
.aui-navBar-item {
  height: 44px;
  min-width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  padding: 0 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  color: #808080;
  position: relative;
}
.aui-navBar-item:first-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: -25%;
  font-size: 0.9rem;
  font-weight: bold;
}
.aui-navBar-item:last-child {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.aui-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 100%;
    margin-left: 25%;
}

.aui_search{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  height: 44px;
  width: 100%;
}
.aui_search_box{
  background: #f4f7fe;
  border-radius: 3px;
  position: relative;
  width: 98%; margin: 0 auto;
  height: 31px;
}


.aui-search-box {
  background: #f4f7fe;
  border-radius: 3px;
  position: relative;
  width: 100%;
  height: 31px;
}
.aui-search-box input {
  width: 100%;
  background: none;
  border: none;
  font-size: 0.85rem;
  text-align: left;
  height: 31px;
  border-radius: 22px;
  padding: 0.55rem 0 0.55rem 2rem;
}
.icon-search{
  position: absolute;
  left: 8px;
  top: 0.48rem;
  background-size: 19px; 
}

/*图标颜色*/
.icon-color-bai{color: #fff}

/*全局底部*/
.aui-footer {
  width: 100%;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 5px 7px 5px;
  background: #ffffff;
}
.aui-footer:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #b04b3f;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.aui-footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 49;
}
.aui-tabBar-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #979797;
}
.aui-tabBar-item-text {
  display: inline-block;
  font-size: 0.65rem;
  color: #818085;
  padding-top: 2px;
}
.aui-tabBar-item-active .aui-tabBar-item-text {
  color: #f37936;
}
.aui-tabBar-item-active .iconfont {
  color: #f37936;
}

/*首页内容头部*/
.aui-gen-head {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fd9c1a;
  background: -webkit-linear-gradient(#fd9c1a, #f3670f);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fd9c1a, #f3670f);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fd9c1a, #f3670f);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#fd9c1a, #f3670f);
  /* 标准的语法 */
}

.aui-palace {
  padding: 0.5rem 0;
  position: relative;
  overflow: hidden;
}

.aui-palace-grid {
  position: relative;
  float: left;
  padding: 1px;
  width: 20%;
  box-sizing: border-box;
  margin: 5px 0;
}

.aui-palace-grid-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.aui-palace-grid-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}

.aui-palace-grid-text {
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.85rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0.2rem;
}

.aui-palace-grid-text h2 {
  font-size: 0.8rem;
  font-weight: normal;
  color: #666666;
}

.aui-palace-one .aui-palace-grid {
  width: 25%;
}

.aui-palace-one .aui-palace-grid-text h2 {
  color: #fff;
}
.aui-palace-one {
  padding: 1.2rem 0;
}

/*广告轮播*/
.aui-flex-color {
  border-radius: 50px;
  padding: 3px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aui-news-sml{
 padding-right:5px;
}
.aui-news-sml img {
  width: 18px;
  height: 18px;
  display: block;
  border: none;
}
.box {
  height: 20px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.t_news {
    height: 20px;
    color: #fff;
    overflow: hidden;
    position: relative
}

.t_news b {
    line-height: 20px;
    font-weight: 700;
    display: inline-block
}

.news_li,.swap {
    line-height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 1px
}

.news_li a,.swap a {
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.8rem;
}

.news_li a em {
    font-style: normal;
}

.news_li li {
    color: #676767;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    height: 20px;
    padding-left: 5px;
    line-height: 20px;
}

.swap {
    top: 20px
}

/*快速入口*/
.aui-palace-two .aui-palace-grid {
  width: 33.333%;
  margin: 0 ;
}

.aui-palace-two .aui-palace-grid-icon {
  width: 75px;
  height: auto;
}

.aui-palace-two .aui-palace-grid-text h2 {
  color: #252525;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 0.4rem;
}

.aui-palace-two .aui-palace-grid-text p {
  color: #747474;
  font-size: 0.82rem;
  margin-top: 0.2rem;
}

.aui-palace-two {
  padding-bottom: 1.2rem;
}

.aui-flex-box img {
  border-radius: 5px;
}

.aui-flex-back .aui-flex-box {
  background: #f8f8f8;
  border-radius: 5px;
  height: 150px;
  overflow: hidden;
}

.aui-flex-back {
  padding-top: 0;
}

.aui-sml-img {
  width: 40px;
  margin: 0 auto;
}

.aui-flex-back .aui-one-yi {
  border-bottom: 15px solid #fff;
  padding: 15px;
}

.aui-flex-back .aui-one-yi .aui-flex-box {
  height: auto;
}

.aui-flex-back h2 {
  color: #060606;
  font-size: 1rem;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.aui-flex-border-right {
  border-right: 15px solid #fff;
  padding: 15px;
}

.aui-palace-three {
  padding: 0 10px;
}

.aui-palace-three .aui-palace-grid {
  width: 29.333%;
  background: #f8f8f8;
  margin: 0 2%;
  border-radius: 5px;
}

.aui-palace-three .aui-palace-grid-icon {
  width: 45px;
  height: 45px;
}

.aui-palace-three p {
  font-size: 0.7rem;
  color: #a3a3a3;
}

.aui-palace-three {
  padding-bottom: 1.2rem;
}

.aui-palace-three .aui-palace-grid-text h2 {
  color: #282828;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: left;
  margin-top: 0.8rem;
  padding-left: 1rem;
}

/*我的页面模板*/
.aui-arrow {
    text-align: right;
    color: #394154;
    padding-right: 12px;
    position: relative;
    font-size: 0.85rem;
}

.aui-arrow span {
    color: #999;
    font-size: 0.8rem;
}
.aui-flex-user{
  width:50px;
  height:50px;
  margin-right:0.8rem;
  margin-left: 10px;
}

.aui-flex-user img{
  width:100%;
  height:auto;
  display:block;
  border:none;
  border-radius:100%;
}
.aui-arrow:after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #9a9a9a;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 2px;
  border-radius: 1px;
}

.aui-flex-box h3{
    font-size:0.9rem;
    color:#e5d5be;
    font-weight:normal;
}

.aui-flex-box h2{
    color:#2c2c2c;
    font-size:1rem;
    margin-bottom:0.3rem;
}

.aui-flex-box .tel{
    color:#7d7d7d;
    font-weight:normal;
    font-size:0.8rem;
}
.aui-flex-box-user{ margin-top: -5px;}

.aui-chang-box{
    background: -webkit-linear-gradient(left, #201718 , #6c5134); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #201718 , #6c5134); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #201718 , #6c5134); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #201718 , #6c5134); /* 标准的语法 */
    background-color:#201718;
    border-radius:5px 5px 0 0;
    width:98%;
    margin:0 auto;
    padding:5px 10px;
    z-index:2;
}
.aui-button-btn button{
  background: -webkit-linear-gradient(left, #a46641 , #eeb774); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #a46641 , #eeb774); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #a46641 , #eeb774); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #a46641 , #eeb774); /* 标准的语法 */
  background-color:#a46641;
  color:#fff;
  font-size:0.85rem;
  border-radius:33px;
  border:none;
  padding:0.1rem 0.7rem;
}

.aui-palace-grid {
  position: relative;
  float: left;
  padding: 1px;
  width: 25%;
  box-sizing: border-box;
  margin: 5px 0;
}

.aui-palace-grid:not(:nth-child(4n)):before{
  content: '';
  position: absolute;
  z-index: 0;
  top: 5px;
  right: 0;
  height: 80%;
  border-right: 1px solid #D9D9D9;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.aui-palace-grid-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.aui-palace-grid-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.aui-palace-grid-text {
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.85rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0.2rem;
}

.aui-palace-grid-text h2 {
  font-size: 0.6rem;
  font-weight: normal;
  color: #666666;
}

.aui-cou-img {
  width: 22px;
  height: 22px;
  margin-right: 0.3rem;
}

.aui-cou-img img {
  width: 22px;
  height: 22px;
  display: block;
  border: none;
}

/*在线预约*/
.aui-auto-form{
    padding:0 1rem 2.2rem 1rem;
}

.aui-auto-form .aui-auto-box{
  background:#fff;
  padding:1.2rem 1rem 3.5rem 1rem;
  width:100%;
  height:auto;
  box-shadow:0 4px 9px #dedede;
  border-radius:5px;
}

.aui-auto-inp .aui-flex{
  border:1px solid #dbdbdb;
  border-radius:3px;
  margin-bottom:1rem;
  padding:5px 15px;
}
.aui-auto-inp .aui-apply-btn{
  width:100%;
  /*height:2.8rem;*/
  line-height:2.8rem;
  background:#f47936;
  color:#fff;
  border:none;
  border-radius:3px;
  font-size:0.9rem;
  letter-spacing: 5px;
}

.aui-auto-inp .aui-flex label{
  color:#000000;
  font-size:0.88rem;
  width:80px;
}
.aui-auto-inp .aui-flex-box input{
  font-size: 14px;
  background:none;
  border:none;
  padding:0.4rem 0;
  height:2.3rem;
  line-height:2.3rem;
}

.weui-select {
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  font-size: inherit;
  position: relative;
  z-index: 1;
  padding-left: 16px;
  padding:0.4rem 0;
  height:2.3rem;
  color:#999;
}

.select {
	display: inline-block;
	width: 100%;
	position: relative;
	vertical-align: middle;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	color: #555;
	border: 1px solid #aaa;
	text-shadow: none;
	border-radius: 4px;	
	transition: box-shadow 0.25s ease;
	z-index: 2;
}

.select:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #ccc;
	top: 14px;
	right: 10px;
	cursor: pointer;
	z-index: -2;
}
.select select {
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select select:focus {
	outline: none;
}

.slct{
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#btnSendCode1{
  position:absolute;
  right:15px;
  top:-3px;
  color:#f37936;
}

#btnSendCode11{
  position:absolute;
  right:15px;
  top:-2px;
  color:#f37936;
  font-size: 14px;
  background:none;
  border:none;
  padding:0.4rem 0;
  height:2.3rem;
  line-height:2.3rem;
}


/*代驾人员操作页面*/
.list_box{
  padding: 5px 0px; background: #f5f5f5
}
.lbox{
  background: #FFF;
  padding: 15px;
  margin: 5px 5px 15px 5px;
  border-radius: 3px;
  box-shadow: 0 4px 2px #bfbfbf;
  font-size: 14px;
}

.lbox .left{ float: left;}
.right{float: right;}
.lbox .t1{ padding-bottom: 10px;}
.lbox .t1 h2{background: #f3ad11; margin-left: -20px;width: 38%;padding: 7px;border-radius: 1px 20px 20px 1px;box-shadow: 0 0px 10px #d4d4d4; font-size: 1.2rem; color: #ffffff;}
.lbox .t1 span{ padding: 2px 5px; font-size: 14px;letter-spacing: 2px; margin-top: 13px; font-weight: bold; border: 1px solid #ecebeb; background: #f5f5f5;border-radius: 5px;}

.Color_fen{ color: #ff2150;}
.Color_lu{ color: #118146;}
.Color_lan{ color: #1d2393;}
.Color_qing{ color: #a1a313;}
.Color_zong{ color: #a35b0d;}
.Color_zi{ color: #8014c4;}
.Color_huang{ color: #ea4e2a;}

.Bot_Color_fen{ color: #FFF; background:#ff2150 ; border-color:#ff2150 ;}
.Bot_Color_lu{color: #FFF; background:#118146 ; border-color:#118146 ;}
.Bot_Color_lan{ color: #FFF; background:#1d2393 ; border-color:#1d2393 ;}
.Bot_Color_qing{ color: #FFF; background:#a1a313 ; border-color:#a1a313 ;}
.Bot_Color_zong{ color: #FFF; background:#a35b0d ; border-color:#a35b0d ;}
.Bot_Color_zi{ color: #FFF; background:#8014c4 ; border-color:#8014c4 ;}
.Bot_Color_huang{ color: #FFF; background:#ea4e2a ; border-color:#ea4e2a ;}
.Bot_Color_hui{ color: #FFF; background:#bfbfbf ; border-color:#bfbfbf ;}

.lbox .t2{ padding: 10px 0;}
.lbox .t2 li{ padding: 5px;}
.lbox .t2 li span{ color: #bfbfbf}

.lbox .t3{ padding: 15px 0 5px 0;}
.lbox .t3 .bot{
  display:flex;/*设为伸缩容器*/  
  flex-flow:row;/*伸缩项目单行排列*/
}
.lbox .t3 .left{ padding-top: 12px; font-weight: bold;}
.lbox .t3 a{ 
  display: block;
  padding: 5px 10px;
  border: 1px;
  margin: 0 3px;
  border-radius: 5px;
}

.lbox .t4{ 
  width: 100%;
  color: #bfbfbf; padding: 10px 0;
}


.wushow{ padding: 50px 0; text-align: center; font-size: 16px; color: #bfbfbf;letter-spacing: 5px;}


/*我的订单*/
.myddstatu{ width:100%; background:#fff;}
.myddstatu ul{ overflow:hidden}
.myddstatu ul li{ float:left; width:25%; text-align:center}
.myddstatu ul li a{ display:block; width:100%; height:100%; font-size:0.9rem; text-align:center; height:2.5rem; line-height:2.5rem}
.myddstatu ul li.on{ border-bottom:1px solid #ff2150; box-sizing:border-box}
.myddstatu ul li.on a{ color:#ff2150}

 .lbox .t1 .dairank{ margin-right: 10px; background: #ff2150; color: #fff;}

.newbox{background: #fff; font-size: 14px; padding:  0 10px;}
.newbox ul{ background: #fff; padding-top: 10px; padding-left: 10px;}
.newbox ul li{font-size: 14px; height: 30px;}
.newbox ul li.tit{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;text-overflow: ellipsis; -o-text-overflow:ellipsis;}
.newbox ul li span{ float: right; padding-left: 20px; padding-right: 10px;}
.newbox ul li .tit_sz{ color: #fd9c1a;}


/*头部搜索栏*/

.header_search{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  width: 100%;
   margin: 0 5px;
}
.header_search form{ width: 100%}
.header_search .header_search_bot{
  width: 50px;
  height: 25px;
  border:1px solid #dbdbdb;
  border-radius:3px;
  position: absolute; 
  right: 10px; top: 10px; 
  font-size: 12px;
}

/*头部栏目及搜索*/
.TopNav_tit{overflow:hidden}
.TopNav_tit li{width: auto;float:left;}
.TopNav_tit li a{ display:block; width:100%; height:100%; font-size:0.9rem; text-align:center; height:2.5rem; line-height:2.5rem}
.TopNav_tit .l1{padding-left: 10px;}
.TopNav_tit .l2{}
.TopNav_tit .l3{float: right; padding-right: 10px;}