.compos-content {
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
}

.compos-wrap {
    width: 1200px;
    height: auto;
    padding: 20px 0 82px;
    box-sizing: border-box;
    margin: 0 auto;
}

.compos-type-list {
    padding: 2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
}

.compos-type-item {
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    margin: 8px;
}
.compos-type-item > a {
    font-size: 14px;
    color: #666;
    padding: 6px 24px;
    box-sizing: border-box;
    display: block;
}
.compos-type-item.active {
    background-color: #FF7C06;
    border-color: transparent;
}
.compos-type-item.active > a {
    color: #fff;
}
.compos-type-item:hover {
    background-color: #FF7C06;
    border-color: transparent;
}
.compos-type-item:hover > a {
    color: #fff;
}

.compos{
    padding: 12px 0;
    width: 100%;
    height: auto;
}

.compos-item {
    margin: 0;
    display: flex;
    padding: 20px 50px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 2px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.compos-item-title{
    float: left;
    padding: 0 30px 0 30px;
}
.compos-item-price{
    display: flex;
    padding: 0 30px;
}
.item-price{
    color: red;
}

.compos-item > a{
    padding: 0;
    margin: 0;
    width: 100%;
}

.compos-title{
    display: flex;
    flex-direction: column;
    padding: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
}
.title-size{
    font-size: 18px;
    margin-bottom: 15px;
}
.compos-detail-title{
    display: flex;
    flex-direction: column;
    padding: 20px 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
}
.compos-tips{
    display: flex;
    flex-direction: column;
    color: #999;
    margin-top: 60px;
}

.compos-detail-title .compos-item-title > span {
    font-size: 18px;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.compos-detail-title .compos-item-title > span::after {
    display: block;
    clear: both;
    content: '';
    width: 3px;
    height: 16px;
    background-color: #ff7c06;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.compos-title-s{
    font-size: 18px;
}

.compos-button {
    display:table;
    color:white;
    padding:15px 80px;
    background:#FF7C06;
    border-radius:6px;
    margin:50px auto 0;
}
.compos-button a { color:white; }