.search-form {
    display: -ms-flexbox;
    display: flex;
    width: 283px;
    margin-top: 21px;
    margin-left: 31px;
    position: relative;
    height: 36px;
    background: #fff;
    border: 2px solid #212121
}

.search-form .el-icon-search {
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 700
}

.search-form .sea-btn {
    background: transparent
}

.search-form .search-input {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 12px;
    color: #888;
    height: 100%;
    line-height: 32px;
    font-size: 10px;
    font-family: simsun,arial,helvetica,sans-serif;
    border: 0;
    background-color: transparent
}

.search-form .search-input::-moz-placeholder {
    color: #888
}

.search-form .search-input::placeholder {
    color: #888
}

.search-form .search-input::-webkit-input-placeholder {
    color: #888
}

.search-form .search-input:-moz-placeholder {
    color: #888
}

.search-form .search-input:-ms-input-placeholder {
    color: #888
}

.search-form .search-button {
    width: 60px;
    height: 36px;
    background: #2c74e6;
    font-weight: 300;
    margin-top: -2px;
    margin-right: -2px;
    font-size: 14px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-box {
    width: 750px;
    margin: auto;
    overflow: hidden;
    height: 62px;
    display: -ms-flexbox;
    display: flex
}

.nav-box ul {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-box ul li {
    line-height: 61px;
    padding: 0 30px;
    font-size: 15px;
    color: #333;
    font-weight: 200;
    position: relative;
	cursor: pointer;
}

.nav-box ul li.active {
    color: #45b6f7;
    border-bottom: 1px solid #45b6f7
}

.nav-box .head-shopin {
    font-size: 15px;
    line-height: 64px;
    color: red;
    font-family: Open Sans,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Arial,Verdana,Tahoma,sans-serif
}

.logo[data-v-b7b361bc] {
    width: 192px;
    height: 50px;
    display: inline-block;
    margin-top: 7px;
    position: relative
}

.heads {
    background: #fff;
    background-image: linear-gradient(90deg,#fff,#fafafa);
    box-shadow: 0 5px 20px 0 rgba(17,58,93,.1);
    position: relative
}

.heads:before {
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #000 linear-gradient(270deg,#28b3f7,#9871e2,#fc31d0,#2eaff6,#c851da,#fa32d1)
}

.heads .head-ts {
    height: 66px;
    width: 1160px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.heads .head-ts .ts-ri {
    display: -ms-flexbox;
    display: flex
}

.heads .head-ts .ts-ri .ri-search {
    margin-left: 15px;
    margin-right: 15px;
    position: relative
}

.heads .head-ts .ts-ri .ri-search .search-icon {
    margin-top: 24px
}

.heads .head-ts .ts-ri .ri-search .poa-sear {
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 999;
    display: none;
    width: 345px;
    height: 78px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08)
}

.heads .head-ts .ts-ri .ri-search:hover .poa-sear {
    display: block
}

.heads .head-ts .ts-ri .logins {
    margin-left: 15px
}

.heads .head-ts .ts-ri .logins .user {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #333;
    line-height: 66px
}

.slide-in-bottom {
    animation: slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(1000px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.head-box>.center .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
.el-image__inner{
	height: 65px;
}