/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
html,body {
    font-size: 14px;
    color:#666;
    /* background: #F6F6F6 !important;*/
    line-height:1.5 !important;
}
ul {
    margin-bottom: 0 !important;
}
.flex {
    display: flex;

}
.flex-between {
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex .flex-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.flex .flex-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.flex .flex-3 {
    flex: 0 0 auto;
    width: 25%;
}
.flex .flex-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.flex .flex-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.flex .flex-6 {
    flex: 0 0 auto;
    width: 50%;
}
.flex .flex-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.flex .flex-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.flex .flex-9 {
    flex: 0 0 auto;
    width: 75%;
}
.flex .flex-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.flex .flex-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.flex .flex-12 {
    flex: 0 0 auto;
    width: 100%;
}
.header {
    background: #3c3c3c;
    margin-bottom: 8px;
}
.header .header-wrapper,
.header .header-topbar .header-wrapper{
    width: 1200px;
    margin: 0 auto;
}
.header-wrapper .header-content {
    display: flex;
    align-items: center;
}
.header>.header-wrapper .header-content {
    height: 85px;
    width: 1200px;
    margin: 0px auto;
    justify-content: space-between;
}
.header-content .header-logo {
    width: 180px;
    height: 65px;
}
.touxiangbox {
    width:180px;
    height:65px;
    padding: 15px;
    margin-left:25px;
    background: #FFFFFF;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.0271);
    border-radius: 0px 0px 8px 8px;
}
.header-content .header-logo img{
    width: 100%;
    height: 100%;
}
.header-content .header-search {
    position: relative;
    margin-left: 150px;
}
.header-search .search-form {
      height: 46px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.header-search .search-form .search-select,
.header-search .search-form .search-input,
.header-search .search-form .search-action,
.header-search .search-form .search-btn {
    height: 100%;
    border: 0;
    box-sizing: border-box;
}
.header-search .search-form .search-select {
    width: 100px;
    color: #666666;
    padding: 0 15px;
    position: relative;
}
.header-search .search-form .search-input {
    flex-grow: 1;
    padding: 0 10px;
}
.header-search .search-form .search-input:focus {

}
.header-search .search-form .search-btn {
    width: 60px;
    text-align: center;
    background: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffffff;
}
.header-search .search-form .search-btn .icon-search {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url("../img/search.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}

.header-search .search-hot {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.header-search .search-hot .search-hot-tip {
    color: #487FFC;
    font-weight: 600;
}
.header-search .search-hot .search-hot-list {
    display: flex;
    align-items: center;
    color: #999999;
}
.header-search .search-hot .search-hot-list li a {
    color: #999999;
    font-size: 13px;
}
.header-search .search-hot .search-hot-list li:after {
    content: '|';
    margin: 0 15px;
    color: #999999;
}
.header-search .search-hot .search-hot-list li:last-child:after {
    display: none;
}
.header-content .header-action {
    display: flex;
}
.header-action .action-cart,
.header-action .action-buy {
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #487FFC;
    color: #487FFC;
    text-align: center;
    line-height: 40px;
    margin-left: 50px;
}
.header-action .action-cart {
    margin-right: 20px;
}
.header-action .action-cart .img-cart,
.header-action .action-buy .img-buy {
    display: flex;
    align-items: center;
}
.header-action .action-cart .text,
.header-action .action-buy .text {
    margin-left: 5px;
}
.header-content .header-banner {
    width: 165px;
    height: 40px;
}
.header-content .header-banner img {
    width: 100%;
    height: 100%;
}
.header .header-topbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    z-index: 99999;
    height: 0px;
    overflow: hidden;
    display: none;
}
.header-topbar.show {
    animation:height 0.5s forwards;
}

@-webkit-keyframes height
{
    0% {
        height:0;
    }
    100% {
        height: 70px;
    }
}


.nav {
    background: #EEEEEE;
    /* border-bottom: 2px solid #487FFC;*/
}
.nav .nav-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 40px;
}
.nav .nav-inner .nav-cate {
    width: 200px;
    height: 100%;
    background: #C94146;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
}
.nav .nav-inner .nav-cate .icon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.nav .nav-inner .nav-list {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #333333;
}
.nav .nav-inner .nav-list .nav-item {
    padding: 0 20px;
}
.nav .nav-inner .nav-list .nav-item a {
    font-weight: 600;
}
.nav .nav-inner .nav-list .nav-item a:hover {
    color: #FF0000;
}
.screen {
    width: 1200px;
    height: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.screen-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.category {
    height: 420px;
    background: #2E2E2E;
    display: flex;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.category .category-inner {
    position: relative;
    height:450px;
}
.category .category-inner .category-nav {
    width: 200px;
    padding: 0 0 10px;
    box-sizing: border-box;
}
.category-nav .category-nav-list {

}

.category-nav .category-nav-list .category-nav-item:first-child{
    border-top-left-radius: 5px;
}
.category-nav .category-nav-list .category-nav-item {
    padding: 10px 15px;
    display: flex;
}
.category-nav .category-nav-list .category-nav-item:hover {
    background: #C94146;
    color: #FFF!important;
}
.tabhover{
    background: #C94146;
    color: #FFF!important;
}
.navspanal{
    display: block;
    width:100%;
    height: 100%;
}

.category-nav .category-nav-list .category-nav-item span:hover .category-name {
    color: #FFF;
}
.category-nav .category-nav-list .category-nav-item .separator {

}
.category-nav .category-nav-list .category-nav-item .separator:last-child {
    display: none;
}
.category-nav .category-nav-list .active {
    background: #d9d9d9;
}
.category-nav .category-nav-list .category-nav-item a {
    display: flex;
    align-items: center;
}
.category-nav .category-nav-list .category-nav-item .category-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.category-nav .category-nav-list .category-nav-item .category-icon img {
    width: 100%;
    height: 100%;
}
.category-nav .category-nav-list .category-nav-item .category-name {
    color: #fff;
    margin-left: 5px;
    width:100%;
    overflow: hidden;
}

.carteryall{
    display: flex;
    margin: 10px 0 0 0;
}
.jieshao{
    width: 35%;
    background-color: #f1f1f1;
}
.jieshaotext {
    font-size: 16px;
    color: #333;
    margin: 0 20px 10px 20px;
    width: 100%;
    font-weight: bold;
}
.botcate{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 90px;
}
.shili {
    width: 140px;
    height:auto;
}
.equipment {
    width: 65%;
    background-color: #fff;
    padding: 30px 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.showimg{
    width:88px;
    margin:  -20px auto 0;
}
.showname{
    width:87px;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 35px;
}
.muoxing {
    width: 78px;
    margin-top: 35px;
}
.container {
    margin:20px 0;
}
.line {
    width: 100%;
    height: 1px;
    margin: 20px 0 5px;
    background-color: #efefef;
}
.category-inner .category-tab {
    height: 100%;
    width: 770px;
    background: #ffffff;
    position: absolute;
    top:0;
    left: 200px;
    z-index: 2;
    box-shadow: 1px 0 5px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    display: none;
}
.category-tab .category-tab-panel {
    display: none;
}
.category-sub {
    font-size: 14px;
}
.category-sub .category-sub-inner{
    padding: 30px 30px 10px 15px;
}
.category-sub .category-sub-inner .category-sub-item {
    width: 25%;
    margin-bottom: 15px;
    float:left;
}
.category-sub .category-title {
    width: 100%;
    height: 40px;
    text-align: left;
    color: #333333;
    flex-shrink: 0;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
}
.category-sub .category-list {
    color: #666666;
    margin-left: 20px;
    flex-shrink : 1;
    flex-grow: 1;
    padding-bottom: 5px;
    border-bottom: 1px dashed #efefef;
    margin-top:10px;
}
.flexend {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    padding-top:20px;
}
.smallhtext {
    font-size: 12px;
    color: #666666;

}
.categorys {
    font-size: 24px;
    color: #333333;
    margin-right: 6px;
}
.category-sub .category-list .category-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 13px;
}

.banner {
    width: 770px;
    position: relative;
    left: 200px;

}
.shortcut {
    width: 230px;
    background: #ffffff;
    z-index: 10;
    position: absolute;
    right: 0px;

    height: 450px;
    border: solid 1px #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.shortcut .member {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}
.shortcut .member h1 {
    font-size: 23px;
    color: #333333;
    line-height: 1.15;
    text-align:center;
}
.shortcut .member .welcome {
    color: #999999;
    font-size: 14px;
    text-align:center;
}
.shortcut .member .action {
    margin-top: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.shortcut .member .action .btn1,
.shortcut .member .action .btn2 {
    padding: 10px 15px;
    cursor: pointer;
    width:50%;
    height: 40px;
    text-align:center;
    background-color:#C94146;
    color: #ffffff;
}


.shortcut .member .action .btn1 {
    color: #ffffff;
    background: #C94146;
    border-right: 1px solid #fff;
}
.shortcut .member .action .btn2 {
    color: #ffffff;
}
.shortcut .member .user {
    display: flex;
    margin-top: 12px;
    align-items: center;
    color: #666;
}
.shortcut .member .user .user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}
.shortcut .member .user .user-avatar img {
    width: 100%;
    height: 100%;
}
.shortcut .member .user .user-name {
    margin-left: 10px;
}

.shortcut .member .menuBox{
    display:flex;justify-content: space-around;width:100%;height:41px;margin-top:18px;
}

.shortcut .member .menuBox div{
     width:50%;background-color:#C94146;color:#fff;height:41px;line-height:41px;text-align:center;
}
.shortcut .member .menuBox div:first-child{
    border-right:solid 1px #fff;
}
.shortcut .member .menuBox div a{
    color:#fff;height:20px;line-height:20px;height:14px;
}

.shortcut .member #changeCompany{
    height:32px;align-items:center;display:flex;justify-content:flex-end;
}
.shortcut .member #changeCompany .changeBox{
    width:40px;height:32px;cursor:pointer;align-items:center;display:flex;line-height:32px;text-align:center;justify-content:space-around;
}

.shortcut .member #changeCompany .changeBox img{
    width:16px;height:13px;
}
.shortcut .companyItem
{
    height:35px;line-height:25px;padding:5px 0 5px 5px;border-bottom:dotted 1px #ccc;width:100%;overflow:hidden;
    font-size: 12px;
    cursor:pointer;
}

.shortcut .indexCompanyName{
    height: 50px;line-height: 25px;font-size: 18px;color: #000000;
    overflow:hidden;
}
.shortcut .welcomeBox{
    height:17px;line-height: 17px;font-size: 12px;color: #666666;margin-top: 5px;
}


.shortcut .menu {
    display: flex;
    flex-wrap: wrap;
}
.shortcut .menu .menu-item {
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 9px;
    margin-right: 8px;
}
.shortcut .menu .menu-item .menu-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.shortcut .menu .menu-item .menu-icon img {
    width:32px;
    height:32px;
}
.shortcut .menu .menu-item p {
    margin-top: 5px;
    font-size:14px;
}
.shortcut .ad {
    margin-top: 20px;
}
.shortcut .ad .image-wrapper {
    width: 232px;
    height: 88px;
}


.container {
    max-width: 1200px !important;
    width: 1200px !important;
    padding: 0 !important;
}
.elevator {
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-left: -673px;
    transform: translateY(-50%);
}
.elevator.fixed {
    position: fixed;
    animation:top 0.5s forwards;
}

.elevator .elevator-wrapper {

}
.elevator .elevator-wrapper .elevator-content {

}
.elevator .elevator-wrapper .elevator-content .elevator-item {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.elevator .elevator-wrapper .elevator-content .elevator-item span {
    margin: 0 10px 10px;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-top: 1px solid #D8D8D8;
    line-height: 15px;
    box-sizing: border-box;
}
.elevator .elevator-wrapper .elevator-content .elevator-item.active {
    background: #487FFC;
    color: #ffffff;
}
.elevator .elevator-wrapper .elevator-content .elevator-item:first-child span,
.elevator .elevator-wrapper .elevator-content .elevator-item.active span,
.elevator .elevator-wrapper .elevator-content .elevator-item.active+.elevator-item span {
    border-top: 0;
}
.aside {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 10;
    margin-right: -673px;
    transform: translateY(-50%);
}

.aside .aside-wrapper {

}
.aside .aside-wrapper .aside-content {

}
.aside .aside-wrapper .aside-content .aside-item {
    color: #ffffff;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.1);
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    cursor: pointer;
}
.aside .aside-wrapper .aside-content .aside-item a {
    color: #ffffff;
}

.aside .aside-wrapper .aside-content .aside-item.active {
    background: #487FFC;
    color: #fff;
}
.aside-item .icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-top: 8px;
}
.aside-item .icon-login {
    background: url("../img/login.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.aside-item .icon-register {
    background: url("../img/register.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.aside-item .icon-chat {
    background: url("../img/chat.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.aside-item .icon-top {
    background: url("../img/top.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.aside-item p {
    line-height: 14px;
    color: #000;
}
@-webkit-keyframes top
{
    0% {
        top:0;
    }
    100% {
        top: 100px;
    }
}
.swiper-container {
    width: 100%;
    height: 100%;
}
a[href="https://froala.com/wysiwyg-editor"], a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
    display: none !important;
    position: absolute;
    top: -99999999px;
}
p[data-f-id="pbf"] {
    display: none !important;
}

