@charset "UTF-8";
input::-webkit-input-placeholder{/* WebKit browsers */ color: #BDBDBD;}
.iconfont{display: -webkit-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; font-size: inherit;}
.color-blue{color: #3391FF;}
.color-red{color: #EF5648 !important;}
.color-gray{color: #979797;}
.color-green{color: #6c9f1d;}
.font-bolder{font-weight: bolder;}
.mr-15{margin-right: 15px;}
.wmm-wrap{width: 1200px; margin: 0 auto;}
.text_ellipsis{text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.wmm-nav body, .wmm-header body, .wmm-index-header body, .wmm-menu body, .wmm-footer body, .wmm-other-wrap body, .wmm-supermarket body, .wmm-second body{color: #606266; font-size: 14px; font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei, SimSun, sans-serif;}
.wmm-nav ul, .wmm-nav li, .wmm-nav p, .wmm-header ul, .wmm-header li, .wmm-header p, .wmm-index-header ul, .wmm-index-header li, .wmm-index-header p, .wmm-menu ul, .wmm-menu li, .wmm-menu p, .wmm-footer ul, .wmm-footer li, .wmm-footer p, .wmm-other-wrap ul, .wmm-other-wrap li, .wmm-other-wrap p, .wmm-supermarket ul, .wmm-supermarket li, .wmm-supermarket p, .wmm-second ul, .wmm-second li, .wmm-second p{margin: 0; padding: 0; list-style: none;}
/*nav*/
.wmm-nav{background: #3391FF; font-size: 14px; height:44px; font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei, SimSun, sans-serif;}
.wmm-nav .wmm-nav-wrap.active{background: #3391FF; position: fixed; left: 0; right: 0; top: 0; z-index: 9999;}
.wmm-nav .wmm-wrap{/* display: -webkit-box; */ /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ /* display: -moz-box; */ /* Firefox 17- */ /* display: -webkit-flex; */ /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ /* display: -moz-flex; */ /* Firefox 18+ */ /* display: -ms-flexbox; */ /* IE 10 */ /* display: flex; */ /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ /* -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; */ /* overflow: hidden; */}
.wmm-nav .wmm-wrap:after{display: block; content: ""; clear: both;}
.wmm-nav .nav-left{float: left;}
.wmm-nav .nav-right{float: right;}
.wmm-nav .nav-left, .wmm-nav .nav-right{/* display: -webkit-box; */ /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ /* display: -moz-box; */ /* Firefox 17- */ /* display: -webkit-flex; */ /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ /* display: -moz-flex; */ /* Firefox 18+ */ /* display: -ms-flexbox; */ /* IE 10 */ /* display: flex; */ /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ /* -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; */}
.wmm-nav .nav-item{/* display: -webkit-box; */ /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ /* display: -moz-box; */ /* Firefox 17- */ /* display: -webkit-flex; */ /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ /* display: -moz-flex; */ /* Firefox 18+ */ /* display: -ms-flexbox; */ /* IE 10 */ /* display: flex; */ /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ /* -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; */ float: left; position: relative; height: 44px; color: white; text-decoration: none; font-weight: 500; font-size: 16px;}
.wmm-nav .nav-item .nav-item-txt{color: #ffffff; text-decoration: none; display: inline-block; height: 44px; line-height: 44px; padding: 0 15px;}
.wmm-nav .nav-item:hover .nav-item-txt,
.wmm-nav .nav-item.active .nav-item-txt{background-color: #3484f4;}
.wmm-nav .nav-item .nav-item-menu{/* transform: scale(0); */ /* -webkit-transform: scale(0); */ /* -moz-transform: scale(0); */ /* -ms-transform: scale(0); */ /* -o-transform: scale(0); */ /* -webkit-transform-origin: top center; */ /* -moz-transform-origin: top center; */ /* -ms-transform-origin: top center; */ /* -o-transform-origin: top center; */ /* transform-origin: top center; */ position: absolute; z-index: 99; top: 40px; left: 50%; margin-left: -58px; color: #222222; text-align: center; background-color: white; border-radius: 2px; border: 1px solid #F3F3F3; display: none;}
.wmm-nav .nav-item .nav-item-menu .item{width: 116px; font-size: 14px; /* padding: 8px 0; */}
.wmm-nav .nav-item .nav-item-menu .item .nav-item-menu-link{color: #222222; text-decoration: none; display: inline-block; height: 32px; line-height: 32px;}
.wmm-nav .nav-item .nav-item-menu .item .nav-item-menu-link:hover{color: #3391FF;}
.wmm-nav .nav-item .nav-item-menu .item:first-child{position: relative;}
/* .wmm-nav .nav-item .nav-item-menu .item:first-child:after{*/ /* content: ""; background-color: transparent; position: absolute; left: 50%; margin-left: -8px; bottom: 100%; display: inline-block; border: 8px solid white; border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; */
/*} */
.wmm-nav .nav-item:hover .nav-item-menu{/* transition: all 0.5s; */ /* -ms-transition: all 0.5s; */ /* IE 9 */ /* -moz-transition: all 0.5s; */ /* Firefox */ /* -webkit-transition: all 0.5s; */ /* Safari 和 Chrome */ /* -o-transition: all 0.5s; */ /* Opera */ /* transform: scale(1); */ /* -webkit-transform: scale(1); */ /* -moz-transform: scale(1); */ /* -ms-transform: scale(1); */ /* -o-transform: scale(1); */ display: block;}
.wmm-nav .nav-right .nav-item{margin-left: 16px; line-height: 44px;}
.wmm-nav .nav-right #_userlogin{float: right;}
.wmm-nav .nav-right .nav-item .icon-phone{display: inline-block; vertical-align: middle; width: 15px; height: auto; position: relative; top: -3px;}
.wmm-nav .nav-right .nav-item .icon-touxiang{font-size: 22px; margin-right: 8px;}
/*header*/
.wmm-header{background: #F5F5F6;}
.wmm-header .header-search{padding-top: 23px; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;}
.wmm-header .header-search .header-logo{display: block; width: 147px; height: 46px; margin-right: 21px;}
.wmm-header .header-search .header-input{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 3px 0 0 3px; background-color: white; width: 500px;}
.wmm-header .header-search .header-input input{-webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; height: 50px; line-height: 50px; font-size: 14px; border: none; outline: none; text-indent: 18px;}
.wmm-header .header-search .header-input .iconfont{font-size: 15px; padding: 0 22px; cursor: pointer;}
.wmm-header .header-search .header-btn{height: 50px; width: 127px; font-size: 16px; font-weight: 600; color: white; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer;}
.wmm-header .header-search .header-btn.btn1{background: #3391FF; border-radius: 0 3px 3px 0; margin-right: 34px;}
.wmm-header .header-search .header-btn.btn2{background: #FC5A07; border-radius: 3px;}
.wmm-header .header-search .header-btn .iconfont{margin-right: 8px; font-size: 18px;}
.wmm-header .header-search .header-link{color: #828282; font-size: 12px; margin-left: 23px; cursor: pointer;}
.wmm-header .header-tab{padding-top: 30px; padding-bottom: 24px; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;}
.wmm-header .header-tab .header-tab-item{display: block; color: #303133; font-size: 17px; font-weight: 600; margin-right: 40px; text-decoration: none; position: relative; padding-bottom: 15px;}
.wmm-header .header-tab .header-tab-item.active{color: #3391FF;}
.wmm-header .header-tab .header-tab-item.active:after{content: ""; position: absolute; z-index: 9; height: 3px; width: 60px; background: #3391FF; left: 50%; margin-left: -30px; bottom: 0;}
.wmm-header .header-tab .header-tab-item:hover{color: #3391FF;}
/*header2*/
.wmm-index-header{background: #F5F5F6;}
.wmm-index-header .wmm-wrap{padding-top: 30px; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-align-items: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.wmm-index-header .header-logo{display: block; width: 107px; height: 95px; margin-right: 42px;}
.wmm-index-header .header-main{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;}
.wmm-index-header .header-main .header-input{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 3px 0 0 3px; background-color: white; width: 756px;}
.wmm-index-header .header-main .header-input input{-webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; height: 50px; line-height: 50px; font-size: 14px; border: none; outline: none; text-indent: 18px;}
.wmm-index-header .header-main .header-input input::-webkit-input-placeholder{/* WebKit browsers */ color: #BDBDBD;}
.wmm-index-header .header-main .header-input .iconfont{font-size: 15px; cursor: pointer; margin-right: 7px; color: #979797;}
.wmm-index-header .header-main .header-input .icontxt{font-size: 14px; margin-right: 30px; font-weight: 600;}
.wmm-index-header .header-btn{height: 50px; width: 127px; font-size: 16px; font-weight: 600; color: white; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; position: relative !important;}
.wmm-index-header .header-btn.btn1{background: #3391FF; border-radius: 0 3px 3px 0; margin-right: 34px;}
.wmm-index-header .header-btn.btn2{background: #FC5A07; border-radius: 3px;}
.wmm-index-header .header-btn .iconfont{margin-right: 8px; font-size: 15px;}
.wmm-index-header .header-hot{padding: 13px 0 15px;}
.wmm-index-header .header-hot a{text-decoration: none;}
.wmm-index-header .header-tab{padding: 0 16px 16px; position: relative;}
.wmm-index-header .header-tab .header-tab-item{text-decoration: none; color: #979797; font-size: 14px; margin-right: 24px; cursor: pointer; font-weight: 600;}
.wmm-index-header .header-tab .header-tab-item.active{color: #3391FF; font-size: 16px;}
.wmm-index-header .header-tab .header-tab-bar{content: ""; background-color: transparent; position: absolute; left: 0; margin-left: -8px; bottom: -1px; display: inline-block; border: 8px solid white; border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; transition: all 0.5s; -ms-transition: all 0.5s; /* IE 9 */ -moz-transition: all 0.5s; /* Firefox */ -webkit-transition: all 0.5s; /* Safari 和 Chrome */ -o-transition: all 0.5s; /* Opera */ transform: translateX(30px); -ms-transform: translateX(30px); -moz-transform: translateX(30px); -webkit-transform: translateX(30px); -o-transform: translateX(30px);}
/*搜索框*/
.wmm-header .header-input, .wmm-index-header .header-input{position: relative;}
.wmm-header .header-input .header-input-search, .wmm-index-header .header-input .header-input-search{font-size: 14px; position: absolute; z-index: 10; left: 0; right: 0; top: 54px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04); background: #fff; border-radius: 3px;}
.wmm-header .header-input .header-input-search li, .wmm-index-header .header-input .header-input-search li{height: 40px; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 18px; cursor: pointer;}
.wmm-header .header-input .header-input-search li a, .wmm-index-header .header-input .header-input-search li a{text-decoration: none;}
.wmm-header .header-input .header-input-search .header-input-title, .wmm-index-header .header-input .header-input-search .header-input-title{background-color: #f4f7f9; font-size: 14px; color: #9399a5;}
.wmm-header .header-input .header-input-search .header-input-list:hover, .wmm-index-header .header-input .header-input-search .header-input-list:hover{background-color: #f9fbfc;}
.wmm-header .header-input .header-input-search .header-input-list-left .name, .wmm-index-header .header-input .header-input-search .header-input-list-left .name{margin-right: 12px;}
.wmm-header .header-input .header-input-search .header-input-list-left .address, .wmm-index-header .header-input .header-input-search .header-input-list-left .address{margin-right: 12px; font-size: 12px; color: #929292;}
/*menu*/
.wmm-menu{background-color: #F5F5F6;}
.wmm-menu .wmm-wrap{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-top: 45px; padding-bottom: 45px;}
.wmm-menu .menu-left{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ border-right: 1px solid #E2E2E2;}
.wmm-menu .menu-left-box{margin: 0; padding: 0; margin-right: 120px;}
.wmm-menu .menu-left-item{list-style: none; margin: 0; padding: 0; margin-top: 15px;}
.wmm-menu .menu-left-item a{color: #828282; text-decoration: none; font-size: 14px;}
.wmm-menu .menu-left-item.title{color: #303133; font-size: 18px; font-weight: 600; margin-bottom: 5px; margin-top: 0;}
.wmm-menu .menu-left-item.active{display: inline-block; position: relative;}
.wmm-menu .menu-left-item.active .iconfont{position: absolute; bottom: 70%; left: 100%; font-size: 10px; color: #FC5A07;}
.wmm-menu .menu-left-item.active a{color: #FC5A07;}
.wmm-menu .menu-right{-webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; text-align: center; padding-left: 66px;}
.wmm-menu .menu-right-phone{color: #3391FF; font-size: 24px;}
.wmm-menu .menu-right-time{margin-top: 5px; margin-bottom: 47px;}
.wmm-menu .menu-right-code{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.wmm-menu .menu-right-code-item{color: #606266;}
.wmm-menu .menu-right-code-item img{display: block; width: 84px; height: 84px; margin-bottom: 8px;}
/*footer*/
.wmm-footer{background-color: #222222; text-align: center; color: #828282; padding-top: 15px; padding-bottom: 30px;}
.wmm-footer .footer-about .footer-about-item{color: white; text-decoration: none;}
.wmm-footer .footer-about .footer-about-item .iconfont{margin: 0 20px;}
.wmm-footer .footer-content{margin-top: 18px;}
.wmm-footer .footer-content .footer-content-item{padding: 0; margin: 0; line-height: 25px;}
/*other*/
.wmm-other-wrap{height: 128px;}
.wmm-other-wrap.hidden{display: none;}
.wmm-other-wrap .other{height: 128px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; background-color: white; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);}
.wmm-other-wrap .other .other-item{margin-right: 120px; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;}
.wmm-other-wrap .other .other-item.last{margin-right: 0;}
.wmm-other-wrap .other .other-item-code{display: block; width: 120px; height: 120px; margin-right: 38px;}
.wmm-other-wrap .other .other-item-title{color: #303133; font-size: 20px; font-weight: 600; margin-bottom: 5px;}
.wmm-other-wrap .other .other-item-txt{color: #828282;}
.wmm-other-wrap .other .icon-Close{color: #BDBDBD; font-size: 16px; position: absolute; right: 10px; top: 10px; cursor: pointer;}
.wmm-other-wrap .other .icon-Close :hover{color: #828282;}
/*房超市*/
.wmm-supermarket{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; color: white; background: url("../image/bg_header.jpg") no-repeat center; background-size: auto 100%; padding: 108px 0 259px;}
.wmm-supermarket p{padding: 0; margin: 0; width: 593px;}
.wmm-supermarket .supermarket-mark{font-size: 18px; margin-bottom: 11px;}
.wmm-supermarket .supermarket-title{font-size: 66px; margin-bottom: 34px; font-weight: 600; line-height: 92px;}
.wmm-supermarket .supermarket-search{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 3px; overflow: hidden;}
.wmm-supermarket .supermarket-search-main{width: 509px; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; background-color: white;}
.wmm-supermarket .supermarket-search-main .supermarket-input{-webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; height: 56px; text-indent: 18px; border: none; outline: none; padding: 0; margin: 0;}
.wmm-supermarket .supermarket-search-main .supermarket-select{width: 100px; margin-right: 6px; font-size: 14px; border: 1px solid #E4E4E4; outline: none;}
.wmm-supermarket .supermarket-btn{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; width: 84px; height: 56px; background-color: #3391FF; color: #ffffff;}
/*二手房*/
.wmm-second{padding: 20px 0;}
.wmm-second .wmm-wrap{width: 1168px;}
.wmm-second .second-search{padding: 15px; border: 1px solid #EDEEF0; background-color: #FDFBFC; font-size: 0; font-size: 12px;}
.wmm-second .second-search .second-search-main-item{display: inline-block; min-width: 100px; height: 22px; line-height: 22px; color: #303035; cursor: pointer; text-decoration: none;}
.wmm-second .second-search .active{color: #3391FF; font-weight: 600;}
.second-search-main li label{position: relative;}
.second-search-main li label input{opacity: 0;}
.second-search-main li label a:after{content: ''; width: 10px; height: 10px; position: absolute; left: 0; top: 3px; border: #999 1px solid; color: #fff;}
.second-search-main li label input:checked+a:after{content: '\2713'; background-color: #3391FF; border-color: #3391FF; line-height: 1;}
.wmm-second .second-search .second-search-wrap{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-align-items: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 10px;}
.wmm-second .second-search .second-search-wrap .second-search-title{font-weight: bold; width: 60px; line-height: 22px; color: #979797;}
.wmm-second .second-search .second-search-wrap .second-search-main{max-width: 850px; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.wmm-second .second-search .second-search-wrap .second-search-main input[type=checkbox]{/* display: none; */ position: relative; top: 2px;}
.wmm-second .second-search .second-search-wrap .second-search-main .second-search-item{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; width: 110px; height: 22px; line-height: 22px; color: #303035; cursor: pointer;}
.wmm-second .second-search .second-search-wrap .second-search-main .second-search-item .checkbox{display: inline-block; width: 12px; height: 12px; border: 1px solid #C7CED1; background: #f6f6f7; margin-right: 5px; vertical-align: text-top; position: relative;}
.wmm-second .second-search .second-search-wrap .second-search-main input[type=checkbox]:checked + .second-search-item{color: #3391FF; font-weight: 700;}
.wmm-second .second-search .second-search-wrap .second-search-main input[type=checkbox]:checked + .second-search-item .checkbox:after{content: ""; position: absolute; width: 4px; height: 8px; color: black; border-bottom: 2px solid #3391FF; border-right: 2px solid #3391FF; left: 50%; top: 20%; transform-origin: center; transform: translate(-50%, -30%) rotate(40deg); -webkit-transform: translate(-50%, -30%) rotate(40deg);}
.wmm-second .second-search .second-search-wrap .second-search-tool .second-search-link{color: #A7A8A9; cursor: pointer; height: 22px; line-height: 22px;}
.wmm-second .second-search .second-search-wrap .second-search-tool .second-search-input{width: 45px; height: 20px; background: white; border: 1px solid #ececf1; padding: 0 3px;}
.wmm-second .second-search .second-search-wrap .second-search-tool .second-search-btn{width: 51px; height: 20px; background: #3391FF; color: #fff; margin-left: 10px; border: none;}
.wmm-second .second-search .second-search-other{border-top: 1px solid #F1F1F1; border-bottom: 1px solid #F1F1F1; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;}
.wmm-second .second-search .second-search-other .second-search-main{max-width: none;}
.wmm-second .second-search .second-search-other .second-search-main .second-search-item{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; width: 90px; height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.wmm-second .second-search .second-search-other .second-search-main .second-search-item:hover{background-color: #f1f1f1; font-weight: 600;}
.wmm-second .second-search .second-search-other .second-search-main .second-search-item .iconfont{color: #828282; margin-left: 5px;}
.wmm-second .second-search .second-search-other .second-search-main .second-search-item.active{color: #3391FF; font-weight: 600;}
.wmm-second .second-search .second-search-more{margin-bottom: 0; padding: 0 15px;}
.wmm-second .second-search-more .active{color: #3391FF; font-weight: 600;}
.wmm-second .second-body{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin: 30px 0;}
.wmm-second .second-body .second-body-left{-webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1;}
.wmm-second .second-body .second-body-left .second-body-tab-wrap, .wmm-second .second-body .second-body-left .second-body-search, .wmm-second .second-body .second-body-left .second-body-title{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.wmm-second .second-body .second-body-left .second-body-title{margin-bottom: 40px;}
.wmm-second .second-body .second-body-left .second-body-title .second-body-title-left{font-size: 22px; color: #101d37; font-weight: 700;}
.wmm-second .second-body .second-body-left .second-body-title .second-body-title-right{color: #FC5A07; font-size: 18px; font-weight: 600;}
.wmm-second .second-body .second-body-left .second-body-search-left{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;}
.wmm-second .second-body .second-body-left .second-body-tab-wrap{border-bottom: 2px solid #3391FF;}
.wmm-second .second-body .second-body-left .second-body-tab-wrap .second-body-tab{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;}
.wmm-second .second-body .second-body-left .second-body-tab-wrap .second-body-tab-item{height: 36px; line-height: 36px; width: 120px; padding: 0 10px; font-weight: bold; text-align: center; font-size: 16px; color: #2d374b; text-decoration: none;}
.wmm-second .second-body .second-body-left .second-body-tab-wrap .second-body-tab-item.active{background: #3391FF; color: #fff; border-color: #3391FF;}
.wmm-second .second-body .second-body-left .second-body-tab-wrap .second-body-type .iconfont{font-size: 15px; margin-left: 10px; cursor: pointer; text-decoration: none; color:#222222;}
.wmm-second .second-body .second-body-left .second-body-tab-wrap .second-body-type .iconfont.active{color: #3391FF;}
.wmm-second .second-body .second-body-left .second-body-search{height: 56px; border-bottom: 1px solid #eee;}
.wmm-second .second-body .second-body-left .second-body-search .second-search-main{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.wmm-second .second-body .second-body-left .second-body-search .second-search-main input[type=checkbox]{/* display: none; */ /* position: relative; */ /* top: 2px; */ margin-right: 5px;}
.wmm-second .second-body .second-body-left .second-body-search .second-search-main .second-search-item{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; height: 22px; line-height: 22px; color: #303035; cursor: pointer; margin-right: 10px;}
.wmm-second .second-body .second-body-left .second-body-search .second-search-main .second-search-item a{color: #303035; text-decoration: none;}
.wmm-second .second-body .second-body-left .second-body-search .second-search-main .second-search-item a:after{top: 5px;}
.wmm-second .second-body .second-body-left .second-body-search .second-search-main .second-search-item .checkbox{display: inline-block; width: 12px; height: 12px; border: 1px solid #C7CED1; background: #f6f6f7; margin-right: 5px; vertical-align: text-top; position: relative;}
.wmm-second .second-body .second-body-left .second-body-search .second-search-main input[type=checkbox]:checked + .second-search-item{color: #3391FF; font-weight: 700;}
.wmm-second .second-body .second-body-left .second-body-search .second-search-main input[type=checkbox]:checked + .second-search-item .checkbox:after{content: ""; position: absolute; width: 4px; height: 8px; color: black; border-bottom: 2px solid #3391FF; border-right: 2px solid #3391FF; left: 50%; top: 20%; transform-origin: center; transform: translate(-50%, -30%) rotate(40deg); -webkit-transform: translate(-50%, -30%) rotate(40deg);}
.wmm-second .second-body .second-body-left .second-body-search .second-body-search-right{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;}
.wmm-second .second-body .second-body-left .second-body-search .second-body-search-right-item{color: #2d374b; text-decoration: none; height: 20px; line-height: 20px; padding-right: 20px; background: url(../image/esf_order_icon.gif) no-repeat right -42px; cursor: pointer; overflow: hidden; margin-left: 5px;}
.wmm-second .second-body .second-body-left .second-body-search .second-body-search-right-item span{display: inline-block; height: 20px; padding-left: 10px; background: url(../image/esf_order_icon.gif) no-repeat 0 -42px;}
.wmm-second .second-body .second-body-left .second-body-search .second-body-search-right-item.i-downs{background-position: right 0;}
.wmm-second .second-body .second-body-left .second-body-search .second-body-search-right-item.i-ups{background-position: right -21px;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; padding: 20px 0; border-bottom: 1px solid #eee; overflow: hidden;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-icon{position: relative;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-icon img{display: block; width: 180px; height: 150px; margin-right: 15px;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt{-webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; line-height: 24px; font-size: 12px; color: #9399A5;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt a.samehouse{text-decoration: none; padding-top: 5px; display: inline-block;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt .second-body-item-title{display: block; color: #2c2c2c; font-size: 22px; font-weight: 700; margin-bottom: 20px; text-decoration: none; word-break: break-all; display: -webkit-box; overflow: hidden; line-height: 1.4; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt .second-body-item-title:hover{color: #3391FF; text-decoration: underline;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt .second-body-item-title .pic{display: inline-block; vertical-align: text-top; width: 24px; height: 24px; font-size: 14px; line-height: 24px; text-align: center; border-radius: 2px; font-weight: normal; background-color: #849AAE; color: #fff; margin-top: 2px;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt .second-body-item-tag{margin: 10px 0;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt .second-body-item-tag .tag{display: inline-block; color: #849AAE; width: 70px; height: 24px; text-align: center; background: #f2f5f7; border-radius: 2px;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt .second-body-item-tag .vrfang{width: 75px; height: 22px; display: block; float: left; padding-left: 19px; text-align: center; background: url(../image/icon_vr.png) no-repeat; background-size: 19px; border: 1px solid #13c56c;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-txt .second-body-item-tag .danbao{width: 75px; height: 22px; display: block; float: left; padding-left: 19px; text-align: center; background: url(../../images/2019esf/icon_dan.png) no-repeat;background-position: 0 -3px; border: 1px solid #fe615a; color: #fb1011; padding-right: 5px;margin-left:5px;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-m span{display: inline-block; width: 90px; font-size: 20px; font-weight: bold; color: #FC5A07; text-align: right;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-mon{width: 120px; text-align: right; line-height: 25px; padding-right: 15px;}
.wmm-second .second-body .second-body-left .second-body-list .second-body-item .second-body-item-mon .color-red{color: #FC5A07; font-size: 26px; font-weight: bold;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item ul{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; height: 66px; border-bottom: 1px dashed #eeeeee;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .te{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; font-weight: bold; font-size: 13px; line-height: 30px; width: 350px; padding-left: 40px; padding-right: 40px; background: url(../image/zj.gif) no-repeat 0px 8px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .te .vr{display: inline-block; width: 20px; height: 20px; background: url(../image/tupic-vr.png) no-repeat 0 3px; margin-left: 3px; vertical-align: middle;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .te .tu{display: inline-block; width: 20px; height: 20px; background: url(../image/tupic-blue.png) no-repeat 0 4px; margin-left: 5px; font-size: 0px; vertical-align: middle;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .te .text_ellipsis{display: inline-block; max-width: 253px; vertical-align: middle;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .te .color-green{color: #6c9f1d; margin-right: 10px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .tes{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; font-weight: bold; font-size: 13px; line-height: 30px; width: 350px; padding-left: 40px; padding-right: 40px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .tes .vr{display: inline-block; width: 20px; height: 20px; background: url(../image/tupic-vr.png) no-repeat 0 3px; margin-left: 3px; vertical-align: middle;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .tes .tu{display: inline-block; width: 20px; height: 20px; background: url(../image/tupic-blue.png) no-repeat 0 4px; margin-left: 5px; font-size: 0px; vertical-align: middle;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .tes .text_ellipsis{display: inline-block; max-width: 253px; vertical-align: middle;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .tes .color-green{color: #6c9f1d; margin-right: 10px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .mjw{width: 80px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .lcw{width: 80px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .jgw{width: 90px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .fxw{width: 110px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .zxw{width: 60px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .sjw{width: 60px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item a{color: #2d374b; text-decoration: none;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item a:hover{color: #FC5A07; text-decoration: underline;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .second-body-item-title{border-bottom: 1px solid #ddd; background: #F5F5F5; font-weight: 700; height: 30px;}
.wmm-second .second-body .second-body-left .second-body-list2 .second-body-item .second-body-item-title .te{font-weight: bold; font-size: 13px; line-height: 30px; display: inline-block; background: none;}
.wmm-second .second-body .second-body-left .second-body-pages{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; height: 46px; color: #FC5A07;}
.wmm-second .second-body .second-body-left .second-body-pages .page-item{display: inline-block; height: 18px; line-height: 18px; vertical-align: top; color: #707070; font-weight: bold; margin: 0 3px; padding: 4px 8px; background: #fff; border: 1px solid #ddd; overflow: hidden; text-decoration: none;}
.wmm-second .second-body .second-body-left .second-body-pages .page-item.active{color: #FC5A07; border: 1px solid #FC5A07;}
.wmm-second .second-body .second-body-left .second-body-pages .page-item:hover{border: 1px solid #FC5A07;}
.wmm-second .second-body .second-body-left .second-body-pages .page-item .color-red{color: #FC5A07;}
.wmm-second .second-body .second-body-left .second-body-hot{border-top: 1px solid #eee; margin-top: 10px;}
.wmm-second .second-body .second-body-left .second-body-hot .second-body-hot-title{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.wmm-second .second-body .second-body-left .second-body-hot .second-body-hot-title .left{display: inline-block; border: 1px solid #ddd; border-top: none; background: #fff; color: #000; padding: 0 10px; font-weight: 700; line-height: 26px;}
.wmm-second .second-body .second-body-left .second-body-hot .second-body-hot-title .right{font-weight: normal; padding-right: 5px; color: #F00;}
.wmm-second .second-body .second-body-left .second-body-hot .second-body-hot-list{padding: 5px 6px; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.wmm-second .second-body .second-body-left .second-body-hot .second-body-hot-list .second-body-hot-item{width: 84px; height: 30px; line-height: 30px; font-size: 12px; margin-right: 5px; text-overflow: ellipsis; overflow: hidden;}
.wmm-second .second-body .second-body-left .second-body-hot .second-body-hot-list .second-body-hot-item a{text-decoration: none; color: #2d374b;}
.wmm-second .second-body .second-body-left .second-body-hot .second-body-hot-list .second-body-hot-item a:hover{color: #FC5A07; text-decoration: underline;}
.wmm-second .second-body .second-body-left .second-body-hot .second-body-hot-list .second-body-hot-item span{color: #999;}
.wmm-second .second-body .second-body-right{width: 230px; margin-left: 20px;}
.wmm-second .second-body .second-body-right .second-body-right-ad .second-body-right-title{background: #3391FF; display: block; height: 43px; line-height: 43px; font-size: 20px; text-align: center; color: #FFF; text-decoration: none;}
.wmm-second .second-body .second-body-right .second-body-right-ad .second-body-right-img{display: block; width: 100%; position: relative;}
.wmm-second .second-body .second-body-right .second-body-right-ad .second-body-right-txt{font-size: 12px; line-height: 20px;}
.wmm-second .second-body .second-body-right .second-body-right-list .second-body-right-list-title{font-size: 16px; line-height: 30px; color: #333; font-weight: bold; margin: 25px 0 10px 0;}
.wmm-second .second-body .second-body-right .second-body-right-list .second-body-right-item{padding: 10px 0;}
.wmm-second .second-body .second-body-right .second-body-right-list .second-body-right-item .second-body-right-img{display: block; height: 150px; overflow: hidden; position: relative;}
.wmm-second .second-body .second-body-right .second-body-right-list .second-body-right-item .second-body-right-img img{width: 100%; height: auto;}
.wmm-second .second-body .second-body-right .second-body-right-list .second-body-right-item .second-body-right-name{font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; color: #101d37; line-height: 27px;}
.wmm-second .second-body .second-body-right .second-body-right-list .second-body-right-item .second-body-right-mark{font-size: 14px; font-family: Microsoft YaHei; font-weight: 400; color: #9399a5; line-height: 27px;}
.wmm-second .second-body .second-body-right .second-body-right-list .second-body-right-item .second-body-right-price{font-size: 16px; font-family: Microsoft YaHei; font-weight: 400; color: #fe5d55; line-height: 20px;}
.wmm-second .vr-animation-forever{width: 42px; height: 42px; position: absolute; z-index: 1; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; line-height: 31px; background: rgba(0, 0, 0, 0.6); border-radius: 100px; background: url(../image/vr_animation.png); background-position-y: 0; background-repeat: no-repeat; background-size: 100%; border: 1px solid rgba(255, 255, 255, 0.8); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); -webkit-animation: vr 3s steps(80) infinite; animation: vr 3s steps(80) infinite;}
.wmm-second .vr-animation-forever.vricon{width: 28px; height: 28px; left: 10px; bottom: 10px; top: auto; margin-left: 0; margin-top: 0;}
.wmm-second .play_btn{position: absolute; left: 47px; bottom: 10px; display: inline-block; width: 30px; height: 30px; font-size: 0; background: url(../image/playiconSamll.png) 0 0 no-repeat; z-index: 1;}
.wmm-second .play_btn.only{left: 10px;}
.pages{height:26px;padding-top:10px;padding-bottom:10px;text-align:right;font-family:tahoma;font-size: 14px;overflow:hidden;}
		.pages a,.pages span{display:inline-block;height:18px;line-height:18px;vertical-align:top;color:#707070;font-weight:bold;margin:0 3px;padding:4px 8px;background:#fff;border:1px solid #ddd;overflow:hidden;}
		.pages span{background:none;color:#f57301;}
		.pages a:hover{border-color:#f57301;text-decoration:none;}
		.pages a.on{background:#fff8ee;color:#f57301;border-color:#f57301;}
		.pages span{border:0;padding:4px 0;font-weight:normal;}
		.pages a.prev,.pages a.next{color:#f57301;background:url(../../images/esf/info/esf_public_icon.gif) no-repeat #fff;}
		.pages a.prev{padding-left:17px;background-position:-355px -321px}
		.pages a.next{padding-right:17px;background-position:-301px -291px}
		.pages.tc{text-align:center;}
		.wmm-second #filter{border-top:0px;padding:10px 15px 0px 15px;}
		.wmm-second .second-search .filtertit{margin-top:6px;}
		.wmm-second .second-search .filtercon,.wmm-second .second-search .clearall{margin:0 5px;padding:3px 8px;cursor: pointer;line-height:22px;}
		.wmm-second .second-search .filtercon{background:#ececec;}
		.wmm-second .second-search .filtercon div,.wmm-second .second-search .clearall div{display: inline-block;height: 22px;line-height: 22px;color: #303035;text-decoration: none;}
    	.wmm-second .second-search .filtercon span{display: inline-block;background: url(/statics/pc/image/icon_cl.png) no-repeat;width: 10px;height: 9px;margin-left: 8px;}
    	.wmm-second .second-search .clearall span{float: left;background:url(/statics/pc/image/icon_hs.png) no-repeat;width:10px;height:12px;margin:5px 5px 0 0;}
@-webkit-keyframes vr{to{background-position-y: 100%;}}
@keyframes vr{to{background-position-y: 100%;}}
/*# sourceMappingURL=style.css.map */
