.choose {
    background-color: #F0F2F5;
    padding: 48px 0;
}
.ad{
    
}
.choose .top a {
    background-color: #E6EBF3;
    padding: 12px 6px;
    font-size: 14px;
    box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
color:#333;
    
}

.choose .top {
    display: flex;
    color:white;
}

.choose .top a:hover {
    color: #2B85FB;
}

.choose .top a.checked {
    background-color: #fff;
    color: #2B85FB;
}

.choose .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.choose .left {
    flex-grow: 1;
    background-color: #fff;
}

.choose .key {
    margin-top: 24px;
    display: block;
    background-color: #fff;
}

.choose .left > div {
    display: none;
}

.choose .left .row {
    display: flex;
    align-items: center;
    margin: 0 24px;
    padding: 40px 0;
    border-bottom: 1px solid #DCDFE6;
    color: #606266;
    position: relative;
}

.choose .left .row:last-child {
    border-bottom: 0
}

.choose .left .row .title {
    font-size: 16px;
    flex-shrink: 0;
    width: 100px;
}

.choose .right {
    width: 360px;
    background-color: #fff;
    margin-left: 8px;
    flex-shrink: 0;
    padding: 18px;
}

.choose .icon-question {
    font-size: 16px;
    cursor: pointer;
    color: #2B85FB;
}

.choose .disk-type {
    position: absolute;
    width: 100px;
    right: 140px;
}

.choose .left .rows {
    border-bottom: 1px solid #DCDFE6;
    margin: 0 24px;
    padding: 40px 0;
}

.choose .left .rows .row {
    border-bottom: 0;
    padding: 16px 0 0;
    margin: 0;
}

.choose .left .rows .row:first-child {
    padding-top: 0;
}

.choose .add-disk {
    font-size: 15px;
}

.choose .closed {
    cursor: pointer;
    margin-left: 8px
}

.choose .add-disk .icon-add {
    font-size: 20px;
    margin-right: 6px;
}

.choose .disk-info {
    margin-left: 12px;
}

.choose .disk-info span {
    font-size: 16px;
    color: #f03131;
}

.choose .right .title {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.choose .right .row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DCDFE6;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.choose .right .row.no-line {
    border-bottom: 0;
}

.choose .right .name {
    color: #999;
    padding-bottom: 2px;
    flex-shrink: 0;
    margin-right: 32px;
}

.choose .right .date-len {
    font-size: 15px;
    border-color: #DCDFE6;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 8px 0 24px;
}

.choose .right .price.num {
    font-size: 26px;
    color: #2B85FB;
}

.choose .right .price.cut {
    color: #f03131;
    font-size: 12px;
}

.guide-bar {
    display: none;
}

.row.no-line.warning-text {
    color: #f03131;
    display: none;
}

.is-cut-name.red {
    color: #f03131;
    font-size: 18px;
    font-weight: 600;
}

.duration-select a {
    position: relative;
}

.cut-tag {
    position: absolute;
    display: none;
    padding: 4px 8px;
    font-size: 12px;
    white-space: nowrap;
    background: linear-gradient(to right, #ecc081, #f7e7ce);
    border-radius: 0 4px;
    line-height: 1;
    top: -20px;
    left: 12px;
    color: #b26800;
    font-weight: normal;
    z-index: 1;
}

.cut-tag:before {
    position: absolute;
    content: '';
    border-width: 6px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #ecc081;
    border-bottom-width: 0;
    top: 100%;
    left: 8px;
}

.show-year-cut a:hover .cut-tag {
    display: block;
}