.header .nav > li > .search {
    color: #aaa;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
     background: #FFFFFF; 
    padding: 11px 0 12px;
    display: inline-block;
    border-bottom: solid 0px #aaa;
}

.footer-v1 .footer {
    padding: 20px 0;
    background: #272727;
}


.dd-img-responsive1 {
    max-width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-color:#ff0000;
    overflow: hidden;
}

.dd-img-responsive1 img {
    width: 100%;
}

.shop_layer{
    width: 230px;
}

.shop_layer .layui-layer-content{
    overflow-y: hidden!important;

}

.taobao_shop{
    padding-left:30px;
    margin-bottom: 15px
}


.jingdong_shop{
    top:20px;
    position: relative;
    margin-bottom: 15px
}

html,body{
    font-family: '微软雅黑', '黑体', '宋体'!important;
}


@font-face {font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}


/*--------------------------------------
搜索框
------------------------------------*/
.search {
    width: 30%;
    min-width: 200px;
    position: relative;
}
.search:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'FontAwesome';
    content: '\f002';
    background: transparent;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}

.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border:0px;
    border-bottom: 1px solid #fbf0f0;
    padding: 5px;
    height: 40px;
    outline: none;
    margin-bottom: 10px;
}

.searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}


/** 自定义 **/
/*Content Side Left*/
@media (min-width: 1024px) {
    .intro {
        display: none;
    }
}

/** 自定义 **/
/*Content Side Left*/
@media (max-width: 768px) {
    .search {
        width: 99%;
        min-width: 200px;
        position: relative;
    }

    #center-logo{
        padding-top: 10px;
        padding-right: 40px;
    }
}
@media (min-width: 768px) {


    #center-logo{
        display: none;
    }
}


/*.customProfolio .cbp .cbp-item {*/
    /*position: static;*/
    /*padding:5px 5px;*/
/*}*/

/*.customProfolio .cbp-l-grid-agency-title {*/
    /*margin-top: 0px;*/
    /*font-family: '微软雅黑', '黑体', '宋体'!important;*/
/*}*/

/*.customProfolio .cbp-l-grid-agency-desc{*/
    /*font-family: '微软雅黑', '黑体', '宋体'!important;*/
/*}*/

/*.customProfolio .cbp-title-dark{*/
    /*margin-bottom: 10px;*/
    /*font-family: '微软雅黑', '黑体', '宋体'!important;*/
/*}*/



/*Dark Titles*/
.customProfolio .cbp-title-dark .cbp-l-grid-agency-title {
    color: #444 !important;
    font:300 16px/24px "微软雅黑", '黑体','宋体',"Lato", sans-serif!important;

}

.customProfolio .cbp-title-dark .cbp-l-grid-agency-desc {

    color: #ce4646;
    font-family: '微软雅黑', '黑体', '宋体'!important;
}

.customProfolio  .cbp-item {
    padding:5px 5px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .mapScreen {
        display: none;
    }
}

@media (min-width: 1024px) {
    .mapScreen {
        display: block;
    }
}

/*Content Side Left*/
@media (max-width: 768px) {
    .smallControlMenu {
        display: block;
    }
    .bigControlMenu {
        display: none;
    }

    .productInfo{
        display: none;
    }
    .searchProductInfo{
         display: block;
        text-align: right;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .shopButton{
        display: none;
    }

    .bigScreen{
        display: none;
    }

    .famoryLinkBigScreen{
        display:none;
    }

    .famoryLinkSmallScreen{
        display:block;
    }


}
@media (min-width: 768px) {

    .productInfo{
        display: block;
    }

    .smallControlMenu{
        display: none;
    }

    .bigControlMenu{
        display: block;
    }
    .searchProductInfo{
        display: none;
    }

    .shopButton{
        display: inline;
    }
    .bigScreen{
        display: inherit;
    }

    .famoryLinkBigScreen{
        display: inline;
    }
    .famoryLinkSmallScreen{
        display:none;
    }

}

.fashionContainer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.fashionContainer .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.styleContainer .panel-body,.styleContainer .panel-heading {
    text-align: left;
}

.aboutContainer{
    width: 92%;
}

/*@media (max-width: 768px) {*/
    /*!*menu*!*/
    /*.toggleMenuBar .header-v7 .navbar-toggle {*/
        /*margin: 5px 0 0 0;*/
    /*}*/

    /*.toggleMenuBar {*/
        /*padding-top: 5px;*/
        /*padding-bottom: 5px;*/
        /*position: fixed;*/
        /*width: 100%;*/
        /*z-index: 999;*/
        /*background-color: white;*/
    /*}*/

    /*.myHeader .panel {*/
        /*border: 0;*/
        /*padding-top: 0px;*/
    /*}*/

    /*.search {*/
        /*position: fixed;*/
        /*z-index: 999;*/
        /*top: 40px;*/
        /*padding-right: 22px;*/
        /*width: 100%;*/
    /*}*/

    /*.productList {*/
        /*margin-top: 80px;*/
        /*left: 0;*/
        /*padding-left: 23px;*/
    /*}*/

    /*.search:before,.searchButton {*/
        /*right: 22px;*/
    /*}*/

/*}*/

a {
    text-decoration:none!important;
}

#topcontrol{
    z-index: 999!important;
    line-height: 30px!important;
}

.weixin {
    margin-left: 55px;
    margin-bottom: 25px;
    margin-top: 25px;
}


/*logo*/
#logo-longfenggua{
    display: none!important;
}
#logo-header{
    display: block!important;
}




/* up to top */
/*.cd-top.cd-is-visible {*/
    /*!* the button becomes visible *!*/
    /*visibility: visible;*/
    /*opacity: 1;*/
/*}*/
/*.cd-top.cd-fade-out {*/
    /*!* if the user keeps scrolling down, the button is out of focus and becomes less visible *!*/
    /*opacity: .5;*/
/*}*/





/*!* --------------------------------*/

/*Primary style*/

/*-------------------------------- *!*/
/*html * {*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
/*}*/

/**, *:after, *:before {*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/

/*body {*/
    /*font-size: 100%;*/
    /*font-family: "Bitter", sans-serif;*/
    /*color: #f5f4ed;*/
    /*background-color: #795d6b;*/
/*}*/

/*a {*/
    /*color: #e86256;*/
    /*text-decoration: none;*/
/*}*/

/*!* --------------------------------*/

/*Modules - reusable parts of our design*/

/*-------------------------------- *!*/
/*.cd-container {*/
    /*width: 90%;*/
    /*max-width: 768px;*/
    /*margin: 2em auto;*/
/*}*/
/*.cd-container::after {*/
    /*!* clearfix *!*/
    /*content: '';*/
    /*display: table;*/
    /*clear: both;*/
/*}*/

/*.cd-top {*/
    /*display: inline-block;*/
    /*height: 40px;*/
    /*width: 40px;*/
    /*position: fixed;*/
    /*bottom: 20px;*/
    /*right: 20px;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
    /*!* image replacement properties *!*/
    /*overflow: hidden;*/
    /*text-indent: 100%;*/
    /*white-space: nowrap;*/
    /*background: rgba(232, 98, 86, 0.8) url(../vendors/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*-webkit-transition: opacity .3s 0s, visibility 0s .3s;*/
    /*-moz-transition: opacity .3s 0s, visibility 0s .3s;*/
    /*transition: opacity .3s 0s, visibility 0s .3s;*/
/*}*/
/*.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {*/
    /*-webkit-transition: opacity .3s 0s, visibility 0s 0s;*/
    /*-moz-transition: opacity .3s 0s, visibility 0s 0s;*/
    /*transition: opacity .3s 0s, visibility 0s 0s;*/
/*}*/
/*.cd-top.cd-is-visible {*/
    /*!* the button becomes visible *!*/
    /*visibility: visible;*/
    /*opacity: 1;*/
/*}*/
/*.cd-top.cd-fade-out {*/
    /*!* if the user keeps scrolling down, the button is out of focus and becomes less visible *!*/
    /*opacity: .5;*/
/*}*/
/*.no-touch .cd-top:hover {*/
    /*background-color: #e86256;*/
    /*opacity: 1;*/
/*}*/
/*@media only screen and (min-width: 768px) {*/
    /*.cd-top {*/
        /*right: 20px;*/
        /*bottom: 20px;*/
    /*}*/
/*}*/
/*@media only screen and (min-width: 1024px) {*/
    /*.cd-top {*/
        /*height: 30px;*/
        /*width: 30px;*/
        /*right: 30px;*/
        /*bottom: 30px;*/
    /*}*/
/*}*/
