.slide{
    width: 450px;
    height: 450px;
}
.slide .layui-carousel{
    width: inherit;
    height: inherit;
}
.slide img{
    width: 100%;
    height: 100%;
}

.info h2{ 
    font-weight:600;
    font-size: 20px;
}

.descript{
    color: #999;
}

.extra{
    padding:10px; 
    margin:15px 0;  
    line-height:1.6em; 
    color:#888; 
    background:#F0FFF0; 
    border:1px solid #e3e3e3;
}
.postInfo{
    color: #666;
}
.postInfo .postItem{
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4;
    padding: 4px 0;
}
.postInfo .postItem span{
    display: inline-block;
    line-height: 1.4;
    margin-right: 5px;
}
.postInfo .postItem span:last-child{
    margin-right: 0;
}
.info .price{ 
    margin-top:10px; 
    display:block;
    color: #01AAED;
}
.info .price b{ 
    font-size:1.8em; 
    font-weight:normal;
}
.info .layui-btn:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.info .buyBtn{
    margin-bottom: 15px;
}
.info button.active{
    background-color: #01AAED;
    color: #fff;
}
.info button.dialogue{
    background-color: #fff;
    border: 1px solid #01AAED;
    color: #01AAED;
}

.info button.dialogue:hover{
    background-color: #01AAED;
    color: #fff;
}

.info button.layui-none{
    background-color: #eee;
    color: #666;
}

.detail .layui-card{ 
    border:1px solid #e3e3e3;
}
.detail .layui-card .layui-card-header{    
    background-color: #01AAED;
    color: #fff;
}

.comment .client .head img{ 
    width:80px; 
    height:80px;
    border-radius: 80px;
}
.comment .client{ 
    float:left;
}
.comment .content{ 
    padding-left:100px;
}
.comment .content .name{ 
    color:#999;
}
.comment{ 
    border-bottom:1px solid #e3e3e3;
    padding: 15px 20px;
}


.layui-form-item{
    position: relative;
}

.layui-form-item input + button{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100px;
    padding:0 ;
    text-align: center;
}

.layui-form .rcvInfo, .layui-form .verify{
    display: none;
}
.layui-form-radio > i{
    float: left;
    width: 22px;
    margin: 0;
}
.layui-form-radio > div{
    padding-left: 28px; 
    display: block;
    line-height: 20px;
    padding-top: 4px;
}


/* SMALL SCREEN */
@media screen and (min-width:970px) and (max-width:1170px){
    .slide{
        width: 380px;
        height: 380px;
    }
}

/* PAD SCREEN */
@media screen and (min-width:750px) and (max-width:970px){
    .slide{
        width: 285px;
        height: 285px;
    }
}


/* MOBILE */
@media screen and (max-width:496px){
 
    .info h2{ 
        line-height: 1.25em;
    }
    .info .descript{ 
        font-size: 1.2em;
    }
    .good-info.mt-4{ margin:0;}
    .slide{
        margin-left:-5px;
    }
    .good-info .info{
        margin-top: 10px;
    }
    .layui-card-body{
        padding:5px;
        overflow: hidden;
    }    
    .buyBox{ 
        position:fixed; 
        left:0; 
        bottom:0; 
        background:#fff; 
        z-index:999; 
        width:100%; 
        padding:10px 0; 
        border-top:1px solid #e3e3e3;
        box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.25);
    }  
    .info .price{ 
        float:left;
        margin-left:10px;
        margin-top: 5px;
    }
    .info .buyBtn{ 
        float:right; 
        margin-top:0px; 
        margin-right:15px;
    }
    .info .layui-btn+.layui-btn{ margin-left:5px;} 
    .layui-fixbar{ bottom:75px;}
    .comment .client .head img{ 
        width:45px; 
        height:45px;
    }  
    .comment .content{ 
        padding-left:55px;
    }    
    .comment{ 
        padding: 10px 10px;
    }
    .comment pre{ line-height:1.25em;}
    .buyBox_blank{ height:50px;}
    
}



