.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;
    min-width: 832px;
    background-color: #fff;
}

/* 移动端响应式 */
@media screen and (max-width: 1200px) {
    .choose .left {
        min-width: 0;
    }
}

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

/* 镜像类型选择样式 */
.image-type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.image-type-item {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #fff;
}

.image-type-item:hover {
    border-color: #DB3730;
    color: #DB3730;
}

.image-type-item.active {
    border-color: #DB3730;
    background-color: #fef0f0;
    color: #DB3730;
}

.image-type-item .type-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.image-type-item .type-icon.centos {
    background-image: url('../images/newPromotion/Centos.png');
}

.image-type-item .type-icon.windows {
    background-image: url('../images/newPromotion/Windows.png');
}

.image-type-item .type-icon.ubuntu {
    background-image: url('../images/newPromotion/ubuntu.png');
}

.image-type-item .type-icon.debian {
    background: linear-gradient(135deg, #d70a53 0%, #a80030 100%);
}

.image-type-item .type-icon.other {
    background: linear-gradient(135deg, #666 0%, #999 100%);
}

/* 应用镜像图标样式 */
.app-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.app-icon.panel1 {
    background-image: url('../images/newPromotion/1panel.png');
}

.app-icon.bt {
    background-image: url('../images/newPromotion/bt.png');
}

.app-icon.nodejs {
    background-image: url('../images/newPromotion/nodejs.png');
}

.app-icon.tomcat {
    background-image: url('../images/newPromotion/tomcat.png');
}

.app-icon.lnmp {
    background-image: url('../images/newPromotion/lnmp.png');
}

.app-icon.lamp {
    background-image: url('../images/newPromotion/lamp.png');
}

.app-icon.docker {
    background-image: url('../images/newPromotion/docker.png');
}

.app-icon.wordpress {
    background-image: url('../images/newPromotion/wordpress.png');
}

.app-icon.wordpress-bt {
    background-image: url('../images/newPromotion/wordpress-bt.png');
}

.app-icon.openclaw {
    background-image: url('../images/newPromotion/openclaw.png');
}

.app-icon.other {
    background-image: url('../images/newPromotion/app.png');
}

.image-type-item .type-name {
    font-size: 14px;
}

/* 镜像版本卡片样式 */
.version-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.version-card-item {
    padding: 8px 16px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #fff;
    min-width: 80px;
    text-align: center;
    display: inline-flex;
    align-items: center;
}

.version-card-item:hover {
    border-color: #DB3730;
    color: #DB3730;
}

.version-card-item.active {
    border-color: #DB3730;
    background-color: #fef0f0;
    color: #DB3730;
}

.version-card-item .version-name {
    font-size: 14px;
}

/* 应用镜像特殊样式 */
.app-image-list {
    gap: 15px;
}

.app-image-item {
    min-width: 100px;
    padding: 12px 16px;
    flex-direction: column;
}

/* Element UI tooltip 样式优化 */
.el-tooltip__popper.is-light {
    max-width: 400px;
    font-size: 13px;
    line-height: 1.6;
    padding: 12px 15px;
    border: 1px solid #e8e8e8;
}

.app-image-item .version-name {
    font-size: 13px;
}
  