.productDetail .formBox .formItem .formLabel {
    width: 190px;
    text-align: left;
    font-size: 14px;
}

.productDetail .formItem .selectBox {
    width: 100%;
}

.productDetail .sendItem button{
    font-size: 20px;
    color:#fff;
    background:#00A2E8;
    width:100%;
    margin-left: 10px;
    padding:5px 16px;
}

.formBox .formItem .formLabel{
    line-height: 25px;
}
.custom .formBox .formItem{
    margin-bottom: 5px;
}

.productDetail .sendItem .formLabel{
    margin-top: 5px;
}
.productDetail .sendItem input{
    margin-top: 5px;
}

.productDetail .formBox .formItem input[type=text] {
    width: 378px;
}

.selectBox select {
    width: 100%;
}

.selectBox .iconArrow {
    right: 3%;
}

.detailPic .bigPic {
    height:auto;
}
.detailPic .bigPic > a {
    display:flex;
    align-items: center;
    justify-content: center;
    width:600px;
    min-height:600px;
    border:1px solid #eee;
}
.detailPic .bigPic img {
    width:auto;
    max-width:100%;
    height:auto;
}
.selectCount {
    width:auto;
}
.selectCount span {
    width:25px;
    height:25px;
    font-size:22px;
}
.selectCount input {
    font-size:14px;
    height:25px;
}
.productDetail .detailInfo .totalPrice .title{
    font-size:14px;
}
.productDetail .detailInfo .howMany .label {
    font-size:14px;
}
.formBox .formItem .selectFile.selected{
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.formItem .iconClose{
    cursor: pointer;
    display: none;
}

.select-box {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width:378px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}

.select-box:after {
    top: 50%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.select-box select {
    padding: 8px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-box select:focus {
    outline: none;
}

.progress{background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;height: 40px;
    margin: 10px;
    overflow: hidden;
    background-color: #f5f5f5;border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1); }
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#286090 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#286090 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));
    background-image: linear-gradient(to bottom,#337ab7 0,#286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-wrapper{width: 100%;height:100%;display: none;}
.progress-wrapper .mask-wrapper{width: 100%;height: 100%;background-color:rgba(0,0,0,.7);position: fixed;top:0;left: 0;z-index: 999;}
.progress-wrapper .progress-tips{position: fixed;width: 800px;z-index:9999;margin-left: -400px;left:50%;top:50%;margin-top: -80px;font-size: 16px;color:#fff;text-align: center;}
.progress-wrapper .progress{position: fixed;width: 800px;margin-left: -400px;top:50%;left:50%;z-index: 10000;margin-top: -50px;}


