/* -- host-list -- */
.host-list {
 margin-bottom: 80px;
}
.host-list .head {
 margin-top: 50px;
 text-align: center;
}
.host-list .head .cat-name {
 font-size: 30px;
}
.host-list .head .desc {
 color: #999;
 padding: 10px 0;
}
.host-list .item {
 background-color: #FFF;
 position: relative;
 padding: 26px 0 26px 0;
 text-align: center;
 margin-top: 30px;
}
.host-list .item .hot {
 position: absolute;
 right: 0;
 top: 0;
 width: 80px;
 height: 80px;
 overflow: hidden;
 text-align: right;
}
.host-list .item .hot em {
 color: #FFF;
 position: absolute;
 right: 8px;
 top: 3px;
 font-size: 16px;
}
.host-list .item .hot::before {
 content: "";
 position: absolute;
 right: 0;
 top: 0;
 width: 0;
 height: 0;
 border-left: 80px solid transparent;
 border-top: 60px solid red;
 border-bottom: 0;
 border-right: 0;
}
.host-list .item .title {
 border-bottom: 1px solid #e1e1e1;
 font-size: 26px;
 padding-bottom: 15px;
 margin: 0 30px 15px 30px;
}
.host-list .item .price-box {
 font-size: 14px;
 margin-bottom: 30px;
}
.host-list .item .price-box .symbol {
 color: #ff5c35;
}
.host-list .item .price-box .price {
 font-size: 36px;
 color: #ff5c35;
}
.host-list .item .price-box .line {
 font-size: 24px;
 color: #a7a4a4;
}
.host-list .item .basic {
 display: flex;
 justify-content: center;
}
.host-list .item .basic li {
 padding: 0 10px;
 border-right: 1px solid #EEE;
}
.host-list .item .basic li:last-child {
 border-right: 0;
}
.host-list .item .basic li b {
 display: block;
}
.host-list .item .param {
 display: inline-block;
 text-align: left;
 font-size: 12px;
 margin: 10px 0 20px 0;
}
.host-list .item .param dl {
 display: flex;
 padding: 4px 0;
}
.host-list .item .param dl dt {
 width: 80px;
}
.host-list .item .param dl dd {}
.host-list .item .tips {
 display: inline-block;
 color: #ff5c35;
 border: 1px solid #ff5c35;
 border-radius: 20px 0;
 padding: 0 20px;
 margin-bottom: 30px;
}
.host-list .item .action {
 display: inline-block;
 width: 70%;
}
.host-list .item .action .btn {
 display: block;
 padding: 10px;
}

