/* n00000370.BaoMa.ThemeA */



@media screen and (min-width:520px) {

    .logoCust {
        width: 90px;
        height: 90px;
        overflow-y: hidden;
    }


    .myul {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        height: 260px;
        width: 29%;
        float: left;
        padding-left: 1px;
    }

    .myli {
        width: 120px;
        height: 40px;
    }

        .myli a {
            color: white;
        }

        .myli img {
            width: 100%;
        }


    .custAddImgBox {
        width: 70%;
        height: 260px;
        display: inline-block;
        overflow-y: hidden;
        float: right;
    }
}

@media screen and (max-width:500px) {

    body {
        background-repeat: no-repeat;
        background: url(http://images.3byun.com/n00000370/ImageResizeFileSystemHandler.ashx?commid=718&imagemtype=18&imageid=baoping_bg_main2.png&src=baoping_bg_main2.png);
        padding: 0px;
        margin: 0px;
    }
    .logoCust {
        width: 50px;
        height: 50px;
        overflow-y: hidden;
    }

    .myul {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        height: 160px;
        width: 29%;
        float: left;
        padding-left: 1px;
    }

    .myli {
        width: 80px;
        height: 30px;
    }

        .myli a {
            color: white;
        }

        .myli img {
            width: 100%;
        }

    .custAddImgBox {
        width: 70%;
        height: 160px;
        display: inline-block;
        overflow-y: hidden;
        float: right;
    }
}


.memberTitle {
    font-size: 16px;
    text-align: center;
    display: block;
    box-shadow: 5px 5px 3px 1px #999;
    margin-bottom: 15px;
    background-color: #6f09b8;
    color: white;
    padding-bottom: 2px;
    padding-top: 2px;
}
.custAddImgBox img {
    width: 100%;
}

.leftBox{
    width:29%;
    height:160px;
    display:inline-block;
    float:left;
    border-width:1px;
    border-style:solid;
}



.bpMenuItem{
    width:95px;
    
}
.bpMenuItem img{
    width:100%;
}
.myart {
    margin-left: 62%;
    margin-top:40px;
   
}
.strip {
    margin-top: 240px;
    height: 50px;
    background: url(http://images.3byun.com/n00000370/ImageResizeFileSystemHandler.ashx?commid=718&imagemtype=18&imageid=stripbg.png&src=stripbg.png);
}

.logoCust img {
    width: 100%;
    border-radius: 30px;
}



