@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, #f0f8ff, #e6f7ff);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px 20px;
    gap: 30px;
    position: relative;
}

.business-process .step {
    flex: 1;
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

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

.business-process .step .icon {
    font-size: 32px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.business-process .step .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.business-process .step .description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.business-process .step a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #0d6efd;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.business-process .step a:hover {
    background-color: #0b5ed7;
}

/* 商家入驻步骤 */
.business-process .step:nth-child(1) .icon::before {
    content: "\f0f7"; /* 用户图标 */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.business-process .step:nth-child(2) .icon::before {
    content: "\f578"; /* 发布图标 */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.business-process .step:nth-child(3) .icon::before {
    content: "\f02e"; /* 搜索图标，代表审核 */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

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

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

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

.business-process .step:nth-child(1) a {
    background-color: #0d6efd;
}

.business-process .step:nth-child(2) a {
    background-color: #28a745;
}

.business-process .step:nth-child(3) a {
    background-color: #dc3545;
}

.business-process .step:nth-child(1) a:hover {
    background-color: #0b5ed7;
}

.business-process .step:nth-child(2) a:hover {
    background-color: #218838;
}

.business-process .step:nth-child(3) a:hover {
    background-color: #c82333;
}

/* 添加步骤间的箭头 */
.business-process .step:not(:last-child)::after {
    content: "\f054"; /* Font Awesome 右箭头图标 */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    color: #0d6efd;
    font-size: 20px;
    transform: translateX(15px);
}

/*分类*/
.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, #f0f8ff, #e6f7ff);
    border-bottom: 2px solid #0d6efd;
    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 .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: #0d6efd;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.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: #ff7f0e;
    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: #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;}













