.tuijiana {
    margin: 0 20px 15px 0;
    border: 1px solid #e6e9eb;
    padding: 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
}
.tuijiana:hover {
    color: #333;
}
.only-server-area.slt {
    border-color: #409EFF!important;
    color: #4c4c4c!important;
    /*background-color: #007BFC!important;*/
    background-image: url(__THEME_STATIC__/statics/helper/images/duigou.png)!important;
    background-repeat: no-repeat!important;
    background-position-x: right!important;
}
.only-server-area.slt p {
    /*color: #fff!important;*/
}
.line-type-btn {
    margin: 0 20px 15px 0;
    background: #fff!important;
    width: 270px!important;
    height: 60px!important;
    transition: border-color 0.2s ease-in;
    border: 1px solid #e6e9eb!important;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    font-size: 16px!important;
    font-weight: 500;
    text-align: left!important;
    padding-left: 20px;
    white-space: nowrap;
}
.line-type-btn img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}
.tuijiana-active {
    border-color: #409EFF;
    color: #4c4c4c!important;
    /*box-shadow: 0 8px 16px 0px rgba(10, 14, 29, 0.04), 0px 8px 64px 0px rgba(10, 14, 29, 0.08);*/
    background-image: url(__THEME_STATIC__/statics/helper/images/duigou.png)!important;
    background-repeat: no-repeat!important;
    background-position-x: right!important;
}
.cloud-banner {
    min-width: 0;
    background-size: cover;
}
.footer {
    margin-top: 0!important;
}
.button-group a.disable {
    background-color: #fff!important;
    cursor: not-allowed;
}
.line-buttons {
    max-width: 1300px;
}
.line-buttons-outer {
    margin-left: 0;
}
.config-row-content {
    margin-left: 1px;
}
.world-area .el-tabs--left, .el-tabs--right {
    display: flex;
    overflow: visible;
}
.world-area .el-tabs__content {
    overflow: visible;
}
@media screen and (max-width:960px){
    .config-tier{white-space:inherit}
    .tuijiana{width: 100%;flex-direction: row;justify-content: space-around;padding: 15px;flex-wrap: wrap;}
    .tuijiana>span,.tuijiana>div{padding: 0 5px;}
}
@media screen and (max-width:768px){
    .p2020713,.config-tier-panel{
        display: block;
    }
    .config-row-title,.config-row-content{
        float: none;
    }
    .button-group a{
        min-width: 60px;
        width: auto;
        padding: 0 15px;
    }
    .SSDUPDOWN{
        display: flex;
    }
    .ny-slider{
        display: none;
    }
    .config-slider-input{
        width: 100px;
    }
    .server-buy-btn{
        top: 20px;
    }
    .buy-no-login-tip{
        position:initial;
        padding-top: 10px;
    }
    .s2020715elect .el-input__inner{
        height: 45px;
        font-size: 15px;
        width: 250px;
    }
    .spansdatacode{
        line-height: 45px;
    }
}
.el-divider--horizontal {            
    margin-bottom: 10px;
    margin-top: 20px;
}
.el-divider__text {
    white-space: nowrap;
}
.el-radio-button__inner {
    /*padding: 15px 0px!important;*/
    width: 125px;
    border-radius: 0!important;
    color: #555;
}
.el-table tr:first-child th {
    background-color: rgb(246,248,250);
    border-right: none;
    color: #454a51;
    border-top: 1px solid #d1d5de;
    border-bottom: 1px solid #d1d5de;
    padding: 5px 0px 4px 0px;
}
.el-table tr:first-child th div {
    border-left: 1px solid #d1d5de;
}
.el-table tr:first-child th:first-child div {
    border-left: none;
}
.el-table--border td {
    border-right: none;
}
.el-table--enable-row-transition .el-table__body td {
     -webkit-transition: none;
     transition: none;
}
.config-tier {
    margin-bottom: 0;
    border: none;
    padding: 25px 35px;
    display: flex;
    flex-wrap: wrap;
}
.config-tier-panel {
    flex: 1;
}
.s2020715elect .el-input__inner {
    font-size: 14px;
}
.cus-condiv {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cus-title {
    min-width: 90px;
    text-align: right;
    margin-right: 10px;
    color: #999;
}
.land_area1-div {
    margin: 0 35px 20px 0;
}
.cloudlist .sbar {
	max-height: none;
}
body {
    
}
/* ------------------------------------------------- */



#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0 30px;
}
#tabs li {
    float: left;
    /*margin: 0 -15px 0 0;*/
}
#tabs a {
    float: left;
    position: relative;
    width: 140px;
    padding-left: 10px;
    height: 0;
    line-height: 45px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    border-right: 45px solid transparent;
    border-bottom: 45px solid #ccc;
    border-bottom-color: #777\9;            
}
#tabs a:hover,  #tabs a:focus {
    /*font-weight: bold;*/
}
#tabs a:focus {
    outline: 0;
}
#tabs #current {
    z-index: 3;
    border-bottom-color: #fff;
    color: #409EFF;
}
/* ----------- */

#content {
    background: #fff;
    border-top: 2px solid #3d3d3d;
    padding: 2em;/*height: 220px;*/

}
#content h2,  #content h3,  #content p {
    margin: 0 0 15px 0;
}
/* Demo page only */

#about {
    color: #999;
    text-align: center;
    font: 0.9em Arial, Helvetica;
}
#about a {
    color: #777;
}