﻿/* = 头部
--------------------------------------------------------------------*/
.header{
    background-color:#fff;
}
.header_container{
    height:110px;
    width:1120px;
}
.header .site_logo{
    display:inline-block;
    width:200px;
    height:55px;
    margin-top:22px;
}
.header .site_title{
    display:inline-block;
    width:200px;
    height:55px;
    margin-top:22px;
    margin-left:120px;
}
/* 搜索
--------------------*/
.search_contain{
    width:502px;
    position:relative;
    margin:29px 0 0 58px;
    *margin-top:22px;
    z-index:2;
}
.search_contain_left{
    width:498px;
    border:2px solid #f54e54;
    border-radius:3px;
}
.search_contain_box{
    padding:9px;
}
.search_contain .com_search_icon{
    display:inline-block;
    width:18px;
    height:18px;
    vertical-align:middle;
    background:url("/static/52dgo/img/search.png") no-repeat 0px 0px; 
}
.search_contain .search_info{
    width:368px;
    margin-left:9px;
    font-size:14px;
    color:#a6a4b2;
    line-height:18px;
    height:18px;
    border:0;
    vertical-align:middle;
}
.search_contain .search_btn{
    width:85px;
    font-size:16px;
    text-align:center;
    line-height:37px;
    border:none;
    color:#fff;
    background-color:#f54e54;
    cursor:pointer;
}
.search_contain .search_btn:hover{
    background-color:#f7656a;
}
.hot_search_box{
    margin-top:6px;
    padding-right:22px;
}
.hot_search_list{
    padding-left:2px;
}
.hot_search_list li{
    float:left;
    margin-right:18px;
}
.hot_search_list a{
    display:block;
    color:#a3a3a3;
}

.search_items{
    display:none;
    position:absolute;
    top:40px;
    left:0;
    width:414px;
    background-color:#fff;
    border:1px solid #f54e54;
    z-index:99;
}
.search_items li{
    padding-left:10px;
    line-height:30px;
}
.search_items li a{
    display:block;
    color:#333;
    font-weight:700;
}
.search_items li:hover{
    background:#fff2f2;
}
.search_contain .ftext{
    color:#333;
}
/* = 页脚
--------------------------------------------------------------------*/
.footer{
    padding:10px 0;
    border-top:1px solid #ededed;
    background:#fff;    
    font-family:Arial,"Microsoft YaHei";
}
.footer .footer_item{
/*    padding:0 20px 20px 40px;*/

}
.footer .footer_item dl{
    float:left;
    width:100px;
    margin-right:40px;
    margin-left: 20px;
}
.footer .footer_item dt{
    padding-bottom:10px; 
    font-size:16px; 
    font-weight:bold; 
    color:#555;
    font-family:Arial,"Microsoft YaHei";
}
.footer .footer_item dd{
    line-height:25px;
}
.footer .footer_item a{
    color:red;
}
.footer .site_m{
    width:120px;
    text-align:center;
}
.site_copy .copyright{
    width:850px;
    margin:0 auto;
    padding:5px 0 5px 0;
    text-align:center;
    border-top:1px solid #f5f5f5;
}
/* = 返回顶部区
--------------------------------------------------------------------*/
#layer_box {
    cursor:pointer;
    display:none; 
    position: fixed;
    bottom: 40px;
    left: 50%;
    margin-left:570px;
    bottom: 120px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-80-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));
    _bottom: auto;
    z-index: 120;
}
#layer_box a{
    display:block;
    width: 50px;
    height: 50px; 
    text-indent:-99em;
    overflow:hidden;   
    background:url("/static/52dgo/img/top_ico.png") no-repeat;
}
#layer_box .gotop_btn{
    background-position:0 0;
}
#layer_box .suggest_btn{
    display:none;
    margin-top:-1px;
    background-position:0 -100px;
}
#layer_box a.gotop_btn:hover{
    background-position:0 -50px;
}
#layer_box a.suggest_btn:hover{
    background-position:0 -150px;
}
/* = 加载中
--------------------------------------------------------------------*/
.loading_area{
    display:none;
    padding:80px;
    text-align:center;
    line-height:22px;
    font-size:16px;    
    vertical-align:middle;
    color:#333;
}
.loading_area img{
    margin-right:10px;
}

/* = pop结果
--------------------------------------------------------------------*/
.shop_result{
    z-index:999;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-34px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));
    _bottom: auto;
}
.shop_result .shop_result_bg{
    z-index:9;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.2;
    filter:alpha(opacity=20);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px; 
}
.shop_result .shop_result_cot{
    z-index:10;
    position:relative;
    margin:5px;
    padding: 15px 0;
    text-align:center;
    line-height:18px;
    font-size:14px;
    background-color:#fff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px; 
    font-family:Arial,"Microsoft YaHei";
}
.shop_result_cot .result_txt{
    display: inline-block;
    max-width: 142px;
    vertical-align: middle;
}
.shop_result i{
    vertical-align:middle;
     display:inline-block;
     margin-right:10px;
     width:28px;
     height:28px;
     background:url("/img/pop_msg_ico.png") no-repeat;
}
.shop_result .result_ico1{
    background-position:0 0;
}
.shop_result .result_ico2{
    background-position:0 -40px;
}
.shop_result .result_ico3{
    background-position:0 -80px;
}

/* 按钮
--------------------*/
.btn{
    display:inline-block;
    text-align:center;
    font-size:14px;
    color:#fff;
    background-color:#f95c68;
}
.btn:hover{
    color:#fff;
    background-color:#ff737e;
}
/*复杂搜索框*/
.cpnt_menu {
    position: relative
}

.cpnt_menu .trigger {
    cursor: pointer
}

.cpnt_menu .content {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 10
}

.cpnt_menu.open .content,.cpnt_menu:hover .content {
    display: block;
    z-index: 20
}

.cpnt_center_img {
    display: table-cell;
    *display: block;
    height: 100px;
    width: 100px;
    vertical-align: middle;
    text-align: center
}

.cpnt_center_img img {
    max-height: 100px;
    max-width: 100px
}

.cpnt_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.con-wrap {
    min-width: 990px
}

#J_SiteNavBd {
    width: 1190px
}

#ai-topsearch,#ai-topsearch-extend {
    border-bottom: 1px solid #ff551c
}

#ai-topsearch .con-wrap,#ai-topsearch-extend .con-wrap {
    position: relative
}

#ai-topsearch .con-wrap .logo,#ai-topsearch-extend .con-wrap .logo {
    display: block;
    position: absolute;
    line-height: 114px;
    color: #ff551c;
    font-size: 50px;
    cursor: pointer;
    font-family: icft_temai_search;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: 0
}

#ai-topsearch .con-wrap #more_channel,#ai-topsearch-extend .con-wrap #more_channel {
    position: absolute;
    top: 39px;
    left: 176px
}

#ai-topsearch .con-wrap #more_channel .trigger,#ai-topsearch-extend .con-wrap #more_channel .trigger {
    padding: 3px 7px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px
}

#ai-topsearch .con-wrap #more_channel .trigger:after,#ai-topsearch-extend .con-wrap #more_channel .trigger:after {
    content: '\e601';
    margin-left: 4px;
    font-family: icft_temai_search
}

#ai-topsearch .con-wrap #more_channel .content,#ai-topsearch-extend .con-wrap #more_channel .content {
    margin-top: -1px;
    width: 102px;
    border: 1px solid #ccc;
    border-top: 0
}

#ai-topsearch .con-wrap #more_channel .content li,#ai-topsearch-extend .con-wrap #more_channel .content li {
    border-top: 1px solid #eee;
    text-align: center
}

#ai-topsearch .con-wrap #more_channel .content li img,#ai-topsearch-extend .con-wrap #more_channel .content li img {
    margin: 10px 0;
    width: 66%
}

#ai-topsearch .con-wrap #more_channel.open .trigger,#ai-topsearch .con-wrap #more_channel:hover .trigger,#ai-topsearch-extend .con-wrap #more_channel.open .trigger,#ai-topsearch-extend .con-wrap #more_channel:hover .trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: #eee;
    background: #fff
}

#ai-topsearch .con-wrap #more_channel.open .trigger:after,#ai-topsearch .con-wrap #more_channel:hover .trigger:after,#ai-topsearch-extend .con-wrap #more_channel.open .trigger:after,#ai-topsearch-extend .con-wrap #more_channel:hover .trigger:after {
    content: '\e60b'
}

#ai-topsearch .con-wrap #head_ad,#ai-topsearch-extend .con-wrap #head_ad {
    position: absolute;
    right: 0;
    top: 25px;
    width: 190px;
    height: 75px;
    overflow: hidden
}

#ai-topsearch .con-wrap #head_ad img,#ai-topsearch-extend .con-wrap #head_ad img {
    width: 100%
}

#ai-topsearch .search .text,#ai-topsearch-extend .search .text {
    height: 18px;
    line-height: 18px!important
}

#ai-topsearch .search .submit,#ai-topsearch-extend .search .submit {
    background: #ff5400;
    font-family: tahoma,arial,'\5fae\8f6f\96c5\9ed1','Hiragino Sans GB',sans-serif!important;
    color: #fff
}

#ai-topsearch .search .submit:hover,#ai-topsearch-extend .search .submit:hover {
    background: #f05000
}

#ai-topsearch .search .search-border,#ai-topsearch-extend .search .search-border {
    border-color: #ff5400
}

#ai-topsearch .search .search-links,#ai-topsearch-extend .search .search-links {
    color: #a3a3a3
}

#ai-topsearch .search .search-links a,#ai-topsearch-extend .search .search-links a {
    float: none
}

#main_content {
    margin-bottom: 0px;
    padding-bottom: 0px
}

#main_content #filter_wrapper {
    margin: 0px 0;
    height: 42px
}

#main_content #filter {
    height: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0
}

#main_content #filter.fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
    box-shadow: 0 0 4px 0 #E2E2E2;
    z-index: 100
}

#main_content #filter a {
    outline: 0
}

#main_content #filter .bu_origin,#main_content #filter .price_range,#main_content #filter .search,#main_content #filter .sent_from,#main_content #filter .service,#main_content #filter .sort {
    float: left;
    line-height: 42px;
    height: 42px;
    border-right: 1px solid #eee
}

#main_content #filter .bu_origin h3,#main_content #filter .price_range h3,#main_content #filter .search h3,#main_content #filter .sent_from h3,#main_content #filter .service h3,#main_content #filter .sort h3 {
    float: left;
    margin: 0 15px;
    color: #999
}
#main_content #filter .price_range {
    width: 180px
}

#main_content #filter .price_range .content {
    width: 255px
}

#main_content #filter .price_range .content div {
    margin: 0 15px;
    border-top: 1px dashed #eee
}

#main_content #filter .price_range .content div.not_limit {
    border-top: 0;
    cursor: pointer
}

#main_content #filter .price_range .content div.choose a {
    margin-right: 20px;
    cursor: pointer
}

#main_content #filter .price_range .content div.type_in h4 {
    margin-bottom: -20px
}

#main_content #filter .price_range .content div.type_in .line {
    margin: -10px 0 -20px;
    border: 0
}

#main_content #filter .price_range .content div.type_in div {
    margin: 0;
    border: 0
}

#main_content #filter .price_range .content div.type_in div input {
    padding: 0 5px;
    height: 24px;
    width: 50px;
    border: 0;
    background: #eee;
    outline: 0;
    font-family: arial;
    vertical-align: middle
}

#main_content #filter .price_range .content div.type_in div a {
    display: inline-block;
    *display: inline;
    margin-left: 4px;
    width: 40px;
    height: 24px;
    background: #ff551c;
    color: #fff;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle
}
/* 淘口令弹窗 */
.com_mask{
	display:none;
    text-align:center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 99;
}
.com_btn{
	display:inline-block;
	color:#fff;
	text-align:center;
	border-radius:3px;
}
.mask_box{
    width:85%;;
    padding:20px 15px 25px;
    margin:35% auto 0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#fff;
    border-radius:5px;
    font-size:13px;
}
.mask_info{
    position:relative;
    padding:10px;
    color:#999;
    line-height:1.7;
    text-align:left;
}
.mask_info p{
    word-break:break-all;
    word-wrap:break-word;
}
.copy_success{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-size:14px;
    color:#3eab1e;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><rect x='0' y='0' width='100%' height='100%' style='fill:none;stroke:#aee99c;stroke-width:1'/></svg>");
    background-repeat:no-repeat;
    background-color:#e7f8e2;
    text-align:center;
}
.copy_success:before{
    content:'';
    display:inline-block;
    height:100%;
    width:0;
    vertical-align:middle;
}
.copy_success p{
    display:inline-block;
    vertical-align:middle;
}
.copy_success i{
    margin-right:5px;
    vertical-align:sub;
}
.mask_btn{
    position: relative;
}
.mask_btn a{
    width:40%;
    margin-top:25px;
    line-height:40px;
    font-size:15px;
    background-color:#ff9600;
}
.mask_btn a:active{
    background-color:#f7656a;
}
.mask_btn span{
    display:none;
    position:absolute;
    top:28px;
    right:0;
    color:#1fbe50;
}
.mask_tip{
    margin-top:15px;
    font-size:14px;
    color:#757380;
}
a.mask_close{
    display:inline-block;
    margin-top:35px;
    padding:5px;

}
.base_close{
    width:21px;
    height:21px;
    background-position: 0px -17px;
}
.base_icons{
    display: inline-block;
    background-size:auto 38px;
    background-image:url(https://appimg.huim.com/mimg/base/icons.png);
}
.base_success{
    width: 16px;
    height: 16px;
    background-position: 0px 0px;
}
.mask_top{
    display:none;
    font-size:16px;
    margin-bottom:10px;
}
body #baner {
    width: 100%;
    background: #232222!important;
    overflow: hidden;
}
body #baner #nav .active, body #baner #nav a:focus, body #baner #nav a:hover {
    background-color: #f54e54;
}
body #baner #nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
body #baner #nav a {
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
    width: auto;
    padding: 0 30px;
    position: relative;
    color: #fff;
    font: 14px/2.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
body #baner #nav a.iconM {
    text-align: center;
}
hover-bg-color-8.active, .theme-hover-bg-color-8:focus, .theme-hover-bg-color-8:hover {
    background-color: #f54e54!important;
}
.footer-floating-layer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.06);
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.06);
    z-index: 9999;
}
.footer-floating-layer .footer-wrapper {
    width: 1200px;
    margin: 0 auto;
}
.footer-floating-layer .footer-wrapper .footer-left {
    float: left;
    max-width: 857px;
}
.footer-floating-layer .footer-wrapper .footer-left .footer-left-top {
    margin: 20px 0;
    padding: 0;
    border: none;
    font-size: 0;
}
.footer-floating-layer .footer-wrapper .footer-left .footer-left-top p {
    margin-right: 30px;
    width: 1200px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #666;
}
.footer-floating-layer .footer-wrapper .footer-left .footer-left-top .split {
    display: inline-block;
    width: 30px;
    height: 1px;
}
.footer-floating-layer .footer-wrapper .footer-right {
    float: right;
    padding-top: 0;
    width: 314px;
}
.footer-floating-layer .footer-wrapper .footer-right .footer-right-top {
    position: relative;
}
.footer-floating-layer .footer-wrapper .footer-right .footer-right-top .icon {
    padding: 16px 0;
}
.footer-floating-layer .footer-wrapper .footer-right .footer-right-top .qrcode {
    position: absolute;
    top: -50px;
    right: 5px;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.06);
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.06);
    border: 1px solid #eee;
    background-color: #fff;
}
.footer-floating-layer .footer-wrapper .footer-right .footer-right-top .qrcode svg {
    margin: 6px 6px 3px;
}
.footer-floating-layer .footer-wrapper .footer-right .footer-right-top .qrcode-title {
    position: absolute;
    top: 38px;
    right: 4px;
    width: 82px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.footer-floating-layer .footer-clone {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
}
