/* icann */
.restaurant-icann{
    margin: 96px auto 200px;
}
.restaurant-icann-list{
    width: 958px;
    margin: 0 auto;
}
.restaurant-icann-list-item{
    padding: 22px 0;
    border-bottom: 1px solid #cacaca;
}
.restaurant-icann-list-item:first-child{
    border-top: 1px solid #cacaca;
}
.restaurant-icann-list-item p{
    font-size: 22px;
    line-height: 26px;
    color: #242424;
}

.restaurant-icann-list-item a{
    font-size: 18px;
    color: #5c76b8;
}

.restaurant-icann-list-item.price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.restaurant-icann-list-item.price p{
    font-size: 30px;
    color: #464646;
}

.restaurant-icann-list-item.price span{
    font-size: 30px;
    color: #ff6800;
}

/* 开放流程 */
.restaurant-process{
    width: 1200px;
    margin: 0 auto;
}
.restaurant-process-main{
    display: flex;
}
.process-left-item{
    flex: none;
    width: 280px;
    padding-right: 30px;
    padding-top: 28px;
    box-sizing: border-box;
}
.process-right-main{
    flex: auto;
    padding-left: 30px;
    padding-bottom: 180px;
    padding-top: 28px;
    border-left: 1px solid #cacaca;
    box-sizing: border-box;
}
.process-left-item span{
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    cursor: pointer;
}
.process-left-item .list-item-btn{
    text-align: right;
    margin-top: 38px;
}
.process-left-item span.active{
    font-weight: bold;
    border-bottom: 1px solid #ff6800;
}
.process-left-item span:hover{
    font-weight: bold;
    border-bottom: 1px solid #ff6800;
}

.process-right-main h2{
    margin-top: 38px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #464646;
    font-weight: bold;
}

.process-right-main p{
    font-size: 16px;
    color: #464646;
    line-height: 28px;
}
.process-right-main .rule-text p{
    margin-top: 28px;
}
.process-right-main .rule-text h3{
    margin-top: 30px;
    font-size: 28px;
    color: #000000;
    font-weight: normal;
}