.iconfont, [class^="icon-"], [class*=" icon-"] {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}

body, div, h1, h2, h3, h4, p, ul, ol, form, dl, dt, dd {
    margin: 0
}

body {
  min-width: 1200px;
  font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
  font-size: 16px;
  background: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
}
ul, ol {
  padding-left: 0;
  list-style-type: none;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a, a:hover, a:active {
  text-decoration: none;
}
a, a:visited {
  color: #fff;
}
a:hover, a:active {
  color: #00c0ff;
}

.clear-float {
  clear: both;
}
.clearfix:before,.clearfix:after {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom:1
}

/*************************公共头部***************************/
.nav {
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  min-width: 800px;
  
}
.nav .wrapper {
  width: 100%;
  height: 57px;
  background-color: #439ae8;
  background-image: linear-gradient(90.11deg,#0d83eb -.45%,#08b3f5);
}
.nav .wrapper .nav-icon {
  height: 100%;
  margin: 0 auto;
}
.nav .wrapper .logo-wrap {
    float: left;
    height: 60px;
    margin-left: 22px;
}
.logo-img {
  width: 81px;
  height: 53px;
}
.nav .wrapper .logo-wrap:hover {
  opacity: .8;
}
.nav .wrapper .doc-center {
  font-weight: 400;
  font-size: 16px;
  margin-left: 36px;
}
.nav .wrapper .doc-center,
.nav .wrapper .dev-center,
.nav .wrapper .login-center,
.nav .wrapper .download-center,
.nav .wrapper .college-center,
.nav .wrapper .questions,
.nav .wrapper .choose-product,
.nav .wrapper .logo-wrap,
.nav .wrapper .spring {
  position: relative;
  display: inline-block;
  color: #ffffff;
  line-height: 57px;
  font-size: 15px;
  cursor: pointer;
}
.nav .wrapper .spring {
  margin-left: -4px;
}
.nav .wrapper .choose-product:before,
.nav .wrapper .questions:before,
.nav .wrapper .download-center:before,
.nav .wrapper .college-center:before,
.nav .wrapper .dev-center:before,
.nav .wrapper .login-center:before,
.nav .wrapper .spring:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.nav .wrapper .logo-wrap:before,
.nav .wrapper .doc-center:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.nav .wrapper .choose-product:after,
.nav .wrapper .questions:after,
.nav .wrapper .download-center:after,
.nav .wrapper .college-center:after,
.nav .wrapper .dev-center:after,
.nav .wrapper .spring:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 0;
}
.nav .wrapper .login-center:hover:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 38px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
}
.nav .wrapper .login-center .icon-yonghu {
  display: none;
}
.nav .wrapper .login-center:hover .icon-yonghu {
  display: block;
}
.nav .wrapper .login-center:hover .login-center-title {
  display: none;
}

.nav .wrapper .logo-wrap:after,
.nav .wrapper .doc-center:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0;
}

.nav .wrapper .dev-center,
.nav .wrapper .login-center,
.nav .wrapper .download-center,
.nav .wrapper .college-center,
.nav .wrapper .questions,
.nav .wrapper .choose-product {
  float: right;
 }
.nav .wrapper .choose-product {
  width: 200px;
  text-align: center;
  position: relative;
}
.nav .wrapper .nav-icon .right-txt {
  vertical-align: top;
  line-height: 57px;
  padding: 0 20px;
  display: inline-block;
  color: #fff;
}
.nav .wrapper .nav-icon .right-txt:hover {
  opacity: .8;
}
.choose-product:hover {
  opacity: 1 !important;
}

.nav .choose-product .triangle:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 36px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
}
.nav .choose-product .product-list {
  text-align: left;
  position: absolute;
  top: 69px;
  width: 177px;
  padding: 0;
  left: 12px;
  background-color: #fff;
}
.product-list:before {
  content: "";
  position: absolute;
  width: 165px;
  height: 13px;
  top: -13px;
  opacity: 0;
}

.nav .choose-product .product-list {
  border: 1px solid #d6d6d8;
  border-radius: 3px;
  background: #fff;
}

.nav .product-list .product-item:not(:last-child) {
  border-bottom: 1px solid #d6d6d8;
}
.nav .product-list .product-item {
  height: 49px;
}
.nav .product-list .product-item:last-child {
  height: 48px;
}
.nav .product-list .product-item:first-child .product-link:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #d6d6d8;
  transform: rotate(45deg);
  margin-left: 30px;
  margin-top: -6px;
  border-right: none;
  border-bottom: none;
  background-color: #ffffff;
}
.product-list .product-item .product-link {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  display: block;
  color: #333;
}
.product-list .product-item:first-child .product-link {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.product-list .product-item:last-child .product-link {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.product-list .product-item .product-link:hover {
  color: #fff;
  background-color: #01ACF3;
}
/*平时显示白肚皮，hover显示黑肚皮*/
.getui-icon-white,
.product-list .product-item .product-link.getui-icon .getui-icon-black,
.product-list .product-item .product-link.getui-icon:hover .getui-icon-white {
  display: none;
}
.product-list .product-item .product-link.getui-icon .getui-icon-white,
.product-list .product-item .product-link.getui-icon:hover .getui-icon-black {
  display: block;
}
.nav .product-list .product-item:first-child .product-link:hover:before {
  background-color: #01ACF3;
}
.nav .choose-product label [class^='icon-'] {
  font-size: 25px;
  float: left;
  margin-left: 10px;
}
.product-list .product-item [class^='icon-'] {
  font-size: 25px;
  float: left;
  margin: 0 12px;
}

.product-list .product-item .icon-aiwaihu, .product-list .product-item .icon-oneid {
  width: 25px;
  height: 25px;
  margin-top: 11px;
}
.product-list .product-item .icon-aiwaihu {
  content: url("/images/homePage/callout_logo1.png");
}
.product-list .product-item .product-link:hover .icon-aiwaihu {
  content: url("/images/homePage/callout_logo3.png");
}
.product-list .product-item .icon-oneid {
  content: url("/images/homePage/oneid_logo1.svg");
}

.product-list .product-item .product-link:hover .icon-oneid {
  content: url("/images/homePage/oneid_logo2.svg");
}

.nav .product-list {
  display: none;
}

.nav .product-list .right-txt {
  width: 100%;
}

/********************底部部分************************/
.footer {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  background-color: #1A2940;
  font-style: normal;
}
.footer h3 {
  font-weight: normal;
}
.footer a:visited,
.footer a:link,
.footer a {
  color: #ffffff;
}
.footer li {
  display: inline-block;
}
.footer .iconfont {
  color: #ffffff;
}
.footer .content {
  width: 1280px;
  margin: 0 auto 0;
  color: #ffffff;
  background: #1A2940;
}
@media screen and (min-width: 540px) and (max-width: 1313px) {
  .footer .content {
    width: auto;
    /* min-width: 1260px; */
    min-width: 1100px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer .content {
    box-sizing: content-box;
  }
}
.footer .content .top {
  padding-top: 60px;
}
.footer .content .top .top-right,
.footer .content .top .top-left {
  float: left;
}
.footer .content .top .top-right {
  text-align: justify;
  padding: 0 20px;
  width: 40%;
}
@media screen and (min-width: 540px) and (max-width: 1313px) {
  .footer .content .top .top-right {
    padding-left: 5px;
  }
}
.footer .content .top .top-left {
  width: 45%;
  text-align: right;
  padding-right: 30px;
}
@media screen and (min-width: 540px) and (max-width: 1313px) {
  .footer .content .top .top-left {
    padding-right: 5px;
  }
}
.footer .content .top .icon-list {
  width: auto;
  text-align: left;
  display: inline-block;
  position: relative;
}
.footer .content .top .icon-list .iconfont {
  font-size: 56px;
  margin-right: 17px;
}
.footer .content .top .icon-list .pc-btn {
  border: 1px solid #8e9198;
  border-radius: 14px;
  padding: 0 12px;
  height: 24px;
  line-height: 22px;
  margin-left: -2px;
  display: inline-block;
  cursor: pointer;
}
.footer .content .top .icon-list .pc-btn:hover,
.footer .content .top .icon-list .pc-btn:hover > a {
  border-color: #01acf3;
  color: #01acf3;
}
.footer .content .top .icon-list .macQQ:hover,
.footer .content .top .icon-list .macQQ:hover > a {
  border-color: #82858d;
  color: #ccc;
  cursor: auto;
}
.footer .content .top .icon-list > p span {
  display: block;
}
.footer .content .top .icon-list > p span.small,
.footer .content .top .icon-list > p span.small a {
  font-size: 15px;
  color: #cccccc;
}
.footer .content .top .icon-list > p span:first-child {
  margin-bottom: 12px;
}
.footer .content .top div.icon-list.qq .qq_blank_append span:first-child {
  margin-bottom: 0;
}
.footer .content .top div.icon-list.qq .qq_blank_append span:hover {
  color: #01acf3;
}
.footer .content .top div.icon-list.qq .macQQ span:hover {
  color: #ccc;
  cursor: auto;
}
.footer .content .top .our {
  display: inline-block;
  text-align: left;
}
.footer .content .top .our span,
.footer .content .top .our .link {
  font-size: 16px;
  color: #82858d;
}
.footer .content .top .our .link:hover {
  color: #01acf3;
  text-decoration: none;
}
.footer .content .top .our h3 {
  font-size: 21px;
}
.footer .content .top .our p.first {
  padding: 20px 0 14px;
}
.footer .content .top .our p.second {
  padding: 0 0 14px;
}
.footer .content .top .our p span:first-child {
  margin-right: 10px;
}
.footer .content .top .our.about {
  margin-left: 10%;
}
.footer .content .footlink-wrap {
  font-size: 14px;
  padding-left: 28px;
  line-height: 1.8;
  width: 100%;
}
.footer .content .footlink-wrap .title {
    line-height: 1.8;
}
@media screen and (min-width: 540px) and (max-width: 1313px) {
  .footer .content .footlink-wrap {
    padding-left: 5px;
  }
}
.footer .content .footlink-wrap .title {
  color: #ffffff;
  font-size: 20px;
  margin: 25px 0 15px 0;
}
.footer .content .footlink-wrap ul {
  border-bottom: 1px solid #4c535f;
  padding-bottom: 25px;
}
.footer .content .footlink-wrap ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 14px;
}
.footer .content .bottomlink {
  color: #82858d;
}
.footer .content .bottomlink:hover {
  color: #00c0ff;
}
.footer .content .bottom {
  padding: 25px 0;
  font-size: 15px;
  text-align: center;
  color: #5b5f67;
  line-height: 1.8;
}
.footer .content .bottom .bottom-p {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.footer .content .bottom .bottom-p .record {
  display: block;
}
.footer .content .bottom .superscript {
  position: relative;
  top: -4px;
  font-size: 12px;
}
.footer .content .bottom .bottomlink {
  color: #5b5f67;
  margin: 0 20px;
}
.footer .content .bottom .bottomlink:hover {
  color: #00c0ff;
}
.footer .content .bottom img {
  width: 17px;
  margin-right: 20px;
}
.footer .content .bottom .serve {
  margin-left: 30px;
}
.footer .code-wrap-pc {
  display: none;
}
.footer .weixin-img {
  position: absolute;
  width: 178px;
  height: 204px;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  left: -12px;
  bottom: 0px;
}
.footer .weixin-img img {
  width: 162px;
  margin: 8px 8px 0;
}
.footer .weixin-img p {
  font-size: 14px;
  color: #666666;
  float: none;
  margin: 0;
}
.for-phone {
  display: none;
}
.for-pc-dib {
    display: inline-block;
}
.inline-fix {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.fix:after {
  display: table;
  content: '';
  clear: both;
}
@media screen and (max-width: 539px) {
  .footer {
    height: auto;
    font-size: 14px;
    font-family: "Microsoft Yahei";
  }
  .footer .code-wrap-phone {
    z-index: 600;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .footer .phone-blacklay {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  .footer .icon-menu_icon_close {
    font-size: 26px;
    color: #fff;
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 20px;
  }
  .footer .weixin-img {
    width: 280px;
    height: 320px;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -150px;
    z-index: 1;
  }
  .footer .weixin-img img {
    width: 280px;
    height: 282px;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
  }
  .footer .weixin-img p {
    font-size: 18px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
  }
  .footer .content {
    width: 100%;
    min-width: inherit;
  }
  .footer .content .top {
    padding-top: 45px;
  }
  .footer .content .top .top-left,
  .footer .content .top .top-right {
    float: right;
  }
  .footer .content .top .top-left {
    width: 70%;
    padding-right: 0;
  }
  .footer .content .top .top-left .our {
    float: none;
    display: block;
  }
  .footer .content .top .top-left .our h3 {
    font-size: 14px;
  }
  .footer .content .top .top-left .our p span,
  .footer .content .top .top-left .our p .link {
    font-size: 13px;
  }
  .footer .content .top .top-left .our.contact {
    margin: 10px 0 0 36px;
  }
  .footer .content .top .top-left .our.about {
    margin: 54px 0 0 36px;
  }
  .footer .content .top .top-left .our.about .third {
    display: none;
  }
  .footer .content .top .top-right {
    width: 30%;
  }
  .footer .content .top .top-right div.icon-list {
    display: block;
    float: none;
    width: 53px;
    margin-right: 31px;
  }
  .footer .content .top .top-right div.icon-list .iconfont {
    font-size: 53px;
    margin: 0;
  }
  .footer .content .top .top-right div.icon-list .iconfont:focus {
    outline: none;
  }
  .footer .content .top .top-right div.icon-list .iconfont:active {
    color: #01acf3;
  }
  .footer .content .top .top-right div.icon-list .icon-bottom_qq:active {
    color: #fff;
  }
  .footer .content .top .top-right:hover .iconfont {
    color: inherit;
  }
  .footer .content .top .top-right:active .iconfont {
    color: inherit;
  }
  .footer .content .top .top-right div.icon-list.weibo,
  .footer .content .top .top-right div.icon-list.weixin {
    margin-bottom: 28px;
  }
  .footer .content .bottom {
    border-top: 1px solid #4c535f;
    margin: 28px 0px 0;
    padding: 30px 0px 30px;
    font-size: 12px;
    color: #5b5f67;
    text-align: center;
  }
  .footer .content .bottom .bottom-p {
    padding-bottom: 5px;
    display: block;
    margin-left: 0;
  }
  .footer .content .bottom .bottom-p .record {
    display: inline-block;
  }
  .footer .content .bottom img {
    margin-right: 6.333px;
    vertical-align: middle;
  }
  .footer .content .bottom .company {
    display: block;
  }
  .footer .content .bottom span.server,
  .footer .content .bottom span.net {
    margin: 0;
    display: inline-block;
  }
  .footer .content .bottom span.server {
    margin-right: 19px;
  }
  .for-pc-dib {
    display: none;
  }
}


/******************主体部分********************/
.container {
  padding-top: 35px;
  position: relative;
  width: 100%;
  background-color: #ecedef;
  overflow-x: hidden;
  scrollbar-width:none;
}

::-webkit-scrollbar {
  display: none;
}

/******************活动部分********************/
.container .search-section .activity-time {
  color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -358px;
  top: 258px;
  width: 26%;
}
.container .search-section #canvas {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/******************搜索框**********************/
.container > .search-section {
  width: 100%;
  height: 175px;
  min-width: 1280px;
  background-color: #0690EE;
  background-image: url('./images/homePage/bg2.svg');
  background-size: auto 175px;
  background-repeat: no-repeat;
  background-position: 200px;
  overflow: hidden;
}
.container .search-section .search-input {
  position: relative;
  width: 800px;
  height: 45px;
  border: 1px solid #037AF0;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 75px;
}
.container .search-section .search-input:before {
  content: '文档中心';
  position: absolute;
  width: 150px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  left: -200px;
  letter-spacing: 2px;
}
.container .search-input .input {
  height: 100%;
  border: none;
  border-radius: 2px;
  width: 100%;
  outline: none;
  padding: 0 115px 0 10px;
  font-size: 14px;
}
.container .search-input .search-btn {
  height: 45px;
  width: 105px;
  position: absolute;
  right: -1px;
  top: -1px;
  background-color: #037AF0;
  border: none;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
/******************产品功能更新*******************/
.container .update-prompt {
  width: 1280px;
  margin: 15px auto 0;
}
.container .update-prompt .lf {
  float: left;
}
.container .update-prompt i {
  font-style: normal;
}
.container .update-prompt .rt {
  float: right;
}
.container .prompt-box {
  position: relative;
  height: 59px;
  margin: 0 20px;
  font-size: 12px;
  padding: 20px 0px 15px 0px;
  background: rgba(255,255,255,.5);
}
.container .prompt-items {
  position: absolute;
  left: 60px;
  width: 1080px;
  height: 30px;
  overflow: hidden;
}
.container .prompt-items > div {
  height: 30px;
  width: 1173px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.container .prompt-items > div.scrollAnimate {
  -webkit-animation:scrollText 20s infinite  cubic-bezier(0,0,1,1) ;
  animation: scrollText 20s infinite  cubic-bezier(0,0,1,1) ;
}
.container .prompt-item {
  font-size: 12px;
  color: #333;
  position: relative;
  vertical-align: top;
  margin-left: 24px;
  line-height: 20px;
}
.container .update-prompt .message-icon{
  font-size: 18px;
  margin: 0 20px;
  display: inline-block;
}
.container .update-prompt .prompt-text {
  display: inline-block;
  color: #333;
}
.container .update-prompt .prompt-text:hover {
  color: #24a9f3;
}
.container .update-prompt .prompt-new {
  display: inline;
  background: #e4393c;
  color: #fff;
  padding: 0 2px;
}
.container .update-prompt .prompt-more {
  color: #24a9f3;
  margin-right: 20px;
}
/******************更新日志轮滚效果****************/
@-webkit-keyframes scrollText {
  0%{
    -webkit-transform: translateX(0px);
  }
  20%{
      -webkit-transform: translateX(-250px);
  }
  40%{
      -webkit-transform: translateX(-500px);
  }
  60%{
      -webkit-transform: translateX(-750px);
  }
  80%{
      -webkit-transform: translateX(-1000px);
  }
  100%{
      -webkit-transform: translateX(-1250px);
  }
}
@keyframes scrollText {
  0%{
    transform: translateX(0px);
  }
  20%{
      transform: translateX(-250px);
  }
  40%{
      transform: translateX(-500px);
  }
  60%{
      transform: translateX(-750px);
  }
  80%{
      transform: translateX(-1000px);
  }
  100%{
      transform: translateX(-1250px);
  }
}
/******************常用链接**********************/
.container .search-section .common-use-links {
  position: relative;
  width: auto;
  height: 22px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}

.container .search-section .common-use-link {
  font-weight: 900;
}
.container .search-section .common-use-link + .common-use-link {
  margin-left: 35px;
}
.container .search-section .common-use-link:hover {
  color: #fff;
  text-decoration: underline;
}

/*****************主体内容部分*******************/
.container .main-content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

/*****************首页各个产品*****************/

.container .main-content .tenyears-tips {
  cursor: pointer;
  display: block;
  position: fixed;
  width: 100px;
  height: 100px;
  right: 1%;
  bottom: 5%;
  background: url("./images/homePage/tenyears_logo.png");
  background-size: contain;
}

.container .main-content .tenyears-tips .close-btn {
  cursor: pointer;
  z-index: 999;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -5%;
  top: 2%;
  background: url("./images/homePage/close_btn.svg");
  background-size: contain;
}

.container .main-content .product-section {
  min-height: 110px;
  margin: 20px;
  background-color: #fff;
  padding: 0 20px 20px 20px;
  font-size: 0;
}

.container .product-section .product-name {
  height: 55px;
  line-height: 55px;
  font-size: 19px;
  border-bottom: 1px solid #dbdcdd;
  position: relative;
}
.container .product-section .sub-product-name {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  border-bottom: 1px solid #dbdcdd;
  position: relative;
}
.container .product-section .contact-us {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.container .product-section .contact-us a {
  color: #01acf3;
}
.product-name > [class^="logo-"] {
  float: left;
  height: 26px;
  margin-top: 14px;
  margin-right: 4px;
  width: 30px;
  font-size: 26px;
  font-weight: normal;
  background-position: center left;
  background-repeat: no-repeat;
}
.sub-product-name > [class^="logo-"] {
  float: left;
  height: 26px;
  margin-top: 14px;
  margin-right: 4px;
  width: 30px;
  font-size: 26px;
  font-weight: normal;
  background-position: center left;
  background-repeat: no-repeat;
}
.container .product-section .sub-doc-link,
.container .product-section .main-doc-link {
  display: inline-block;
  width: calc(50% - 68px);
  margin-left: 45px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dbdcdd;
  font-size: 16px;
  overflow: hidden;
}
.container .product-section .main-doc-link.total-line {
  width: calc(100% - 68px);
}
.container .main-doc-link [class^="logo-"],
.container .main-doc-link .home-logo {
  height: 100%;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 18px;
  cursor: pointer;
  color: #13253e;
}
.container .main-doc-link .home-logo i, .container .main-doc-link .home-logo svg {
  font-size: 32px;
}
.container .main-doc-link .home-logo svg {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}
.container .main-doc-link .home-logo i.circle {
  font-size: 16px;
  color: #ffffff;
  background-color: #13253e;
  border-radius: 50%;
  padding: 6px;
}
.container .main-doc-link .home-logo i.circle:hover {
  color: #ffffff;
  background-color: #00c0ff;
}
.container .main-doc-link .home-logo:hover {
  color: #00c0ff;
}
.container .main-doc-link .logo-ios {
  background-image: url("./images/homePage/iOS1.png");
}
.container .main-doc-link .logo-ios:hover {
  background-image: url("./images/homePage/iOS2.png");
}
.container .main-doc-link .logo-android {
  background-image: url("./images/homePage/android1.png");
}
.container .main-doc-link .logo-android:hover {
  background-image: url("./images/homePage/android2.png");
}
.container .main-doc-link .logo-python {
  background-image: url("./images/homePage/python1.png");
}
.container .main-doc-link .logo-python:hover {
  background-image: url("./images/homePage/python2.png");
}
.container .main-doc-link .logo-c {
  background-image: url("./images/homePage/c1.png");
}
.container .main-doc-link .logo-c:hover {
  background-image: url("./images/homePage/c2.png");
}
.container .main-doc-link .logo-c1 {
  background-image: url("./images/homePage/c++1.png");
}
.container .main-doc-link .logo-c1:hover {
  background-image: url("./images/homePage/c++2.png");
}
.container .main-doc-link .logo-node {
  background-image: url("./images/homePage/nodejs1.png");
}
.container .main-doc-link .logo-node:hover {
  background-image: url("./images/homePage/nodejs2.png");
}
.container .main-doc-link .logo-php {
  background-image: url("./images/homePage/php1.png");
}
.container .main-doc-link .logo-php:hover {
  background-image: url("./images/homePage/php2.png");
}
.container .main-doc-link .logo-java {
  background-image: url("./images/homePage/java1.png");
}
.container .main-doc-link .logo-java:hover {
  background-image: url("./images/homePage/java2.png");
}
.container .main-doc-link .logo-restAPI {
  background-image: url("./images/homePage/RestAPI1.png");
}
.container .main-doc-link .logo-restAPI:hover {
  background-image: url("./images/homePage/RestAPI2.png");
}


.container .product-section .sub-doc-link {
  height: 20px;
  line-height: 20px;
  margin-top: 18px;
  border-bottom: none;
}

.container .product-section .text-link.text-only {
    color: #333333;
    display: inline-block;
}

.container .product-section a.text-link {
  color: #24a9f3;
}

.container .product-section a.is-new {
  position: relative;
  overflow: visible;
}

.container .product-section a.is-new:after {
  position: absolute;
  left: 100%;
  top: 50%;
  background-color: rgba(255, 87, 34, 1);
  color: #fff;
  content: 'new';
  transform: translate(4px, -50%) scale(.9);
  padding: 4px 10px;
  font-size: 14px;
  line-height: 0.8;
  font-weight: bold;
  border-radius: 2px;
  height: 14px;
}

.container .sdk-item .download-sdk:hover,
.container .product-section .sub-doc-link .text-link:hover {
  color: #192538;
  text-decoration: underline;
}


/********************下载中心*********************/
.container .main-content .sdk-section {
  min-height: 200px;
  margin: 20px;
  background-color: #fff;
  font-size: 0;
  padding-bottom: 20px;
}

.container .sdk-section .product-name {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  margin: 0 20px;
  color: #1a2940;
  border-bottom: 1px solid #dbdcdd;
}

/* .container .sdk-section .sdk-item {
  width: 285px;
  height: 165px;
  border: 1px solid #dbdcdd;
  float: left;
  margin: 20px 0 0 20px;
  padding: 20px 40px;
  text-align: center;
} */
.container .sdk-section .sdk-item {
  width: 100%;
  height: 57px;
  float: left;
  background-color: #fbfbfb;
  padding: 3px 22px;
  text-align: left;
}

/* .container .sdk-section .sdk-item:hover {
  box-shadow: 0 2px 6px #b8b7b7;
  behavior: url(./plugins/ie-css3.htc);
} */

.container .sdk-item .sdk-logo {
  height: 46px;
}
.container .sdk-logo .logo-img {
  height: 100%;
  outline: none;
}
.container .sdk-item .sdk-category {
  font-size: 16px;
  line-height: 16px;
  margin: 12px 0 16px 0;
  display: inline-block;
}
.container .sdk-item .line-div {
  border-bottom: 1px solid #dbdcdd;
}
.container .sdk-item .download-sdk {
  color: #24a9f3;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  margin-top: 15px;
}

.product-name-desc {
    font-size: 12px;
    color: #898989;
}

.sdk-section-product {
    font-size: 14px;
    margin-top: 20px;
    color: #666;
    margin-left: 20px;
    font-weight: 500;
}

.sdk-download-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fbfbfb;
    margin: 10px 30px;
    min-height: 55px;
}

.sdk-download-row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 55px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.sdk-download-row .support-platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sdk-download-row .support-platform > * {
  white-space: nowrap;
}

.sdk-download-row:first-of-type {
    margin-top: 20px;
}

.sdk-download-row .sdk-product-name {
    width: 20%;
}

.sdk-download-row .support-platform-container {
    width: 75%;
}

.sdk-download-row .support-platform>span {
    /* float: left; */
  margin-right: 40px;
}
.sdk-download-row .sdk-download-row-checkbox {
    display: none;
}

.sdk-download-row .sdk-download-row-label {
    position: relative;
    height: 55px;
    width: 55px;
    cursor: pointer;
}

.sdk-download-row .sdk-download-row-label.disabled {
    cursor: not-allowed;
    opacity: .5;
}

.sdk-download-row .sdk-download-row-label:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
    background-color: transparent;
    border: 1px solid #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 14px;
    height: 14px;
}

.sdk-download-row .sdk-download-row-checkbox:checked + .sdk-download-row-label:before {
    background-color: #01acf3;
    border-color: #01acf3;
}

.sdk-download-row .sdk-download-row-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg) translate(-1px, -8px) scale(.7);
}

.sdk-download-btn-group {
    padding: 20px 30px 10px 30px;
}

.sdk-download-btn-group .download-btn {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #01acf3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.sdk-download-btn-group .download-btn[disabled=disabled] {
    color: #cccccc;
    cursor: not-allowed;
}

.sdk-download-btn-group .download-btn + .download-btn {
    margin-left: 30px;
}

.weixin-focus {
  position: relative;
}

.weixin-focus img {
  position: absolute;
  bottom: 140%;
  left: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
  pointer-events: none;
}

.weixin-focus:hover img {
  display: block;
}

/*************************公共技术支持***************************/

.weixin-support {
  position: fixed;
  z-index: 10;
  bottom: calc(10% + 265px);
  right: 10px;
}
.weixin-support-focus {
  padding: 10px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  background: #0591F0;
  box-shadow: 0px 4px 8px rgba(0, 105, 202, 0.24);
  border-radius: 2px;
}
.weixin-support-focus .iconfont{
  display: block;
  font-size: 16px;
  text-align: center;
}
.weixin-support-icon{
  width: 30px;
  display: block;
  margin-bottom: 2px;
  margin-top: -4px;
}
.weixin-support:hover .weixin-support-content{
  display: block;
}
.weixin-support-content {
  z-index: 10;
  display: none;
  position: absolute;
  right: 50px;
  top: -100px;
  background-color: #fff;
  padding: 20px;
  margin-right: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.weixin-support-content .img{
  display: block;
  height: 200px;
  width: 200px;
  background: url(./images/homePage/support.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.weixin-support-content .scan{
  font-size: 12px;
}
.weixin-support-content .help-text{
  font-size: 12px;
}



.qiyu-support {
  position: fixed;
  z-index: 10;
  bottom: calc(10% + 175px);
  right: 10px;
  cursor: pointer;
}
.qiyu-support-icon{
  width: 30px;
  display: block;
  margin-bottom: 10px;
}
.qiyu-support-focus {
  padding: 10px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  background: #0591F0;
  box-shadow: 0px 4px 8px rgba(0, 105, 202, 0.24);
  border-radius: 2px;
}
.qiyu-support-focus .iconfont{
  display: block;
  font-size: 16px;
  text-align: center;
}

.check-feedback {
  position: fixed;
  z-index: 10;
  bottom: 10%;
  right: 10px;
  cursor: pointer;
}
.check-feedback-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 22px;
  height: 22px;
}
.check-feedback-img {
  width: 120px;
  height: 160px;
}


.underline-for-suppor{
  text-decoration: underline;
  position: relative;
}
.underline-for-suppor:hover .suppor-tip{
  display: block;
}
.suppor-tip{
  top: -100px;
  right: -300px;
  line-height: 1.2;
}

/* 账号打通相关样式 */
.nav .wrapper .user-info-list {
  display: none;
  width: 260px;
  right: 36px;
  top: 67px;
  position: absolute;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  background: #ffffff;
  /* width: 220px; */
  /* height: 287px; */
}
.nav .wrapper .user-info-list:hover {
  display: block;
}
.nav .wrapper .login-center:hover + .user-info-list {
  display: block;
}
.nav .wrapper .user-info-list::before {
  content: '';
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  top: -14px;
}
.nav .wrapper .user-info-list .user-info-item {
  min-height: 49px;
  position: relative;
  z-index: 10;
}
.nav .wrapper .user-info-list .user-info-item:first-child {
  padding: 13px;
  padding-left: 5px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eaeaea;
}
.nav .wrapper .user-info-list .user-info-item:first-child::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #f6f6f6;
  position: absolute;
  top: -10px;
  right: 13px;
  z-index: 1;
}
.nav .wrapper .user-info-list .user-info-item:first-child::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  right: 13px;
  z-index: 1;
}
.nav .wrapper .user-info-list .user-info-item:last-child {
  border-radius: 0 0 3px 3px;
  border: none;
}
.nav .wrapper .user-info-list .user-info-item:first-child .list-item-right {
  margin-left: 10px;
  line-height: 20px;
}
.nav .wrapper .user-info-list .user-info-item a {
  display: block;
}
/* .nav .wrapper .user-info-list .user-info-item .user-info-item-link {
  height: 100%;
} */
.nav .wrapper .user-info-list .user-info-item .user-info-item-link:hover span {
  color: #01acf3;
}
.nav .wrapper .user-info-list .user-info-item .user-info-item-link .iconfont {
  font-size: 26px;
  color: #333;
}
.nav .wrapper .user-info-list .user-info-item .user-info-item-link span {
  font-size: 14px;
  color: #333;
}
.nav .wrapper .user-info-list .user-info-item .user-info-item-link .logout-btn {
  position: relative;
  top: 10px;
  width: 222px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-color: #0591F0;
  color: #0591F0;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
}
.nav .wrapper .user-info-list .user-info-item .user-info-item-link .logout-btn:hover {
  background: #e3f3fd;
}
/* .nav .wrapper .user-info-list .user-info-item .user-info-item-link .logout-btn:hover {
  background: #01acf3;
  color: #ffffff;
  border-color: #01acf3;
} */
.nav .wrapper .user-info-list .user-info-item-welcome {
  line-height: normal;
  padding-top: 13px;
  min-height: 60px;
}
.nav .wrapper .user-info-list .user-info-item-welcome .welcome-name {
  font-weight: bold;
}
.preferential-services-expire-time {
  margin-top: 6px;
  font-size: 14px;
  color: #F83A3A;
  padding-left: 10px;
}
.nav .wrapper .user-info-list .user-info-item-welcome:hover {
  color: #01acf3;
}
.nav .wrapper .user-info-list .user-info-item-welcome .last-login-time {
  display: block;
  text-align: left;
  clear: left;
  margin: 4px 0 0 10px;
}
.nav .wrapper .user-info-list .user-info-item-welcome .serve-ending {
  font-size: 12px !important;
  display: none;
  text-align: left;
  clear: left;
  margin: 4px 0 0 10px;
  padding-bottom: 10px;
  color: #01acf3 !important;
}
.nav .wrapper .user-info-list .user-info-item-wrap {
  overflow: hidden;
  line-height: normal;
  vertical-align: middle;
}
.nav .wrapper .user-info-list .user-info-item-wrap ul li {
  text-align: center;
}
.nav .wrapper .user-info-list .user-info-item-wrap ul li p {
  display: inline-block;
}
.nav .wrapper .user-info-list .user-info-item-wrap .child-account {
  width: 210px;
  margin: 0 auto;
}
.nav .wrapper .user-info-list .user-info-item-wrap .child-account li {
  width: 105px;
}
.nav .wrapper .user-info-list .user-info-item-wrap .user-info-sub-list li {
  text-align: left;
  padding-left: 17px;
  width: 100%;
  color: #333333;
}
.nav .wrapper .user-info-list .user-info-item-wrap .user-info-sub-list li i {
  font-size: 18px;
  color: #333333;
  vertical-align: super;
}
.nav .wrapper .user-info-list .user-info-item-wrap .user-info-sub-list li p {
  padding-left: 4px;
  color: #333333;
}
.nav .wrapper .user-info-list .user-info-item-wrap .user-info-sub-list li:hover i {
  color: #01acf3;
}
.nav .wrapper .user-info-list .user-info-item-wrap .user-info-sub-list li:hover p {
  color: #01acf3;
}
/* .nav .wrapper .user-info-list .user-info-item-wrap .user-info-sub-list li a {
  height: auto;
  padding: 20px 0;
} */
.nav .wrapper .user-info-list .user-info-item-wrap .user-info-sub-list li a .iconfont {
  font-size: 26px;
}
.nav .wrapper .user-info-list .user-info-item-wrap .user-info-sub-list li a p {
  vertical-align: super;
  margin-top: 8px;
  position: relative;
  top: -2px;
}
.home-logo svg {
  position: relative;
  top: -2px;
}
