.buy-select {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
}
.buy-select > p {
    position: relative;
    min-width: 240px;
    line-height: 19px;
    padding: 8px 30px 8px 15px;
    font-size: 14px;
    color: #00aaff;
    border: 1px solid #00aaff;
}
.buy-select > p em {
    position: absolute;
    top: 16px;
    right: 15px;
    border: 5px solid transparent;
    border-top: 5px solid #00aaff;
    border-bottom: none;
}
.select-list {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    z-index: 100;
    min-height: 30px;
    max-height: 180px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
}
.select-list > p {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-list > p:hover,
.select-list > p.active {
    background-color: #00aaff;
    color: #fff;
}
.select-list > p:first-child {
    border-top: none;
}
.buy-select:hover p em {
    border-bottom: 5px solid #00aaff;
    border-top: none;
}
.buy-select:hover .select-list {
    display: block;
}
.input-reset{
    height: 35px;
    line-height: 35px;
    width: 574px;
}
.textarea-reset{
    border: 1px solid #e0e0e0;
    width: 574px;
    height: 94px;
    padding: 10px;
}

.show-configuration-box {
    padding: 15px 0px;
    margin-left: 30px;
}
.show-configuration-box hr {
    border: none;
    margin: 5px 30px 15px;
    background-color: #ddd;
    height: 1px;
}

.show-configuration-box .configuration-item {
    float: left;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.show-configuration-box .configuration-item-max {
    width: 100%;
}

.configuration-item .config-name {
    float: left;
    width: 110px;
    text-align: right;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.configuration-item .config-value {
    float: left;
    display: block;
    padding-left: 15px;
    font-size: 14px;
    color: #000033;
}
/* 数量框 */
.ny-number-container {
    float: left;
    line-height: 1;
    margin: 8px 0 16px 0;
}
.ny-number-box .ny-number-container {
    margin-bottom: 0;
    margin-top: 4px;
}
.number-input-box:hover {
    border: 1px solid #00a9ff;
}
.number-input-box {
    width: 128px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
}
.number-input-box input {
    height: 34px;
    width: 100px;
    /*text-align: center;*/
    border: none;
    outline: none;
    line-height: 36px;
}
.ny-number-input {
    padding-left: 10px;
}
.ny-number-unit {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888;
    font-size: 12px;
    width: 28px;
    height: 100%;
    background: #fff;
    line-height: 34px;
    text-align: center;
}
.ny-number-control {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 32px;
    height: 36px;
    margin-left: 0px;
}
.ny-number-control span {
    position: absolute;
    left: 0;
    z-index: 11;
    width: 30px;
    height: 18px;
    border: 1px solid #ccc;
    border-left: none;
    background: #f2f4f5 url(img/project_sprite.png) no-repeat;
    cursor: pointer;
}
.ny-number-control span:first-child {
    border-bottom: none;
}
span.number-control-up {
    top: 0;
    background-position: -40px 6px;
}
span.number-control-up:hover {
    background-position: -60px 6px;
}
span.number-control-down:hover {
    background-position: -60px -12px;
}
span.number-control-down {
    bottom: 0;
    background-position: -40px -12px;
}

.config-name-text{
    margin-right: 6px;
}
.show-configuration-box .line{
    border: none;
    margin: 15px 30px 5px;
    background-color: #ddd;
    height: 1px;
}
.number-input-box {
    width: 90px;
}
.ny-number-unit {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #999;
    text-align: right;
    width: 31px;
    height: 100%;
    background: #f2f2f2;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #ddd;
}
.line-tip {
    max-width: 300px;
    overflow: hidden;
}
.pass-desc {
    clear: left;
    padding-top: 10px;
    display: block;
}
.config-tip .config-tip-content.config-tip-one {
    top: -180px;
}
.config-tip-content {
    width: 285px;
    left: -44px;
}
.config-tip-content:before {
    margin-left: -14px;
}
.config-tip-one:before {
    margin-left: -22px;
}
.line-type-btn {
    margin-bottom: 10px;
}
.only-server-area {
    box-sizing: border-box;
    height: 65px !important;
    border-bottom: none;
    background-color: #f6f6f6 !important;
}
.only-server-area.slt em {
    color: #059fff;
    border-color: #059fff;
}
.only-server-area > em {
    display: block;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    background-color: #fff;
    color: #999;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.ny-number-control span{
    /*bottom: -3px;*/
}
.config-tier {
    margin-bottom: 0;
    border: none;
    padding: 25px 35px;
    /*padding-bottom: 7px;*/
    white-space: nowrap;
}
.config-tier2 {
    padding: 25px 0px;
}
.p2020713 {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    line-height: 4;
    width: 100px;
}
.config-tier-panel {
    margin-left: 0;
    display: inline-block;
    white-space: pre-line;
}
.line-buttons-outer {
    margin-left: 0;
}
.config-row-content {
    margin-left: 0;
}
.line-type-btn {
    margin: 0 20px 15px 0;
    background: #fff!important;
    width: 270px!important;
    height: 75px!important;
    transition: border-color 0.2s ease-in;
    border: 1px solid #e6e9eb!important;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    font-size: 17px!important;
    font-weight: 500;
    text-align: left!important;
    padding-left: 20px;
    white-space: nowrap;
    display: inline-flex;
}
.line-type-btn img {
    height: 36px;
    margin-right: 20px;
}
.line-type-btn p {
    color: #8a9099;
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    width: 140px;
}
.line-type-btn div {
    line-height: 1.8;
    font-weight: 600;
}
.server-buy-btn {
    top: 10px;
}
.buy-no-login-tip {
    top: 73px;
}
.app-scene-block {
    margin-top: 0;
    background-color: #fff;
    justify-content: initial; 
    margin-bottom: 127px;
}
.app-scene-item {
    cursor: pointer;
}
.app-scene-detail {
    cursor: initial;
}
.config-row-title {
    text-align: left;
}
.view-inner-fixed {
    margin-left: -685px;
}
.el-tabs__nav-wrap::after {
    height: 0;
}
.s2020715elect .el-input__inner {
    width: 270px;
    height: 75px;
    font-weight: 500;
    font-size: 17px;
    background: none;
    padding-left: 70px;
}
.s2020715elect .el-input__suffix {
    display: none;
}
.selectdiv {
    position: relative;
    margin: 0 20px 15px 0;
    display: inline-block;
}
.spansdatacode {
    position: absolute;
    line-height: 75px;
    margin-left: 75px;
    color: #ccc;
}
.select2020715 {

}
.sp2020718 {
    font-size: 15px;
    font-weight: 700;
}
.sp2020777 {
    font-size: 12px;
}
.sp2020718_price {
    font-size: 28px;
    color: #007bfc;
}
.line-type-btn:hover {
    z-index: 21;
}
#lineButton.button-group a>span {
        background: #fff;
        color: #606266;
        border: 1px solid #ebeef5;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
        padding: 8px 15px;
        height: auto;
        top: -45px;
        border-radius: 4px;
        font-size: 14px;
        transition: all 0.2s ease-in;
        max-width: none;
}
#lineButton.button-group a>span:after {
        position: absolute;
        content: '';
        left: 15px;
        bottom: -6px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid rgba(255,255,255);
        filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}

.cloud-configuration,.line-buttons-outer{
    height: auto;
    min-width: 100%;
}
#system-height{
    max-height:none !important;
}

