body{
    background:#f8f8f8;
}
.top-con{
    width: 100%;
    height: 2.5rem;
    position: relative;
    background: url("../images/top-conbg.png") no-repeat center center;
    background-size: 100% 100%;
    overflow:hidden;
}
.account-content{
    padding-bottom: 2.7rem;
    overflow: hidden;
}
.top-con .search-con{
    width:90%;
    height:1.75rem;
    background:#d897d7;
    border-radius:1rem;
    margin:0 auto;
    margin-top:1rem;
    position:relative;

}
.top-con .search-icon{
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/search-icon.png") no-repeat center center;
    background-size: 100% 100%;
    position:absolute;
    left:5rem;
    top:0.5rem;

}
.top-con .search-input{
    width:80%;
    height:100%;
    display:block;
    position:absolute;
    left:0;
    top:0;
    background:none;
    color:#ffffff;
    left:50%;
    margin-left:-40%;
    text-align:center;
}

.top-con input::-webkit-input-placeholder{
    color: #ffffff;
}
.top-con input:-moz-placeholder{
    color: #ffffff;
}
.top-con input::-moz-placeholder{
    color: #ffffff;
}
.top-con input:-ms-input-placeholder{
    color: #ffffff;
}
.banner{
    width: 94%;
    margin: 0 auto;
    margin-top: 0rem;
    border-radius: 1rem;
}
.icon{
    display: inline-block;
}
.swiper-pagination-bullet-active{
    background: #ffffff !important;
}
.swiper-pagination-bullet{
    background: none;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
.swiper-container {
    width:100%;
    height: 7rem;
}
.swiper-slide img{
    width:100%;
    height: 100%;
    border-radius: 0.5rem;
}
.part-common{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* background: #ffffff; */
}
.part-common .part-in{
    width: 92%;
    margin: 0 auto;
    display: flex;
}
.part-1 .part-in{
    border-bottom: 1px solid #e0e0e0;
}
.part-1{
    display: flex;
    height:2rem;
    line-height:2rem;
    font-size: 0.6rem;
    color: #d73738;
    display: none;
}
.part-1 .same-box{
    width: 25%;
    height: 2rem;
    display: flex;
    text-align:center;
    justify-content:center;
}
.part-1 .icon{
    background: url(../images/part1-icon1.png) no-repeat center center;
    background-size: 100% 100%;
    width:0.75rem;
    height: 0.75rem;
    margin-top: 0.6rem;
    margin-right:0.25rem
}

.part-1 .icon.icon2{
    background: url(../images/part1-icon2.png) no-repeat center center;
    background-size: 100% 100%;
    width:0.7rem;
}
.part-1 .icon.icon3{
    background: url(../images/part1-icon3.png) no-repeat center center;
    background-size: 100% 100%;
    width:0.7rem;
    height:0.7rem;
}
.part-1 .icon.icon4{
    background: url(../images/part1-icon4.png) no-repeat center center;
    background-size: 100% 100%;
    height: 0.7rem;

}
.part-1 .text{

}
.part-2{
    display: flex;
    justify-content: center;
}
.part-2 .same-box{
    width: 20%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.part-2 .same-box .top-icon{
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    margin: 0 auto;
    /* margin-top: 0.5rem; */
}
.part-2 .same-box .top-icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.part-2 .same-box .bottom-text{
    color: #4f4f4f;
    font-size: 0.7rem;
    margin-top: 0.5rem;
}

.part-region{
    width:100%;
    overflow:hidden;
}
.part-region .top-title{
    width: 94%;
    margin:0 auto;
    position:relative;
    margin-bottom:1rem;
}
.part-region .top-title .text{
    color:#919191;
    margin-top:0.25rem;
}
.part-region .top-title .left{
    font-size:0.8rem;
    color:#2c2c2c;
    height:0.8rem;
    line-height:0.8rem;
    margin-top:1rem;
    font-weight:bold;
}
.part-region .top-title .right{
    color:#898989;
    font-size:0.75rem;
    display: block;
    position:absolute;
    right:0;
    top:0;
}
.part-region .top-title .right .icon{
    background: url(../images/more-icon.png) no-repeat center center;
    background-size: 100% 100%;
    height: 0.65rem;
    width: 0.5rem;
    display:inline-block;
    position:relative;
    top:0.05rem;
}
.region-content{
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}
.region-content .same-box{
    width: 49%;
    display: block;
    margin-bottom:0.75rem;
    background: #ffffff;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
}
.region-content .same-box:nth-of-type(even){
    margin-right: 0;
    margin-left: auto;
}
.region-content .same-box .img-box{
    width: 9rem;
    height: 9rem;
    margin:0 auto;
}
.region-content .same-box .img-box img{
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    /* border-radius: 0; */
}
.region-content .same-box .detail-title{
    width:92%;
    margin:0 auto;
    font-size:0.75rem;
    margin-top:0.25rem;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.region-content .same-box .price{
    color:#ee3230;
    font-size:0.85rem;
    margin-top:0.25rem;
}
.region-content .same-box .price del{

    font-size: 0.55rem;

    color: #cacaca;

    margin-left: 0.25rem;
}
.region-content .same-box .yishou{
    font-size:0.55rem;
    color:#cacaca;
    margin-top:0.25rem;
}
.gg-img-con{
    width: 94%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-top: 1rem;
    height: 6rem;
}
.gg-img-con img{
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    height: 100%;
}
.region-con{
    width: 94%;
    margin: 0 auto;
    background: url("../images/region-conbg.png") no-repeat center center;
    background-size: 100% 100%;
    height: 9.3rem;
    overflow:hidden;
}

.region-con-in{
    width:95%;
    margin:0 auto;
    background:#ffffff;
    height:8.3rem;
    margin-top:0.5rem;
    border-radius:0.25rem;
    display:flex;
}
.region-con-in .same-box{
    width:50%;
    flex:1;
    position:relative;
    height: 7rem;
    border-right:1px solid #bfbfbf;
    margin-top:0.65rem;
    cursor: pointer;
    display: block;
}
.region-con-in .same-box:last-child{
    border: none;
}
.region-con-in .same-box .title{
    color:#282828;
    font-size:0.75rem;
    margin-left:0.5rem;
    margin-top:0.25rem;
    font-weight:bold;
}
.region-con-in .same-box .text{
    font-size:0.55rem;
    color:#e14d4d;
    margin-left:0.5rem;
}
.region-con-in .same-box .img-con{
    height: 4.5rem;
    display: flex;
    justify-content: center;
    margin-top:0.25rem;
}
.region-con-in .same-box .img-con img{
    width:45%;
}

.region-con-in .same-box .img-con img:last-child{
    width:45%;
    margin-left: 4px;
}
