.itemQuikSearch {

    border-radius: 50%;
    display: none;
    width: 35px;
    height: 35px;
    position: relative;
    top: -195px;
    left: 45px;
    z-index: 11;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=90);
}
.quickbg{
    background: rgba(0,0,0,0.6);
    /*opacity: .8;*/
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1002;
}
.quickmin{
    margin-top: 100px;
    max-width: 800px;
    max-height: 450px;
    /*border-top: 2px solid #c00;*/
    padding: 20px 48px;
    position: absolute;
    left: 50%;
    margin-left: -280px;
    background: #fff;
    z-index: 1003;
    width: 70%;
    height: 71%;
}
#quickESC{
    right: 10px;
    top: 0px;
    height: 12px;
    width: 12px;
    position: absolute;
    color: #d7410b;
}
.quickimg{
    width: 35%;
    min-height: 450px;
    float: left;
    margin-right: 20px;
}
.quickproductext{
    width: 50%;
    float: left;
    margin-left: 60px;

}
.quickproductext h3{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    font-size: 22px;
}
.quickproductext p{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #f3f3f3;
    width: 100%;
}
.quicktitle{
    float: left;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 700;
    color: #444;
}
.quickqty{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #f3f3f3;
}
.boxqty{
    float: left;
}
.quickqty span{
    vertical-align:top
}
.minqty{
    text-align: center;
    color: white;
    float: left;
    background-color: #999999;
    height: 35px;
    width: 35px;
    line-height: 2.5em;
}
#buyqty{
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 38px;
    float: left;
    padding: 0;
    margin-left: -1px;
    font-size: 107.14%;
    border: 1px solid #ddd;
    font-weight: 700;
}
.addqty{
    text-align: center;
    color: white;
    float: left;
    background-color: #999999;
    height: 35px;
    width: 35px;
    line-height: 2.5em;
}
.addcart{


    float: left;

}

.addcart button{
    border: none;
    text-decoration: none;
    color: #fff;
    background: #0197d6;
    border-color: #0197d6;
    margin-top: 20px;
    width: 120px;
    height: 41px;
    font-size: 15px;
}
#qkprice{
    color: #d93a03;
}
.viewdetails{


    float: left;

}
.quickcontent{
    height: 100%;
}
.viewdetails button{
    margin-left: 10px;
    border: none;
    text-decoration: none;
    color: #fff;
    background: #d93a03;
    border-color: #d93a03;
    margin-top: 20px;
    width: 120px;
    height: 41px;
}
.quickimg-list{
    float: left;
    margin-top: 20px;
}
.quickimg-list li{
    float: left;
    border: 1px solid #e0e0e0;
    margin-right: 5px;

}
.quickimg-list li:hover{
    border: 1px solid #c00;

}


.magnifyingBegin {
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
    background-color: #454545;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    cursor: move;
    display: none;
}
.product-image{
    width: 220px;
    height: 220px;
}
.magnifyingShow {
    border: 1px solid;
    width: 310px;
    height: 270px;
    display: none;
    position: absolute;
    right: 162px;
    top: 30px;
    overflow: hidden;
    background-color: white;
}
#qkimage{
    width: 220px;
    height: 220px;
}
.magnifyingShow img{
    width: 681px;
    height: 645px;
}
.goods-version select{
    width: 107px;
    height: 33px;
}