.choose {
    background-color: #F0F2F5;
    padding: 48px 0;
}

.choose .top p {
    background-color: #E6EBF3;
    padding: 12px 40px;
    font-size: 16px;
    box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
}

.choose .top {
    display: flex;
}

.choose .top p:hover {
    color: #DB3730;
}

.choose .top p.checked {
    background-color: #fff;
    color: #DB3730;
}

.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-custom {
    display: flex;
    align-items: center;
    margin: 0 24px;
    padding: 40px 0;
    border-bottom: 1px solid #DCDFE6;
    color: #606266;
    position: relative;
}

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

.choose .left .row-custom .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: #DB3730;
}

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

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

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

.choose .left .row-customs .row-custom: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-custom {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DCDFE6;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.choose .right .row-custom.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: #DB3730;
}

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

.guide-bar {
    display: none;
}

.row-custom.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;
}




/*****************element**********************************/
.el-button--primary:focus, .el-button--primary:hover {
    background: #e97874;
    border-color: #DB3730;
    color: #FFF;
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #FFF; 
    background-color: #DB3730;
    border-color: #DB3730;
    -webkit-box-shadow: -1px 0 0 0 #DB3730;
     box-shadow: -1px 0 0 0 #DB3730;
}
.submit{
    background-color: #DB3730;
    width: 100%;
}
.submit :hover{
    background-color: #DB3730;
    width: 100%;
}
.icon{
    color: #f03131;
    line-height: 0 !important;
}
.el-icon-info{
    font-size: 16px;
    margin-left: 10px;
}
[v-cloak] {
    display: none !important;
  }
  