﻿html,body{ 
    height:100%;
} 
.content {
    width: 100%;
    margin: 0 auto;
    background-color:#ffffff;
    overflow:hidden;
    margin-bottom:70px;
}

.product {
    height:auto;
    width:100%;
    background-color:#ffffff;
}

.proimg {
    width:100%;
    z-index:1;
    padding:0px;
    margin:auto;
}

.proimg1 {
    width: 100%;
    height:275px;
}

.prosnum {
    height:32px;
    width:32px;
    background-image: url('/Images/btn/num01.png');
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    position:absolute;
    right:10px;
    z-index:2;
    margin-top:-40px;
    font-family: "Microsoft YaHei" !important;
    font-size: 12px;
    text-align:center;
    color:#ffffff;
    line-height:32px;
}

#nowsolider {
    font-size:12px;
}

.proprice {
    height:60px;
    background-image: url('/Images/btn/activityprice01.png');
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index:3;
    margin-top:0px;
}

.propriceitem {
    float:left;
    height:50px;
    line-height:50px;
    width:65%;
    color:#ffffff;
    font-family: "Microsoft YaHei" !important;
}

.currentsign {
    font-size:20px;
}

.currentprice {
    font-size:32px;
}

.cost {
    margin-left:5px;
    font-size:15px;
}

.costprice {
    font-size:15px;
    text-decoration:line-through;
}

.pronum {
    float:right;
    width:30%;
    color:#ffff00;
    font-family: "Microsoft YaHei" !important;
    font-size:16px;
    text-align:center;
    line-height:46px;
}

.pronum1 {
    padding-top:2px;
    height:20px;
    width:100%;
}

.procon {
    height:53px;
    font-family: "Microsoft YaHei" ! important;
    z-index:4;
}

.procontit {
    height:18px;
    width:98%;
    margin:5px 0 0 10px;
    font-size: 18px;
    color:#323232;
    font-family:'Microsoft YaHei';
}

.proconad{
    height:15px;
    line-height:15px;
    width:95%;
    margin:8px 0 0 12px;
    font-size: 13px;
    color:#b1b0b0;
}

.buynum{margin-top:8px; margin-left:12px;}
.buynum span{background:#E8E8E8; width:65px; height:26px; display:block; float:left; text-align:center;line-height:26px;}
.buynum input{background:#F7F7F7; width:80px; height:26px; display:block; float:left; border:none; text-align:center;line-height:26px;}

.prointegral {
    margin-right:10px;
}

.space {
    height:8px;
    width:100%;
    background-color:#e5e5e5;
}

.follow {
    height:52px;
    width:100%;
    background-color:#ffffff;
}

.followstr {
    float:left;
    height:15px;
    width:68%;
    margin:18px 0px 18px 0px;
    font-family: "Microsoft YaHei" !important;
    font-size:13px;
    text-align:center;
}

.followline {
    float:left;
    height:40px;
    width:2%;
    margin:6px 0px 6px 0px;
    border-left:1px dashed #ffce6c;
}

.followbtn {
    float: left;
    height: 24px;
    width: 28%;

    margin: 18px 0px 18px 0px;
    font-family: "Microsoft YaHei" !important;
}

.followbtn label {
    height: 24px;
    background-image: url('/Images/btn/love01.png');
    background-size: 24px 18px;
    background-position:0px 0px;
    background-repeat: no-repeat;
    font-size: 14px;
    color:#ffbb03;
    padding-left: 28px;
}

.productdetailed {
    clear:both;
    margin-top:35px;
    height:38px;
    width:100%;
    background-color:#ffffff;
}

.productdetailed ul {
    height:100%;
    width:100%;
}

.productdetailed li {
    float: left;
    height: 100%;
    color: #323232;
    font-size: 15px;
    font-family:'Microsoft YaHei';
    width: 50%;
    text-align:left;
    padding-left:5%;
    line-height: 33px;
}

.productdetailed .current {
    color: #f6a134;
    border-bottom: 2px #f6a134 solid;
    width: 50%;
}

/*通用*/
.hiddiv {
    display: none;
}