/*首页*/
html {
    font-size: 100px;
    /*min-width: 1366px;*/
    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;
    position: relative;
    padding-top: 0.88em;
}

.head_warp_bg{
	width:100%;
	height:88px;
	margin:0;
	padding:0;
	position:fixed;
	/*display:flex;*/
	box-shadow:0px 1px 0px 0px rgba(238,238,238,1);
	z-index:999;
	background:#fff;
}
.head_warp_bg .head_warp{
	width:1760px;
	height:88px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display:flex;
}

.head_warp_bg .head_warp .logo{
	width:140px;
	height:80px;
	margin:4px 0;
}

.head_warp_bg .head_warp .nav_warp{
	margin-left:140px;
	display:flex;
}

.head_warp_bg .head_warp .nav_warp .nav{
	width:990px;
	display:flex;
}

.head_warp_bg .head_warp .nav_warp .nav li{
	width:116px;
	height:88px;
	text-align:center;
	line-height:88px;
	color:#666666;
}
.head_warp_bg .head_warp .nav_warp .nav li a{
	color:#666666;
}

.head_warp_bg .head_warp .nav_warp .nav .nav_check{
	background:#FE6320;
}

.head_warp_bg .head_warp .nav_warp .nav .nav_check a{
	color:#fff;
}

.head_warp_bg .head_warp .nav_warp .city_warp{
	display:flex;
	height:88px;
	align-items:center;
}
.head_warp_bg .head_warp .nav_warp .city_warp div{
	font-size:12px;
	height:14px;
	line-height:14px;
}
.head_warp_bg .head_warp .nav_warp .city_warp .city_icon{
	width:14px;
	height:16px;
	background:url(../images/icon-addr.png) no-repeat 100%/100%;
}
.head_warp_bg .head_warp .nav_warp .city_warp .city_name{
	color:#008DFF;
}
.head_warp_bg .head_warp .nav_warp .city_warp .change_city_btn{
	color:#999999;
	margin-left:8px;
	cursor:pointer;
}

.head_warp_bg .head_warp .user_warp{
	display:flex;
	height:88px;
	align-items:center;
}
.head_warp_bg .head_warp .user_warp .user_logo{
	width:40px;
	height:40px;
	border-radius:50%;
	margin:0 4px 0 34px;
}
.head_warp_bg .head_warp .user_warp .user_name{
	color:#FE6320;
	font-size:12px;
}

/*广告区域*/
.banner_warp{
	position:relative;
}

/*广告*/
.banner{
	width:100%;
	height:630px;
	background:#fe6320;
}

/*面包屑*/
.crumbs_warp{
	display:flex;
	width:1456px;
	position:relative;
	margin:-96px auto 0;
	padding-bottom:75px;
	z-index:1;
}

.crumbs_warp .crumbs_icon{
	width:18px;
	height:20px;
	background:url(../images/icon-addr-white.png) no-repeat 100%/100%;
	margin-right:11px;
}

.crumbs_warp .crumbs_list{
	display:flex;
	/*background:#fff;*/
}

.crumbs_warp .crumbs_list a{
	color:#fff;
	font-size:14px;
}

/*文字省略*/
.omit_one{
	white-space:nowrap; 
	text-overflow:ellipsis; /* for internet explorer */ 
	overflow:hidden; 
}

.omit_two{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.omit_three{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.page_warp{
	width:100%;
	font-size:12px;
}

.page_warp .am-pagination{
	display:flex;
	width:1220px;
	margin:60px auto;
	justify-content:center;
}
.page_warp .am-pagination li{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:2px;
	border:1px solid rgba(204,204,204,1);
	margin:0 10px;
}

.page_warp .am-pagination li a{
	color:#333333;
}

.page_warp .am-pagination .am-active{
	background:#FF8119;
	border:1px solid #FF8119;
}

.page_warp .am-pagination .am-active a{
	color:#fff;
}

.page_warp .am-pagination .page_number{
	height:40px;
	line-height:40px;
	color:#333333;
}

.alert_wrap {
  width: 100%;
  height: 100vh;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top:0;
  left:0;
}
.alert_wrap .alert {
  width: 50%;
  height: 80%;
  padding: 40px 18px 18px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 2px 0px #999999;
  position: relative;
}
.alert_wrap .alert .agreement{
	height:100%;
  	overflow:scroll;
  	font-size:14px;
}
.alert_wrap .alert .but {
  width: 50px;
  height: 25px;
  background: #fff;
  color: #EA5432;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0px 0px 2px 0px #999999;
}

/*八一的分页*/
.j_main_wrap .page_warp {
  width: 100%;
  padding: 0.45rem 0.15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.j_main_wrap .page_warp .am-pagination {
  width: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.j_main_wrap .page_warp .am-pagination li,
.j_main_wrap .page_warp .am-pagination .am-disabled {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 0.02rem;
  border: 0.01rem solid #cccccc;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.17rem;
}
.j_main_wrap .page_warp .am-pagination li .am-radius,
.j_main_wrap .page_warp .am-pagination .am-disabled .am-radius {
  font-size: 0.16rem;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
}
.j_main_wrap .page_warp .am-pagination .am-active {
  background: #ff8119;
  border: 0.01rem solid #ff8119;
}
.j_main_wrap .page_warp .am-pagination .am-active .am-radius {
  color: #ffffff;
}
.j_main_wrap .page_warp .am-pagination .page_number {
  font-size: 0.15rem;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
}

.head_login_warp{
	display:flex;
}
.head_login_warp a{
	color: #FF7C12;
}

/*联系客服样式*/
#yunque_btn-holder{
	font-size:14px;
}

/*联系客服*/
.custom_wrap{
	position:fixed;
	bottom:0;
	right:0;
	z-index:99999999999999;
}
.custom_wrap .custom_btn{
	width:4rem;
	height:0.5rem;
	line-height:0.5rem;
	background:#fe6320;
	color:#fff;
	position:fixed;
	bottom:0;
	right:0;
	font-size: 0.3rem;
	z-index:99999999999999;
	border-radius:0.25rem;
	text-align:center;
	cursor:pointer;
}
.custom_wrap .custom_wechat{
	width:4rem;
	height:4rem;
	background:url(../images/wechat_custom.png) no-repeat 100%/100%;
	position:fixed;
	z-index:99999999999999;
	right:0;
	bottom:0.8rem;
	border:0.1rem solid #fe6320;
}