@font-face {font-family: 'gothambold';  src: url(/static/theme/css/Condensed/gothambold.eot);
    src: url(/static/theme/css/Condensed/gothambold.eot) format('embedded-opentype'), /* IE6-IE8 */
    url(/static/theme/css/Condensed/gothambold.woff) format('woff'), /* chrome&&firefox */
    url(/static/theme/css/Condensed/gothambold.ttf) format('truetype') /* chrome&&firefox&&Opera&&safari, Android, iOS 4.2+*/}

*{padding: 0; margin: 0;}
a{text-decoration: none;}
.center{width: 94%; margin: auto; min-width: 1280px; max-width: 1600px;}

.nav{transition: all 0.5s ease; position: fixed; height: 80px; color: #ffffff; background-color: rgba(104,131,140,1); width: 100%; z-index: 99;
    .nav_logo{float: left; margin-top: 10px; max-height: 60px;}
    .nav_a{transition: all 0.5s ease; display: inline-block; position: relative; margin: 0 30px;
        .tit{position:relative; height: 78px; line-height: 78px; overflow: hidden; font-size: 18px; cursor: pointer; font-family: 'gothambold';
            i{transition: all 0.3s ease; position: absolute; width: 10px; height: 10px; background-color: #ffffff; left: 50%; margin-left: -5px; bottom: -12px; transform: rotate(45deg); content: '';}
        }
        .line{transition: all 0.3s ease; width:0; margin: auto; height: 2px; background-color: #ffffff;}
        .nav_product{transition: all 0.3s ease; width: 300%; margin-left: -100%; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 0 5px 16px 0 rgba(0,0,0,.4);
            position:absolute; background-color: rgba(255,255,255,.95); font-size: 16px; line-height: 24px; height: 0; letter-spacing: 1px; overflow: hidden;
            a{transition: all 0.3s ease; display:block; padding:12px; color: #333; border-bottom: 1px dashed #bbb; text-align: center;}
            a:hover{background-color: rgba(104,131,140,.1)}
        }
    }
    .nav_a:hover{.tit i{bottom: -5px;}.line{width: 100%;}}
    .nav_a:nth-child(3):hover{.nav_product{height: 330px; overflow: auto;}}

    /*多语言切换*/
    .nav_s{transition: all 0.5s ease; float:right; width: 100px; height: 36px; overflow: hidden; padding: 1px 15px; border-radius: 10px; margin-top: 20px; margin-left: 20px; background-color: #0C0C0C; color: #aaaaaa; line-height: 34px;}
    .nav_s:hover{height: 75px; .layui-icon-up{transform: rotate(180deg);}}
    .nav_s a{color: #aaaaaa; cursor: pointer;}
    .nav_s .layui-icon-up{transition: all 0.5s ease; float:right; margin-top: 1px;}

    /*购物车与搜索按钮*/
    .nav_cart, .layui-icon-search{transition: all 0.2s; float:right; margin: 30px 10px 0; font-size: 18px; cursor: pointer;}
    .nav_cart:hover, .layui-icon-search:hover{transform: scale(1.4);}
}

.main_nav{min-width: 1280px; height: 30px; line-height: 30px; padding: 8px 0; font-size: 16px; color: #666666; background-color: #eeeeee; border-bottom: 1px solid #cccccc;
    i{color: #999999;}
    a{color: #666666; padding: 0 10px;}
    a:hover{color:#333333;}

    .sub_cate{transition: all 0.5s ease; float: right; margin-left: 20px; padding: 0 15px; border-radius: 8px; background-color: #ffffff; font-size: 16px; color: #666666;}
    .sub_cate.li_on, .sub_cate:hover{ background-color: #68838c; color: #ffffff;}
}

.detail_nav{padding-top: 100px; height: 100px;}
.detail_nav_box{font-size: 18px; color: #999999; padding-top: 40px;}
.detail_nav_box a{color: #999999; padding: 0 10px;}
.detail_nav_box a:hover{color: #666666;}

.foot{min-width: 1280px; color: #fff; line-height: 30px; font-size: 15px; padding-top: 30px; letter-spacing: 1px; background-color: #333;}
.foot a{color: #fff;}
.foot a:hover{color: #fff; text-decoration: underline;}

.foot .tit{margin-bottom: 10px;}
.foot .tit span{font-size: 24px;  border-bottom: 1px solid #fff; padding-bottom: 8px;}
.foot1{float:left; width: 22%; margin-right: 12%; padding-top: 5px; line-height: 26px; text-align: justify;}
.foot2{float:left; width: 15%; margin-right: 5%; line-height: 28px;}
.foot3{float:left; width: 32%;}
.foot4{float:right; width: 150px; text-align: right; font-size: 14px; padding-top: 10px;}

.foot1 img{width: 30%; margin: 0 auto 15px;}
.foot2 p{padding: 2px 0;}
.foot3 i{width:30px; text-align:center; margin-left: -30px;}
.foot4 img{width: 150px; margin-bottom: 5px;}
.foot4 p{text-align: center;}

.copyright{background-color: #000; margin-top: 20px; padding-top: 5px; text-shadow: none;}
.copyright .center{height: 32px; letter-spacing: 1px; font-size: 14px;}
.copyright a{color: #fff;}

.layui-layer{border-radius: 12px !important;}
.layui-layer-title{border-radius: 12px 12px 0 0 !important;}

.purchase_div{display: none; padding: 30px 30px 20px;}
.purchase_submit_product, .purchase_send_product{overflow-y: scroll; margin-left: -30px;}
.purchase_submit_product{height: 350px;}
.purchase_send_product{height: 180px;}

.purchase_div .item{float: left; margin-left: 26px; margin-bottom: 16px; position: relative; }
#purchase_submit_div .item{width: 350px;}
#purchase_send_div .item{width: 160px; height: 160px; overflow: hidden;}

#purchase_submit_div .item span{position: absolute; top:2px; left:2px; font-size: 28px; cursor: pointer; display: none;}
#purchase_submit_div .item:hover{span{display: block;}}

.purchase_div .item p{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.purchase_div .item img{width: 100px; margin-right: 10px;}
#purchase_submit_div .item img{float:left;}

#customer_name, #customer_email, #customer_remark{width: 320px; padding: 20px 0 8px; font-size: 18px; color: #666666; border: 0; border-bottom: 1px solid #cccccc;}
#customer_remark{width: 680px;}

#purchase_submit_btn, #purchase_send_btn{width: 720px; padding: 10px; margin: 20px auto 0; background-color: #68838c; border-radius: 20px; color: #ffffff; text-align: center; font-size: 24px; cursor: pointer;}
.not_product{text-align: center; padding-top: 100px; font-size: 24px;}

#img_smooth_check{position: absolute; left:0; right: 0; top:0; bottom: 0; background-color: rgba(0, 0, 0, .8); border-radius: 10px; padding-top:60px;}

#show_search_div{display: none;}
#show_search_div .s_con{background-color: #ffffff; border: 1px solid #999999; width: 620px; height: 44px; padding: 5px; border-radius: 25px; margin: 30px auto; }
#show_search_div .s_con .keyword{float: left; border: 0; border-radius: 15px; width: 400px; height: 34px; padding: 5px 20px; font-size: 18px;}
#show_search_div .s_con .btn-search{float:right; border-radius: 20px;}