.container-fluid{
    padding:0px 1px
}
.carousel-control{
	width: 6%;
}

.carousel-title{
	position: absolute;
    top: 50px;
    right: 5%;
    z-index: 10;
    font-weight:bolder;
    font-size:36px;
    color: #e0e0e0;
    text-align: center;
    font-family: 'Microsoft YaHei',Arial,sans-serif;
}

.card{
    padding: 10px;
}
.card-row{
    margin-right: 100px;
    margin-left: 100px;
}
.card-title{
    width: 100%;
    line-height: 80px;
    margin-top: 30px;
    padding: 30px 0px;
    font-weight: bold;
    font-size: 40px;
    color: #222;
    text-align: center;
}
.card-caption{
    position: absolute;
    bottom: 25px;
    left: 10%;
    right: 10%;
    z-index: 10;
    font-weight:bold;
    font-size:18px;
    text-align: center;
    color: #333333;
    background: #fbfbfd;
    font-family: 'Microsoft YaHei',Arial,sans-serif;
}
.card-image{
    margin:4px;
    padding:4px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.card-desc-text{
    position: absolute;
    margin:4px;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color:#444444;
    font-size:20px;
    font-weight: bold;
}
.pct_caption{
    position: absolute;
    top: 20px;
    left: 5%;
    right: 5%;
    z-index: 10;
    font-weight:bold;
    font-size:18px;
    text-align: center;
    color: #333333;
    background: #fbfbfd;
    font-family: 'Microsoft YaHei',Arial,sans-serif;
}
.pct-buy{
    position: absolute;
    left: 7%;
    right: 10%;
    top: 50px;
    text-align: center;
}
.pct-buy a{
    color:#06c;
    font-size: 16px;
    line-height: 1.23536;
    font-weight: 500;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    text-align: center;
}
.line_bg_color{
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(0,0,0,.02) 100%);
}