.wrap {
    width: 1300px;
    max-width: 1300px;
    margin: auto;
}


.pcword{
    display: block;
}
.appword{
    display: none;
}

.head-no {
    width: 100%;
    height: 225px;
}




.head-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}



.headb-cnt{
    background-color: #ffffff;
    padding: 20px 0;
}

.headb-ctbx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headb-ctble{
    display: flex;
    align-items: center;
}
.headb-ctble > img{
    width: 130px;
    height: auto;
}



.headb-ctbsearch {
    width: 65%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 5px;
}
.ctbsearch-input{
    width: 90%;
    padding: 15px 15px;
    border: 1px solid #d2d2d2;
    border-right: 0 solid #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ctbsearch-input input{ 
    width: 100%;
    font-size: 18px;
}

.ctbsearch-btn{
    width: 10%;
    background:linear-gradient(to left , #751e77 , #e16ed6);
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ctbsearch-btn img{
    width: 20px;
    height: 20px;
}







.headb-ctbri{
   display: flex;
   align-items: center;

}
.headb-ctbr-itm{
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 30px;
}
.headb-ctbr-itm img{
    width: 100%;
    height: 100%;
}
.shop-num{
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #9c4093;
    font-size: 16px;
    color: #ffffff;
    border-radius: 50%;
    padding: 1px 6px;
}


.ctbr-itm-down{
    width: 260px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background-image: url("../images/picbj01.png");
    background-size: 100% 100%;
    display: none;
}

.down-cont{
    padding: 30px 30px 5px;
}
.down-ctit{
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.down-ctit > a{
    font-size: 18px;
    color: #741d75;
}
.down-cul{
    padding: 10px 0;
}
.down-cul > li{
    padding: 8px 0;
}
.down-cul > li > a{
    font-size: 18px;
}
.down-cul > li:hover > a{
    color: #741d75;
}

.down-cbtn{
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
}
.down-cbtn a{
    font-size: 18px;
}










.headb-btm{
    background:linear-gradient(to left , #e16ed6 , #7d237d);
}
.headb-btm > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctbl-ul{
    display: flex;
    align-items: center;
}
.ctbl-ul > li{
    position: relative;
}
.ctbl-ul > li >a{
    padding: 15px 25px;
    font-size: 18px;
    color: #ffffff;
}
.ctbl-ul > li >a > img{
    width: 10px;
    height: 10px;
}
.ctbl-uprod{
    position: relative;
}
.ctbl-uprod > a{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #ffffff;
}
.ctbl-uprod > a > img{
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.ctbl-uprod > a > span{
    font-size: 16px;
    margin-left: 10px;
}

.listsw{
    display: none;
}
.child-list{
    width: 280px;
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 91;
    background-color: #ffffff;
    border-radius: 5px;
}
.child-lstbx{
    padding: 20px 0;
    position: relative;

}
.child-lstli{
    padding: 10px 20px;
    
}
.child-lstli a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.child-lstli a p{
    font-size: 18px;
}
.child-lstli a i{
    font-weight: 600;
    color: #666666;
}

.child-lstli a:hover p{
    color: #741d75;
}
.child-lstli a:hover i{
    color: #741d75;
}

.lstli > a , .lstli > a i{
    color: #741d75;
}


.lstli-two{
    width: 280px;
    min-height: 215px;
    position: absolute;
    top: 0;
    left: 270px;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
}
.twoul{
    padding: 20px 0;
}
.twoli{
    padding: 10px 20px;
}


.lstli-three {
    width: 280px;
    min-height: 215px;
    position: absolute;
    top: 0;
    left: 270px;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
}
.threeul{
    padding: 20px 0;
}
.threeli{
    padding: 10px 20px;
}


.lstli-four {
    width: 280px;
    min-height: 215px;
    position: absolute;
    top: 0;
    left: 270px;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
}

.fourul {
    padding: 20px 0;
}

.fourli {
    padding: 10px 20px;
}



/* ---- main ----- */
.navi-box{
    padding: 25px 0;
}
.navi-box a{
    font-size: 15px;
}
.navi-box a cite{
    color: #741d75;
}


/* 底部 footer  */
.foot-box{
    background-color: #ffffff;
}

.footb-bjp{
    background-color: #f8f3f8;
}

.footb-cnt{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.footb-ctitem{
    width: 19%;
}
.ctitem-tit{
    width: 100%;
}
.ctitem-tit h2{
    font-size: 22px;
    color: #741d75;
    padding: 15px 0;
}
.ctitem-tit p{
    width: 100%;
    height: 2px;
    background:linear-gradient(to left , #e16ed6 , #7d237d);
}


.ctitem-ul{
    padding: 20px 0;
}
.ctitem-ul li{
    padding: 10px 0;
}
.ctitem-ul li a{
    font-size: 18px;
    color: #444444;
}

.ctitem-utit{
    display: flex;
    align-items: center;
}
.ctitem-utit img{
    width: 20px;
    height: 20px;
}
.ctitem-utit h4{
    font-size: 18px;
    font-weight: 600;
}
.ctitem-ul li >p{
    font-size: 18px;
    margin-top: 5px;
}






.ctitem-media{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.ctitem-media li{
    margin-right: 15px;
    padding: 10px 0;
}
.ctitem-media li a{
    width: 40px;
    height: 40px;
    border-radius:50%;
    background-color: #741d75;
    text-align: center;
    line-height: 40px;
}
.ctitem-media li a img{
    width: 20px;
    height: 20px;
}







.footb-bjm{
    background:linear-gradient(to left , #e16ed6 , #7d237d);
}


.footb-btm{
    padding: 25px 0;
    border-top: 1px solid #696a6c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footb-btm p{
    font-size: 18px;
    color: #ffffff;
}
.footb-btm p {
    display: flex;
    align-items: center;
}
.footb-btm p a{
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #d17bca;
}
.footb-btm p a:nth-child(1){
    border-left: 0px solid #d17bca;
}