/*@media (max-width: 1199px){ 
   
}

@media (max-width: 991px){
     }  */
 

/*登录、注册、置回密码页 提交按钮*/ 
#user-login .btn-block ,#user-register .btn-block , #user-resetpasswd .btn-block {height: 36px;padding: 6px 12px;}


/*密码大写提示弹出框 DYI高宽度*/
.layui-layer-Tips-diy {
    line-height: 10px!important;
    border-radius: 4px!important;
    padding: 8px 8px!important;
    margin-top: -4px;
}
.layui-layer-TipsG-diy{
    border-width: 6px!important;
    top: -6px!important;
}


/*自定义layui提示背景颜色*/
.layui-layer-hui {
    background-color: rgb(57 61 73 / 86%)!important;
}

/*隐藏窗口最小化*/
.layui-layer-setwin .layui-layer-min{display: none!important;}


/*开通续费 订单页 api标题*/
.ICy5YqxZB1uWSwcVLSNLcA{
    margin-bottom: 15px;
    font-size:16px
}

.fLNuI1KeTeTEFGCUDMhebg{
    color:#666;
}


.block {
  position: relative;
  min-height: 56px;
  top: 0;
}

.api-state-normal {  /*api正常状态*/
  background-color: #FF6666;
}

.api-state-maintenance{  /*api维护状态*/
  background-color: #6c757d;

}
.api-state-debug{  /*api调试状态*/
  background-color: #ff9800;

}
.api-state{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    height: 26px;
    line-height: 25px;
    color: #fff; 
}

.block-apiinfo {
    margin: 0 auto;
    padding: 26px 20px 6px;
    max-width: 100%;
    overflow-x: visible;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.block-apiinfo .api-name{margin-bottom: 8px !important;}

.block-apiinfo p{
    font-size: 13px;
} 

.col-sm-4 .block-apiinfo .api-describe{
max-width: 15rem;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
color: #888; 
}


.apidoc-icon{
    width: 101px;
    height: 101px;  
    box-shadow: 0 0 10px 0 rgb(36 36 36 / 10%);
    border-radius: 5px; 
    margin: 1px 18px auto auto;
}
.apiicon{
    width: 68px;
    height: 68px;     
    margin: 13px auto auto 3px;
}

/*bootstrap的提示框样式   */
.tooltip {
    position:absolute;
    z-index:1070;
    display:block;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    filter:alpha(opacity=0);
    opacity:0;
    line-break:auto
}
.tooltip.in {
    filter:alpha(opacity=90);
    opacity:.9
}
.tooltip.top {
    padding:5px 0;
    margin-top:-3px
}
.tooltip.right {
    padding:0 5px;
    margin-left:3px
}
.tooltip.bottom {
    padding:5px 0;
    margin-top:3px
}
.tooltip.left {
    padding:0 5px;
    margin-left:-3px
}
.tooltip-inner {
    max-width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    background-color:#393D49;
    border-radius:4px
}
.tooltip-arrow {
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.tooltip.top .tooltip-arrow {
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#393D49
}
.tooltip.top-left .tooltip-arrow {
    right:5px;
    bottom:0;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#393D49
}
.tooltip.top-right .tooltip-arrow {
    bottom:0;
    left:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#393D49
}
.tooltip.right .tooltip-arrow {
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#393D49
}
.tooltip.left .tooltip-arrow {
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#393D49
}
.tooltip.bottom .tooltip-arrow {
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#393D49
}
.tooltip.bottom-left .tooltip-arrow {
    top:0;
    right:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#393D49
}
.tooltip.bottom-right .tooltip-arrow {
    top:0;
    left:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#393D49
}
/*bootstrap的提示框样式   */



.copyapiinfo {color: #999; cursor: pointer;}  
  
  
     
/*doc 返回示例 JSON代码着色 css*/     
    #docs #example li{font-family: Roboto,San Francisco,Helvetica Neue,Helvetica,Arial,PingFangSC-Light,Hiragina Sans GB,WenQuanYi Micro Hei,microsoft yahei ui,microsoft yahei,sans-serif;}
    #docs #example pre {line-height: 16px}
    #docs #example .string { color: #3ab54a; font-weight: bold;}
    #docs #example .number { color: #25aae2; font-weight: bold;}
    #docs #example .boolean { color: blue; font-weight: bold;}
    #docs #example .null { color: magenta; font-weight: bold;}
    #docs #example .key { color: #92278f; font-weight: bold;}
    #docs #example .layui-code-ol{margin: 0;}
    #docs #example ::marker {letter-spacing: 1px;}

.helphtml .help .Row-height{line-height: 30px;}    
.layui-container button .fa-check-circle{
    vertical-align: -0.04rem;
}

.fn8uhAna23b .content{overflow: auto;}

.index_dynamic{
    min-height: 350px;
    margin-top: 85px;
}
.index_dynamic .module-title{margin-bottom: -10px;}
.more {
    float: right;
    font-size: 12px;
    margin-right: 10px;
}
.more a{
        color: #9999;
        font-weight: 400;
}
.list_f6a6a0c08{padding: 10px 15px 15px 15px;}
.index_tag .list_f6a6a0c08{padding: 0px 15px 15px 15px;}

.list_f6a6a0c08 a{
    color: #444;
}

/*.list_f6a6a0c08 li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
.list_f6a6a0c08 span.title {
    max-width: 17.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.index_tag .list_f6a6a0c08 a{padding: 0 10px 0 0; line-height: 30px;}
.Columntitle{
    font-size: 18px;
    font-weight: 400;
    color: #444;
    padding-left: 25px;
    height: 16px;
    line-height: 17px;
    margin-bottom: 18px;
    position: relative;
}
.Columntitle:before {
    margin-left: 12px;
    content: '';
    width: 4px;
    height: 15px;
    background: #ff6666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.index_notice{ 
    width: 32.2%;
    min-height: 310px;
    float: left;
    .background-color: #46c37b;
    
}
.index_article{
    width: 32.2%;
    min-height: 310px;
    .background-color: #f3b760;
    float: left;
    margin: 0 20px 0 20px;
}
.index_tag{
    width: 32.2%;
    min-height: 310px;
    .background-color: #70b9eb;
    float: right;
}

.fbe9d7a1ba .linep {
    font-size: 14px;
    .font-weight: 600;
    color: #444;
    padding-left: 14px;
    height: 16px;
    line-height: 17px;
    margin-bottom: 18px;
    position: relative;
}    
.fbe9d7a1ba .linep:before {
    content: '';
    width: 4px;
    height: 14px;
    background: #ff6666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
    .v_a9ed48400b200d82{
        float: left; 
        width: 75%;
    }
.fbe9d7a1ba{
    float: right;
   background-color: #FFF;
    overflow: auto;
    min-height: 300px;
    height: 100%;
    padding: 15px 15px 15px 15px; 
    margin-bottom: 17px;
    width: 23.4%;
}



.copy-right span {margin-right: 15px;}
.index-page .header-container {
    height: 666px;
}
ul[class~="suspension"] 
{    
    margin: 0;
    padding: 0;
    
}
   
/**************加载banner图****************/
.banner-1 {
	background: #202125 url(/public/static/images/banner_1.jpg) center center no-repeat !important;

	background-size: cover
}
.banner-2 {
	background: #202125 url(/public/static/images/banner_2.jpg) center center no-repeat !important;
background-size: cover
}
.banner-3 {
	background: #202125 url(/public/static/images/banner_3.jpg) center center no-repeat !important;
background-size: cover
}


.banner-cloudapp {
	background: #202125 url(/public/static/images/banner_5years.jpg) center center no-repeat !important;
background-size: cover
}
/* .banner-cloudapp {
	background: #202125 url(img/home_banner_cloudx01.jpg) center center no-repeat;
} */
.banner-easyCloud {
	background: url(img/banner-bg2.jpg) center center no-repeat;
	z-index: -1;
}
.banner-loadbalance {
	background: url(img/home_banner_loadbalance.jpg) center center no-repeat !important;
	z-index: -1;
}
.banner-domain {
	background: url(img/home_banner_domain.jpg) center center no-repeat;
}
.banner-vip {
	background: url(img/home_banner_vip.jpg) center center no-repeat;
}
.banner-cps {
	background: url(img/home_banner_cps.jpg) center center no-repeat;
}
.banner-trust {
	background: url(img/home_banner_cloudx01.jpg) center center no-repeat;
}
.banner-2018end {
	background: #790ab8 url(img/home_banner_2018end.jpg) center center no-repeat;
}
.banner-2019spring {
	background: #790ab8 url(img/home_banner_2019spring_v2.jpg) center center no-repeat;
}
.banner-huadong {
	background: #001A64 url(img/home_banner_huadong3.jpg) center center no-repeat;
}
/* 5折活动*/
.banner-engine .banner-text3 {
	font-size: 32px;
	color: #fff;
}
.banner-engine .banner-text4 {
	margin-top: 0px;
	font-size: 56px;
	color: #fff;
}
.banner-engine .banner-text5 {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
}
.banner-engine .banner-particulars-5zhe{
	margin-top: 25px;
}
/* 新banner文字颜色 */
.banner-engine .banner-text2 {
	color: #fff;
}
.banner-num{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #e95964;
}
.banner-text-yellow {
	color: #ff9935;
}
.banner-text-v4green {
	color: #2fc9bd;
}
.banner-link-button.button-colorful {
	border: none;
	background: url(img/banner_button_bg_1.jpg) no-repeat center;
	transition: background 0.3s ease;
}
.banner-link-button.button-colorful:hover {
	border: none;
	color: #fff;
	background: url(img/banner_button_bg_1_hover.jpg) no-repeat center;
}
.banner-link-button.link-2018-spring:hover {
	background-color: #eab536;
	border-color: #eab536;
	color: #fff;
}
/* 用于预加载彩色按钮hover背景图 */
.button-colorful-preload {
	visibility: hidden;
	background: url(img/banner_button_bg_1_hover.jpg) no-repeat center;
}
/**************加载banner结束****************/
  
.index_content section.more-info .content:first-of-type {
    border-top: solid 1px rgba(151,151,151,.2);
}
.index_content .section.more-info .content {
    margin: 0 5%;
}
.index_content section.more-info .content {
    position: relative;
    padding: 15px 15px 0 15px;
    .margin: 0 200px;
    border-bottom: solid 1px rgba(151,151,151,.2);
    max-width: 1200px;
    
}
.index_content section.more-info .content article {
    height: 350px;
    max-width: 1200px;
    padding: 0;
}
.index_content section article {
    text-align: center;
    position: relative;
    margin: 0 auto;

}

.index_content section.more-info .content article .info {
    max-width: 443px;
    width: 100%;
    padding-top: 100px;
    text-align: left;
}
.index_content section.more-info .content:nth-of-type(2n+1) article .image {
    right: 0;
}
.index_content section.more-info .content article .image {
    width: 400px;
    position: absolute;
    top: 0;
}

section.more-info .content article .info .h2:nth-child(1) {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

section.more-info .content article .info .detail {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #888;
}
section.more-info .content article .info .buttons {
    margin: 50px 0 0;
    text-align: left;
}
section.more-info .content article .info .h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.33;
    color: #444;
}
.btn-type3 {
    display: inline-block;
    min-width: 80px;
    padding: 11px 34px;
    border: 1px solid transparent;
    color: #444;
    *background-color: #FF6666;
    border-color: #e6e6e6;
    font-size: 16px;
    line-height: 1em;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
}
section.more-info .content:nth-of-type(2n) article .image {
    left: 0;
}
section.more-info .content:nth-of-type(2n) article .info {
    position: absolute;
    right: 0;
    padding-top: 100px;
}
.index_content article .btn:hover {
    color: #444;
    text-decoration: none;
}
.index_content  section img{margin-top:25px;}


.fa-hei:before {
    color: #444;
}     
.layui-bg-Orange{
    background-color: #FFA500!important;
}
.hongse{
    color: #FF6666;
}
#help_type
{
   padding:15px 15px  15px 15px;
   height: 800px;
   background-color: #f2f2f2;
   width: 15%;
   float: left;
   border-right: 1px solid #eee;
}

.type_caidan
{
    margin-top: 20px;

}
.tag .help_text {
    margin-bottom: 18px;
    padding: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 2px;
    padding: 1rem;
    line-height: 1.6rem;
    word-spacing: 0.05rem;
    background-color: #f2f2f2;
}
.tag .linep:before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.tag .linep {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    padding-left: 14px;
    height: 16px;
    line-height: 17px;
    margin-bottom: 18px;
    position: relative;
}
.tag_content
{ 
    background-color: #FFF;
   overflow: auto;
    height: 800px;  
    padding: 15px 15px 15px 15px;
}
.help_content
{ 
    width: 85%;
    background-color: #FFF;
    float: right;
   overflow: auto;
    height: 800px;  
    padding: 15px 15px 15px 15px;
}

 

#help_type .active{color: #ff6666;}

.help .bau{
    padding-left: 14px;
}
.help .fajiushi{
    color: #FF6666;
    font-size: 16px;
}

.help .linep {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    padding-left: 14px;
    height: 16px;
    line-height: 17px;
    margin-bottom: 18px;
    position: relative;

}
.help .linep:before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.help .xbnm{
margin-top: 18px;
}

.help .help_text
{
    margin-bottom: 18px;
    padding: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 2px;
    padding: 1rem;
    line-height: 1.6rem;
    word-spacing: 0.05rem;
    background-color: #f2f2f2;
}

.help .help_tile{
    color: #555;
    font-size: 16px;
    font-weight: 700;
}

.c_taghtml .content , .alltaghtml .content ,.helphtml .content{  
  min-height: 855px!important;
  margin-top: -10px;
}


 .ti_6fef6cc5a9d9b939 .content{
    min-height: 855px!important;
    margin-top: -10px;
}
.ct_6c8bb755b9295f73 {
    background-color: #FFF;
    overflow: auto;
    min-height:800px;
    height:100%;
    padding: 15px 15px 15px 15px;
    margin-bottom: 24px;
}
.nr_65f32e3c451bcf72 .linep {
    font-size: 16px;
    color: #444;
    padding-left: 14px;
    height: 16px;
    line-height: 17px;
    margin-bottom: 18px;
    position: relative;
}
.nr_65f32e3c451bcf72 a {
    color: #444;
}
.nr_65f32e3c451bcf72 .layui-table[lay-size=sm] td, .nr_65f32e3c451bcf72 .layui-table[lay-size=sm] th {
    font-size: 13px;
    padding: 10px 10px!important;
}
.nr_65f32e3c451bcf72 .linep:before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
#docs .layui-elem-field{
    border-color: white;
}
#docs .layui-tab-title{
    border-bottom: 1px solid #e6e6e6;
}

.site-j3s6s62ac4d .content{margin-top: 0px!important;
    padding: 20px 0 0;
    margin-bottom: -19px;}

 
.ed_896aee5a8642e279{
    padding: 20px 0px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    color: #555;
    font-size: 14px;
}
.ed_896aee5a8642e279 en { margin:auto 6px auto 6px; color: #b4b9be;  font-size: 12px;}

.content_d0af6df0eb3392d6 .info_content{
    padding: 15px 0px 0px 0px;;
}




.info_content a ,.linep a{color: #444;}
.content_h5d2cxa56 a {
    color: #5c90d2;
}
.n_2682e06e108d5752 .title{
    font-size: 18px;
     
}
.n_2682e06e108d5752 .linep {
    font-size: 16px;
     
    color: #444;
    padding-left: 14px;
    height: 16px;
    line-height: 17px;
    margin-bottom: 18px;
    position: relative;
}
.n_2682e06e108d5752 .linep:before {
    content: '';
    width: 4px;
    height: 16px;
    background: #ff6666;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.content_d0af6df0eb3392d6{
    background-color: #FFF;
    overflow: auto;
    min-height:800px;
    height:100%;
    padding: 15px 15px 15px 15px;
    margin-bottom: 24px;
}


/* table 样式 */
.n_2682e06e108d5752 xmp{
    padding: 8px 8px 8px 8px;
    letter-spacing: .05em;
    font-size: 12px;
    color: #5c90d2;
}
.content_h5d2cxa56 p , .content_h5d2cxa56 ul , .content_h5d2cxa56 ul{
    font-size: 14px;
}
.content_h5d2cxa56 h4{font-size: 16px;}

.content_h5d2cxa56 h3{font-size: 18px;}

.content_h5d2cxa56 h2{font-size: 22px;}

.content_h5d2cxa56 h1{font-size: 28px;}

.fn8uhAna23b table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.fn8uhAna23b table td,
.fn8uhAna23b table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}
.n_2682e06e108d5752 table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
}



/* blockquote 样式 */
.n_2682e06e108d5752 blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 20px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}

/* code 样式 */
.n_2682e06e108d5752 code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
   background-color: #f6f0be;
   border-radius: 3px;
    padding: 10px 10px;
    margin: 0 3px;
    font-size: 13px;
    line-height: 20px;
    margin: auto;
}
.n_2682e06e108d5752 pre code {
  display: block;
}

/* ul ol 样式 */
.n_2682e06e108d5752 ul, ol {
  margin: 10px 0 10px 20px;
}
.fn8uhAna23b .content{   
    min-height: 855px!important;
    margin-top: -10px;}

#relevant_api , #notice , #article{margin-bottom: 20px;}

#Apilist .text-muted  a:hover {
    color: #444!important;
    text-decoration: none;
    opacity: .8;}
    
.gd_right{
    float: right;
    font-size: 13px;
    padding-right: 35px;
}
.gd_right a{
       color: #fff; 
}
  


#footershi #footer {
    margin-top: 40px;
}

#api-debugtool .postapi input{float: left;}
#api-debugtool .postapi .layui-input-block label{
    margin: 12px;
    font-weight: 400;
}

#api-debugtool .form-group {
    margin-bottom: 1rem;
}
.postapi{width: 49%; float: left;}
.post{width: 49%; float: right;}
.postapi .layui-input-block input[type=radio]{
  display:block 
}
#post_content{
    width: 100%;
    height: 62px;
    padding: 2%;
}
#return_content{
    width: 100%;
    height: 280px;
    padding: 2%;
    outline: 0; 
    border: 1px solid #e6e6e6; 
    font-size: 12px; 
    word-wrap: break-word;
    overflow-y: auto;
    line-height: 16px;
    -webkit-user-modify: read-write-plaintext-only;    
}

#get_content{
    width: 100%;
    height: 62px;
    padding: 2%;
}
#return_header{
    width: 100%;
    height: 220px;
    padding: 2%;
}
#api-debugtool .postbutton{width: 97px; margin-top: 2px;}
#api-debugtool .layui-btn{
    padding: 0 14px;}
#api-debugtool .docssss {
    vertical-align: -5%;
}
.loninbs{
    width: 77%;
    margin: 0 auto;
    text-align: center;
}    
     
.Thirdpartylogin{
    text-align: center;
    margin-top: 26px;
    letter-spacing: 6px;
}

.col-sm-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.adminzsy1{margin-top: 77px; }
.admin-login-zsy .login-box
{
     margin-top: -130px;
}
.admin-login-zsy .banner-text1
{
   font-size: 28px;
    color: #fff;  
}

.login-content{margin:0px; background: url(/static/css/img/bj.jpg) no-repeat; background-size:100% 100%; background-attachment:fixed;} 

   
.login-content .login-box label {
    color: #444;
   font-weight: 400; 
}
.semibold-text {
    font-weight: 400 !important;
}
h3 {
    font-size: 18px;
    color: #444;
}
 #footer a {
    color: #fff;
    text-decoration:none;
}  

#tag_a29fbe9d7a1ba265 {padding: 50px 0;}

.tag_c981419d84c240d0 a {
    color: #555;
    margin-right: 5px;
    font-size: 12px;
}


.layui-elem-quote {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #FF6666;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #FF6666;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #FF6666;
}
.url {
    word-break: break-all;
    margin-left: 5px;
    color: #444;
    border: none;
    border-radius: 0;
}
.layui-table {
    width: 100%;
    background-color: #fff;
    color: #444;
}

 
.ounav{height: 80px;}


#docs .tzcode{margin-top: 1px;}
#docs .layui-tab-content{
    margin-top: 15px;
    
}
#docs #slcode ,#api-debugtool{
     min-height: 678px; 
}

#huado{
    text-align: center!important;
    width: 100%;
    display: inline;
    /* float: left; */
    overflow-y: hidden;
    display: inline-block;
    margin: 0;
    margin-bottom: -10px;
}
 
  .apilist-page a[disable] , .apilist-search-page a[disable]{ opacity:0.5;  cursor: not-allowed; pointer-events:none;} /*分页按钮*/
	ul.pagination { /*分页*/
		justify-content: flex-end;
		padding: 0;    
		margin: 1% auto;
	}
	ul.pagination li {display: inline;}
	ul.pagination li a {
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        color: #444;
        background-color: #fff;
        font-weight: 400;
        font-size: 14px;
	}

.layui-code ol {margin: 0;}
@media screen and (min-width: 850px){   /*大于850*/
.content.content-boxed {
    min-width: 100%;
}

.layui-container{
    margin: 0 auto;
    width: 1169px;
}
}

@media screen and (min-width: 1200px){   /*大于1200*/
.layui-container {
    margin: 0 auto;
    width: 100%;
}
}

@media (max-width: 1270px){
	.index-advantage .youshi-icon , .index-advantage .adv-wrap ul li{
	    width: 18%;
		text-align: center;
	}
 
}

@media (max-width: 1223px){
	.layui-container {
		margin: 0 auto;
		width: 100%;
	}
	.index_article, .index_notice ,.index_tag{
		width: 30%;
		
	}
	.index_dynamic{
		min-height: 400px;
	}
	.index-entrance .intro-info {
	   display: inline-block;
	   max-width: 9rem;
	   overflow: hidden;
	   text-overflow: ellipsis;
	}
 
}


@media (max-width: 850px){ /**小于850**/

.list_f6a6a0c08 span.title {
    max-width: 14rem;
    
}

.index-entrance .intro-info {
	   max-width: 100%;
	}
.pelIDAxOjA0OjUy { /*分页按钮*/
    min-width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 16px 5px;
}
.index_content section.more-info .content article  .e-weubu{
	padding-top: 260px!important;
}

/*文章、公告也手机铺面*/
.v_a9ed48400b200d82 {
    float: unset;
    width: 100%;
}
.fbe9d7a1ba {
    float: unset;
    width: 100%;
}
.index-statistics li {
    width: 100%!important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.index-statistics {
	margin-top: -5px!important;
	margin-bottom: 0px!important;
    height: 416px!important;
}
.index-statistics li {
    width: 100%;
}
.index-product .module-title {
    margin-bottom: -25px;
    margin-top: 50px;
}

.youshi-module .youshi-title{margin-bottom: 13px;}

.index_dynamic .index_notice {
    width: 100%; 
    min-height: 310px;
    float: none;
}
.index_dynamic  .index_article {
    width: 100%; 
    min-height: 310px;
    float: none; 
     margin: 0 0 0 0; 
}
.index_dynamic  .index_tag {
    width: 100%; 
    min-height: 310px;
    float: none; 
}

.u75z6s2zX5{
        margin-bottom: 35px;
}
.fn8uhAna23b .n_2682e06e108d5752 .Ux-6df0eb339{margin-bottom: 18px;}

 .ti_6fef6cc5a9d9b939 .content ,.fn8uhAna23b .content{
    margin-top: 0px!important;
    padding: 20px 0 0;
    margin-bottom: -19px;
}

.ct_6c8bb755b9295f73 ,.n_2682e06e108d5752 .content_d0af6df0eb3392d6 {
    margin-bottom: 45px;
}

.json .containers{width:100%}
.index_content section.more-info .content article .image {
    width: 350px;
    max-width: 420px;
    margin: 0 auto;
    height: 260px;
    right: 0;
    left: 0;
}
.index_content section.more-info .content {
    height: 500px;
}
.index_content section.more-info .content article .info {
    padding-top: 288px;
}
section.more-info .content article .info .buttons {
    margin: 23px 0 0;
}    
.index_content section.more-info .content article .info {
    max-width: 100%;
    padding-left: 5px;
}
.allapi , .allapitype{    padding: 20px 14px 1px;}

.index_Hy .index-entrance li {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.index_Hy  .index-entrance {
       padding: 35px 0 0px;
       overflow: auto;
}

.helphtml #footer{
    margin-top: -10px;
}
.c_taghtml .content , .alltaghtml .content ,.helphtml .content{
    margin-top: 0px!important;
    padding: 20px 0 0;
    margin-bottom: -19px;
}

.index_Hy{
min-width: auto;
}
.head-announce {
    bottom: 200px!important;
    padding-left: 5px;
}
.layui-container {
    margin: 0 auto;
    width: 100%;
}
.index-product .new-product-intro .intro-list {
   padding: 20px 0px 5px 50px;
}
.index-product .new-product-intro .intro-type .intro-list li {
    margin-bottom: -10px;
}
.index-product .online-tool .clearfix{padding: 20px 0px 20px 50px;}

.index-product .intro-other .sec-service .intro-list{padding-top: 20px;}
.index-product .new-product-intro .intro-list li {margin-bottom: -10px;}
.index-product .intro-other .online-tool .intro-list{padding-top: 20px;}
section .index-product{min-width: 100%;padding: 0 0 11px;}    

section .index-article { padding: 20px 0 0;} 

section .index-advantage .module-title {    padding: 0 0 15px;}

section  .index-article .module-title p {
    padding: 30px 0 40px;
}

section .index-product .container{width: 100%;  padding-right: 0px; padding-left: 0px;}    
    
section .intro-other .intro-statistics{width: 100%; height: auto;}  
section .intro-other .sec-service{width: 100%; height: auto;}  
section .intro-type{width: 100%; height: auto;} 
section .intro-other .online-tool{width: 100%; height: auto;} 

section .indexauto{min-width: 100%;}    
section .index-advantage  .adv-wrap ul li{
    width: 40%;
    float: left;
    margin: 50px 4.5% -28px;
}
section .youshi-icon{width: 100%;}
section .new-product-intro .intro-list li a{width: 100%;}

.index_content .index_footer{
        margin-bottom: 25px;
}

section .intro-other .do-web{
    margin-bottom: 0px;
}
section .intro-other .sec-service{
    margin-bottom: 0px;
}
section .intro-type{
    margin-bottom: 0px;
}

#api-debugtool .postapi ,#api-debugtool .post{
    width: 100%;
    float: left;
}


.service-action-ul li .subbanner-link-main{
        height: 60px;
}
h4, .h4 {
    font-size: 18px;
}
  
.yanzhengma .form-control{width: 130px!important;}
.url {
    font-size: 13px;
} 
.col-sm-bb {
    background-color: #fff;
    margin-right: 14px!important;
    margin-left: 14px!important;
    width: 100%;
}
#indexsobj {
    background-color: #FFF;
    height: 66px;
    margin-bottom: -19px;
       margin-top: -5px;
}
h3 {
    font-size: 18px;
    color: #555;
     font-weight: 400; 
}
.sicon-search {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 3px solid currentcolor;
    position: relative;
    margin: -29px 0 0px 94%;
    color: #a3a3a4;
    margin-bottom: 36px;
}  
.json .jszsy{   
    height: 500px;
    width: auto!important;
    max-width: 1170px!important;
    margin: 0 auto;
    margin-bottom: 26px;
    
}
.form-groc {
    margin-bottom: 12px;
}    
    
   body {
    min-width: 100%;
    }
.footer {
    min-width: 100%;
}
.auto {
    min-width: 100%;
    max-width: 100%;
}
.top-nav {
    width: 100%;
    min-width: 100%;
}   

.banner-engine .banner-ul {
    width: 100%;
    height: 466px;
}
.banner-point {
    bottom: 300px;
}
.service-action-title {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}
.service-action-text {
    padding: 8px 0 0 3px;
}
.adminzsy1{
   display:none; 
}
.index-page .service-action{
       bottom: 200px
}
.index-page .header-container {
    height: 466px;
}

.so {
       width: 99%;
    padding: 15px 0 0 1%;
}
.block {
    margin-bottom: 22px;
}
.footer-api , .footer-api_type  , .footer-links ,.footer-qr, .footer-about{display:none;}
#footer .copy-right {
    line-height: unset;
    margin-top: AUTO;
    height: 40px;
    line-height: 18px;
}
.rsosu{display:none;}

 

.addyc{display:none!important;}
.slider-text {
    position: absolute;
    margin-top: 382px;
}
.banner-engine .banner-text1 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.banner-engine .banner-text2 {
    margin-top: 28px;
    font-size: 14px;
    line-height: 20px;
    color: #e4e7eb;
}
.banner-engine .banner-text {
    left: 5px;
}
.banner-engine .banner-link-button {
    width: 88px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}
.banner-num {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #e95964;
}
.service-action .auto ul {
    min-width: 170%;
}
.index-page .head-announce {
    width: 100%;
    display: inline;
    white-space: nowrap;
    overflow-x: scroll;
    float: left;
    overflow-y: hidden;
    display: inline-block;
    margin: 0;
}

.service-action-ul li {
    float: left;
    width: 25%;
    height: 60px;
}
.service-action-info {
    margin-top: 9px;
    font-size: 13px;
    color: #d2d3d3;
}
   .banner-engine {width: 100%!important;} 
   .header-container{width: 100%!important;}  

.banner-engine .banner-text {
    width: 98%;
}
.site-header
{
       height: 80px!important; 
}
#footer {
    padding-top: 15px;
    margin-top: 10px;
    
}
#footershi #footer {
    margin-top: 26px;
    
}
.koni .footer{margin-top: 80px!important;}

.index-page .layui-tab-bar {
    display:none
}
.layui-tab-title li{
        padding: 0 12px;
}

#docs legend{white-space: nowrap; margin-bottom: .5rem;}
.apidoc-icon {
    width: 92px;
    height: 92px; 
    margin: 1px 15px auto -2px;
}


.containers .active .pxbashi{margin-top: 80px;}

.banner-engine {
    position: relative;
}

.suspension {
    right: 14px;
    bottom: 15px;
}
.layui-elem-quote{
    width: 100%;
    /* height: 1.9rem; */
    display: inline;
    white-space: nowrap;
    overflow-x: scroll;
    float: left;
    overflow-y: hidden;
    display: inline-block;
    margin: 0;
}
.login-content .login-box {
  position: relative;
  min-width: 90%;
  min-height: 390px;
  background-color: #fff;
  perspective: 800px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: -0px!important;
  margin-right: unset!important;
}

.col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}
@media (max-width: 849px){
.login-content .login-box {
    min-width: 50%;
    
}

#apilist , #tool {display:block}
.login-box{
    margin-top: 50px!important;
}
}

@media (max-width: 768px){
#indexsobj {
    background-color: #FFF;
    height: 66px;
    margin-bottom: -19px;
    margin-top: 9px;
}
}
@media (max-width:620px){
.login-content .login-box {
    min-width: 70%;
}

.help #help_type{
    width: 24%;
    
}
.help .help_content{
    width: 76%;
    
}
}

@media (max-width: 576px){
    .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

 
.block {
    margin-bottom: 15px;
}
#indexsobj {
    background-color: #FFF;
    height: 66px;
    margin-bottom: -20px;
    margin-top: auto;
}

}

@media (max-width:456px){
.login-content .login-box {
    min-width: 90%;
    
}
.sicon-search {
    margin: -29px 0 0px 91%;
}
.header-nav {
    margin-left: auto;
}
}
@media (max-width: 375px){
    #footer {
    background-color: #393D49;
    border-top: 1px solid #393D49;
    color: #fff;
    padding: 5% 0px;
    }    
} 

/******首页开始*********/
.index-product {
    background: #f4f6f8;
    overflow: hidden;
    min-width: 100%;
}
.module-title span {
    font-weight: 700;
    color: #444;
}
.index-product .container {
    width: 100%;
    margin: 0 auto;
}
.index-product .module-title {
    .margin-bottom: 30px;
}
.module-title {
    font-size: 22px;
    color: #444;
    margin: 15px 0 -20px;
    text-align: center;
}


.new-product-intro .intro-title {
    height: 64px;
    line-height: 64px;
    padding-left: 33px;
    font-size: 16px;
    position: relative;
    color: #fff;
}
.intro-type .title-icon {
    width: 29px;
    height: 24px;
}
.new-product-intro .title-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.intro-type {
    width: 470px;
    height: 600px;
    float: left;
    background: url(/assets/enetui/images/apitype_bg.png) ;
    margin-right: 20px;
}
.new-product-intro .intro-type .intro-list li {
    margin-bottom: 17px;
}
.new-product-intro .intro-list li {
    overflow: hidden;
    float: left;
    cursor: pointer;
    margin-bottom: 3px;
    height: 82px;
    width: 301px;
}
.new-product-intro .intro-list li a {
    width: 301px;
    padding: 18px 0px 18px 20px;
    height: 82px;
    color: #fff;
    display: block;
    box-sizing: border-box;
}
.new-product-intro .intro-info {
    float: left;
}
.index-entrance .fa-3x {
    font-size: 42px;
}
	
 
.new-product-intro .p-icon {
    float: left;
    /* width: 24px; */
    /* height: 24px; */
    margin-right: 6px;
    margin-top: 3px;
    font-size: 26px;
}
.new-product-intro .intro-list li .main-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.new-product-intro .intro-list li .subtitle {
    font-size: 12px;
    line-height: 17px;
}
/*****API推荐*********/
.thumbnail.apiListblock {
height: 100%;
position: relative;
display: block;
line-height: 1.42857143;
background-color: #FFF;
border-radius: 3px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
border: 1px solid #fff;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.03);
}

.thumbnail img {
	max-width: 90px;
	float: left;
}
.caption h4{
	font-weight: 400;
	font-size: 18px;
}
.recommended p{
	 margin-bottom: 0px;
}
 .recommended h4{
	 margin-top: 9px;
	 margin-bottom: 8px;
 }
.thumbnail .caption {
 padding: 9px;
 color: #333333;
}
.thumbnail .descr {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
	font-size: 13px;
	padding: 6px 0 0;
}

.index-product .row{
	margin-right: auto;
    margin-left: auto;
}
.recommended .col-md-3, .recommended .col-md-4 {
	padding-left: 11px;
	padding-right: 11px;
	margin-bottom: 11px;
	margin-top: 11px;
}

/***********************/

.intro-other {
    float: left;
}
.intro-other .online-tool {
    width: 710px;
    height: 287px;
    background: url(/assets/enetui/images/tool_bg.png);
    margin-bottom: 20px;
}
.index-treeform .module-title p {
	padding: 40px 0 40px;
}
.module-title p {
   font-size: 14px;
    color: #888;
    padding: 30px 0 30px;
}
.intro-other .online-tool .intro-list {
    padding-left: 49px;
    padding-top: 30px;
}


.intro-other .sec-service {
    float: left;
    width: 345px;
    height: 294px;
    background: url(/assets/enetui/images/se_service_bg.png);
    margin-right: 20px;
}

.intro-other .sec-service .intro-list {
    padding-left: 49px;
    padding-top: 35px;
    color: #fff;
}

.intro-other .intro-statistics {
    float: left;
    width: 345px;
    height: 294px;
    background: url(/assets/enetui/images/statistics_bg.png);
}
.online-tool .title-icon {
    width: 24px;
    height: 25px;
}
.intro-other .statistics .intro-list {
    padding-left: 49px;
    padding-top: 35px;
}
.new-product-intro .intro-list {
    padding: 32px 0px 20px 50px;
    overflow: hidden;
}
.new-product-intro .intro-title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,1);
    opacity: 0.18;
}

/*********优势*****/
.module-title {
    position: relative;
    .height: 20px;
    line-height: 0px;
    text-align: center;
	margin-top: 30px;
}
.adv-wrap ul li {
    width: 20%;
    float: left;
    margin: 70px 30px -28px;
	text-align: center;
}
.adv-index ul li {
    width: 240px;
    float: left;
    margin: 80px 30px -28px;
}
.adv-wrap .adv-title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #444;
    text-align: center;
    margin: 5px 0 10px;
}
.adv-wrap .adv-content {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    color: #888;
}
.indexauto {
    margin: 0 auto;
    max-width: 100%;
    
}
/*
.index_content{
    background-color: #fff;
}*/
.index_footer{
        margin-top: 70px;
        margin-bottom: 31px;
}
.index_content .module-title span{font-weight: 400;}
.index_content .youshi-module .clearfix i{font-size: 42px;}
.youshi-icon {
    width: 20%;
    height: 48px;
    margin: 0 auto;
	text-align: center;
}
.youshi-module .fa-pie-chart{
   color: #007bff; 
}
.youshi-module .fa-globe{
color: #ea4141;
}
.youshi-module .fa-jpy{
   color: #28a745;
}
.youshi-module .fa-coffee{
   color: #6f42c1; 
}
.youshi-module .fa-database{
   color: #fd7e14; 
}
.youshi-module .fa-thermometer-empty{
   color:#18bc9c; 
}
.youshi-module .fa-shield{
   color: #1dacf7; 
}
.youshi-module .fa-code{
   color: #009688; 
}

/*
.index_bj{
        background: #fff;
}
*/
/**调用统计**/
.intro-statistics .intro-list{
    padding: 32px 0px 20px 33px;
}
.intro-statistics .intro-list li{
    padding: 18px 0px 18px 0;
}
.new-product-intro .intro-statistics li{
    overflow: hidden;
    float: left;
    cursor: auto;
    margin-bottom: 3px;
    height: 82px;
    width: 50%;
    color: #fff; 
    
}

/**********/
.head-announce {
    height: 50px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.16);
    overflow: hidden;
}
.notice_container {
    width: 1200px;
    margin: 0 auto;
}
.head-announce .announce-list {
    height: 50px;
    width: 1200px;
    float: left;
    overflow: hidden;
}
.head-announce .announce-list li {
    width: 300px;
    height: 50px;
    margin-right: 80px;
    float: left;
    text-align: left;
    _display: inline;
}
.head-announce .announce-list li a {
    display: block;
    width: 330px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.head-announce .noticemore {
    line-height: 50px;
    float: right;
}
.head-announce a {
    color: #fff;
}



.index-entrance {
    padding: 40px 0 60px;
    
}
.index-entrance li {
    width: 24.5%;
    float: left;
    
}
.index-treeform {
    background: #fff;
}

.index-entrance {
    background: #fff;
}
.index-advantage {
	background: #fff;
}
.index-statistics li {
    width: 25%;
    float: left;
}
.index-statistics .p-icon {
    float: left;
}
.index-statistics .intro-info {
	text-align: center;
	 
}
.index-statistics h3 {
    font-weight: 400;
}

.index-product , .index-treeform ,.index-statistics ,.index-advantage , .index-article{
	    padding: 20px 0 20px 0;
}
.index-advantage{
	padding: 20px 0 45px 0;
}
 .index-product {
     padding: 20px 0 30px 0;
 }
 
.index-statistics {
	margin-top: 15px;
	height: 120px;
	margin-bottom: 15px;
}
.index-article .module-title p {
    padding: 30px 0 45px;
}
.index-statistics h3{
	font-size: 18px;
}
.index-statistics p{
	font-size: 16px;
	margin-bottom: 5px;
	 color: #444;
}
.index-statistics .numeric{
	color: #ff6666;
	font-size: 40px;
	font-weight: 700;
	font-family: "FangSong";
}
.index-statistics h3{
	color:  #ff6666;
} 
.logout-container a:hover, .logout-container a:focus{
	color: #fff;
	text-decoration: none;
	opacity: .9;
}
.index-entrance p{color: #888;}
.index-entrance .p-icon{float: left;}
.index-entrance .intro-info{float: left;padding-left: 8px;}
.index-entrance .container{max-width: 1240px;}
.index-entrance i{color: #1ca9f7;}
.index-entrance h3{font-weight: 400;}

.tags.tags-new {
    background-position: 5px -88px;
}
.tags.tags-top {
    background-position: 5px -284px;
}
.tags.tags-hot {
   background-position: 5px 0px;
}

.tags {
    margin: 0;
    display: inline-block;
}
.tags {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 62px;
    height: 62px;
    overflow: hidden;
    background: url('/assets/img/tags_corner.svg') no-repeat 0 0;
}
/******首页结束*********/

 @media (max-width: 905px){
		#hotapi, #tool, #ogin {
			 display: none;
		 }
 }
 @media (max-width: 655px){
		#home,#hotapi, #tool, #ogin {
			 display: none;
		 }
 }
 @media (max-width: 576px){
	 #home, #apilist, #hotapi, #tool, #help ,#ogin {
		 display: none;
	 }
 }