/******所有活动的公用css*********
 ***** @author joy**********
 ***** @since 2016-10-13*****
 ****************************/
body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f7f7f7;
    margin: 0 auto;
}

#container {
    width: 100%;
    /*max-width: 640px;*/
    margin: 0 auto;
    background-color: #ffffff;
    overflow: visible;
}

.container-fluid {
    padding: 0;
}

.row {
    padding: 0;
    margin: 0;
}

/******------------没有更多了------------*******/
#no-more {
    width: 100%;
    background: #F7F7F7;
    text-align: center;
    color: #999999;
    padding: 15px 0px;
}

/******------------footer 页脚------------*******/
#footer {
    padding: 15px 0;
    text-align: center;
    background-color: rgba(87, 208, 217, 100);
    color: #ffffff;
    display: flex;
    justify-content: center;
    line-height: 60px;
}

.good {
    display: flex;
    line-height: 60px;
    align-self: center;
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    justify-content: center;
    font-family: SourceHanSansSC-regular;
    width: 18%;
}

.good .iconfont {
    font-size: 50px;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}

.save-money {
    display: flex;
    line-height: 60px;
    align-self: center;
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    width: 18%;
    justify-content: center;
    font-family: SourceHanSansSC-regular;
}

.save-money .iconfont {
    font-size: 46px;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}

.save {
    display: flex;
    line-height: 60px;
    align-self: center;
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    width: 18%;
    justify-content: center;
    font-family: SourceHanSansSC-regular;
}

.save .iconfont {
    font-size: 50px;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}

.post {
    display: flex;
    line-height: 60px;
    align-self: center;
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    width: 18%;
    justify-content: center;
    font-family: SourceHanSansSC-regular;
}

.post .iconfont {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}

#footer .quick-action {
    margin-bottom: 10px;
}

#footer .quick-action a {
    text-decoration: none;
    cursor: pointer;
    margin: 0 4px;
    color: #AAAAAA;
}

#footer .copyright a {
    color: #CCCCCC;
}

/******------------header 页头------------*******/
#header {
    height: 70px;
    line-height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #333333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    align-items: center;
}

#header .logo {
    margin-left: 40px;
}

.logo img {
    width: 71px;
    height: 60px;
}

.search {
    width: 600px;
    height: 42px;
    position: relative;
    display: flex;
}

.search img {
    width: 23px;
    height: 23px;
    position: relative;
    top: 9px;
    left: 30px;

}

.search input {
    width: 600px;
    height: 42px;
    color: #B6B6B6;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0.5px solid #B6B6B6;
    padding-left: 47px;
    padding-right: 90px;
    outline: none;
}

.search .searchButton {
    width: 84.923px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #DB261D;
    position: relative;
    top: 0px;
    right: 84px;
    text-align: center;
    line-height: 42px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    cursor: pointer;
}

#header a {
    display: inline-block;
    text-decoration: none;
    color: rgba(76, 81, 84, 100);
    font-size: 16px;
    margin-right: 18px;
    font-family: SourceHanSansSC-regular;
}

#header .right {
    display: flex;
    flex-direction: row;
}

#header .back {
    position: absolute;
    left: 0px;
    width: 30px;
}

#header a.weimall {
    font-size: 14px;
    width: 30%;
}

#content .goods-sort-area {
    margin-top: 15px;
}

.second-head {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 25px 24px;
    z-index: 10;
}

.chinese {
    line-height: 40px;
}

.chinese img {
    height: 24px;
    width: 24px;
}

.korea {
    line-height: 40px;
}

.korea img {
    height: 30px;
    width: 60px;
}

.logo a {
    color: rgba(76, 81, 84, 100);
    font-size: 36px;
    font-family: 方正工业黑-标准;
    font-weight: bold;
    font-style: oblique;
    text-decoration: none;
}

.nav-option {
    align-self: center;
}

.nav-option .iconfont {
    color: rgba(76, 81, 84, 100);
    font-size: 23px;
    font-weight: 600;
}

.nav-option a {
    margin-right: 25px;
    color: rgba(76, 81, 84, 100);
    font-size: 16px;
    text-decoration: none;
}

.footer-code {
    display: flex;
    justify-content: center;
}

.wechat-code,
.wechat-app-code {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 21px 45px;
}

.wechat-code span,
.wechat-app-code span {
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    font-family: SourceHanSansSC-regular;
}

.footer-phone,
.footer-right,
.footer-hold {
    margin-bottom: 10px;
    line-height: 15px;
    height: 15px;
    justify-content: center;
    display: flex;
    color: #7E888C;
}

.footer-phone span,
.footer-right span,
.footer-hold span {
    width: 2px;
    height: 15px;
    background: #7E888C;
    display: inline-block;
    margin: 0 20px;
}

.footer-phone a,
.footer-right a,
.footer-hold a {
    display: inline-block;
    line-height: 15px;
    height: 15px;
    color: #7E888C;
    text-decoration: none;
}