/* html{
	background: #383d41;
} */
.banner-box{
	min-width: 1200px;
	background: #eee;
}
.sider-box{
	position: relative;
	width:100%;
	height:350px;
}
.sider-box li{
	height:350px;
}
.sider-box .slick-dots{
	bottom:30px;
	left:0;
	z-index:999;
}
.nav-box{
	height: 50px;
	width: 100%;
	background: #383d41;
}
.nav-box li{
	float: left;
	width: 9.21rem;	
}
.nav-box li a{
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;	
	font-size: 14px;
	color: #fff;
}
.nav-box li.active a{
	background: #00C2DE;
}
.advantage-box{
	padding-top: 18px;
	margin: 50px 0;
	height: 108px;
	text-align: center;
	background: #fff;
}
.advantage-box li{		
	margin: 0 60px;
	display: inline-block;
	width: 250px;
}
.advantage-box li > label.icon{
	display: inline-block;
	width: 57px;
	height: 58px;
	background: url(../images/ad_icon.png) no-repeat;
}
.advantage-box li > label.free{
	background-position: 0 0;
}
.advantage-box li > label.protect{
	background-position: 0 -58px;
}
.advantage-box li > label.technique{
	background-position: 0 -116px;
}
.advantage-box li > div{
	margin-left: 30px;
	display: inline-block;
	text-align: left;
}
.advantage-box li > div h4{
	font-size: 16px;
	color: #2c2c2c;
}
.product-box{
	padding: 57px 0 19px;
}
.product-box ul{
	margin: 0 -17px;
}
.product-box ul:after{
	display: table;
	content: "";
	clear: both;
}
.product-box li{	
	float: left;
	margin-bottom: 38px;
	padding: 0 17px;
	width: 25%;
}
.product-box li a{
	position: relative;
	padding: 60px 20px 20px;
	display: block;
	height: 267px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 1px 1px #c5c5c5;
    -webkit-box-shadow: 0px 1px 1px #c5c5c5;
}
.product-box li .pic-img , .product-box li .pic-infor{
	margin-bottom: 15px;
}
.product-box li .pic-img img{
	width: 68px;
	height: 68px;
}
.product-box li .pic-title{	
	font-size: 14px;
}
.product-box li .pic-infor{
	font-size: 10px;
}
.product-box li .pic-title ,.product-box li .pic-infor{
	width: 100%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.product-box li .tag{
	position: absolute;
	top: -45px;
	left: -45px;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 160px;
	font-size: 12px;
	color: #fff;
	background: #00a6d6;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	box-shadow: 0px 2px 1px #c5c5c5;
    -webkit-box-shadow: 0px 2px 1px #c5c5c5;
}

.customer-service{
	position: fixed;
	right: 2px;
	bottom: 200px;
}
.customer-service .service-icon img{
	display: block;
}
.customer-service .service-list{
	display: none;
	position: absolute;
	right: 39px;
	bottom: 0;
	padding: 13px;
	width: 207px;
	height: 212px;
	color: #404040;
	background: #fff;
	box-shadow: 0px 1px 1px #c5c5c5;
    -webkit-box-shadow: 0px 1px 1px #c5c5c5;
}
.customer-service .service-list h4{
	margin-bottom: 15px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 16px;
	border-bottom: #404040 1px solid;
}
.customer-service .service-list p a{
	display: block;
	padding-left: 30px;
	line-height: 35px;
	font-size: 16px;
	color: #404040;
	background: url(../images/qq.png) no-repeat left center;
}
.customer-service:hover > .service-list{
	display: block;
}
.login-box{
	width: 100%;
	height: 825px;
	background: url(../images/bg.png) no-repeat center;
}
.login-form{
	padding: 50px;
	margin-top: 135px;
	width: 418px;
	height: 396px;
	background: #fff;
}
.login-form h1{
	margin-bottom: 34px;
	font-size: 24px;
	font-weight: normal;
}
.register-form{
	padding: 58px;
	margin: 47px 0;
	background: #fff;
}
.register-form h1{
	margin-bottom: 76px;
	line-height: 33px;
	font-size: 33px;
	text-align: center;
	font-weight: normal;
}
.register-form .form-body{
	margin: 0 auto;
	width: 377px;
}
.log-reg-form .form-control,
.log-reg-form .form-group .code img{
	height: 41px;
}
.log-reg-form .form-group .area-code ,
.log-reg-form .form-group .code ,
.log-reg-form .form-group .phone-code{
	height: 41px;
	line-height: 41px;
}
.log-reg-form .form-group .area-code{
	border: #ccc 1px solid;
	border-right: none;
} 
.log-reg-form .form-group .code{
	margin-left: 18px;
	width: 145px;
	border: #ccc 1px solid;
} 
.log-reg-form .form-group .code img{
	width: 145px;
	height: 41px;
}
.log-reg-form .form-group .phone-code{
	width: 145px;
	cursor: pointer;
}
.submit-btn{
	width: 100%;
	height: 41px;
	line-height: 41px;
}
.breadcrumbs{
	padding: 20px 22px 20px;
	font-weight: bold;
}
.debug-box{
	display: table;
	margin-bottom: 50px;
	padding: 0 3px;
	width: 100%;
}
.debug-box .title{
	padding-left: 18px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	background: #f4f5f9;
}
.debug-box .debug-request{
    margin-right: 12px;
    border: #ccc 1px solid;
}
.debug-box .debug-request li{
	padding: 13px 18px;
	border-bottom: #ccc 1px solid;
}
.debug-box .debug-request li label{
	display: block;
	margin-bottom: 10px;
}
.debug-box .debug-request li .input-group{
	margin-bottom: 10px;
}
.debug-box .debug-request li .form-control{
	width: 247px;
}
.debug-box .debug-request li .equal-sign{
	margin: 0 28px;
}
.debug-box .debug-request li .method{
	display: table;
	width: 100%;
	line-height: 51px;
}
.debug-box .debug-request li .method span{
	display: table-cell;
	padding-left: 18px;
	width: 50%;
}
.debug-box .debug-request li .method span:last-child{
	border-left: #ccc 1px solid;
}
.debug-box .debug-infor{
	display: table-cell;
	width: 700px;
	height: 100%;
	background: #000;
	vertical-align: top;
}
.debug-box .debug-infor .debug-infor-text{
	padding: 18px;
	height: 655px;
	width:700px;
	color: #fff;
	overflow-y: scroll;
}
.page-container{
	background: #eaedf2;
}
.page-container:after{
	display: table;
	content: "";
	clear: both;
}
.sidebar-wrapper{
	float: left;
	width: 305px;
	background: #eaedf2;
}
.sidebar-menu li{		
}
.sidebar-menu li a{
	display: block;
	padding-left: 100px;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #212121;
}
.sidebar-menu li.active a , .sidebar-menu li.active a:hover{
	background: #fff;
}
.sidebar-menu li a:hover{
	background: #f4f6f8;
}
.content-wrapper{	
	width: 100%;		
}
.content-wrapper .content{
	padding: 0px 24px 24px;	
	margin-left: 305px;
	min-height: 800px;
	background: #fff;	
}
.content-wrapper .title{
	position: relative;
	padding-left: 12px;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: #d5d5d5 1px solid;
}
.content-wrapper .title:before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	margin-top: -8px;
	width: 2px;
	height: 16px;
	background: #00C2DE;
}
.table-list .manage-table{
	border-collapse:separate;
	border-spacing: 0px 12px;
}
.table-list .manage-table th ,.table-list table td{
	padding: 0 20px;
	text-align: left;
	border-left: none;	
	border-right: none;
}
.table-list table td{
	font-size:12px;
}
.table-list .manage-table th{
	font-size: 16px;
	height: 40px;
	color: #8e8e8e;	
	border-bottom: #d5d5d5 1px solid;
	background: #f6f7fb;
}
.table-list .manage-table td{
	height: 62px;
	border-top: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;	
}
.table-list .manage-table tr{
	margin-top: 12px;
}
.table-list .manage-table tr:nth-child(2n){
	background: #f6f7fb;
}
.none-data{
	font-size: 16px;
}
/*翻页*/
.page-flip{
	text-align:right;
}
.page-flip a{
	margin:0 3px;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:28px;
	text-align:center;
	color:#666;
	background:#fff;
	border: #f6f6f6 1px solid;
}
.page-flip a.active{
	color:#fff;
	background:#00c2de;
}
.page-flip a.disable{
	color:#fff;
	background:#eaedf2;
	border: #eaedf2 1px solid;
}
.form-wrapper .explain{
	margin-top: 12px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #8e8e8e;
	font-size: 16px;
	border-bottom: #d5d5d5 1px solid;
	background: #f6f7fb;
}
.form-wrapper .form-body{
	width: 633px;
}
.form-wrapper .form-title{
	padding: 29px 0;
	font-size: 18px;
	font-weight: normal;
}
.form-group-infor > div{
	margin-bottom: 5px;
}
.form-group-infor > div span{
	margin-right: 30px;
}
.module-wrap{
	height: 20px;
	background: #fff;
}
.nav-left{
	padding: 0 12px;
	width: 240px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background: #383d41;
}
.navcenter-ul:after{
	display: table;
	content: "";
	clear: both;
}
.navcenter-ul li{
	float: left;
	margin-left: 28px;
	line-height: 50px;
	font-size: 16px;
}
.navcenter-ul li:first-child{
	margin-left: 18px;
}
.navcenter-ul li.line-gap a{
	padding-right: 28px;
	border-right: #383d41 1px solid;
}
.navcenter-ul li a{
	color: #383d41;
}
.navcenter-ul li a:hover{
	color: #00C2DE;
}
.details-content{
	margin: 20px 0;
	overflow: hidden;
}
.bg-white{
	background: #fff;
}
.details-left-box{
	margin-right: 12px;
	width: 921px;
}
.product-info-top{
	padding: 30px;
}
.price-info{
	overflow: hidden;
}
.price-info .price , .price-info .product-popular{
	height: 144px;
	background: #f5f5f5;
}
.price-info .price{
	margin-right: 14px;
	width: 146px;	
	line-height: 144px;
	text-align: center;
	font-size: 29px;	
}
.product-popular{
	display: table;
	padding: 0px 50px 0px 360px;
	width: 656px;
}
.product-popular .number{
	display: table-cell;
	vertical-align: middle;
}
.product-head{
	margin-top: 24px;
	overflow: hidden;
}
.product-head .view-img{
	margin-right: 30px;
}
.product-head .view-img img{
	display: block;
	width: 52px;
	height: 50px;
}
.product-head .view-info h1{
	margin-bottom: 2px;
	font-size: 16px;
}
.choose-buy{
	margin-top: 36px;
}
.choose-buy .choose-group{

	overflow: hidden;
}
.choose-buy .choose-group label{
	float: left;
	display: inline-block;
	width: 125px;
	line-height: 38px;
	text-align: right;
}
.choose-buy .choose-group .choose-li{
	padding-left: 130px;
}
.choose-buy .choose-group .choose-li li{
	position: relative;
	float: left;
	margin-right: 12px;
	margin-bottom: 18px;
	padding: 0 16px;
	min-width: 95px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border:#d9d9d9 1px solid;
	cursor: pointer;
}
.choose-buy .choose-group .choose-li li.active{
	color: #00C2DE;
	border: #00C2DE 1px solid;
	background: url(../images/choose.png) no-repeat right bottom;
	background-size: 14px;	
}
.choose-buy .choose-group .choose-li li:hover{
	color: #00C2DE;
}
.choose-buy .choose-group .choose-li li img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
}
.input-number{
	width: 95px;
	height: 38px;
	border: #d9d9d9 1px solid;
}
.input-number input[type='text']{
	float: left;
	padding: 10px 0 10px 10px;
	padding-left: 10px;
	width: 60px;
	font-size: 14px;
}
.input-number .number-handler-wrap{
	margin-left: 60px;
	border-left: #d9d9d9 1px solid;
}
.input-number .number-handler-wrap span{
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.input-number .number-handler-wrap span.flase{
	color: #999;
	background: #f8f8f8;
}
.input-number .number-handler-wrap span:last-child{
	border-top: #d9d9d9 1px solid;
}
.buy-btn{
	margin: 25px 0 0 130px;
}
.buy-btn .orange-btn{
	width: 150px;
	height: 42px;
	line-height: 42px;	
}
.details-left-box .advantage-box{
	margin: 16px 0;
}
.details-left-box .advantage-box li{
	margin: 0 30px;
	width: auto;
}
.item-intro{
	padding: 0px 60px 30px;
}
.tabs-link{
	margin: 0 -60px;	
	height: 46px;	
}
.tabs-fixd{
	position: fixed;
	top: 0;
	width: 921px;
}
.tabs-link .inner-link{	
	padding: 0 60px;
	background: #fff;
}
.tabs-link .inner-link ul{
	
	border-bottom: #d9d9d9 1px solid;
	overflow: hidden;
}
.tabs-link .inner-link li{
	float: left;
	margin-right: 50px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
}
.tabs-link .inner-link li a{
	color: #212121;
}
.anchor-box .item-block{	
	margin-top: 36px;
}
.anchor-box .item-block , .anchor-box .item-block .item-li{
	overflow: hidden;
}
.api-name{
	margin-top: 36px;
	height: 30px;
	line-height: 30px;
	border-bottom: #d9d9d9 1px solid;
	overflow: hidden;
}
.api-tabs{
	margin-left: 10px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.api-tabs li{
	float: left;
	width: 148px;
	text-align: center;
	color: #8b8b8b;
	font-weight: normal;
	border: #d9d9d9 1px solid;
	border-bottom: none;
	cursor: pointer;
}
.api-tabs li:last-child{
	margin-left: -1px;
}
.api-tabs li.active{
	color: #00C2DE;
}
.api-tab-content{
	margin-top: 40px;
	padding-left: 65px;
}
.api-tab-content .title{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
.api-tab-content .sub-desc p{
	margin-bottom: 15px;	
}
.api-tab-content .sub-desc p i{
	font-size: 12px;
	font-style: normal;
}
.examples-item .examples-item-title{
	margin: 16px 0;
	padding-left: 10px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
	background: #ededed;
	cursor: pointer;
}
.examples-item .examples-item-title i{
	display: inline-block;
}
.examples-item .examples-item-title.active i{	
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.examples-item-content{
	padding: 16px 0;
}
.no-parameter i{
	margin-right: 5px;
	font-size: 18px;
	vertical-align: middle;
}
.details-table th{
	height: 35px;
	background: #f5f8f7;
	font-weight: bold;
}
.details-table th,.details-table td{
	font-size: 12px;
}
.tabs-card .tabs-bar{
	margin-bottom: 20px;
}
.tabs-card .tabs-bar li{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #d8d8d8;
	background: #f2f2f2;
	cursor: pointer;
}
.tabs-card .tabs-bar li.active{
	border-bottom-color: #fff ;
	background: #fff;
}
.tabs-content .tabs-tabpane{
	width: 100%;
	max-height: 400px;
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	overflow: auto;	
	padding:5px;
	font-size:12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.item-text .title{
	margin: 30px 0 10px;
	font-size: 14px;
	color: #000;
	border-bottom: #d9d9d9 1px solid;
}
.item-text .title label{
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
.product-detail .item-text > div{
	font-size: 12px;
}
.param-table{
	font-size: 12px;
}
.param-table .borderleft{
	border-left: none;
}
.param-table .borderright{
	border-right: none;
}
.details-right-box{
	width: 247px;
}
.right-title{
	padding: 0 15px;
	line-height: 36px;
	font-size: 16px;
	font-weight: normal;
	background: #fff;
}
.recommend-item{
	padding: 15px;
	margin-top: 10px;
	min-height: 150px;
}

.recommend-item-list{
	margin:auto auto;
	width:210px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #eaeaea; 
}

.recommend-item .recommend-item-list-link{
	float: left;
	font-size:12px;
	max-width: 140px;
	overflow: hidden;
}

.recommend-item .recommend-item-list-link img{
	width: 52px;
}

.recommend-item .recommend-item-list-link .recommend-title{
	color:#00b7d3;
	white-space: nowrap;
    overflow: hidden;
    margin-left:10px;
    text-overflow: ellipsis;
}

.recommend-item .recommend-item-list-link .recommend-price{
	color:#ff6501;
	margin-left:10px;
}

.debugBut{
	min-width: 58px;
    height: 24px;
    padding: 0 20px;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    background: #00a2ca;
    color: #fff;
    text-align: center;
    outline: none;
    border-radius: 0px;
}

pre{
	font-size:12px;
}

.api-title{
	height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    color: #333;
}

.api-article a{
	color:#555555
}

.api-article a:hover{
	color:orange;
	text-decoration: underline;
}

.api-article li{
	float: left;
	width: 393px;
	padding-right:20px;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height: 35px;
}

.api-explain{
	margin-top: 26px;
    margin-bottom: 60px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.api-article-box{
	padding: 57px 0 19px;
	margin-bottom: 48px;
}
