* {
    box-sizing: border-box;
}
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.wide1190 {
	    margin: 0 auto;
	    min-width: 1090px;
	    max-width: 1190px;
	    _overflow: hidden;
	    zoom: 1;
	}
.gpu_type h3,.gpu_location h3,.gpu_plan h3,.gpu_image h3{
	font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 25px 0px;
    color: #000;
    font-weight: 400;
}
.gpu_type label:not(:first-child){
	margin-left: 24px;
} 
.gpu_type .el-radio-button__inner{
	border-left: 1px solid #DCDFE6;
}
.gpu_type .el-radio-button:first-child .el-radio-button__inner{
	border-left: 1px solid #DCDFE6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gpu_type .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
    box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
}
.gpu_type .el-radio-button__orig-radio:checked+.el-radio-button__inner .server-type .deploy_checkbox_checkmark{
 	opacity: 1;
}
.server-type{
	    z-index: 2;
	    vertical-align: top;
	    display: inline-flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: flex-start;
	    min-height: 98px;
	    padding: 24px 8px 24px 93px !important;
	    margin: 0px;
		border-radius: 0;
	    cursor: pointer;
	    box-shadow: none;
	    white-space: nowrap;
	    transition: border-color 0.2s ease-in;
	    z-index: 100;
	    padding: 14px 24px !important;
	    height: calc(100% - 24px) !important;
	    min-height: 64px !important;
	    width: 100%;
	    flex-direction: row;
	    justify-content: left;
	    align-items: center;
}
.gpu_type .el-radio-button__inner{
	padding: 0px;
}
.server-location{
    z-index: 2;
    vertical-align: top;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
   
    background-color: #fff;
    cursor: pointer;
    box-shadow: none;
    white-space: nowrap;
    transition: border-color .2s ease-in;
    display: flex;
    flex-direction: row;
    padding: 12px 16px!important;
    min-height: unset!important;
    align-items: center;
}
.deploy_checkbox_checkmark{
	display: block;
    position: absolute;
    top: -1px !important;
    right: -1px;
    width: 34px;
    height: 34px;
    background: url(../images/deploy_checkmark.svg) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.fonticon_img{
	display: inline-block;
    height: 36px;
    width: 54px;
    border-radius: 2px;
    vertical-align: middle;
}
.deploy_checkbox_icon {
    top: 20px;
    max-width: 27px!important;
}
.deploy_checkbox_icon {
    position: static;
    min-width: 27px!important;
    min-height: 18px!important;
    max-height: 18px!important;
    line-height: 24px;
    background-size: contain;
    background-position: 50%;
    bottom: 24px;
}

 .deploy_checkbox_lines {
    display: flex;
    align-items: center;
    width: 100%;
}

.deploy_checkbox_line1 {
    display: block;
    width: 100%;
    margin: 0;
    word-wrap: break-word;
    white-space: normal;
    line-height: 20px;
    color:#1e2736;
    font-weight: 500;
    font-size: 17px;
    max-height: 72px;

}

.deploy_checkbox_line1, .deploy_checkbox_line2 {
    margin-left: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-family: "Roboto";
}

 .deploy_checkbox_line1 {
    font-weight: 500;
    line-height: 24px;
}
.gpu_location .el-radio-group {
    font-size: 0;
    width: 100%;
}
.gpu_location .el-radio-button{
	width: calc(25% - 16px);
}
.gpu_location .el-radio-button .el-radio-button__inner{
	width: 100%;
}
.gpu_location label{
    margin: 8px;
}

.deploy_checkbox_line2 {
    display: block;
    width: 100%;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    white-space: nowrap;
    position: relative;
    margin-left: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #616366;
    padding-right: 0;
    text-align: right;
    font-family: "Roboto";
}
.gpu_location .el-radio-button__inner{
	padding: 0px;
	border-left: 1px solid #DCDFE6;
}

.gpu_location .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
    box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
}
.gpu_location .is-active .deploy_checkbox_checkmark{
 	opacity: 1;
}

.server-plan{
	position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 24px;
    border-radius: 0;
    color: #4e5259;
    cursor: pointer;
    text-align: center;
    height: calc(100% - 16px);
}
.server-plan > :nth-child(1) {
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 15px;
    font-family: "Roboto";
}
.server-plan  > :nth-child(2) {
    color: #007bfc;
    font-size: 21px;
    font-family: "Roboto";
}
.server-plan > :nth-child(2) .price_monthly {
    font-size: 28px;
    font-weight: 500;
}
.server-plan >  :nth-child(3) {
    display: block;
    width: 32px;
    height: 2px;
    margin: 25px auto;
    background:  #007bfc;
    font-family: "Roboto";
}
.card_name{
	 font-family: "Roboto";
}
.server-plan >  :nth-child(4) {
    font-size: 15px;
    padding-bottom: 10px;
    font-family: "Roboto";
}
.server-plan >  :nth-child(5), .server-plan >  :nth-child(6),.server-plan >  :nth-child(7),.server-plan >  :nth-child(8){
	font-size: 14px;
    padding-bottom: 8px;
    font-family: "Roboto";
}
.gpu_plan .el-radio-button:first-child .el-radio-button__inner{
	border-left: 1px solid #DCDFE6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gpu_plan .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
    box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
}
.gpu_plan .el-radio-button__inner {
    border-left: 1px solid #DCDFE6;
    width: 100%;
}
.gpu_plan label{
	margin: 0px 0px 16px 0px;
}
.gpu_plan label.is-active .deploy_checkbox_checkmark{
	opacity: 1;
}
.el-radio-group{
	width: 100%;
}
.server-image{
	position: relative;
    z-index: 2;
    vertical-align: top;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 98px;
    padding: 24px 8px 24px 100px!important;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer;
    box-shadow: none;
    white-space: nowrap;
    transition: border-color .2s ease-in;
    width: 100%;
}
.deploy_checkbox_os_icon {
    position: absolute;
    left: 24px;
    background-repeat: no-repeat;
    top: 20px;
    display: inline-block;
    height: 48px;
    width: 48px;
}
.gpu_image .el-radio-button__inner{
	padding: 0px 42px;
}
.gpu_image label {
    margin: 0px 0px 16px 0px;
}

.gpu_image .el-radio-button__inner {
    border-left: 1px solid #DCDFE6;
    width: 100%;
}

.gpu_image .el-radio-button:first-child .el-radio-button__inner{
	border-left: 1px solid #DCDFE6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gpu_image .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
    box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
}
.gpu_image label.is-active .deploy_checkbox_checkmark{
	opacity: 1;
}
.deploy_osversioncontainer {
    display: none;
    padding: 16px 0 0 0;
    margin: 0 0 0 -80px;
    width: calc(100% + 80px);
}

.deploy_osversionselector {
    display: block;
    padding: 4px 0px;
    text-align: left;
}
.deploy_osversioncontainer > span {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.deploy_osversioncontainer_select{
    box-shadow: 0 2px 24px rgb(11 15 20 / 8%);
    border: 1px solid #616366 !important;
    margin-bottom: -200px !important;
    z-index: 100 !important;
}
.deploy_osversioncontainer_select .deploy_osversioncontainer{
	display: inline-block;
}
.gpu_image .el-radio-button__inner:hover{
	color: #606266;
}
.gpu_image  .el-radio-button__inner .deploy_osversionselector:hover{
	color: #007bfc;
}
.server-image-div{
	border: 1px solid #DCDFE6;
	margin: 0px 0px 16px 0px;
	position: relative;
}
.server-image-div .deploy_checkbox_line2{
	text-align: left;
}
.min-height{
	    height: auto!important;
    margin-right: 0;
    min-height: 98px!important;
}
.deploy_osversioncontainer .deploy_osversionselector:hover{
	color: #007bfc;
}
.server-image-div.show_select .deploy_checkbox_checkmark{
	opacity: 1;
	z-index: 3;
	text-align: center;
}

#deploy_ordersummary {
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    color: #000000;
    box-shadow: 0 8px 16px 0px rgb(10 14 29 / 4%), 0px 8px 64px 0px rgb(10 14 29 / 8%);
    z-index: 1000;
    margin-bottom: 50px;
}

.sidebar-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 30px;
    margin: 0 auto;
    max-width: 1190px;
}

#deploy-summary-info {
    padding-right: 40px;
}

#deploy-summary-price {
    flex-grow: 2;
}

#deploy-summary-price > span, #deploy-summary-info > span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
    color: #9da2a6;
}

#order_total {
    display: inline-block;
    color: #007bfc;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    padding-right: 5px;
}

#deploy-summary-price-label, .rate__label {
    color:#007bfc;
    font-size: 13px;
}

#deploy-summary-info {
    padding-right: 40px;
}
.el-input--small .el-input__inner{
	color: #007bfc;
    font-size: 14px;
    font-weight: 500;
}
.buy_button{
	
	background-color: #007bfc;
    font-size: 17px;
    font-weight: 500;
    transition: all ease-in .15s;
    width: 12%;
    line-height: 24px;
    min-width: 160px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
}
.buy_button:hover,.buy_button:focus{
	background-color: #007bfc;
}
.server-image-div.show_select{
	border: none;
}
.server-image-div.show_select .server-image{
	color: #000;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
    box-shadow: 0 8px 16px 0 rgb(10 14 29 / 4%), 0 8px 64px 0 rgb(10 14 29 / 8%)!important;
    border: none;
}
.hide{
	display: none
}
.auto, .autoWidth {
    margin: 0 auto;
    max-width: 1200px;
    _width: 1200px;
}
.info-nav {
    position: relative;
}
.auto * {
    box-sizing: border-box;
}
.product-info-title {
    margin-bottom: 22px;
    height: 46px;
    line-height: 46px;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}
.product-info-detail {
    margin-bottom: 30px;
    width: 680px;
    text-align: justify;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}