@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Microsoft YaHei", "微软雅黑";
  background: #fff;
  line-height: 22px;
  color: #111;
  -webkit-text-size-adjust: none;
}
* {
  margin: 0;
  border: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #222;
}
ul li {
  list-style: none
}
.clear {
  clear: both;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
input:focus {
  outline: none;
}

.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cor6 {
  color: #666;
}
.cor8 {
  color: #888;
}
.corRed {
  color: rgb(244, 67, 54);
}
.disflex {
  display: flex;
  align-items: center;
}
.marleft10 {
  margin-left: 10px;
}
.martop5 {
  margin-top: 5px;
}
.marbot10 {
  margin-bottom: 10px
}
.mr8{margin-right: 8px;}
.paddtopno {
  padding-top: 0 !important;
}
.corzhu {
  color: #c4181f
}
.icon_em {
  margin-right: 6px;
}
.n1712_in_idcbg {
  width: 100%;
  background: #fff;
  padding: 40px 0;
  background: #f7f7f7;
}
.n1712_in_idccon {
  width: 1200px;
  margin: 0 auto;
}
.create-hostleft {
  width: 850px;
}
.create-hostcont {
  display: flex;
  justify-content: space-between;
}
.creatlist {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  border: 1px solid #eaedf1;
  box-shadow: 0 2px 12px 0 rgba(55, 99, 170, .06);
  background: #fff;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.conttitle {
  margin-bottom: 18px;
}
.diqu {
  display: flex;
  align-items: center;
  position: relative;
}
.diqucont {
  display: inline-block;
  margin-right: 16px;
  position: relative;
  padding-right: 16px;
  padding: 5px 30px 5px 9px;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 3px 0px inset;
  background: rgb(250, 250, 252);
  transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  cursor: pointer;
  color: rgb(82, 96, 117);
  min-width: 80px;
  overflow: hidden;
}
.diqubox dl dd li {
  display: inline-block;
  float: left;
  width: 30%;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  padding-left: 2%;
}
.diqubox dl dd li.active_diqu {
  color: #c4181f;
}
.diqubox dl dd li span.uc-flag-icon {
  margin-right: 12px;
}
.diqubox dl dd li:hover {
  border: 1px solid #ddd;
  background: #efefef;
  color: #c4181f;
}
.diqu .uc-flag-icon {
  background: url("../images/guojiaicon.png") left center no-repeat;
  width: 16px;
  margin-right: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.diqu .uc-flag-icon.uz {
  background-position: 0px -2824px
}
.diqu .uc-flag-icon.cn {
  background-position: 0px -564px;
}
.diqu .uc-flag-icon.id {
  background-position: 0px -1244px;
}
.diqu .uc-flag-icon.kr {
  background-position: 0px -1492px;
}
.diqu .uc-flag-icon.jp {
  background-position: 0px -1397px;
}
.diqu .uc-flag-icon.sg {
  background-position: 0px -2379px;
}
.diqu .uc-flag-icon.vn {
  background-position: 0px -2901px;
}
.diqu .uc-flag-icon.th {
  background-position: 0px -2623px;
}
.diqu .uc-flag-icon.in {
  background-position: 0px -1291px;
}
.diqu .uc-flag-icon.pk {
  background-position: 0px -2153px;
}
.diqu .uc-flag-icon.uz {
  background-position: 0px -2824px;
}
.diqu .uc-flag-icon.uz {
  background-position: 0px -2824px;
}
.diqu .uc-flag-icon.kz {
  background-position: 0px -1525px;
}
.diqu .uc-flag-icon.us {
  background-position: 0px -2800px;
}
.diqu .uc-flag-icon.br {
  background-position: 0px -362px;
}
.diqu .uc-flag-icon.mx {
  background-position: 0px -1893px;
}
.diqu .uc-flag-icon.de {
  background-position: 0px -673px;
}
.diqu .uc-flag-icon.gb {
  background-position: 0px -962px;
}
.diqu .uc-flag-icon.ae {
  background-position: 0px -13px;
}
.diqu .uc-flag-icon.ng {
  background-position: 0px -1979px;
}
.uc-fe-combine-item {
  display: inline-block;
  vertical-align: middle;
}
.diqucont:hover {
  color: #111;
  border-color: #c1c1c1;
}
.diqucont:hover::after {
  border-color: #333;
}
.diqucont::after {
  content: "";
  width: 5px;
  display: inline-block;
  height: 5px;
  border-top: 1px solid #818181;
  border-right: 1px solid #818181;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  right: 12px;
  top: 13px;
  background: #fff;
}
.icon_down {
    width: 18px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_down::after {
  content: "";
  width: 5px;
  display: inline-block;
  height: 5px;
  border-top: 1px solid #818181;
  border-right: 1px solid #818181;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: relative;
  /* left: 6px; */
  /* top: 10%; */
  vertical-align: middle;
}
.diqubox {
  position: absolute;
  width: 700px;
  z-index: 999;
  background: #ffffff;
  top: 36px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
}
.diqubox dl {
  margin-bottom: 10px;
}
.diqubox dl dt {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  color: #666;
}
.diqubox dl dd {
  overflow: hidden;
}
.diquselect_style {
  color: #333;
}
.diquselect_style option {
  padding: 10px 0;
}
.header-list-title {
  color: #181a1d;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: rgb(10, 22, 51);
  line-height: 28px;
  font-weight: bold;
}
.zstack-header-list-content {
  margin-top: 4px;
  color: #707275;
  font-size: 12px;
  line-height: 20px;
  color: rgb(122, 139, 170);
}
.create-hostright {
  padding: 20px 0;
  width: 330px;
  background: #ffffff;
  max-height: 650px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
}
.form-control-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
}
.input-number > .ant-input {
  /* width: 79px; */
  padding-right: 5px;
}
.ant-input input {
  width: 42px;
  display: inline-block;
  height: 100%;
  padding: 4px 9px;
  height: 22px;
  background: transparent;
}
.input-number > button {
  border-radius: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, #fff9f9 0px -2px 0px 0px inset;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(195, 202, 217);
}
.input-number > button em {
  margin-right: 0;
  color: #999;
  font-size: 18px; 
}
.input-number > button em:hover{color:#333;}
.ant-input {
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  border: 1px solid #dbdde0;
  border-radius: 2px;
  transition: all 0.3s;
  color: #4a4c4f;
  border-color: #c8cacd;
  align-items: center;
  border: 1px solid rgb(210, 214, 234);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
  background: rgb(250, 250, 252);
  transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.ant-input: hover {
  border-color: #858585;
}
.ant-btn {
  align-items: center;
  border: none;
  color: #4a4c4f;
  background-color: #f0f2f5;
  box-shadow: none;
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 2px 15px;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn: hover {


  background: #ddd;
}
.host_unit {
  font-size: 12px;
  color: #666;
}
.hostr_cont {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  margin: 5px 0 20px 0;
}
.hostr_conttit {
  width: 100px;
  line-height: 32px;
  font-weight: bold;
  font-size: 14px;
}
.tabs-carditem {
  padding: 25px 25px 0 25px;
}
.css-veb3pe {
  background: rgb(255, 252, 230);
}
.xuanbtntxt {
  margin-left: 8px;
}
.jgtext {
  text-align: right;
  line-height: 32px;
}
.jgtxt {
  font-size: 14px;
  margin-right: 5px;
}
.xuanze {
  width: 14px;
  height: 14px;
  vertical-align: sub;
}
.shengicon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 2px;
}
.zehetxt {
  color: #888;
}
.tabs-cardlist {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.select_block {
  position: relative;
  display: inline-flex;
  margin: 10px 10px 0 25px;
}
.wzg-select {
  outline: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-color: #c8cacd;
  height: 32px;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  padding-left: 5px;
  min-width: 80px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
  background: rgb(250, 250, 252);
  font-size: 12px;
}
.wzg-select: hover {
  background: #fff;
}
.wzg-select: focus { 
}
.wzg-edge {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all .3s;
  -webkit-transition: all .3s;
}
/*********操作系统选择**********/
.tabs .horizontal {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.tabs .horizontal li {
  float: left;
  list-style: none;
  height: 41px;
  line-height: 40px;
  width: 76px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.tabs .horizontal li:not(:first-child) {
  margin-left: 15px;
}
.tabs .horizontal li:first-child { /* margin-left: 25px; */
}
.tabs .horizontal li.selectActive {
  border-bottom: solid 2px #c4181f;
  background-color: #ffffff;
  color: #c4181f;
}
.horizontal: after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  height: 1px;
  border-bottom: 1px solid #ddd;
}
.tabs-tabpane {
  padding: 15px 0 0;
}
.gap-3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 10px;
  gap: 0 10px;
}
.gap-4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 10px;
  gap: 0 10px;
}
.czxt_list li {
  position: relative;
}
.czxt_list li .czxt_cont {
  border: 1px solid #d2d6ea;
  border-radius: 3px;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, #fff9f9 0px -1px 0px 0px inset;
  cursor: pointer;
}
.czxt_list li .czxt_cont:hover {
  border: 1px solid #c4181f;
}
.czxt_list li .czxt_active {
  border: 1px solid #c4181f;
}
.czxt_list li .czxt_active .czxt_name {
  border-bottom: 1px solid #c4181f;
}
.czxt_name {
  display: flex;
  background: #f8f8ff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 15px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #d2d6ea;
  border-top-right-radius: 3px;
}
.czxt_name img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.czxt_peizhi {
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 34px;
  align-items: center;
}
.czxt_peizhi font {
  margin-right: 8px;
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
}
.czxt_peizhi span {
  padding: 1px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 18px;
  line-height: 18px;
  color: rgb(82, 96, 117);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 3px;
}
.czxtinput {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 30px;
  display: flex;
  margin: 10px 8px 0px;
  border: 1px solid rgb(195, 202, 217);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
  background: rgb(250, 250, 252); align-items: center;
}
img.czxt_sousuo {
  vertical-align: middle;
  width: 16px;
  padding: 0 7px;
}
.czxtinput: hover {
  background-color: #fff;
  border-color: #1966ff;
}
.czxt_slectcon {
  position: absolute;
  top: 88px;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 16px 0px, rgba(0, 0, 0, 0.08) 0px 16px 24px -8px, rgba(0, 0, 0, 0.05) 0px 0px 16px 0px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  min-width: 78px;
  padding: 8px 0px;
  max-width: none;
  z-index: 99;
}
.input-block {
  flex: 1 1 0%;
}
.input-block input {
  box-sizing: border-box;
  height: 100%;
  font-size: inherit;
  width: 100%;
  /*box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;*/
  background: rgb(250 250 252 / 0%);
}
.czxt_slectconlist {
  margin: 10px 8px 10px;
  max-height: 370px;
  overflow-y: scroll;
}
.czxt_slectconlist .czxtit {
  margin-bottom: 8px;
  padding: 0 5px 5px 10px;
}
.czxt_slectconlist::-webkit-scrollbar {
  width: 7px;
  height: 12px;
}
.czxt_slectconlist::-webkit-scrollbar-thumb {
  background-color: #a9a9a93d;
  border-radius: 10px;
}
.czxt_slectconlist::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.czxt_slectpeizhi {
  padding: 5px 5px 5px 10px;
  border-radius: 2px;
}
.czxt_slectpeizhi:hover {
  background: #ffe9e9c9;
  color: #c4181f;
  cursor: pointer;
}
.czxt_slectpeizhi font {
  margin-right: 8px;
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
}
.czxt_slectpeizhi span {
  padding: 1px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 18px;
  line-height: 18px;
  color: rgb(82, 96, 117);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 3px;
}
.slectpeizhi_active font {
  color: #c4181f;
}
.css-eskgyu {
  height: 1px;
  margin: 8px 0px;
  background-color: rgb(210, 214, 234);
}
.jxsc_cont {
  display: flex;
  padding: 20px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #c4181f;
  background: rgb(250, 250, 252);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 2px 1px -1px, #fff9f9 0px -2px 0px 0px inset;
}
.jxsc_cont1 {
  width: 280px;
  border-right: 1px solid #ddd;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.jxsc_cont2 {
  width: 280px;
  border-right: 1px solid #ddd;
  padding: 0 10px;
}
.jxsc_cont3 {
  width: 180px;
  padding: 0 10px;
}
.jxsc_cont1img {
  margin-right: 10px;
}
.jxsc_cont1tit {
  font-weight: bold;
  color: #c4181f;
  font-size: 14px;
}
.cannot_click {
  color: #c1c1c1;
}
.jxsc_contip {
  margin-top: 20px
}
/*******************高级设置*********************/
.z-circuit-block {
  position: relative;
  height: 32px;
  line-height: 30px;
  width: 85px;
  border: 1px solid rgb(21, 173, 49);
  cursor: pointer;
  transition: .1s linear;
  display: inline-block;
  background-color: rgb(21, 173, 49);
  vertical-align: middle;
}
.z-circuit-block > em {
  font-style: normal;
  font-size: 12px;
  text-align: center;
  margin: 0;
  margin-left: 9px;
  margin-right: 15px;
  padding: 0;
  color: #ffffff;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.z-circuit-block-nosel {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  box-shadow: rgb(210, 214, 234) 0px 1px 3px 0px inset;
  color: rgb(82, 96, 117);
  background: rgb(246, 246, 251);
}
.z-circuit-block-nosel > em {
  color: #999;
  margin-left: 36px;
  margin-right: 5px;
}
.z-circuit-block-nosel > i {
  left: 1px;
}
.creatform-item {
  margin-bottom: 14px;
}
.creatform {
  margin-bottom: 10px;
  line-height: 20px;
}
.drxse_txt {
  position: relative;
  z-index: 1;
}
.drxse_txt a {
  border: 1px solid rgb(217, 217, 217);
  display: inline-block;
  color: rgb(204, 204, 204);
  background: rgb(247, 247, 247);
  border-radius: 2px;
  min-width: 80px;
  text-align: center;
  padding: 5px;
}
.drxse_txt a.drxse_active {
  color: #c4181f;
  border: 1px solid #c4181f;
  background: #fff9f9;
}
.ant-tooltip-con {
  position: absolute;
  bottom: 45px;
  z-index: 6;
  opacity: 1;
  visibility: hidden;
}
.ant-tooltip-container {
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 8px 10px;
}
.paixu_down {
  float: left;
  position: relative;
  width: 0;
  height: 0;
}
.paixu_down::after {
  content: "";
  width: 7px;
  display: inline-block;
  height: 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  left: 10px;
  top: -4px;
  background: #fff;
}
.drxse_txt a:hover .ant-tooltip-con {
  opacity: 1;
  visibility: visible;
}
/****************网络设置*******************/
.wlsz_boxc {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.wlsz_boxc > div {
  width: 50%;
}
.zdiptxt {
  fill: currentcolor;
  width: 180px;
  height: 32px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
  color: rgb(82, 96, 117);
  border: 1px solid rgb(195, 202, 217);
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 12px;
}
.zdipno {
  background: rgb(255, 240, 240);
  box-shadow: rgb(254, 212, 212) 0px 1px 3px 0px inset;
  border: 1px solid rgb(244, 67, 54);
}
.wlsz_box {
  padding: 16px;
  border: 1px solid rgb(210, 214, 234);
  background: rgb(255 250 250);
  background: #f7f7f7;
}
.zdipbox {
  padding-top: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.zdipbox span {
  margin-left: 8px;
}
.errorimg {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.xiala_btn {
  display: flex;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 3px 0px inset;
  background: rgb(250, 250, 252);
 /* min-width: 120px;*/
  box-sizing: border-box;
  height: 32px;
  align-items: center;
  padding: 0px 4px;
  position: relative;
}
.wlsz_boxtit {
  font-weight: bold;
  margin-bottom: 10px;
}
.xiala_btntxt {
  padding: 0 4px;
  color: rgb(82, 96, 117);
}
.xiala_btntxt:hover {
  color: #333
}
.xiala_tanc {
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 32px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 16px 0px, rgba(0, 0, 0, 0.08) 0px 16px 24px -8px, rgba(0, 0, 0, 0.05) 0px 0px 16px 0px, rgba(0, 0, 0, 0.08) 0px -2px 0px 0px inset;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  display: inline-block;
  padding: 8px;
  max-width: none;
}
.wlsz_tc li {
  padding: 5px;
  cursor: pointer;
}
.wlsz_tc li:hover {
  background: #e3e9ff;
  color: #c4181f;
}
.wlsz_tc_active {
  color: #c4181f;
}
.create_abtn {
  color: rgb(82, 96, 117);
  fill: rgb(82, 96, 117);
  border-color: rgb(210, 214, 234);
  background: rgb(250, 250, 252);
  border-width: 1px;
  border-style: solid;
  padding: 0px 11px;
  line-height: 30px;
  white-space: nowrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 12px;
  vertical-align: middle;
  min-width: 80px;
  margin: 0px;
  height: 32px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border-radius: 2px;
}
.create_abtnSelect {
  color: #c4181f;
  fill: #c4181f;
  background: #fff9f9;
  border-color: #c4181f;
}
.create_abtn:hover {
  border-color: #c4181f;
  color: #c4181f;
  background: #fff9f9;
}
.styletype-button: first-of-type {
  border-radius: 2px 0px 0px 2px;
}
.styletype-button: last-of-type {
  border-radius: 0px 2px 2px 0px;
  margin-right: 0px;
  margin-right: 0px;
}
.NumberInputWrap {}
.numberinput-input-wrap {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 0px 0px inset;
  background: rgb(250, 250, 252);
  position: relative;
  box-sizing: border-box;
  border-radius: 2px;
  color: rgb(10, 22, 51);
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: rgb(210, 214, 234);
  border-image: initial;
  padding-right: 26px;
}
.numberinput {
  line-height: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 8px;
  text-align: left;
  box-shadow: none;
  background: transparent;
}
.numberinput-suffix {
  color: rgb(122, 139, 170);
  margin: 0px 4px;
  display: inline-block;
  vertical-align: middle;
}
.handler-up, .handler-down {
  position: absolute;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 2px;
  border-style: solid;
  border-color: rgb(210, 214, 234);
  cursor: pointer;
  color: rgb(10, 22, 51);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, #fff9f9 0px -2px 0px 0px inset;
  background: rgb(255, 255, 255);
  vertical-align: middle;
  height: 15px;
  width: 26px;
  right: 0px;
  box-sizing: content-box;
  border-radius: 0px;
  font-size: 15px;
}
.handler-up:hover, .handler-down:hover {
  color: #c4181f;
}
.handler-up {
  border-width: 0px 0px 0px 1px;
  top: -1px;
  padding-top: 1px;
}
.handler-down {
  border-width: 1px 0px 0px 1px;
  bottom: 0px;
  border-top-color: rgb(195, 202, 217);
}
.BoxWrap2 > div {
  box-sizing: border-box;
  width: 50%;
}
.select-input {
  box-sizing: border-box;
  height: 100%;
  margin: 0px;
  font-size: inherit;
  color: inherit;
  flex: 1 1 130px;
  min-width: 0px;
  position: absolute;
  inset: 0px;
  background-color: transparent;
}
.BoxWrap {
  margin-right: -8px;
  margin-left: -8px;
}
.BoxWrap > * {
  margin-right: 8px;
  margin-left: 8px;
}
.InputPart {
  position: relative;
  flex: 1 1 auto;
  visibility: visible;
}
/*********设置密码*********/
.mitab {
  color: #c4181f;
  display: inline-block;
  padding: 0 10px 7px 10px;
}
.styletype-ink-bar {
  border-bottom: 1px solid #ddd;
}
.mitab {
  position: relative;
}
.mitab::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #c4181f;
  z-index: 0;
  left: 0;
}
.password_active {
  background: rgb(255, 240, 240);
  box-shadow: rgb(254, 212, 212) 0px 1px 3px 0px inset;
  border: 1px solid rgb(244, 67, 54);
}
/*****磁盘设置*******/
.cipansz_table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}
.cipansz_table tr:hover > td {background: rgb(255 247 247);}
.cipansz_table tr td,.cipansz_table tr th{position: relative;
    vertical-align: middle;
    border-bottom: 1px solid rgb(210, 214, 234);
    padding: 12px;
    line-height: 22px;
    text-align: left;
    overflow-wrap: break-word;
    will-change: border-color;
    transition: border-color 0.2s ease 0s;}
.cipansz_table tr th{font-weight: normal;}
.uc-fe-table-thead {
  position: relative;
  vertical-align: middle;
  border-bottom: 1px solid rgb(195, 202, 217);
  color: rgb(82, 96, 117);
  padding: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
}
.css-io87u {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 20px;
  min-width: 78px;
  color: rgb(84, 50, 17);
  background-color: rgb(255, 196, 46);
  border-radius: 10px;
}
.kzfw{display: flex; align-items: center;}
.egpj0fk0{margin-right: 10px}
/**************机型配置*************/
.jixing_card {
  margin-bottom: 16px;
}
.jixing_card li {
  padding: 16px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid rgb(235 200 200);
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, #fff9f9 0px -2px 0px 0px inset;
  cursor: pointer;
}
.jixing_card li:hover{border-color:#c4181f}
.jixing_cardcon {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center; line-height: normal;
}
.jixing_card li.jixing_Active {
  border: 1px solid #c4181f;
  background: rgb(250, 250, 252);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 2px 1px -1px, #fff9f9 0px -2px 0px 0px inset;
}
.css-je39yf {
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Noto Sans", "Microsoft Yahei", sans-serif;
  color: rgb(10, 22, 51);
  font-size: 14px;
  line-height: inherit;
  font-weight: 600;
  text-decoration: inherit;
}
.proxing_card {
  margin-right: 16px;
  display: inline-block;
  width: 250px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  border: 1px solid rgb(234 210 210);
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, #fff9f9 0px -2px 0px 0px inset;
}
.pro_xing {
  box-sizing: border-box;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}
.proxing_name {
  font-size: 12px;
  color: rgb(10, 22, 51);
  font-weight: 600;
}
.proxing_img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}
.proxing_card_active {
  border: 1px solid #c4181f;
  background: rgb(250, 250, 252);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 2px 1px -1px, #fff9f9 0px -2px 0px 0px inset;
}
.proxing_card_active .proxing_card_header{border-color:#c4181f;}
.proxing_card_header {
  padding: 8px 16px;
  line-height: 22px;
  min-height: 22px;
  font-weight: 600;
  color: rgb(10, 22, 51);
  font-size: 14px;
  border-bottom: 1px solid rgb(210, 214, 234);
  background: rgb(250, 250, 252);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.proxing_card_content {
  padding: 16px;
}
.proxing_card:hover{border-color:#c4181f}
 .proxing_card:hover .proxing_card_header{border-color:#c4181f;}
.bMddgP {
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.bMddgP .item-label {
  color: rgb(82, 96, 117);
  font-weight: 400;
}
.bMddgP .item-label::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  background: rgb(210, 214, 234);
}
.bMddgP .item-value {
  width: 80px;
  font-size: 12px;
  color: rgb(10, 22, 51);
  font-weight: 600;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-flow: row-reverse;
}
.SubAreaWrap {
  margin-bottom: 16px;
  margin-top: 12px;
}
.uc-fe-button {
  color: #c4181f;
  fill: #c4181f;
  border-color: rgb(51, 87, 223);
  background: rgb(250, 250, 252);
  border-radius: 0px 2px 2px 0px;

}
.kunpengimg {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
}
.kunpengline {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgb(195, 202, 217);
  margin: 0 4px
}
.cpupingtai {
  margin: 0px;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  white-space: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  vertical-align: middle;
  height: 32px;
  transition: width 0s ease 0s, height 0s ease 0s, border 0s ease 0s, background 0s ease 0s, color 0s ease 0s, fill 0s ease 0s, box-shadow 0.16s ease-out 0s;
  border-width: 1px;
  border-style: solid;
  padding: 0px 11px;
  line-height: 30px;
  color: #c4181f;
  fill: #c4181f;
  background: #fff9f9;
  border-color: #c4181f;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 2px 1px -1px, #fff9f9 0px -2px 0px 0px inset;
}
.kunpengname {
  padding-right: 4px;
  padding-left: 4px;
}
.cuppeizhi {
  margin-top: 12px;
}
.cpuhe button {
  min-width: 80px;
  text-align: center;
  border-radius: 0px;
  font-size: 12px;
  position: relative;
  margin-right: -1px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  white-space: nowrap;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  vertical-align: middle;
  height: 32px;
  color: rgb(82, 96, 117);
  fill: rgb(82, 96, 117);
  border-color: rgb(210, 214, 234);
  background: rgb(250, 250, 252);
  transition: width 0s ease 0s, height 0s ease 0s, border 0s ease 0s, background 0s ease 0s, color 0s ease 0s, fill 0s ease 0s, box-shadow 0.16s ease-out 0s;
  border-width: 1px;
  border-style: solid;
  padding: 0px 11px;
  line-height: 30px;
}
.cpuhe button:hover {
  color: #c4181f;
  fill: #c4181f;
  border-color: #c4181f;
  z-index: 3;
}
.cpuhe button.cpuhe_active {
  color: #c4181f;
  fill: #c4181f;
  background: #fff9f9;
  border-color: #c4181f;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 2px 1px -1px, #fff9f9 0px -2px 0px 0px inset;
  position: relative;
  z-index: 3;
}
.cpuhe button.cpuhe_active {
  color: #c4181f;
  fill: #c4181f;
  background: #fff9f9;
  border-color: #c4181f;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 8px 12px -4px, rgba(0, 0, 0, 0.05) 0px 2px 1px -1px, #fff9f9 0px -2px 0px 0px inset;
  position: relative;
  z-index: 3;
}
.cpuptxt {
  margin-left: 10px;
  color: #666;
}
.cupcont tr td {
  line-height: 30px
}
.css-1gd3q5a-SBadge-SBadge {
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  min-width: 10px;
  padding: 0px 5px;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  background: rgb(255, 196, 46);
  color: rgb(0, 0, 0);
}
.tabs_heji{border-bottom:none;color: #526075;}
.heji_price{color: #c4181f;margin-right: 8px;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Noto Sans", "Microsoft Yahei", sans-serif; font-size: 24px;font-weight: 600;}
.heji_button{
    margin: 0px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 0px 12px;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border: none;
    background: linear-gradient(135deg, rgb(252 100 100) 0%, #c4181f 100%);
    box-shadow: rgb(232 92 92) 0px 2px 4px -1px, rgba(0, 0, 0, 0.12) 0px -3px 0px 0px inset, rgba(0, 0, 0, 0.12) 0px 1px 0px 0px inset;
    transition: width 0s ease 0s, height 0s ease 0s, border 0s ease 0s, background 0s ease 0s, color 0s ease 0s, fill 0s ease 0s, box-shadow 0.16s ease-out 0s;
    }
.e1pe7xch8{margin-bottom: 16px;}
.RowWrap{text-align:right;}
.icon_emhelp{margin-left:6px;cursor: pointer;}
.heji_mingxi{border: 1px solid #ddd;width: 150px;border-radius: 4px;position: absolute;bottom: 80px;z-index: 99;background: #fff;left: 50px;}
.heji_mingxi ul{padding: 3px 10px;}
.heji_mingxi ul li{ display: flex;justify-content: space-between;border-bottom: 1px solid #ddd;padding: 5px 0;}
.heji_mingxi ul li span{font-weight: bold;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Noto Sans", "Microsoft Yahei", sans-serif;margin-right: 4px;}
.heji_mingxi ul li:last-child{border-bottom: none;}
.hejimx{position: relative;}

.kaiguan{display: flex;}
.kaiguan_block{display: flex;justify-content: space-between;}
.kaiguan_block span{display: inline-block;text-align: center;color: #666;}
.tip_off{width: 60%}
.tip_on{width: 40%}

.z-circuit-block > .tip_on {
  width: 25px;
  background-color: #fff;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, #fff9f9 0px -2px 0px 0px inset;
  border: 1px solid rgb(210, 214, 234);
  text-align: right;
  padding-right: 5px;
  align-items: center;
  font-size: 0;
}
.z-circuit-block > .tip_on i{background: rgb(244, 67, 54);font-size:18px;width: 4px;display: inline-block;height: 4px;vertical-align: middle;border-radius: 50%;}
.dakai{border: 1px solid #15ad31;background-color: rgb(21, 173, 49);}
.dakai .tip_on{width: 60%;font-size: 12px;text-align: center;box-shadow: none;border: none;background: transparent;color: #fff;}
.dakai .tip_on i{display:none;}
.dakai .tip_off{width: 32px;background: rgb(255, 255, 255);box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, #fff9f9 0px -2px 0px 0px inset;border: 1px solid rgb(210, 214, 234);font-size: 0;text-align: right;padding-right: 5px;box-sizing: border-box;}
.dakai .tip_off i{
    background: #15ad31;
    font-size: 18px;
    width: 4px;
    display: inline-block;
    height: 4px;
    vertical-align: middle;
    border-radius: 50%;
    }
.cpsz_kaiguan .z-circuit-block{width: 64px}
.cpsz_kaiguan .tip_on,.cpsz_kaiguan .tip_off{width: 32px;box-sizing: border-box;}


/**************创建GPU云主机*****************/
.gpu_changjing{width: 100%;display: grid;grid-template-columns: repeat(5, 1fr);grid-gap: 0 10px;gap: 0 10px;}
.gpu_cardcon{    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    line-height: normal;justify-content: flex-start; }
.gpu_cardcon img{vertical-align: middle;}
.jixingxilie{margin-bottom: -8px;}
.cpupingtai_list{margin: 20px 0;background: #fff;}
.shangxia{margin-left: 5px;display: inline-block;width: 8px;height: 16px;/* float: right; */position: relative;}
.shangxia::before, .shangxia::after{
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.2;
    }
.shangxia::before {
    border-bottom: 5px solid #000;
    border-top: 5px solid transparent;
    top: -3px;
}
.shangxia::after {
    border-top: 5px solid #000;
    bottom: 0px;
}
.shangxia_up::before{opacity: 1; border-bottom-color:#c4181f}
.shangxia_down::after{opacity: 1;border-top-color:#c4181f}
.thorderby{display: flex;align-items: center;cursor: pointer;}
.hot_icon{display: flex;align-items: center;justify-content: center;height: 20px;width: 31px;margin-left: 4px;border-radius:11px; background-color:rgb(244, 67, 54);color: #fff;}
.cpupingtai_sx{  color: rgb(82, 96, 117); border-color: rgb(210, 214, 234);
    background: rgb(250, 250, 252);}
.cpupingtai_sx:hover{color: #c4181f;
    fill: #c4181f;
    background: #fff9f9;
    border-color: #c4181f;}
.cputable tbody tr:nth-of-type(odd) {background-color: #f7f7f7; }
.cputable tbody{}
.cpulist{max-height: 550px;overflow-y: auto;}
.cpulist::-webkit-scrollbar {
  width: 7px;
  height: 12px;
}
.cpulist::-webkit-scrollbar-thumb {
  background-color: #a9a9a93d;
  border-radius: 10px;
}
.cpulist::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.qhjx_list{height: 300px;overflow-y: scroll;}
.qhjx_list::-webkit-scrollbar {
  width: 7px;
  height: 12px;}
.qhjx_list::-webkit-scrollbar-thumb {
  background-color: #a9a9a93d;
  border-radius: 10px;
}
.qhjx_list::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.qhjx_cont .czxtinput{margin: 0 0 0 8px;}
#createPass{box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 32px;
    color: rgb(10, 22, 51);
    fill: rgb(10, 22, 51);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(195, 202, 217);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px 0px, rgb(227, 233, 255) 0px -2px 0px 0px inset;
    transition: width 0s ease 0s, height 0s ease 0s, border 0s ease 0s, background 0s ease 0s, color 0s ease 0s, fill 0s ease 0s, box-shadow 0.16s ease-out 0s;
    padding: 0px 11px;
    line-height: 30px;margin-left: 8px;}
#createPass:hover{color: #f44336}

