#header {
    background-color: rgb(38, 156, 83);
    height: 100px;
}

#header .content {
    width: 1226px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#header .content .logo{
    width: 200px;
    height: 80px;
    background: url(../image/login-logo-2.png) no-repeat;
    background-size: contain;
}

#header .content .center {
    display: flex;
    position: relative;
}

#header .content .center .search>input{
    width: 320px;
    border-width: 0;
    outline: none;
    padding: 12px 48px 12px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-family: Lato, sans-serif;
}

#header .content .center .icon-search {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 60px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-image: url("../image/search.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
#header .content .right {
    display: flex;
    align-items: center;
}
#header .content .right .login {
    display: flex;
    margin-right: 10px;
}

#header .content .right .user {
    width: 120px;
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #fff;
}

#header .content .right .user:hover .username {
    color: #269c53;
    background-color: #fff;
}

#header .content .right .user:hover .selector {
    padding: 7px 0;
    height: 120px;
}

#header .content .right .user .username {
    display: block;
    width: 112px;
    height: 100%;
    line-height: 40px;
    color: #fff;
    position: relative;
    z-index: 201;
    padding-left: 8px;
}

#header .content .right .user .selector {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 200;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    height: 0;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.2s;
}

#header .content .right .user .selector li {
    width: 100%;
    height: 27px;
    margin-top: 8px;
}

#header .content .right .user .selector li:hover a {
    color: #269c53;
    background-color: #fafafa;
}

#header .content .right .user .selector li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    padding: 0;
    border: 0;
    text-align: center;
}


#header .content .right .login >li>a {
    margin: 0 4px;
    color: #fff;
}
#header .content .right .shopcart {
    display: flex;
    width: 120px;
    color: #fff;
    justify-content: center;
    align-items: center;
    background-color: #1baeae;
    height: 40px;
    border-radius: 3px;
    margin-left: 10px;
}
.container {
    width: 1226px;
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.site-footer { font-size: 14px; line-height: 1.8; color: #a8aaba; background: #32333b}
.w1100 {width: 1100px;margin: 0 auto;}
.fl {float: left;}
.site-footer a { color: #a8aaba;}
.site-footer a:hover { color: #1baeae !important;}
.site-footer .footer-article { padding: 30px 0 20px; overflow: hidden;}
.site-footer .contact { float: left; width: 280px;}
.site-footer .contact dt { width: 90px;}
.site-footer .contact .iconfont { width: 66px;height: 66px; display: block;float: left;background: url(../image/tel.png) center center no-repeat;background-size: 55px;}
.site-footer .contact .text { font-size: 14px; line-height: 30px; color: #fff;}
.site-footer .contact .tel { padding: 3px 0 15px; font-size: 20px; color: #fff;}
.site-footer .contact a { display: block; width: 90px; font-size: 14px; line-height: 30px; color: #9b9ea0; text-align: center; border: 1px solid #9b9ea0; border-radius: 4px;}
.site-footer .contact a:hover { color: #fff !important;}
.site-footer .col-article { float: left; width: 171px;}
.site-footer .col-article dt { margin-bottom: 15px; font-size: 16px; font-weight: normal; color: #d7d8d9;}
.site-footer .col-article dd { margin-bottom: 8px; overflow: hidden;}
.site-footer .col-article dd a { font-size: 12px; color: #9b9ea0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.site-footer .wx { float: left; width: 135px; margin-right: 0;}
.site-footer .wx dt { margin-bottom: 15px; font-size: 16px; font-weight: normal; color: #d7d8d9;}
.site-footer .wx dd { margin-bottom: 15px;}
.site-footer .wx dd img { display: block; width: 110px; height: 110px; margin: 5px 0; border-radius: 2px;}
.site-footer .wx dd.other { margin-bottom: 0; line-height: 18px;}
.site-footer .wx dd.other span { display: block; font-size: 12px;}
.site-footer .wx dd.other a { display: inline-block; margin-right: 5px; font-size: 12px; line-height: 18px; vertical-align: top;}
.footer-links { padding: 10px 0; border-top: 1px solid #41424c; border-bottom: 1px solid #41424c;}
.footer-links p { font-size: 14px; color: #a8aaba;}
.footer-links a { margin-right: 20px; font-size: 12px; color: #a8aaba;}
.footer-info .info-text { padding: 20px 0; font-size: 12px; text-align: center;}
.footer-info .info-text .nav-bottom { padding: 20px 0 5px; font-size: 14px; color: #ccc; text-align: center;}
.footer-info .info-text .nav-bottom a { padding: 0 8px; color: #9b9ea0;}
.footer-info .info-text .copyright { padding-top: 5px;}
.footer-info .info-text em { padding: 0 8px;}
