* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    background: #f8f4f1;
    font-size: 3.5vw;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}
input::-webkit-input-placeholder {
  color: #c3bcb0;
}

input::-moz-placeholder {
  color: #c3bcb0;
}

input:-ms-input-placeholder {
  color: #c3bcb0;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}
.bodyBgTop1{
	background: #FFFFFF;
}
.container1400{
	width: 92%;
	margin: 0 auto;
}
/*头部*/
.header{
	width: 100%;
}
.header .headerContent{
	height: 1.35rem;
	background: #FFFFFF;
	box-shadow: 0 15px 10px -15px #f0e8e3;
}
.header .headerContent a.header_logo{
	float: left;
	margin-top: 0.3rem;
}
.header .headerContent a.header_logo img{
	width: 3.54rem;
}
.header .headerContent ul.header_list{
	float: right;
}
.menuIcon{
	float: right;
    margin-top: 0.5rem;
}
.header_search{
	background: url(trwr_mobileSearchBg_v2021.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0.5rem 0 0.75rem;
}
.header_search .searchBox{
	text-align: center;
	font-size: 0.28rem;
}
.searchCon{
	overflow: hidden;
}
.senior_btn{
	display: inline-block;
	color: #946b3f;
	font-size: 0.3rem;
	margin-top: 0.4rem;
}
.searchBox .searchIn{
	width: 5.3rem;
	height: 0.7rem;
	border:1px solid #9ec38d;
	float: left;
	padding: 0 0.15rem;
    font-size: 0.28rem;
    color: #5b3814;
    background: #fcf9f7;
} 
.searchBox .search_btn{
	display: inline-block;
	width: 1.2rem;
    height: 0.71rem;
    line-height: 0.8rem;
	color: #fff;
	background: #9ec38d;
	cursor: pointer;
	float: left;
}
.searchBox .search_btn img{
	width: 0.35rem;
}
.header_search .seniorSearchBox{
    width: 100%;
    background: url(trwr_mobileSeniorSearchBg_v2021.png) center no-repeat;
    background-size: 100% 100%;
    text-align: initial;
    padding: 0.5rem 0;
    display: none;	
}
.seniorSearchBox .formItem{
	margin-bottom: 0.2rem;
	font-size: 0.3rem;
	color: #9b6936;
}
.seniorSearchBox .formItem label{
	display: inline-block;
	width: 1.3rem;
	color: #9b6936;
}
.seniorSearchBox .formItem input[type='text']{
	width: 5.4rem;
	height: 0.75rem;
	line-height: 0.75rem;
	color: #5b3814;
	font-size: 0.3rem;
	border:1px solid #9ec38d;
	background: #fefbf9;
	border-radius: 4px;
	padding: 0 0.15rem;
}
.seniorSearchBox .formItem input.formItemTime{
	width: 347px;
	background: #fefbf9 url(trwr_timeIcon_v2021.png) 90% no-repeat;
	background-size: 0.4rem 0.4rem;
	cursor: pointer;
}
input[type="radio"] {
    width: 0.27rem;
    height: 0.27rem;
    /*vertical-align: middle;*/
    margin-right: 0.1rem;
    
}
.formItemBox .formItem input{
	margin-left: 0.3rem;
}
.formItemBox .formItem input:nth-child(2){
	margin-left: 0;
}
.formItemBox .formItem{
	color: #5b3814;
	display: block;
}
.navBox{
	background: #f8f4f1;
	font-size: 0.3rem;
	margin-bottom: 0.3rem;
	display: none;
}
.navBox ul li a{
	display: block;
	color: #231f1c;
	padding: 0.25rem 0.3rem;
	border-bottom:0.02rem dashed #e5dbd5;
}
.navBox li{
	width: 100%;
    float: left;
}
.navBox ul li:hover {
	background: #f5efea;
}
.navBox ul li:hover ol a:hover{
	background: #efe7e1;
	color: #9b6936;
}
.navBox ul li img{
	width: 0.25rem;
	float: right;
    margin-top: 0.12rem;
}
.navBox ul li ol{
	display:none;
}



/*尾部*/
.footer1{
	background: #f8f4f1 !important;
}
.footer{
	background: #fff;
	padding: 0.5rem 0;
	overflow: hidden;
}
.footer img.wei{
	width: 0.5rem;
}
.footer .weiBox{
	text-align: center;
	font-size: 0.2rem;
}
.footer .footer_content{
	margin-top: 0.2rem;
	font-size: 0.2rem;
    width: 100%;
    overflow: hidden;
}
.footer ul{
    width: 4.4rem;
    margin: 0 auto;
	text-align: center;
}
.footer ul li{
	padding: 0 0.2rem;
	border-right:1px solid #9b6936;
	display: inline-block;
}
.footer ul li:first-child{
	padding-left: 0;
}
.footer ul li:last-child{
	border:0;
	padding-right: 0;
}
.footer ul li a{
	font-size: 0.28rem;
	color: #9b6936;
}
.footer_content p{
	color: #87725D;
	font-size: 0.28rem;
	margin-top: 0.2rem;
	line-height: 1.5;
	float: left;
	width: 100%;
}
.footer_content p:last-child{
	text-align: center;
}
.footer .code{
	text-align: center;
	margin-top: 0.5rem;
}
.footer .code span{
	display: inline-block;
	text-align: center;
}
.footer .code span img{
	width: 1.55rem;
}
.footer .code span:first-child{
	margin-right: 0.4rem;
}
.footer .code span p{
	color: #87725D;
	font-size: 0.28rem;
}
.returnTop{
	width: 1.35rem;
    position: fixed;
    right: 0.2rem;
    bottom: 2rem;
    cursor: pointer;
    z-index: 999;
    display: none;
}