@font-face {
    font-family: DIN Alternate;
    src: url('./DIN.ttf');
    /*src: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/DIN.ttf");*/
    font-display: swap;
}
.payType{
    color:#FF6509 !important;
    border-bottom:2px solid #FF6509;
}
body{
    margin: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    font-feature-settings: "tnum";
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
    height: 100%;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #bbb;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
}
ul {
 list-style: none;
}
li {
    list-style: none;
}
input[type=number], input[type=password], input[type=text], textarea{
    -webkit-appearance: none;
}
input{outline: none;}
.ant-input-search-enter-button+.ant-input-group-addon, .ant-input-search-enter-button input+.ant-input-group-addon {
    padding: 0;
    border: 0;
}
.ant-input-group-addon:last-child, .ant-input-group-addon:last-child .ant-select .ant-select-selection, .ant-input-group>.ant-input:last-child, .ant-input-group>.ant-input:last-child .ant-select .ant-select-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ant-input-group-addon:last-child {
    border-left: 0;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: middle;
    font-family: pfm;
}
.ant-badge-count, .ant-badge-dot, .ant-badge .ant-scroll-number-custom-component {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    transform-origin: 100% 0;
}
*, :after, :before {
    box-sizing: border-box;
}
.ant-dropdown-button {
    white-space: nowrap;
}
.ant-btn-group, .ant-btn-group>.ant-btn, .ant-btn-group>span>.ant-btn {
 position: relative;
}
.ant-btn-group {
    display: inline-block;
}
.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child) {
    padding-right: 8px;
    padding-left: 8px;
}
.ant-btn-group .ant-btn {
    border-radius: 0;
}
.ant-btn-group>.ant-btn:last-child:not(:first-child), .ant-btn-group>span:last-child:not(:first-child)>.ant-btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.xl-ant-btn-right-raduis{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover {
    background-color: #fff3e6;
}
.ant-btn-group>.ant-btn:first-child:not(:last-child), .ant-btn-group>span:first-child:not(:last-child)>.ant-btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ant-btn+.ant-btn-group, .ant-btn-group+.ant-btn, .ant-btn-group+.ant-btn-group, .ant-btn-group .ant-btn+.ant-btn, .ant-btn-group .ant-btn+span, .ant-btn-group>span+span, .ant-btn-group span+.ant-btn {
    margin-left: -5px;
}
.ant-btn .anticon {
    transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
}
.ant-btn>.anticon {
    line-height: 1;
}
.ant-btn>i, .ant-btn>span {
    display: inline-block;
    transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
    pointer-events: none;
}
.ant-btn:focus, .ant-btn:hover {
    color: #ff8533;
    background-color: #fff;
    border-color: #ff8533;
}
.ant-btn.active, .ant-btn:active, .ant-btn:focus, .ant-btn:hover {
    text-decoration: none;
    background: #fff;
}
.ant-btn-group, .ant-btn-group>.ant-btn, .ant-btn-group>span>.ant-btn {
    position: relative;
}
.ant-btn-group>.ant-btn.active, .ant-btn-group>.ant-btn:active, .ant-btn-group>.ant-btn:focus, .ant-btn-group>.ant-btn:hover, .ant-btn-group>span>.ant-btn.active, .ant-btn-group>span>.ant-btn:active, .ant-btn-group>span>.ant-btn:focus, .ant-btn-group>span>.ant-btn:hover {
    z-index: 2;
}
.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    border-color: #d9d9d9;
}
.ant-btn-round {
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 32px;
}
.ant-btn-primary {
    color: #fff;
    background-color: #ff6509;
    border-color: #ff6509;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}
.ant-btn-sm {
    height: 24px;
    padding: 0 7px;
    font-size: 14px;
    border-radius: 4px;
}
.ant-btn-round.ant-btn-sm {
    height: 24px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 24px;
}
.ant-input-group-addon, .ant-input-group-wrap {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}
.ant-input-group-addon, .ant-input-group-wrap, .ant-input-group>.ant-input {
    display: table-cell;
}
.xl-component-none{
    display: none;
}
.xl-component-block{
    display: block;
}
.xl-component-flex{
    display: flex;
}

/*教程*/
.place-anorder{
    width: 14.5vw;
    min-width: 280px;
    padding-bottom: 20px;
    background: #ffffff;
    right: 60px;
    z-index: 9999;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
.place-anorder >div:nth-of-type(1){
    /*width:280px;*/
    /*width: 14.5vw;*/
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 20px;
}
.place-anorder >div:nth-of-type(1) span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.place-anorder >div:nth-of-type(1) p img{
    width:14px;
    height: 14px;
}
.place-anorder >div:nth-of-type(2){
    width: 100%;
    /*width: 14.5vw;*/
    /*height: 46px;*/
    height: 4.8vh;
    display: flex;
    justify-content: center;
    border-bottom:1px solid #F5F5F5;
}
.place-anorder >div:nth-of-type(2) p{
    /*width: 52px;*/
    width: 19%;
    /*height: 46px;*/
    height: 4.8vh;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 13px;
    color: #666666;
    margin:0 5px;
    /*line-height: 46px;*/
    line-height: 4.8vh;
    cursor: pointer;
}
.place-anorder .place p{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 13px;
    color: #333333;
    margin:19px 0 0 20px;
}
.place-anorder .place .succeed{
    color:#FF6509 !important;
}
.place-anorder .place video{
    object-fit:fill;
    /*width:240px !important;*/
    width: 12.5vw !important;
    min-width:200px;
    /*height: 135px !important;*/
    height: 14vh !important;
    margin:20px 0 0 20px;
}
.place-anorder .place button{
    /*width: 240px;*/
    width: 12.5vw;
    min-width:200px;
    height: 30px;
    background: #FF6509;
    border-radius: 6px;
    border:none;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    margin:20px 0 0 20px;
}

/*顶部导航栏部分样式*/
.xl-header {
    width: 100%;
    height: 36px;
    background: #F7F7F7;
    color: #999999;
    line-height: 36px;
    font-size: 13px;
    letter-spacing: 1px;
}
.xl-header main {
    width: 100%;
    padding:0 160px;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}
.xl-header main .left{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 300;
}
.xl-header main .left div{
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #999999;
}
.xl-header main .left div a{
    color: #999999;
    margin-left: 20px;
}
.xl-header main .left .logout a:last-child{
    color: #D6152F;
    margin-left: 20px;
}
.xl-header main ul {
    display: flex;
}
.xl-header main ul li {
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.xl-header main ul li a{
    color: #999999;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
.xl-header main ul li::after {
    content: '|';
    display: block;
    height: 10px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.xl-header main ul li:last-child::after {
    content: '';
    display: block;
    height: 10px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.xl-header.isFixed {
    position: sticky;
    top: 0;
    z-index: 7;
}
.xl-header .clear::after {
    content: none !important;
}
.xl-header main ul li .ant-tooltip-placement-left .ant-tooltip-arrow{
    transform: rotate(45deg) translateY(-80%);
    left: 40%;
    top: -5px;
    overflow: revert;
}
.xl-header main ul li .ant-tooltip-placement-left{
    right: -45%;
}
.xl-header main ul #header_custom_btn1 .ant-tooltip-placement-left{
    right: -100%;
}
.ant-tooltip{
    width: 190px;
    height: 70px;
    border-radius: 6px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4D4D4D;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.wx{
    width: 130px;
    height: 150px;
    font-size: 12px;
}
.wx img{
    width: 110px;
    height: 110px;
}
.ant-tooltip div:first-child{
    margin-bottom: 10px;
}
.wx div:first-child{
    margin-bottom: 5px;
}

/*搜索栏组件样式*/
.xl-search{
    width: 100%;
    background: #F7F7F7;
    padding: 0 160px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xl-search .search-title{
    display: flex;
    align-items: center;
}
.xl-search .search-title .line{
    width: 1px;
    height: 44px;
    background: #DBDBDB;
    margin: 0 20px;
}
.xl-search .search-title div:last-child{
    color: #000000;
    font-size: 16px;
}
.xl-search .logo{
    width: 156px;
    height: auto;
    /*height: 44px;*/
}
.xl-search .active{
    display: flex;
    align-items: center;
}
.xl-search .active .input{
    display: flex;
    align-items: center;
    margin-right: 60px;
}
.xl-search .active .input .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 38px;
    background: #FF6509;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}
.xl-search .active .input .btn img{
    width: 20px;
    height: 20px;
}
.xl-search .active .input .ant-input{
    width: 220px;
    height: 38px;
    border: 2px solid #FF6509;
    border-radius: 6px 0 0 6px;
    box-shadow: none;
}
.xl-search .active .a-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #4D4D4D;
    cursor: pointer;
    position: relative;
    margin-left: 40px;
}
.xl-search .active .a-item:nth-child(2){
    margin-left: 0px;
}
.xl-search .active .a-item img{
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.xl-search .active .a-item .num{
    width: 30px;
    height: 17px;
    font-size: 12px;
    color: white;
    background: #ff6509;
    border-radius: 8.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: -7px;
    right: -14px;
}
.nav {
    height: 120px;
    background: #FFFFFF;
    /*padding-left: 160px;*/
    padding: 0 160px;
    display: flex;
    align-items: center;
    min-width: 1280px;
}
.nav .ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
}
.nav .trending-search {
    position: absolute;
    top: 65px;
    left: 338px;
    display: flex;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav .trending-search a {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-right: 29px;
    cursor: pointer;
}
.nav .trending-search a:hover {
    color: #FF6509;
}
.nav a{
    text-decoration: none;
}
.nav a img{
    width: 156px;
    height: 40px;
}
.nav .search {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.nav .search .search-title {
    margin-right: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.nav .search .search-title .line{
    width: 1px;
    height: 44px;
    background: #DBDBDB;
    margin: 0 20px;
}
.nav .search .search-title div:last-child{
    color: #000000;
    font-size: 16px;
}
.nav .search .search-right {
    display: flex;
    height: 60px;
    flex: 1;
    align-items: center;
}
.nav .search .search-right>div:first-child{
    margin-right: 43px;
    flex: 1;
}
.nav .search .search-right .searchInput {
    background: #ffffff;
    font-weight: 500;
    border: 2px solid #FF6509;
    border-radius: 12px;
}
.nav .search .search-right .searchInput .ant-input {
    font-weight: 500;
    height: 44px;
    border: none;
    /*width: 900px;*/
    border-radius: 12px 0 0 12px;
}
.nav .search .search-right .searchInput .ant-input:focus {
    border-color: #FF6509;
}
.nav .search .search-right .searchInput .ant-input:hover {
    border-color: #FF6509;
}
.nav .search .search-right .searchInput .ant-btn {
    background: #FF6509;
    border-color: #FF6509;
    box-shadow: 0 0 0 1px #FF6509;
    width: 80px;
    height: 44px;
    border-radius: 0 12px 12px 0;
}
.nav .search .search-right .searchInput .ant-btn .svg{
    height: 20px;
    width: 20px;
}
.nav .search .search-right .ant-input-group-wrapper{
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top;
}
.nav .ant-badge-count {
    z-index: auto;
    min-width: 8px;
    height: 20px;
    padding: 0 6px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    background: #FF6509;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
}
.nav .ant-scroll-number-only {
    display: inline-block;
    height: 20px;
    /*transition: all .3s cubic-bezier(.645,.045,.355,1);*/
}
.nav .ant-scroll-number-only>p.ant-scroll-number-only-unit {
    color: white;
}
.nav .ant-scroll-number {
    overflow: hidden;
}
.ant-input-group{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.ant-input-group .ant-input{
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: inherit;
    display: table-cell;
}
.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}
.ant-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    border-radius: 0 12px 12px 0;
}
.ant-btn-primary {
    color: #fff;
    background-color: #ff6509;
    border-color: #ff6509;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}
.nav .search .cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 44px;
    color: #343440;
    border: solid 2px #343440;
    border-radius: 22px;
    box-sizing: border-box;
    cursor: pointer;
}
.nav .search .cart:hover {
    border-color: #343440;
    color: #343440;
}
.nav .search .cart img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.nav .search .cart span {
    color: #ff4048;
    font-weight: 600;
}
.nav .module {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.nav .module:nth-child(2) ,.nav .module:nth-child(3){
    margin-right: 43px;
}
.nav .module .base-icon {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}
.nav .module span {
    font-size: 12px;
    color: #4D4D4D;
}
.nav.isFixed {
    position: sticky;
    top: 36px;
    z-index: 7;
}
.nav .logo-text {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #999999;
    padding: 0 20px;
    border-left: 1px solid #ccc;
    text-align: center;
    line-height: 43px;
    margin-left: 20px;
}
.nav .contentbox {
    /*width: 673px;*/
    width: 47vw;
    position: absolute;
    border: 1px solid #ededed;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #ededed;
    padding-left: 10px;
    padding-top: 12px;
    z-index: 20 !important;
    overflow: hidden;
}
.nav .contentbox a{
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #000000;
    margin-bottom: 11px;
}
.nav .contentbox .hot-a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav .contentbox .hotlist
{
    color: #999999;
}
.nav .contentbox p:nth-child(1) {
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

<!--首页服务展示区-->

.xl-service {
    width: 100%;
    background: #FAFAFA;
}
.xl-service main {
    height: auto;
    /*width: 100vw;*/
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    padding: 29px 240px 20px;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}
.xl-service main ul {
    width: 230px;
}
.xl-service main ul div {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    padding-left: 79px;
    margin-bottom: 20px;
}
.xl-service main ul a {
    padding-left: 79px;
    font-size: 13px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
}
.xl-service main ul a:hover {
    color: #efba7f;
}

/*商品*/
.xl-product{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.xl-product .p-item{
    /*width: 250px;*/
    /*margin-right: 20px;*/
    margin-bottom: 20px;
    cursor: pointer;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding: 0 8px;
}
.xl-product .no-margin{
    margin-right: 0;
}
.xl-product .p-item .img-box{
    /*width: 250px;*/
    /*height: 250px;*/
    width: auto;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #f7f7f7;
}
.xl-product .p-item img{
    width: 100%;
    /*height: 100%;*/
    height: auto;
}
.xl-product .p-item .name{
    /*width: 250px;*/
    height: 40px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 20px;
}
.xl-product .p-item .name:hover{
    color: #FF6509;
}
.xl-product .p-item .tag{
    margin-bottom: 10px;
    color: #1655FF;
    font-size: 12px;
}
.xl-product .p-item .orange{
    color: #FF6509;
}
.xl-product .p-item .pink{
    color: #A52DE0;
}
.xl-product .p-item .price{
    display: flex;
    align-items: flex-end;
}
.xl-product .p-item .p-left{
    display: flex;
    align-items: flex-end;
    color: #FF1E32;
    font-size: 24px;
    font-weight: bold;
}
.xl-product .p-item .p-left div:first-child{
    font-size: 14px;
    line-height: 18px;
}
.xl-product .p-item .p-left div:nth-child(2){
    line-height: 24px;
}
.xl-product .p-item .p-right{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-left: 5px;
}
.xl-product1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.xl-product1 .p-item{
    width: 180px;
    margin-right: 20px;
    cursor: pointer;
}
.xl-product1 .no-margin{
    margin-right: 0;
}
.xl-product1 .p-item .img-box{
    width: 180px;
    height: 180px;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    background: white;
}
.xl-product1 .p-item img{
    width: 100%;
    height: 100%;
}
.xl-product1 .p-item .name{
    width: 180px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 20px;
    height: 40px;
}
.xl-product1 .p-item .name:hover{
    color: #FF6509;
}
.xl-product1 .p-item .tag{
    margin-bottom: 10px;
    color: #1655FF;
    font-size: 12px;
}
.xl-product1 .p-item .orange{
    color: #FF6509;
}
.xl-product1 .p-item .pink{
    color: #A52DE0;
}
.xl-product1 .p-item .price{
    display: flex;
    align-items: flex-end;
}
.xl-product1 .p-item .p-left{
    display: flex;
    align-items: flex-end;
    color: #FF1E32;
    font-size: 14px;
    font-weight: bold;
}
.xl-product1 .p-item .p-left div:first-child{
    font-size: 14px;
    line-height: 18px;
}
.xl-product1 .p-item .p-left div:nth-child(2){
    line-height: 18px;
}
.xl-product1 .p-item .p-right{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-left: 5px;
}

/*底部信息栏样式*/
.xl-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background: #EDEDED;
    color: #999999;
    font-size: 12px;
    min-width: 1280px;
}
.xl-footer a{
    color: #999999;
}

/*分类栏部分-样式*/
.nav-wrapper{
    background: #fff;
}
.nav-wrapper.isFixed {
    position: sticky !important;
    top: 161px;
    z-index: 7;
    width: 100vw;
}
.nav-wrapper a{
    text-decoration: none;
    color: #333333;
}
.nav-wrapper > ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    justify-content: flex-start;
}
.nav-wrapper > ul> li:nth-of-type(1) {
    margin-left: -20px;
}
.nav-wrapper > ul> li {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.nav-wrapper > ul> li img:nth-of-type(1) {
    width: 13px;
    height: 13px;
}
.nav-wrapper > ul> li img:nth-of-type(2) {
    width: 10px;
    height: 5px;
}
.nav-wrapper > ul> li .active {
    color: #ff6509;
    font-weight: 500 !important;
}
.nav-wrapper > ul> a:nth-of-type(1) {
    margin-left: -20px;
}
.nav-wrapper > ul> a {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
}
.nav-wrapper > ul> a:hover{
    color: #ff6509;
    font-weight: 500 !important;
}
.nav-wrapper > ul> a img:nth-of-type(1) {
    width: 13px;
    height: 13px;
}
.nav-wrapper > ul> a img:nth-of-type(2) {
    width: 10px;
    height: 5px;
}
.nav-wrapper > ul> a .active {
    color: #ff6509;
    font-weight: 500 !important;
}
.nav-wrapper > ul>a:last-child{
     color: #1655FF !important;
     display: flex;
     align-items: center;
 }
.nav-wrapper > ul>a:last-child img{
    width: 15px !important;
    height: 15px !important;
    margin-right: 1px;
}

.n-home-container .banner-wrapper .classify-left .content {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 120;
    width: 100%;
    padding: 30px 0 36px 0;
    background-color: #fff;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.n-home-container .banner-wrapper .classify-left .content .main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.n-home-container .banner-wrapper .classify-left .content .main .item-list p {
    cursor: pointer;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.n-home-container .banner-wrapper .classify-left .content .main .item-list p img {
    width: 5px;
    height: 10px;
    margin-left: 5px;
    margin-top: -2px;
}
.n-home-container .banner-wrapper .classify-left .content .main .prop-list>div:nth-of-type(1) {
    display: flex;
    padding-left: 20px;
    width: 1100px;
    flex-wrap: wrap;
}
.n-home-container .banner-wrapper .classify-left .content .main .prop-list>div:nth-of-type(1)> a {
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 10px;
}
.n-home-container .banner-wrapper .classify-left .content .main .prop-list>div:nth-of-type(1)> a img {
    width: 90px;
    height: 90px;
    margin-bottom: 18px;
}
.n-home-container .banner-wrapper .classify-left .content .main .prop-list>div:nth-of-type(1)> a span {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.n-home-container .banner-wrapper .classify-left .content .main .prop-list> p {
    margin-top: 29px;
    padding-left: 20px;
}
.n-home-container .banner-wrapper .classify-left .content .main .prop-list> p img {
    width: 104px;
    height: 60px;
    float: left;
    margin: 0 10px 10px 0;
}
.n-home-container .banner-wrapper .classify-left .content .main> .brands {
    display: flex;
    margin-top: 48px;
}
.n-home-container .banner-wrapper .classify-left .content .main> .brands li {
    width: 104px;
    height: 60px;
    margin-right: 12px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.n-home-container .banner-wrapper .classify-left .content .main> .brands li img {
    width: 100%;
    height: 100%;
}
.nav-wrapper .mouseLi :hover {
    color: #ff6509;
}
.nav-wrapper .home-active{
    color: #ff6509;
    font-weight: 600 !important;
}
.nav-wrapper .home-active span {
    padding-bottom: 5px;
    border-bottom: 3px solid #ff6509;
}
.nav-wrapper .mouseOver {
    width: 110px;
    height: 40px !important;
    background: #ffe5d6 !important;
    border-radius: 4px;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 40px !important;
    color: #ff6509 !important;
}

.xl-tooltip{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.xl-tooltip .ant-tooltip-placement-top, .ant-tooltip-placement-topLeft, .ant-tooltip-placement-topRight{
    padding-bottom: 8px;
}
.xl-tooltip .ant-tooltip {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: absolute;
    z-index: 1060;
    display: block;
    max-width: 250px;
    visibility: visible;
    top: -40px;
    min-width: 200px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow, .ant-tooltip-placement-topLeft .ant-tooltip-arrow, .ant-tooltip-placement-topRight .ant-tooltip-arrow {
    bottom: -5.07106781px;
}
.xl-tooltip .ant-tooltip-placement-top .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%);
}
.xl-tooltip .ant-tooltip-arrow {
    position: absolute;
    display: block;
    width: 13.07106781px;
    height: 13.07106781px;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
}
.ant-tooltip-placement-top .ant-tooltip-arrow:before, .ant-tooltip-placement-topLeft .ant-tooltip-arrow:before, .ant-tooltip-placement-topRight .ant-tooltip-arrow:before {
    box-shadow: 3px 3px 7px rgba(0,0,0,.07);
    transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-arrow:before {
    position: absolute;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    background-color: rgba(0,0,0,.75);
    content: "";
    pointer-events: auto;
}
.ant-tooltip-inner {
    min-width: 30px;
    min-height: 32px;
    padding: 6px 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.75);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    box-shadow: none;
}

/*消息提示*/
.ant-message {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 1010;
    width: 100%;
    pointer-events: none;
}
.ant-message .ant-message-notice {
    padding: 8px;
    text-align: center;
}
.ant-message .ant-message-notice:first-child {
    margin-top: -8px;
}
.ant-message .ant-message-notice-content {
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: all;
}
.ant-message .anticon {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 16px;
}
.ant-message .anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ant-message-success .anticon {
    color: #52c41a;
}
.ant-message-error .anticon {
    color: #f5222d;
}
.ant-message-warning .anticon {
    color: #faad14;
}





.container.center {
    width: 1200px;
    margin: 0 auto;
    /*background: #fff;*/
}
.router-view-container {
    min-height: 87vh;
}

.dgg-popup {
    /*width: 100vw;*/
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.dgg-popup>div {
    /*margin-top: 200px;*/
    position: relative;
    max-width: 80%;
}
.dgg-popup>div img {
    width: 100%;
    height: 100%;
}
.dgg-popup .popup-close-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 24px;
    background: #262626;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #FBFBFD;
    z-index: 9;
    cursor: pointer;
}
.dgg-popup > img {
    width: 32px;
    height: 32px;
    margin-top: 30px;
}
.draw_atooltip .ant-tooltip-inner {
    color: #333 !important;
    background-color: #ff640a !important;
}
.draw_atooltip .ant-tooltip-arrow::before {
    background-color: #ff640a;
}
.clcSpan {
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}
.wxSpan {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/wxBg.png');
    background-position: center;
    width: 115px;
    height: 130px;
    background-size: 100%;
    display: flex;
    flex-direction: column;
}
.stick {
    width: 56px;
    position: fixed;
    z-index: 99;
    transform: translateY(-50%);
    right: 0px;
    display: flex;
    justify-content: center;
}
.stick .stickList {
    width: 100%;
    cursor: pointer;
    float: left;
    padding: 4px;
    background: #F7F7F7;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stick .stickList .stickList-item{
    width: 100%;
}
.stick .stickList .stickList-item-checked{
    background: white;
    border-radius: 6px;cartNum
}
.stick .stickList .stick-label{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    font-size: 12px;
    cursor: pointer;
}
.stick .stickList .stick-label-checked{
    color: #FF6509;
}
.stick .stickList .stick-label img{
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}
.stick .stickList :global .ant-badge-count {
    border: none;
}
.stick .stickList .getCar-info .ant-badge-count {
    border: none;
}
.stick .stickList .item .content {
    width: 36px;
    height: 43px;
    margin: 4px auto;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/cartNum.png');
    background-position: center;
}
.stick .stickList .item .content:hover {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/cartNum-active.png');
}
.stick .stickList .item-3 .content {
    background-color: #fff;
    width: 60px;
    border-radius: 6px;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/kefu.png');
    background-size: 100% 100%;
    background-position: -1px -5px;
    padding: 40px 0 0 6px;
    font-size: 12px;
}
.stick .stickList .item-3 .content:hover {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/kefu.active.png');
    background-size: 100% 100%;
    color: #ff640a;
}
.stickList .draw_atooltip .ant-tooltip-arrow::before {
    background-color: #ff640a;
    box-shadow: 3px -3px 7px rgba(0,0,0,.07);
    transform: translateX(-6.53553391px) rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    pointer-events: auto;
}
.stick .stickList .item-4 .content {
    width: 60px;
    height: 48px;
    border-radius: 6px;
    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/top-x.png') no-repeat;
    background-size: 60px 30px;
}
.stick .stickList .item-4 .content:hover {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/top-active.png');
}
.stick .stickList .item-5 .content {
    background-color: #fff;
    width: 60px;
    border-radius: 6px;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/wxSer.png');
    background-size: 100% 100%;
    background-position: -1px -5px;
    padding: 40px 0 0 6px;
    font-size: 12px;
}
.stick .stickList .item-5 .content:hover {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/wxSer-active.png');
    background-size: 100% 100%;
    color: #ff640a;
}
.stick .top {
    position: fixed;
    z-index: 9;
    bottom: 50px;
    width: 53px;
    right: 0;
    height: 19px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.stick .top > img {
    width: 24px;
}
.cardStyle .ant-tooltip-inner,
.cardStyle .ant-tooltip-arrow::before {
    background: #fff;
}
.stick .ant-tooltip-inner {
    min-width: 30px;
    min-height: 32px;
    padding: 6px 8px;
    color: #1f1f23 !important;
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.stick .ant-badge-multiple-words {
    padding: 0 !important;
}
.stick .ant-badge-count {
    line-height: 20px;
    background-color: #ff4343 !important;
    box-shadow: 0 0 0 1px #000 !important;
}
.wxTip {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
.ant-pagination-item-active a {
    color: #ff6509;
}
.ant-pagination-item-active {
    font-weight: 500;
    background: #fff;
    border-color: #ff6509;
    border-radius: 4px;
}
.ant-pagination-item:focus, .ant-pagination-item:hover {
    border-color: #ff6509;
    transition: all .3s;
}
.ant-pagination-item:focus a, .ant-pagination-item:hover a {
    color: #ff6509;
}
.ant-pagination-prev:focus, .ant-pagination-prev:hover {
    border-color: #ff6509;
    transition: all .3s;
}
.ant-pagination-prev:focus a, .ant-pagination-prev:hover a {
    color: #ff6509;
}
.ant-pagination-next:focus, .ant-pagination-next:hover {
    border-color: #ff6509;
    transition: all .3s;
}
.ant-pagination-next:focus a, .ant-pagination-next:hover a {
    color: #ff6509;
}
.ant-pagination-next:focus .ant-pagination-item-link, .ant-pagination-next:hover .ant-pagination-item-link, .ant-pagination-prev:focus .ant-pagination-item-link, .ant-pagination-prev:hover .ant-pagination-item-link{
    border-color: #ff6509;
    color: #ff6509;
}
.ant-btn-primary:hover {
    color: #fff;
    background-color: #ff8533;
    border-color: #ff8533;
}
#app{
    position: relative;
    overflow-x: hidden;
}
.nav .search .search-right .searchInput .ant-btn svg {
    height: 20px;
    width: 20px;
}
.navSearch{
    max-width: 1920px;
    margin: 0 auto;
}
.line1, .line2 {
    overflow: hidden;
}
.line1 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.isFixed {
    position: sticky !important;
    top: 161px;
    /*width: 100vw;*/
}
/*@media (-webkit-min-device-pixel-ratio: 1.25),*/
/*(min-resolution: 120dpi) {*/
/*    body {*/
/*        zoom: 0.8;*/
/*    }*/
/*}*/