/*by AYANG*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0 / 0.2);
    border-radius: 10px;
}

::-webkit-scrollbar-button {
    height: 0;
}

::-webkit-scrollbar-corner {
    background-color: rgb(0 0 0 / 0.2);
}

body {
    min-width: 1320px;
    background-color: #f7f7f7;
}

input,button,select {
    outline: none;
}

a {
    text-decoration: none!important;
    transition: .3s;
    color: #333;
}

a:hover {
    color: #ff5722;
}

i,em {
    font-style: normal;
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

.public-nav {
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    z-index: 99;
  //  position: fixed;
  // top:0;
}

.public-nav .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.public-nav .container .fl {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
}

.public-nav .container .fl img {
    max-width: 100%;
    max-height: 100%;
}

.public-nav .container .fa {
    display: flex;
    height: 100%;
    align-items: center;
}

.public-nav .container .fa a {
    display: flex;
    height: 30px;
    padding: 0 10px;
    margin: 0 20px;
    color: #333;
    font-size: 14px;
    align-items: center;
    border-radius: 20px;
    transition: .2s;
   
}

.public-nav .container .fa a:hover,
.public-nav .container .fa a.hover {
    color: #fff;
    background-color: #ff5722;
    background-image: linear-gradient(to right, #ff9800 , #ff5722);
}

.public-nav .container .fr {
    width: 260px;
    height: 35px;
}

.public-nav .container .fr form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 20px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.public-nav .container .fr form .search-focus {
    width: calc(100% - 35px);
    height: 35px;
    border: 0;
    color: #333;
    background-color: #f7f7f7;
    font-size: 14px;
    text-indent: 20px;
}

.public-nav .container .fr form .search-submit {
    width: 35px;
    height: 35px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #ff5722;
    background-image: linear-gradient(to right, #ff9800 , #ff5722);
    border: 0;
    border-radius: 20px;
    margin-left: 5px;
    transition: .2s;
}

.public-nav .container .fr form .search-submit:hover {
    background: #ff9800;
}

.public-crumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.public-crumbs .item {
    display: block;
    font-size: 14px;
    color: #666;
    position: relative;
}

.public-crumbs .item:hover {
    color: #FF9800;
}

.public-crumbs .item i {
    margin-right: 5px;
    font-size: 12px;
}

.public-crumbs span {
    margin: 0 10px;
    color: #999;
}

.public-crumbs span i {
    font-size: 12px;
}

.public-scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.public-scroll-top path {
    color: #fff;
    transition: .3s;
}

.public-scroll-top:hover {
    background-color: #ff5722;
    background-image: linear-gradient(to right, #ff9800 , #ff5722);
}

.public-scroll-top:hover path {
    color: #fff;
}

.public-scroll-top i {
    margin-bottom: 5px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    height: 30px;
    line-height: 30px;
    margin-left: -1px;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    height: 30px;
    color: #333;
    background-color: #f7f7f7;
    line-height: 30px;
    padding: 0 10px;
}

.page-item.disabled .page-link {
    color: #333;
    background-color: rgb(0 0 0 / 5%);
}

.pagination li.disabled span {
    background-color: rgb(0 0 0 / 5%);
}

.pagination li.active span,
.pagination li a:hover,
.page-item.active .page-link {
    background: #ff5722;
    border-color: #ff5722;
    color: #fff;
}

.public-footer {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    color: #7a7a7a;
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?lvkjdz');
    src:  url('fonts/icomoon.eot?lvkjdz#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?lvkjdz') format('truetype'),
      url('fonts/icomoon.woff?lvkjdz') format('woff'),
      url('fonts/icomoon.svg?lvkjdz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-redmoney:before {
    content: "\e900";
}
.icon-news:before {
    content: "\e901";
}
.icon-time:before {
    content: "\e902";
}
.icon-tips:before {
    content: "\e903";
}
.icon-setup:before {
    content: "\e904";
}
.icon-collect:before {
    content: "\e905";
}
.icon-shopping-cart:before {
    content: "\e906";
}
.icon-security:before {
    content: "\e907";
}
.icon-record:before {
    content: "\e908";
}
.icon-shopstore:before {
    content: "\e909";
}
.icon-userdata:before {
    content: "\e90a";
}
.icon-untitled:before {
    content: "\e90b";
}
.icon-after-sales:before {
    content: "\e90c";
}
.icon-order-com:before {
    content: "\e90d";
}
.icon-orders-in:before {
    content: "\e90e";
}
.icon-money:before {
    content: "\e90f";
}
.icon-wx:before {
    content: "\e910";
}
.icon-zfb:before {
    content: "\e911";
}
.icon-qq:before {
    content: "\e912";
}
.icon-search:before {
    content: "\e913";
}
.icon-more:before {
    content: "\e914";
}
.icon-plus:before {
    content: "\e915";
}
.icon-reduce:before {
    content: "\e916";
}
.icon-share:before {
    content: "\e917";
}
.icon-customer-service:before {
    content: "\e918";
}
.icon-right-click:before {
    content: "\e919";
}
.icon-left-click:before {
    content: "\e91a";
}
.icon-index:before {
    content: "\e91b";
}
.icon-close:before {
    content: "\e91c";
}
.dx2-header-body-user{
 margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;   
}
.dx2-header-body-user-icon{
      cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: auto;
    background: transparent;
    padding: 0 3px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    color: #ff6152;  
}
.ivu-tooltip{
 display: inline-block;   
}
.ivu-tooltip-rel{
      display: inline-block;
    position: relative;
    width: inherit;  
}
.ivu-icon iconfont icon-denglu{
  display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -.125em;
    text-align: center;  
}