.cloud-banner{
    /* height: 400px!important; */
    position: relative;
    /* background: url(../../img/txyfwqBanner.png) center top #05121a no-repeat; */
    /* min-width: 1220px; */
	box-sizing: border-box;
}
.header-info {
    display: flex;
    color: #323232;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
}
[v-cloak] {
    display: none;
  }
.header-info h1 {
    font-size: 36px;
    margin: 0 0 35px;
}

.cloud-configuration{
    padding-top: 30px;
    padding-bottom: 80px;
    font-size: 14px;
    color: #777;
    width: 1220px;
    margin: 0 auto;
}

.form .form-item{
    position: relative;
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 25px 0;
}

.form .form-item:hover{
    border-color: #4E78FD;
}

.form .form-item:hover .form-item-title{
    background: #4E78FD;
}

.form .form-item:hover .form-item-title span{
    color: #fff;
}

.form-item .form-item-title{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #edf1f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-item .form-item-title span{
    width: 1em;
    line-height: 1;
    color: #999;
}
.form-item .form-item-panel{
    margin-left: 30px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
	color: #999;
}
.server-buy-btn[disabled='disabled']{
	background: #ddd;
}

.form-item .row{

    margin-top: 20px;
}

.form-item .row:first-child{
    margin-top: 0;
}

.form-item .row-label{
    float: left;
    width: 110px;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 37px;
}
.form-item .row-content{
    margin-left: 126px;
    min-width: 500px;
}

.button-group a {
    float: left;
    position: relative;
    z-index: 10;
    width: 129px;
    height: 35px;
    margin-left: -1px;
    border: 1px solid #dddddd;
    background-color: #fff;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    cursor: pointer;
}

.button-group a.slt {
    z-index: 20;
    border-color: #4E78FD;
    background-color: #4E78FD;
    color: #fff;
}

.row-content .slide-box{
    width: 630px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.row-content .slide-box:last-child{
    margin-bottom: 0;
}


.slider-unit{
    width: 30px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 572px;
    top: 0;
}

.slider-close{
    display: inline-block;
    line-height: 40px;
    position: absolute;
    right: -15px;
    top: 0;
    cursor: pointer;
}
.slider-close:hover{
    color: #4E78FD;
}
.input-reset{
    width: 280px;
    color: #4c4c4c;
}

/* .button-group.months-button-7 a {
    width: 80px;
} */

.number-input{
    width: 70px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
}

.add-disk {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 37px;
    background: url(../../img/buy_plus.png) no-repeat left center;
    color: #4E78FD;
}

.add-disk span {
    color: #ff8a00;
    margin: 0 15px 0 10px;
}

.server-price{
    font-size: 24px;
}

.origin-price {
    margin-left: 10px;
    color: #0f9934;
    text-decoration: line-through;
}

.server-buy-btn {
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 20px;
    /* padding: 0 30px; */
    height: 40px;
    width: 140px;
    line-height: 40px;
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    background-color: #ff6600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.buy-no-login-tip {
    position: absolute;
    right: 20px;
    top: 98px;
}

.only-server-area.slt {
    background-color: #4E78FD !important;
}

.only-server-area.slt em {
    color: #4E78FD;
    border-color: #4E78FD;
}

.only-server-area {
    box-sizing: border-box;
    height: 65px !important;
    border-bottom: none;
    background-color: #f6f6f6 !important;
}

.only-server-area > em {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background-color: #fff;
    color: #999;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.line-type-btn {
    margin-bottom: 10px;
}
.error{
    color: #F56C6C;
    position: relative;
    top: 10px;
}
.tooltip{
    border: thin solid #4E78FD;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    color: #a3a3a3;
}
.el-icon-question:before{
    content: '?';
    color: #4E78FD;
}
.el-slider{
    width: 80%;
}
.el-slider__button{
    width: 8px;
    height: 22px;
    border-radius: inherit;
}
.el-slider__input{
    width: 60px;
    height: 30px;
}
.el-slider__runway.show-input{
    margin-right: 100px;
}
.el-slider__marks-text{
    top: -46px;
}
.el-select .el-input--suffix{
    line-height: 40px;
}

.el-select .el-input--suffix .el-input__inner{
    line-height: 40px;
}

.el-input__inner{
    height: 40px;
    border-radius: 0;
}
/*.el-input__suffix .el-input__suffix-inner .el-icon-arrow-up:before{*/
    /*position: relative;*/
    /*top: -5px;*/
    /*right: 0;*/
    /*left: 0;*/
/*}*/
.el-tooltip__popper.is-light, .el-tooltip__popper.is-dark {
    background: #fff;
    border: 1px solid #cccccc;
    color: #333;
}

.modal{
    background: #fff;
    position: absolute;
    top: 380px;
    left: 0;
    width: 100%;
    height: 1475px;
    z-index: 9999;
}

.hui-icon {
    display: none;
    position: absolute;
    width: 18px;
    height: 16px;
    /* background: url(../../img/icon_hui.png) no-repeat center; */
    top: -1px;
    right: -2px;
    z-index: 9;
}
.slider-show-input {
    width: 60px;
    margin-left: 30px;
}
.slider-show-input .el-input__inner {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}
.login-form .form-content {
    display: flex;
    flex-direction: column;
}
.login-form .error-info {
    height: 32px;
    line-height: 32px;
    text-indent: 32px;
    font-size: 12px;
    color: #ff3300;
    background: #ffe0d9 url(../../img/error-icon.png) no-repeat 8px 8px;
}
.login-form .form-item {
    /* width: 300px; */
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    margin-top: 8px;
    padding: 0;
}
.login-form .form-item i {
    margin: 0 8px 0 12px;
}
.login-form .form-item input {
    border: none;
    font-size: 14px;
    width: 85%;
}
.login-form .tip {
    color: #4E78FD;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 8px;
}
.login-form .tip a {
    color: #4E78FD;
    position: absolute;
    right: 0;
}
.login-form .login-submit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #4E78FD;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 17px;
}
.register-tip {
    font-size: 12px;
    color: #999;
}
.register-tip a {
    color: #4E78FD;
    cursor: pointer;
    margin-left: 5px;
}
.login-form .login-submit:hover {
    background-color: #41bcf9;
}
.about-banner {
    position: relative;
    /* height: 400px; */
    min-width: 1220px;
    overflow: hidden;
}
.about-cloumn {
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.about-cloumn .container {
    width: 1220px;
    margin: 0 auto;
	display: flex;
	justify-content: center;
}
.about-cloumn li {
    float: left;
    width: 20%;
    font-size: 18px;
    text-align: center;
}
.about-cloumn li a {
    display: block;
    line-height: 50px;
    color: #fff;
}
.about-cloumn .active {
    background: #4E78FD;
}
.el-slider__runway.show-input{
	margin-right: 160px!important;
}
.el-slider__input{
	width: 120px!important;
}
.particular-config {
	font-size: 12px;
	color: #999;
}
.particular-btn {
	color: #0088ff;
}
.el-slider {
	width: 90%;
}
.rel_box{
	margin-right: 30px;
}
.rel_box span{
	margin-right: 15px;
}
.slide-operation{
	line-height: 37px;
}
.flavorList li{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ddd;
	font-size: 12px;
	margin: 5px 5px 5px 0;
	padding: 10px 15px;
	border-radius: 3px;
	cursor:pointer;
	position: relative;
	height: 80px;
	box-sizing: border-box;
	width: 180px;
}
.flavorList li .tit {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.flavorList li p{
	height: 40px;
	line-height: 20px;
}
.flavorList li.cur{
	border: 1px solid #4E78FD;
}
.flavorList li.cur .icon{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../../img/curIcon.png) no-repeat center/contain;
    width: 25px;
    height: 25px;
}
.el-checkbox__input{
	width: 14px!important;
}
.zk_icon{
	margin-left: 10px;
	padding: 3px 6px;
	background: #ff6600;
	color: #fff;
	border-radius: 3px;
}