/*华为云*/
.padTB-60{ padding: 60px 0;}
.padT-60{ padding-top: 60px;}
.marT-50{ margin-top: 50px;}
.proTit { text-align: center;}
.proTit h4{ color: #333; font-size: 30px; line-height: 1; font-weight: normal;}

.textTip{ background-color: #F2F2F2; padding: 50px 0 0 0;}
.textTip h3{ color: #FF6800; font-size: 18px; line-height: 1.4; text-align: center;}
.textTip p{ font-size: 12px; line-height: 1.6; margin-top: 10px;}
.textTip-con{ background-color: #fff; width: 800px; padding: 50px; margin: 0 auto;} 

.pickStyle .cloud-main-l .slider-m-o .ul-o li.on{ background-color: #f3715e; border-color: #f3715e;}
.pickStyle .cloud-main-l .slider-m-o .ul-o li:hover{ color: #f3715e;}
.pickStyle .cloud-main-l .slider-m-o .ul-f li.on{ color: #f3715e; border-color: #f3715e;}
.pickStyle .cloud-login-ipt input{ border-color: #e2e2e2; font-size: 12px; width: 230px;}
.pickStyle .cloud-main-l .slider-m-o .sel .sel-m{ border: 1px solid #f3715e; border-top: 0; width: auto;}
.pickStyle .cloud-main-l .slider-m-o .sel .sel-m.sor{ width: 378px;}
.pickStyle .cloud-main-l .slider-m-o .sel .sel-inp{ border-color: #f3715e;}
.pickStyle .cloud-main-l .slider-m-o .sel p{ color:#f3715e;}
.pickStyle .cloud-main-l .slider-m-o .sel .sel-m-o{ border: none; border-bottom:1px solid #eee;}
.pickStyle .cloud-main-l .slider-m-o .sel .sel-inp.on{ background-color: #f3715e;}
.pickStyle .cloud-main-l .slider-m-o .slider .ui-slider-handle{ background-image: url(images/hwCloud-9.jpg);}
.pickStyle .cloud-main-l .slider-m-o .slider .ui-slider-range{ background-color: #f3715e;}
.pickStyle .cloud-main-l .l-l{ padding-left: 0; padding-right: 0;}
.pickStyle .cloud-main-l .slider-m-o .p-o{ width: 120px;}
.pickStyle .cloud-main-l .l-l h4{ width: 120px; padding-bottom: 50px;}
.pickStyle .storageCloud-input{ border-color: #f3715e;}
.pickStyle .storageCloud-input input{ color: #f3715e;}
.pickStyle .alysjp-add a i{ background-color: #f3715e;}
.pickStyle .alysjp-add a span:hover{ color: #f3715e;}

.hwCloud-ys { width: 100%; background: #F9F9FF url(../yun/yun113.jpg) no-repeat center bottom; background-size: cover;}
.hwCloud-ysBody{ position: relative;}
.hwCloud-ysMid{ width: 840px; height: 420px; margin: 0 auto;}
.hwCloud-ysText{ position: absolute; top: 0; width: 300px;}
.hwCloud-ysLeft{ left: 80px;}
.hwCloud-ysRight{ right: 80px;}
.hwCloud-ysText dl{ height: 128px; padding-top: 30px;}
.hwCloud-ysText dl:last-child { border-top: solid 1px rgba(146, 153, 200, 0.3);}
.hwCloud-ysText dt{ font-size: 18px; line-height: 22px;color: #252b3a;}
.hwCloud-ysText dd{margin-top: 10px; font-size: 14px; line-height: 22px; color: #666a75;}
.hwCloud-gnBody ul{ width: 100%; font-size: 0;}
.hwCloud-gnBody li{ width:400px; display: inline-block; vertical-align: top;}
.hwCloud-gnBody .liCon{ padding: 30px 10px 30px 88px; position: relative; cursor: pointer; left: 80px;}
.hwCloud-gnBody .liImg{ width: 88px; text-align: center; position: absolute; top: 20px; left: 0;}
.hwCloud-gnBody .liImg img{ display: inline-block; height: 48px;}
.hwCloud-gnBody dt{ font-size: 16px;font-weight: bold;color: #252b3a; margin-bottom: 10px; line-height: 1.5;}
.hwCloud-gnBody dd{ font-size: 14px; line-height: 22px; color: #666a75;}
.hwCloud-gnBody .liPop{ background-color: #f2f4ff; padding: 20px; width: 1160px; display: none; position: relative;}
.hwCloud-gnBody .liPop-box{ width: 50%; float: left;}
.hwCloud-gnBody .liPop-box p{font-size: 14px; line-height: 22px; padding: 5px 20px; color: #666;}
.hwCloud-gnBody .liPop-box b{ font-weight: bold; color: #333;}
.hwCloud-gnBody .liPop .arrow{ display: block; position: absolute; left: 0; top: -8px; width: 0;height: 0;border-left: 10px solid transparent; border-right: 10px solid transparent;border-bottom: 8px solid #f4f6f8;}
.hwCloud-gnBody dt:after{ content: ''; display:inline-block; vertical-align: top; width: 10px; height: 6px; background: url(images/hwCloud-8.png) no-repeat; margin-left: 5px; position: relative; top: 8px;}
.hwCloud-gnBody .liCon:hover dt,.hwCloud-gnBody li.on dt{ color: #f66f6a;}
.hwCloud-gnBody .liCon:hover dt:after{ background-position:-10px 0;}
.hwCloud-gnBody li.on .liCon dt:after{ background-position:-20px 0;}
.galaxy-container {
  position: relative;
  width: 840px;
  height: 420px;
  margin: 0 auto;
}
.galaxy-container:before,
.galaxy-container:after {
  content: " ";
  display: table;
}
.galaxy-container:after {
  clear: both;
}
.galaxy-wrapper {
  width: 840px;
  height: 840px;
  border-radius: 50%;
  margin-top: -210px;
  -ms-transform: scaleY(0.5);
  transform: rotate3d(1, 0, 0, 60deg);
}
.galaxy-wrapper:before,
.galaxy-wrapper:after {
  content: " ";
  display: table;
}
.galaxy-wrapper:after {
  clear: both;
}
.galaxy-box {
  height: 100%;
  border-radius: 50%;
  animation: revolution 50s linear infinite;
}
@keyframes revolution {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.galaxy-star {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  -ms-transform: scaleY(2);
  transform: scaleY(2);
  animation: star-fix 50s linear infinite;
}
.galaxy-star.in-back {
  z-index: 0;
}
.galaxy-star-inner {
  position: relative;
  width: 130px;
  height: 130px;
  margin: -65px;
  background-size: cover;
}
.galaxy-star-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  transform: scaleY(0.5);
}
.galaxy-star[data-name="A"] .galaxy-star-inner {
  background-image: url(../yun/yun116.png);
}
.galaxy-star[data-name="A"] .galaxy-star-inner:after {
  box-shadow: 0 140px 50px rgba(46, 36, 200, 0.2);
}
.galaxy-star[data-name="B"] .galaxy-star-inner {
  background-image: url(../yun/yun119.png);
}
.galaxy-star[data-name="B"] .galaxy-star-inner:after {
  box-shadow: 0 140px 50px rgba(53, 104, 239, 0.2);
}
.galaxy-star[data-name="C"] .galaxy-star-inner {
  background-image: url(../yun/yun117.png);
}
.galaxy-star[data-name="C"] .galaxy-star-inner:after {
  box-shadow: 0 140px 50px rgba(53, 104, 239, 0.2);
}
.galaxy-star[data-name="D"] .galaxy-star-inner {
  background-image: url(../yun/yun118.png);
}
.galaxy-star[data-name="D"] .galaxy-star-inner:after {
  box-shadow: 0 140px 50px rgba(71, 51, 135, 0.2);
}
.galaxy-star[data-track="inner"] .galaxy-star-inner {
  bottom: 52px;
  right: 10px;
}
.galaxy-star[data-track="outer"] .galaxy-star-inner {
  bottom: 38px;
  right: 9px;
}
@keyframes star-fix {
  0% {
    transform: rotate(360deg) scaleY(2);
  }
  100% {
    transform: rotate(0deg) scaleY(2);
  }
}
.galaxy-box.animation-paused {
  animation-play-state: paused;
}
.galaxy-box.animation-paused .galaxy-star,
.galaxy-box.animation-paused .galaxy-center {
  animation-play-state: paused;
}
.galaxy-star-label {
  position: absolute;
  top: 50%;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 2px;
  margin-top: -15px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  color: #252b3a;
  box-shadow: 0 7px 7px 0 rgba(221, 221, 221, 0.5);
}
.galaxy-star-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  margin-top: -7px;
  color: rgba(255, 255, 255, 0.8);
}
.galaxy-star-label[data-position="left"] {
  right: 100%;
  margin-right: -7px;
}
.galaxy-star-label[data-position="left"]:before {
  left: 100%;
  border-left: solid 7px;
}
.galaxy-star-label[data-position="right"] {
  left: 100%;
  margin-left: -7px;
}
.galaxy-star-label[data-position="right"]:before {
  right: 100%;
  border-right: solid 7px;
}
.galaxy-star:hover .galaxy-star-label {
  color: white;
  background-color: rgba(73, 108, 215, 0.8);
}
.galaxy-star:hover .galaxy-star-label:before {
  color: rgba(73, 108, 215, 0.8);
}
.galaxy-star:hover .galaxy-star-label[data-position="left"] {
  background-image: linear-gradient(to right, rgba(128, 177, 249, 0.8) 0%, rgba(73, 108, 215, 0.8) 100%);
}
.galaxy-star:hover .galaxy-star-label[data-position="right"] {
  background-image: linear-gradient(to left, rgba(128, 177, 249, 0.8) 0%, rgba(73, 108, 215, 0.8) 100%);
}
.galaxy-star-label.active {
  color: white;
  background-color: rgba(73, 108, 215, 0.8);
}
.galaxy-star-label.active:before {
  color: rgba(73, 108, 215, 0.8);
}
.galaxy-bg {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 840px;
  height: 426px;
  background-image: url(../yun/yun114.png);
}
.galaxy-center {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: scaleY(2);
  animation: star-fix 50s linear infinite;
}
.galaxy-center-inner {
  width: 218px;
  height: 274px;
  margin-top: -169px;
  margin-left: -119px;
  background-image: url(../yun/yun115.png);
  background-size: cover;
}
@media (max-width: 1023px) {
  .galaxy-container {
    width: 100%;
    height: auto;
    background-image: url(images/productbase-galaxy-mb.png);
    background-size: cover;
    display:none;
  }
  .galaxy-container:before {
    content: "";
    display: block;
    padding-top: 64.8%;
  }
  .galaxy-container > div {
    display: none;
  }
}

.dark-theme{ background-color:#261188; padding-bottom: 50px;}
.hwTh-banner{ width: 100%; height: 410px; background: url(images/hwTh-banner.jpg) no-repeat center top;}
.hwTh-banner .w-1200{ display: table; height: 350px;}
.hwTh-banner .text{ color: #fff; display: table-cell; vertical-align: middle;}
.hwTh-banner .text h4{ font-size: 48px; line-height: 60px; font-weight: normal}
.hwTh-banner .text p{ font-size: 24px; line-height: 30px; margin-top: 10px;}
.hwTh-tit{ text-align: center; margin-bottom: 30px;}
.hwTh-tit h4{font-size: 28px;line-height: 36px; font-weight: normal; color: #fff;}
.hwTh-tit a{  color: #387cf0; font-size: 16px; line-height: 20px;}
.hwTh-con{ padding: 30px; background-image: url(images/hwTh-bg.png); background-size: cover;position: relative; box-shadow: 0 8px 16px 0 rgba(147,154,255,.1);border-radius: 4px;}
.hwTh-con ul{ width: 100%; font-size: 0;}
.hwTh-con li{ margin: 10px; display: inline-block; vertical-align: top; width: 320px; padding: 20px; background-color: #fff; border-radius: 4px; box-shadow: 0 8px 16px 0 rgba(147,154,255,.1);}
.hwTh-con .liTop dt{ font-size: 24px; line-height: 30px;}
.hwTh-con .liTop dd{ font-size: 14px;line-height: 22px; margin-bottom: 20px;}
.hwTh-formGroup{ margin-top: 10px;}
.hwTh-formGroup:first-child{ margin-top: 0;}
.hwTh-form label{ display:block; width: 56px; color: #666a75; font-size: 14px; line-height: 32px;  margin-right: 10px; vertical-align: top;  white-space: nowrap; float: left;}
.hwTh-form select{ outline: none; float: right; display:block; width: calc(100% - 66px); height: 32px;  padding: 4px 0 4px 9px; font-size: 14px;border-radius: 2px; border: 1px solid #ddd;  background-color: #fff; cursor: pointer;}
.hwTh-pri {padding-top: 15px; margin-top: 15px;border-top: 1px solid #ddd;}
.hwTh-pri dl{ font-size: 14px; line-height: 22px;}
.hwTh-pri dt span{font-size: 26px; line-height: 1; color:#f66f6a}
.hwTh-pri a{ display: block;  font-size: 16px; line-height: 38px; text-align: center; margin-top: 10px; color: #fff; border-color: #f66f6a; background-color: #f66f6a; border-radius: 2px;}
.popBody{ display: none;}
.popBody-box{ padding: 30px 30px 0 30px; background-color: #fff; width: 640px; position: fixed; top: 50%; left: 50%; z-index: 999; background-color: #fff;border-radius: 2px;  transform: translate(-50%, -50%);}
.popBody-th h4{ font-size: 30px; line-height: 1;}
.popBody-th ul{ margin-top: 20px;}
.popBody-th li{color: #333; list-style: decimal; text-align: justify; font-size: 14px; line-height: 26px; margin-left: 20px;}
.popBody-btn{ background-color: #f5f5f5; padding: 15px 0; margin: 30px -30px 0 -30px;}
.popBody-btn a{ display: block; width: 96px; height: 32px; line-height: 32px; text-align: center; color: #fff; background-color: #e41f2b; font-size: 14px; margin: 0 auto;}
.popBody-btn a:hover{ background-color: #c8000d;}