.proinfo{
    margin-top: 60px;
    background-color: white;
    padding-bottom: 104px;
    position: relative;
}
.img-list{
    width: 490px;
    height: 600px;
    margin: 50px 90px 0 0;
    float: left;
    /* position: fixed; */
}

.big-img{
    width: 100%;
    height: 490px;
    border: 1px solid #e8e8e8;
}

.big-img img{
    width: 100%;
    height: 100%;
}

.small-img{
    width: 100%;
    height: 70px;
    margin-top: 30px;
    position: relative;
}

.arrow{
    width: 45px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    display: none;
    background-color: white;
    border: none;
    font-size: 30px;
    color: #999999;
    outline: none;
}

.arrow-left{
    left: 0;
}

.arrow-right{
    right: 0;
}

.listbox{
    width: 400px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.listbox ul{
    width: auto;
    display: inline-block;
}

.listbox ul li{
    width: 70px;
    height: 70px;
    list-style: none;
    float: left;
    margin: 0 5px;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.listbox ul li.active{
    border: 1px solid #cccccc;
}

.listbox li img{
    width: 100%;
    height: 100%;
}

.property-list{
    width: 620px;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
    float: right;
    min-height: 530px;
}

.pro-name{
    font-size: 24px;
    color:#333333;
    margin-bottom: 10px;
}

.pro-slogan{
    font-size: 16px;
    color: #2A2A2A;
    margin-top: 10px;
}

.pro-reftitle{
    text-decoration: underline;
    color: #FF0020;
    cursor: pointer;
    font-size: 16px;
}
.pro-reftitle:hover{
    color: #FF0020;
}
.pro-reftitle:link{
    color: #FF0020;
}
.pro-reftitle:active{
    color: #FF0020;
}
 .pro-reftitle:visited{
     color: #FF0020;
 }
.pro-act{
    margin-top: 6px;
}

.act-name{
    font-size: 14px;
    color: #00C03C;
}

.act-desc{
    font-size: 14px;
    color: #2A2A2A;
}

.pro-price{
    font-size: 30px;
    color: #00C03C;
    margin-top: 10px;
}

#priceOld{
    font-size: 20px;
    color: #000000;
    text-decoration: line-through;
}

.act-col{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
}

.act-head{
    width: 100%;
    height: 44px;
    background-color: black;
    padding: 0 22px;
    display: none;
}

.act-head-l{
    width: 50%;
    height: 100%;
    float: left;
    vertical-align: middle;
}

.act-head-r{
    width: 50%;
    height: 100%;
    float: left;
    text-align: right
}

.subscribe{
    float: left;
    line-height: 44px;
    color: #00ec00;
    display: none;
}

.icon{
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 12px;
}

.icon-clock{
    background: url('https://shop-1256119282.file.myqcloud.com/blackshark/pc-source/img/product/clock.png') center no-repeat;
    background-size: contain;
}

.act-head-title{
    font-size: 15px;
    color: #00ec00;
    margin-left: 7px;
    line-height: 44px;
    vertical-align: middle;
}

.act-date-list{
    float: right;
    color: #00ec00;
    text-align: center;
    margin-top: 10px;
}

.act-date-title{
    font-size: 13px;
    color: #00ec00;
    line-height: 44px;
    vertical-align: middle;
    margin-right: 13px;
}

.act-date{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #00ec00;
    color: black;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    vertical-align:middle;
}

.act-content{
    background-color: #F8F8F8;
    overflow: hidden;
}

.act-list{
    padding: 0 20px 0;
}

.coupon-list{
    padding: 0 20px 0;
    display: table;
}

.act-content-item{
    width: 100%;
    /* display: table-cell; */
    vertical-align: text-top;
    padding: 6px 0;
    box-sizing: content-box;
    table-layout: fixed;
}

.act-tag{
    display: inline-block;
    background-color: black;
    color: white;
    /* float: left; */
    padding: 3px 6px;
    vertical-align: top;
    font-size: 12px;
}

.act-title{
    /* padding-top: 3px; */
    vertical-align: top;
    margin-left: 17px;
    font-size: 13px;
    color: #666666;
    width: 503px;
    display: inline-block;
    line-height: 2;
    word-break: break-word;
}

.act-title p{
    margin: 1px 0 1px;
}

.coupon{
    padding: 4px 10px;
    color: #00C03C;
    background-color: rgba(0,192,60,0.08);
    border: 1px dashed rgba(0,192,60,0.7);
    margin: 0 5px 8px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
}

.pro-choose{
    margin-top: 30px;
    border-top: 1px solid #E7E7E7;
    padding-top: 18px;
    overflow: hidden;
}

.pro-choose-item{
    overflow: hidden;
    width: 100%;
    height: auto;
    display: inline-block;
}

.pro-choose-name{
    width: 60px;
    height: 42px;
    float: left;
    margin-right: 20px;
    text-align: justify;
    position: relative;
    line-height: 42px;
}

.pro-choose-name:after{
    content: "";
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.pro-choose-content{
    width: 540px;
    float: left;
}

.pro-choose-pill{
    width: 150px;
    height: 42px;
    border-radius: 3px;
    text-align: center;
    float: left;
    line-height: 42px;
    margin: 0 20px 20px 0;
    border: 1px solid #DCE1E4;
    cursor: pointer;
}

.pro-choose-pill:hover, .pro-choose-pill.active{
    border: 1px solid #00C03C;
}

.sel-num{
    width: 150px;
    height: 42px;
    float: left;
    border: 1px solid #DCE1E4;
    position: relative;
}

.sel-num button{
    width: 42px;
    height: 42px;
    border: none;
    background-color: inherit;
    outline: none;
    position: absolute;
}

.sel-num button:active{
    background-color: #DCE1E4;
    color: white
}

.reduce-num{
    top: 0;
    left: 0;
}

.add-num{
    top: 0;
    right: 0;
}

.sel-num .num{
    width: 56px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.surplus{
    line-height: 42px;
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
}

.button-col{
    margin-top: 45px;
}

.button-col .btn{
    width: 170px;
    height: 52px;
    color: white;
    padding: 15px 12px;
    margin-right: 20px;
}

.button-col .btn-gray{
    color: #999999;
}

.pro-parameter{
    border-top: 1px solid #E7E7E7;
}

.pro-parameter nav{
    background-color: white;
    height: 80px;
    overflow: hidden;
}

.nav-tabs {
    border-bottom: none;
    margin-top: 20px;
}

.nav-tabs>li{
    margin-right: 90px;
}

.nav-tabs>li>a {
    color: #999999;
    border: none;
}

.nav-tabs>li>a:hover {
    border: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: inherit;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #333333;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a:after, .nav-tabs>li.active>a:focus:after, .nav-tabs>li.active>a:hover:after {
    content: '';
    width: 50%;
    display: block;
    margin: 8px auto;
    border: 1px solid black
}

.param > p{
    margin: 0;
}

.param img{
    width: 100%;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.block{
    width: 100%;
    padding: 100px 119px;
    margin: 50px 0 120px 0;
    background-color: white;
    box-sizing: border-box;
}

.param-title{
    font-size: 30px;
    text-align: center;
}

.param-item{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px 0 20px 20px;
    box-sizing:content-box
}

.param-item:nth-of-type(odd){
    background-color: #f4f4f4
}

.param-item:nth-last-of-type(1){
    margin-bottom: 0;
}

.param-name{
    width: 251px;
    height: auto;
    float: left;
    font-size: 18px;
    color: #333;
}

.param-content{
    width: 700px;
    height: auto;
    float: left;
    color: #666666;
    font-size: 14px;
}

.param-content-item{
    width: 33.3333333%;
    float: left;
    padding: 0 10px 0 0;
}

.param-content-item-row{
    margin-bottom: 10px;
}

.param-content p{
    margin-bottom: 0;
    line-height: 2;
}

.eval-item{
    overflow: hidden;
    padding: 70px 0 70px;
    border-bottom: 1px solid #E7E7E7;
}

.eval-item:nth-last-of-type(1){
    border-bottom: none;
}

.eval-user{
    width: 155px;
    float: left;
}

.eval-user-img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #D8D8D8;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}

.eval-user-img img{
    width: 100%;
    float: left;
}

.eval-user-name{
    float: left;
    width: 53px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
}

.eval-content{
    width: 806px;
    float: left;
}

.star-col i{
    font-size: 15px;
    color: rgba(0,0,0,0.15);
}

.star-col i.active{
    color: rgba(0,192,60,1);
}

.eval-txt{
    font-size: 15px;
    color: #333333;
    margin-top: 13px;
}

.eval-img{
    width: 100%;
    overflow: hidden;
}

.eval-img-item{
    width: 80px;
    height: 80px;
    float: left;
    margin: 20px 20px 0 0;
    border: 1px dashed #D8D8D8;
    overflow: hidden;
    cursor: pointer;
}

.eval-img-item img{
    width: 100%;
}

.eval-prodesc{
    font-size: 12px;
    color: #999999;
    margin-top: 14px;
}

.eval-review{
    margin-top: 14px;
}

.review-official{
    width: 100%;
    padding: 13px 14px;
    background-color: #F4F4F4;
}

.review-self{
    padding: 13px 0;
}

.review-name{
    font-size: 13px;
    color: #999999;
}

.pagination {
    display: block;
    font-size: 80%;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
    margin: 0 auto;
}

.pagination>.prev, .pagination>.next {
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 400;
    font-size: 12px;
}

.pagination>a,.pagination>span{
    display:inline-block;
    margin-right: 4px;
    min-width: 28px;
    height:  28px;
    line-height:  28px;
    text-align:  center;
    background-color: #ffffff;
    font-size:  13px;
    color: #333333;
    border-radius: 2px;
    text-decoration:none;
    border: solid 1px #DCE1E4;
}

.pagination>.current{
    background: #ffffff;
    border: solid 1px #00C03C;
    color: #00C03C;
}

#pagevalue {
    width: 58px;
    height: 28px;
    margin-right: 4px;
    border-radius: 2px;
    border: solid 1px #DCE1E4;
    font-size: 12px;
    text-align: center;
    margin-left: 0;
}

#search {
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 400;
    display: inline-block;
    color: #333;
    font-size: 12px;
}