body,p,h1,h2,h3,h4,h5,h6,li,ul,ol,dl,dt,dd{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #b3b3b3;
}
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background-color: #fff;
}
/*定义滑块 内阴影+圆角*/
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bbb;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 12px;
  font-weight: normal;
} 
.access-box{
	width: 1000px;
	height: 60px;
	background: url(../../../images/page/access/hexun-bg.png) no-repeat center;
	background-size: 1000px 60px;
}
.access-city{
	float: left;
	position: relative;
	padding-left: 38px;
	background: url(../../../images/page/access/hexun-icon1.png) no-repeat 15px 24px;
	background-size: 17px 15px;
	margin-right: 16px;
}
.access-city span{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	line-height: 60px;
}
.access-city span:hover{
	text-decoration: underline;
}
.access-search-box{
	float: left;
	margin-top: 14px;
}
.access-search{
	float: left;
	width: 238px;
	height: 30px;
	border-radius: 2px;
	padding: 1px;
	background: linear-gradient(90deg,rgba(255,132,0,1) 0%,rgba(255,255,255,1) 100%);
	margin-right: 6px;
}
.access-type{
	float: left;
	width: 65px;
	height: 30px;
	position: relative;
	background: #fff;
}
.access-type::before{
 	content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 3px solid #999;
    border-right: 3px solid rgba(0,0,0,0);
    border-bottom: 3px solid rgba(0,0,0,0);
    border-left: 3px solid rgba(0,0,0,0);
    top: 14px;
    left: 52px;
}
.access-type.active::before{
    top: 11px;
	transform: rotateX(180deg);
}
.access-type span{
	padding-left: 11px;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.access-input{
	position: relative;
	float: left;
	width: 170px;
}
.access-input::before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 1px;
	height: 12px;
	background: #ddd;
}
.access-input input{
	border: none;
	background: #fff;
	padding: 7px 10px;
	width: 150px;
	line-height: 16px;
	color: #333;
	outline: none;
    height: 16px;
}
.access-btn{
	float: left;
}
.access-btn a{
	display: block;
	width:72px;
	height:32px;
	background:linear-gradient(135deg,rgba(255,132,0,1) 0%,rgba(255,65,0,1) 100%);
	border-radius:2px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 32px;
}
.type-list{
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	width: 70px;
	padding-top: 9px;
	background: url(../../../images/page/access/block.png);
}
.type-list ul::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 9px solid #fff;
    border-right: 9px solid rgba(0,0,0,0);
    border-top: 9px solid rgba(0,0,0,0);
    border-left: 9px solid rgba(0,0,0,0);
    top: -8px;
    left: calc(50% - 9px);
}
.type-list ul{
	background: #fff;
	border-radius: 2px;
	box-shadow:0px 2px 20px 0px rgba(0,0,0,0.12);
	padding: 0 8px;
}
.type-list li{
	text-align: center;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #333;
	line-height: 37px;
	cursor: pointer;
}
.type-list li:hover,.type-list .active{
	color: #ff8300;
}
.type-list .noborder,.type-list li:last-child{
	border: none;
}
/*城市切换弹窗*/
.com-select-city-box{
    display: none;
    position: absolute;
    top:52px;
    left: 10px;
    width: 387px;
    z-index: 100;
}
.js_indexSelect{
    background: none;
    height: 380px;
    top: 42px;
}
.js_businessSelect{
    top:46px;
}
.com-select-city-box .com-triangle-border-up{
    width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent #fff;/*透明 透明  灰*/
    margin:5px auto;
    position:relative;
    top: -20px;
    left: 30px;
    z-index: 11;
}
.js_indexSelect .com-triangle-border-up{
    top: -17px;
}
.js_businessSelect .com-triangle-border-up{
    top: -26px;
    display: inline;
}
.com-select-city-box .com-city-box{
    width: 100%;
    background: #fff;
    position: relative;
    top: -18px;
    padding-top: 5px;
    z-index: 10;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
}
.js_indexSelect .com-city-box{
    height: 374px;
    top: -11px;
}
.com-select-city-box .com-city-box-li{
    width: 354px;
    overflow: hidden;
    padding-bottom: 3px;
    border-bottom: 1px solid #EFEFEF;
    margin-left: 20px;
    margin-top: 10px;
}
.com-select-city-box .com-city-box-frist{
    margin-top: 0;
}
.com-select-city-box .com-region-title{
    float: left;
    font-size:12px;
    color:#999;
    line-height:16px;
    width: 50px;
}
.com-select-city-box .com-city-ul{
    float: left;
    margin-left: 25px;
    width: 278px;
    overflow: hidden;
}
.com-select-city-box .com-city-ul li{
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
    line-height: 16px;
}
.com-select-city-box .com-city-ul li a{
    font-size: 12px;
    color: #333;
}
.com-select-city-box .com-city-ul li a:hover{
    color: #FF8400;
}
.com-select-city-box .com-look-allcity{
    width: 387px;
}
.com-select-city-box .com-look-allcity-p{
    float: right;
    margin-right: 14px;
    font-size: 12px;
    color: #333;
}
.com-select-city-box .com-look-allcity-p:hover{
    color: #FF8400;
}
.com-select-city-box .com-look-allcity .com-look-allcity-p{
    float: right;
}
.com-look-allcity{
	height: 42px;
}
.com-look-allcity a{
	line-height: 42px;
}
.access-search-result{
    position: absolute;
    left: -65px;
    top: 40px;
    width: 588px;
    background: #fff;
    box-shadow:0px 6px 10px 0px rgba(0,0,0,0.2);
}
.access-search-result li{
    height: 38px;
    line-height: 38px;
    padding: 0 20px 0 30px;
    cursor: pointer;
}
.access-search-result li:hover{
    background: #f5f5f5;
}
.access-search-result li a{
    color: #333;
}
.access-search-result li strong{
    float: left;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}
.access-search-result li span{
    font-size: 14px;
    color: #999;
    float: left;
}
.access-search-result li strong span{
    color: #ff8400;
    float: initial;
}
.access-search-result li b{
    color: #999;
    font-weight: normal;
    font-size: 14px;
    float: right;
}
.access-search-result{
    display: none;
    position: absolute;
    top: 36px;
    left: -65px;
    width:588px;
    background:rgba(255,255,255,1);
    box-shadow:0px 6px 10px 0px rgba(0,0,0,0.2);
    max-height: 320px;
    overflow-y: auto;
    z-index: 100;
    overflow-x: hidden;
}
.com-header-search-box .ad-box .com-search-drp-item:hover .com-search-drp-name{
    color: #FF8400;
}
.com-search-drp-name i{
    font-style: normal;
}
.access-search-result .com-search-drp-item{
    padding: 9px 0;
    overflow:hidden;
    line-height: 20px;
    background: #fff;
    display: block;
    padding-left: 20px;
}
.access-search-result .com-search-drp-item:hover{
    background: #F5F5F5;
}
.access-search-result .com-search-drp-name{
    float: left;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
}
.access-search-result .com-search-drp-name i{
    color: #FF8400;
    font-size: 14px;
}
.access-search-result .com-search-drp-address,.com-search-drp-alias{
    float: left;
    margin-left: 10px;
    font-size:14px;
    color: #999;
    line-height: 20px;
    height: 20px;
}
.com-search-drp-alias{
    display: flex;
}
.com-search-drp-alias i{
    max-width: 160px;
    display: inline-block;
}
.access-search-result .search-drp-num{
    float: right;
    color: #999;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    margin-right: 16px;
}
.access-search-result .search-ad{
    width:32px;
    height:18px;
    border-radius:2px;
    border:1px solid rgba(255,214,171,1);
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(255,165,69,1);
    line-height:17px;
    text-align: center
}
.access-search-result .com-hot-search{
    float: left;
    height: 30px;
    overflow: hidden;
    margin-left: 2px;
    width: 290px;
}
.access-search-result .com-hot-search li{
    float: left;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
}
.access-search-result .com-hot-search li a{
     color: #888888;
     font-size: 12px;
     max-width: 120px;
     display: inline-block;
     max-width: 100px;
}
.access-search-result .com-hot-search li a:hover{
    color: #FF8400;
}
.com-header-select-city-box{
    float: left;
    height: 52px;
}
.access-search-result::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 9px solid #fff;
    border-right: 9px solid rgba(0,0,0,0);
    border-top: 9px solid rgba(0,0,0,0);
    border-left: 9px solid rgba(0,0,0,0);
    top: -8px;
    left: calc(50% - 9px);
}