ul,li{
    padding: 0;
    margin: 0;
}

.g-clr {
    zoom: 1;
}

.g-clr:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.hide {
    display: none;
}

.show {
    display: block;
}

.wrap{
    width: 1170px;
    margin: 0 auto;
}
.wrap h2{
    padding: 30px 0;
    color: #000;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.fitting{
    padding: 20px 0 ;
    position: relative;
}
.select_wrap{
    position: absolute;
    top: 70px;
    left: 40px;
    z-index: 2;
}
.select_list{
    padding: 20px;
}
.select_ul{
    float: left;
    position: relative;
    width: 300px;
    margin-left: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: rgba(255,255,255,.8);
    z-index: 5;
}
.select_ul li{
    float: left;
    height: 110px;
    width: 110px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 20px;
    overflow: hidden;
}

.select_ul li.active{
    border: 2px solid #b77072;
}
.select_ul .add{
    float: left;
    background: url("skin02/images/active/fitting/pc/icon_add.png") no-repeat center;
    background-size: 100%;
    height: 110px;
    width: 110px;
    margin-left: 20px;
}
.select_ul input {
    height: 100%;
    width: 100%;
    opacity: 0;
}
.view{
    position: absolute;
    top:0;
    left: 20px;
    background: rgba(255,255,255,.8);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding: 20px 0px 20px 0 ;
}
.view li{
    cursor: pointer;
}
.view li img{
    height :100%;
    width: 100%;
}
.triangle-r {
    position: absolute;
    left: 0;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid rgba(255,255,255,.8);
    border-bottom: 10px solid transparent;
}
.select_list .icon{
    float: left;
    height: 50px;
    width: 50px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius: 30px;
    cursor: pointer;
}
.icon_view{
    background: url("skin02/images/active/fitting/pc/icon_view.png") no-repeat center #b77072;
    background-size: 30px 26px;
}
.icon_clothes{
    background: url("skin02/images/active/fitting/pc/icon_clothes.png") no-repeat center #b77072;
    background-size:28px 22px;
}
.icon_save{
    background: url("skin02/images/active/fitting/pc/icon_save.png") no-repeat center #b77072;
    background-size:  27px ;
}
.add_cart{
    height: 64px;
    width: 90px;
    position: absolute;
    bottom: 100px;
    right: 80px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url("skin02/images/active/fitting/pc/icon_cart.png") no-repeat center #b77072;
    background-size: 51px 47px;
}


.select_ul .clothes{
    height: 540px;
    overflow: auto;
    position: absolute;
    top: -100px;
    left: 20px;
    background: rgba(255,255,255,.8);
    padding-top: 20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.view ul{
	height: 600px;
    overflow: auto;
}
.select_ul .clothes::-webkit-scrollbar,.view ul::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: rgba(183,112,114,.2);
}

.select_ul .clothes::-webkit-scrollbar-track,.view ul::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: rgba(183,112,114,.2);
}

.select_ul .clothes::-webkit-scrollbar-thumb,.view ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: rgba(183,112,114,1);
}


.select_ul .clothes li{
    margin-left: 20px;
    cursor: pointer;
}
.select_ul .clothes li img{
    height: 100%;
    width: 100%

}
.fitting_bg{
    z-index: 1;
    width: 1170px;
    height: 830px;
    overflow: hidden;
}
.fitting_bg img.bg{
    height: 100%;
    width: 100%;
}
#model,#clothes{
    position: absolute;
    top: 20px;
    left:426px;
    height: 830px;
    width: 326px;
    z-index: 0;
    zoom: 1;
    -moz-transform:scale(1);
}
.dialog{
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 50%;
    margin-top: -10px;
    left: 45%;
    z-index: 5;
    padding: 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius: 3px;
}

@media (max-width: 1170px){
    .wrap,.fitting_bg{
        width: 100%;}
    .fitting_bg{
        height: 546px;
    }
    #model,#clothes{
        zoom: .6;
        top: 66px;
        left:480px;
        -moz-transform:scale(0.6) translate(-220px,-300px);
    }
    .clothes{
        height: 410px;
        width: 180px;
    }
    .select_ul .add,.select_ul li{
        width: 65px;
        height: 65px;
    }
    .add_cart{
        height: 44px;
        width: 70px;
        background-size: 31px 27px;
    }
    .select_ul{
	    width: 200px;
	}
	.view ul {
      height: 400px;
    }
    .select_ul .clothes {
	    height: 400px;
	} 
}