﻿.clearfix:before,.clearfix:after{  content:"";  display:table; } 
.clearfix:after{clear:both;} 
.clearfix{ *zoom:1;/*IE/7/6*/ }
.fll{ float: left;}
.flr{ float: right;}

select {
  /*将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../xin_images/sj.png) no-repeat 90% center;
  background-size: 10px; 
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}

/* 去除iPhone中默认的input样式 */
input[type="submit"],

input[type="reset"],

input[type="button"],

input{ resize: none;}
input {-webkit-appearance:none; appearance:none; -moz-appearance:none;}

body{ background-color: #fff !important; font-family: Microsoft YaHei !important;}
.m_navside, .topshow_tit {font-size: medium;}

.call_phone{ display: none;}
.signup,.banner{ width: 100%;}

.loginBox{ padding: .8rem 2rem; font-size: .7rem;}
.text_input{ width: 100%; height: 45px; border: 1px solid #d2d2d2; margin-bottom: 12px; padding-left: 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border-radius: 0;}
.chooseBox{ width: 100%; height: 45px; margin-bottom: 12px;}
.chooseBox select{ width: 48%; height: 100%; border: 1px solid #d2d2d2; padding-left: 7px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border-radius: 0;}
.btn{ width: 100%; height: 45px; color: #fff; font-size: .8rem; text-align: center; line-height: 38px; background-color: #e60012; border: none;}

/* end */