@charset "utf-8";
/* 引入Font Awesome图标 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

/*切换*/
.banner{height:300px;width:100%;float:left;}
.flexslider{position:relative;height:300px;overflow:hidden;z-index:5;}
.slides{position:relative;z-index:1;}
.slides li{height:300px;}
.slides li a{display:block; width:100%; height:300px; line-height:5000px; overflow:hidden}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:9px;height:9px;line-height:40px;overflow:hidden;background:#fff;cursor:pointer; border-radius:50%; border:1px solid #fff; box-shadow:1px 1px 2px #666}
.flex-control-nav .flex-active{ background:#38b549}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%;  margin-top:-48px; display:none; height: 91px}
.flex-direction-nav li a{display:block;overflow:hidden;cursor:pointer;position:absolute;width: 50px;height: 91px;z-index: 9999;top:0;}
.flex-direction-nav li a.flex-prev{left:40px;background: transparent url("http://ss.aoao365.com/images/left.png") no-repeat scroll 0% 0%;}
.flex-direction-nav li a.flex-next{right:40px;background: transparent url("http://ss.aoao365.com/images/right.png") no-repeat scroll 0% 0%;}
.flexslider:hover .flex-direction-nav{display:block;}
/*微微-网络-开发设计QQ:6638-39248请不要倒卖-否则停止更新*/ 
/* 商家流程板块 - 全新设计 */
.business-process {
    display: flex;
    width: 1110px;
    margin: 20px auto 20px calc(50% - 68px - 555px);
    background: linear-gradient(135deg, #fff5f7, #fff0f3);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.1);
    text-align: center;
    padding: 30px 20px;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

/* 添加装饰元素 */
.business-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e91e63, #9c27b0, #673ab7);
}

.business-process .step {
    flex: 1;
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.business-process .step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.2);
}

/* 每个步骤添加独特背景装饰 */
.business-process .step:nth-child(1)::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(233, 30, 99, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.business-process .step:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(156, 39, 176, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.business-process .step:nth-child(3)::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(103, 58, 183, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.business-process .step .icon {
    font-size: 52px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.business-process .step .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.business-process .step .description {
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.business-process .step a {
    display: inline-block;
    padding: 8px 20px;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.business-process .step a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* 商家入驻步骤 - 独特颜色方案 */
.business-process .step:nth-child(1) .icon {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.1), rgba(233, 30, 99, 0.2));
    color: #e91e63;
}

.business-process .step:nth-child(2) .icon {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.1), rgba(156, 39, 176, 0.2));
    color: #9c27b0;
}

.business-process .step:nth-child(3) .icon {
    background: linear-gradient(135deg, rgba(103, 58, 183, 0.1), rgba(103, 58, 183, 0.2));
    color: #673ab7;
}

.business-process .step:nth-child(1) .title {
    color: #e91e63;
}

.business-process .step:nth-child(2) .title {
    color: #9c27b0;
}

.business-process .step:nth-child(3) .title {
    color: #673ab7;
}

.business-process .step:nth-child(1) .description {
    color: #777;
}

.business-process .step:nth-child(2) .description {
    color: #777;
}

.business-process .step:nth-child(3) .description {
    color: #777;
}

.business-process .step:nth-child(1) a {
    background: linear-gradient(135deg, #e91e63, #f44336);
}

.business-process .step:nth-child(1) a:hover {
    background: linear-gradient(135deg, #c2185b, #d32f2f);
}

.business-process .step:nth-child(2) a {
    background: linear-gradient(135deg, #9c27b0, #8e24aa);
}

.business-process .step:nth-child(2) a:hover {
    background: linear-gradient(135deg, #7b1fa2, #6a1b9a);
}

.business-process .step:nth-child(3) a {
    background: linear-gradient(135deg, #673ab7, #5e35b1);
}

.business-process .step:nth-child(3) a:hover {
    background: linear-gradient(135deg, #512da8, #4527a0);
}

/* 添加步骤间的箭头 - 改进版 */
.business-process .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 30px;
    height: 30px;
    background: white;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05);
}

/* 箭头内部装饰 */
.business-process .step:not(:last-child)::before {
    content: "\f054"; /* Font Awesome 右箭头图标 */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    color: #e91e63;
    font-size: 16px;
    z-index: 2;
}

/*分类*/
.typelist {
    display: flex;
    width: 1110px;
    margin: 0px 0;
    background: linear-gradient(135deg, #f9f9f9, #f0f8ff);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 20px;
    gap: 20px;
}

.typelist .d1 {
    flex: 1;
    border-right: 1px solid #e0e0e0;
    padding: 0 20px;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 8px;
    margin: 10px 0;
}

.typelist .d1:nth-child(2) {
    background: linear-gradient(135deg, #f0fff0, #f5fffa);
}

.typelist .d1:nth-child(3) {
    background: linear-gradient(135deg, #fffaf0, #fff0f5);
}

.typelist .d1:nth-child(4) {
    background: linear-gradient(135deg, #f0f8ff, #f5f0ff);
}

.typelist .d1:hover {
    transform: translateY(-5px);
}

.typelist .d1 .ds1 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 10px 0 10px 35px;
    background: url(../homeimg/jiandanImg/test1.gif) 10px center no-repeat;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.typelist .d1 .ds2 {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.typelist .d1 .ds2 a {
    color: #666;
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.typelist .d1 .ds2 a:hover {
    color: #fff;
    background-color: #ff6600;
    text-decoration: none;
}

.typelist .d0 {
    border-right: none;
    padding-right: 0;
}
/*微微-网络-开发设计QQ:6638-39248请不要倒卖-否则停止更新*/
/*商品列表*/
.pcap {
    float: left;
    width: 1150px;
    background: linear-gradient(135deg, #fff5f7, #ffebee);
    border-bottom: 2px solid #e91e63;
    height: 40px;
    margin: 15px 0 0 0;
    text-align: left;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 不同栏目状态栏颜色 */
.pcap.category-1 {
    background: linear-gradient(135deg, #fff5f7, #ffebee);
    border-bottom: 2px solid #e91e63;
}

.pcap.category-2 {
    background: linear-gradient(135deg, #e8f5e9, #e0f7fa);
    border-bottom: 2px solid #4caf50;
}

.pcap.category-3 {
    background: linear-gradient(135deg, #fff3e0, #fff8e1);
    border-bottom: 2px solid #ff9800;
}

.pcap.category-4 {
    background: linear-gradient(135deg, #e3f2fd, #e0f7fa);
    border-bottom: 2px solid #2196f3;
}

.pcap.category-5 {
    background: linear-gradient(135deg, #f3e5f5, #ede7f6);
    border-bottom: 2px solid #9c27b0;
}

.pcap.category-6 {
    background: linear-gradient(135deg, #e0f7fa, #b2ebf2);
    border-bottom: 2px solid #00acc1;
}

.pcap .a1 {
    float: left;
    width: auto;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease;
    white-space: nowrap;
    padding: 0 10px;
}

.pcap .a1:hover {
    background-color: #e6f7ff;
    color: #0d6efd;
    text-decoration: none;
}

.pcap .a11 {
    background: #fff;
    font-weight: bold;
    color: #e91e63;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* 不同栏目选中状态文字颜色 */
.pcap.category-1 .a11 {
    color: #e91e63;
}

.pcap.category-2 .a11 {
    color: #4caf50;
}

.pcap.category-3 .a11 {
    color: #ff9800;
}

.pcap.category-4 .a11 {
    color: #2196f3;
}

.pcap.category-5 .a11 {
    color: #9c27b0;
}

.pcap.category-6 .a11 {
    color: #00acc1;
}

.pcap .a2 {
    float: right;
    padding: 8px 0 0 0;
}

.pcap .u1 {
    float: right;
    border: 1px solid #ced4da;
    width: 187px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 5px;
}

.pcap .u1 li {
    float: left;
}

.pcap .u1 .l2 {
    width: 162px;
}

.pcap .u1 .l2 input {
    float: left;
    width: 157px;
    height: 19px;
    border: 0;
    padding: 5px 0 0 5px;
    background-color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pcap .u1 .l2 input {
        width: 162px;
        height: 24px;
        padding-top: 0;
    }
}

.pcap .u1 .l3 {
    width: 24px;
    border-left: 1px solid #ced4da;
}

.plist {
    float: left;
    width: 1150px;
    text-align: left;
}

.plist .u1 {
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 18px 0 0;
    float: left;
    padding-bottom: 8px;
    height: 312px;
    width: 213px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.plist .u1:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.plist .u1 li {
    float: left;
}

.plist .u1 .l1 {
    width: 213px;
    height: 213px;
}

.plist .u1 .l2 {
    padding: 14px 10px 0 10px;
    margin-bottom: 14px;
    width: 193px;
    height: 46px;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
}

.plist .u1 .l2 a:hover {
    color: #0d6efd;
    text-decoration: none;
}

.plist .u1 .l3 {
    padding: 0 0 0 30px;
    width: 73px;
    background: none;
    font-weight: bold;
    color: #dc3545;
    position: relative;
}

.plist .u1 .l3::before {
    content: "￥";
    position: absolute;
    left: 15px;
}

.plist .u1 .l4 {
    padding: 0 10px 0 0;
    width: 100px;
    text-align: right;
}

.plist .u1 .l4 a {
    display: inline-block;
    padding: 4px 8px 4px 28px;
    background-color: #e91e63;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="16" height="16"><path fill="white" d="M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z"/></svg>');
    background-repeat: no-repeat;
    background-position: 8px center;
}

/* 按钮颜色切换效果 */
.plist .u1 .l4 a:hover {
    background-color: #9c27b0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.plist .u1 .l4 a:hover {
    background-color: #d96b0b;
}

.plist .u0 {
    margin-right: 0;
}
/*微微-网络-开发设计QQ:6638-39248请不要倒卖-否则停止更新*/
/*推荐卖家*/
.tjshop{float:left;margin:20px 0 0 0;width:1150px;text-align:left;}
.tjshop .u1{float:left;width:1150px;height:40px;
    background: linear-gradient(135deg, #f0f8ff, #e6f7ff);
    border-radius: 6px 6px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tjshop .u1 li{float:left;}
.tjshop .u1 .l1{width:500px;font-size:16px;font-weight: bold;padding:8px 0 0 15px;height:32px;color: #0d6efd;}
.tjshop .u1 .l2{width:590px;font-size:14px;padding:8px 20px 0 0;height:32px;text-align:right;background:url(../homeimg/jiandanImg/icon1.gif) right center no-repeat;}
.tjshop .d1{float:left;margin:10px 0 0 0;width:1148px;border: 1px solid #e0e0e0;border-radius: 0 0 6px 6px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);padding:20px 0;}
.tjshop .d1 a{float:left;width:100px;margin:20px 0 0 28px;text-align:center;transition: transform 0.3s ease;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.tjshop .d1 a:hover{text-decoration:none;transform: translateY(-5px);}
.tjshop .d1 a img{width:90px;height:90px;border-radius: 4px;margin:0 0 10px 0;object-fit: cover;}
.tjshop .d1 a span{float:left;display:none;width:90px;height:90px;position:absolute;padding:15px 0 0 0;line-height:26px;background:rgba(0, 0, 0, 0.7);border-radius: 4px;color: white;}
.tjshop .d1 a:hover span{display:block;}













