/*
该模板由 冉续（remxu@qq.com）重构于 2015-7-17
若有疑问，请联系。
版权归kf5.com所有
*/
@charset "utf-8";
/*color*/
/*common*/
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fn {
  float: none;
}
.red {
  color: #ff595f;
}
.green {
  color: #21d376;
}
.orange {
  color: #ffa900;
}
.blue {
  color: #428bca;
}
.purple {
  color: #9e5ae3;
}
.link {
  color: #428bca;
}
.link:hover {
  color: #569fde;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.tran2 {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.tran4 {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
/*--------------------------------
所有页面公共样式

--------------------------------*/
.clear {
  clear: both;
}
.wrapper {
  width: 1160px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.header-blank {
  height: 93px;
  margin-bottom: 40px;
  background-color:#33425b
}
.error404 {
  background: #f4f4f4;
  font-family: '微软雅黑';
  background: #485562 url(../images/bgs/banner-product.png);
  background-size: cover;
}
.wrap404 {
  width: 350px;
  margin: 0 auto;
  padding-top: 200px;
  color: #e5e6e7;
}
.wrap404 h1 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 25px;
  padding-bottom: 20px;
}
.wrap404 ul {
  padding: 0;
  margin: 0;
  line-height: 25px;
  font-size: 14px;
}
.wrap404 a {
  color: #00c8f2;
}
.color-box {
  width: 100%;
  margin-bottom: 40px;
}
.color-box a {
  border-radius: 5px 5px 0 0;
  display: block;
  width: 47%;
  float: left;
  height: 150px;
  background: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #eee;
  border-bottom: 2px solid #eeeeee;
}
.color-box a h3 {
  color: #71ADDF;
  text-align: center;
  margin-top: 40px;
  font-size: 25px;
}
.color-box a p {
  color: #555;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.color-box a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.grid-box {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 10px;
}
.grid-box a {
  display: block;
  width: 31%;
  float: left;
  height: 150px;
  background: #f5f6f7;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px dashed #ddd;
  border-radius: 4px;
}
.grid-box h3 {
  color: #333;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}
.grid-box p {
  color: #555;
  padding: 15px;
  font-size: 14px;
}
.grid-box a:hover {
  text-decoration: none;
  background: #eee;
  transition: all 0.3s ease-in;
}
.grid-box .unclickable {
  display: block;
  width: 31%;
  float: left;
  height: 150px;
  background: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px dashed #ddd;
  border-radius: 4px;
}
/* 边栏样式*/
.sidebar_wrapper {
  background: #fff;
  line-height: 20px;
  position: relative;
  margin-bottom: 15px;
}
.sidebar_wrapper h3 {
  font-size: 14px;
  line-height: 35px;
  color: #71ADDF;
  height: 35px;
  font-weight: bold;
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #eeeeee;
}
.sidebar_wrapper h4 {
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 20px;
  color: #fff;
  border-bottom: 1px solid #D0D8E3;
  background-color: #60799F;
  font-weight: bold;
}
#sidebar ul li a {
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #666;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  background: url(../images/side_arrow.png) 213px -15px no-repeat;
}
#sidebar li a:hover,
#sidebar li a.current {
  color: #444;
  background: #f3f4f8 url(../images/side_arrow.png) 213px 12px no-repeat;
}
#sidebar ul li ul li a:hover {
  margin-left: 14px;
  background: url(../images/side_bullet_hover.jpg) 0 6px no-repeat;
  display: block;
}
#sidebar ul li ul li a.current {
  margin-left: 10px;
  background: url(../images/side_bullet_hover.jpg) 0 -19px no-repeat;
  padding-left: 21px;
  color: #96BB00;
  font-weight: bold;
}
#sidebar ul li ul li a.current:hover {
  margin-left: 10px;
  background: url(../images/side_bullet_hover.jpg) 0 -19px no-repeat;
  padding-left: 21px;
  color: #96BB00;
  font-weight: bold;
}
#sidenav {
  font-size: 12px;
}
#sidenav ul li a {
  margin-bottom: 1px;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  color: #666;
  font-size: 14px;
  background: url(../images/side_arrow.png) 150px -13px no-repeat;
  font-family: '微软雅黑';
  border-radius: 0 3px 3px 0;
}
#sidenav li a:hover {
  border-left: 3px solid #ddd;
  background: #f4f4f4 url(../images/side_arrow.png) 150px -13px no-repeat;
  text-decoration: none;
}
#sidenav li a.current {
  color: #fff;
  background: #71addf url(../images/side_arrow.png) 150px 14px no-repeat;
  text-decoration: none;
}
.contact_side {
  width: 360px;
  float: left;
}
.contact_map {
  width: 700px;
  float: right;
}


/*-页面总样式-*/
h1.title{font-size: 30px;line-height:50px;padding:10px 0 25px 0;color:#333}
article.layout h2{font-size: 25px;line-height:40px;padding:5px 0;margin:20px 0 20px 0;border-bottom:1px solid #ddd;color:#444}
article.layout h3{font-size: 21px;line-height:35px;padding:5px 0;margin:20px 0 20px 0;border-bottom:1px solid #ddd;color:#555}
article.layout a{color:#00b4de}
article.layout {
  color: #666;
  font-size: 16px;
  margin-bottom: 120px;
  line-height: 1.8em;
  position: relative;
}
article.layout pre {
  padding: 10px;
}
article.layout a {
  text-decoration: none;
}
article.layout ul {
  padding-left: 15px;
}
article.layout ul li a {
  font-size: 13px;
}
article.layout p {
  padding: 2px 0 2px 0;
}
article.layout p span.b {
  color: #444;
  margin-right: 20px;
  font-weight: bold;
}

article.layout span {
  display: inline;
}
article.layout em {
  font-style: italic;
  display: inline;
}
article.layout u {
  text-decoration: underline;
  display: inline;
}
article.layout strong {
  font-weight: bold;
  display: inline;
}
article.layout img {
  max-width: 100%;
}
article.layout ul {
  padding-left: 22px;
  margin-bottom: 5px;
}
article.layout ul li {
  list-style-type: disc;
}
article.layout ol {
  padding-left: 22px;
  margin-bottom: 5px;
}
article.layout ol li {
  list-style-type: decimal;
}
article.layout table {
  border: 1px solid #ececec;
  min-width: 80%;
}
article.layout table tr td {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eeeeee;
}
article.layout table tr:last-child td {
  border-bottom: 0;
}
article.layout table tr td:last-child {
  border-right: 0;
}
article.layout table tr.firstRow td {
  background: #f4f4f4;
}
article.layout pre {
  background: #f8f8f8;
  color: #333;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 5px;
}
article.layout blockquote {
  padding: 5px 25px;
  margin: 0;
  border-left: 10px solid #eee;
  margin-bottom: 5px;
}
article.layout p {
  margin-bottom: 5px;
}
.attachment {
  padding: 20px 25px;
  background: #f4f4f4;
  border: 1px solid #ececec;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #555555;
}
.box_img {
  position: relative;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  height: 150px;
  overflow: hidden;
  float: right;
}
.box_img img {
  width: 100%;
}
.box_img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
}
.box_img_overlay .icon_download {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-top: 60px;
  background: url(../images/icon_downloads.png) no-repeat;
}
.box_img .status {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  font-size: 12px;
  background: #000;
  color: #fff;
  padding: 7px 10px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.box_img_content {
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 22px;
  height: 40px;
  float: left;
  width: 400px;
}
.box_img_content a {
  color: #666;
}
/*-登陆页面/发送地址页面-*/
.title-big {
  font-size: 22px;
  color: #555;
  text-align: center;
  padding: 20px 0;
}
.title-desc {
  font-size: 15px;
  color: #777;
  text-align: center;
  padding: 20px 0;
  line-height: 25px;
}
.login-address {
  width: 630px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.login-address .login-item {
  padding: 30px 0;
  position: relative;
}
.login-address .login-item h3 {
  color: #666;
  font-size: 15px;
  float: left;
  margin-top: 8px;
}
.login-address input.text {
  width: 300px;
  height: 35px;
  float: left;
  line-height: 35px;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
  margin-left: 15px;
  border:1px solid #ddd;
  border-radius:4px
}
.login-address .login-item input[type=button] {
  border: 0;
  cursor: pointer;
  font-family: '微软雅黑';
  background: #6c9;
  color: #fff;
  border-color: #6c9;
  float: left;
  font-size: 15px;
  padding: 9px 15px;
  max-height: 42px;
  margin-left: 15px;
}
.login-address .login-item .error_notice {
  position: absolute;
  font-size: 12px;
  left: 630px;
  width: 400px;
  top: 36px;
  background: url(../images/error_notice_icon.png) 0 6px no-repeat;
  color: #E2574C;
  line-height: 29px;
  padding-left: 21px;
}
.login-address .confirm {
  height: 40px;
  padding: 0 20px 0 20px;
  font-size: 12px;
  background: #555;
  line-height: 40px;
  text-align: center;
  left: 170px;
  border-radius: 4px;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  position: absolute;
  top: 28px;
}
.login-samile {
  width: 800px;
  margin: 0 auto;
}
/*登录页面样式*/
.login_page_wrapper {
  width: 1000px;
  display: inline-block;
  padding: 20px 0 40px 0;
}
.login_left {
  width: 590px;
  float: left;
}
.login_image {
  width: 570px;
  height: 300px;
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 1px 2px rgba(121, 121, 121, 0.1);
}
.login_instruction {
  font-size: 13px;
  line-height: 22px;
  color: #666;
  margin-top: 30px;
}
.login_main {
  width: 320px;
  float: right;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 1px 2px rgba(121, 121, 121, 0.1);
}
.login_inner {
  padding: 1px;
}
.login_title {
  font-size: 20px;
  font-family: '微软雅黑';
  height: 45px;
  line-height: 45px;
  background: #eee;
  color: #555;
  font-weight: bold;
  padding-left: 15px;
}
.login_main .login_form {
  padding: 15px 20px 20px 20px;
}
.login_main .login_form dl {
  padding: 5px 0;
}
.login_main .login_form dl dt {
  color: #444;
  font-size: 13px;
}
.login_main .login_form dl dd {
  margin-top: 5px;
}
.login_main .login_form dd input.text {
  width: 96%;
  height: 30px;
  background-repeat: no-repeat;
  line-height: 30px;
  padding: 0 5px;
  font-size: 14px;
  color: #666;
}
.login_main .login_form dd p.hint {
  margin-top: 5px;
  font-size: 12px;
  color: #888888;
}
.login_main .login_form dl .login_btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
}
.login_main .login_form dl .login_btn:hover {
  text-decoration: none;
}
.login_main .login_form dl .login_btn.login {
  background: #F90;
}
.login_main .login_form dl .login_btn.activate {
  background: #518FD3;
}
/*--------------------------------
博客页面样式
--------------------------------*/
/*文章具体页面零碎信息*/
.article_info {
  color: #777;
  padding: 15px 0;
  font-size: 12px;
}
.article_info span {
  margin-right: 10px;
  padding-left: 18px;
}
span.author {
  background: url(../images/icons.gif) 0 -291px no-repeat;
}
span.source {
  padding-left: 0 !important;
}
span.date {
  background: url(../images/icons.gif) 0 -462px no-repeat;
}
span.view_count {
  background: url(../images/icons.gif) 0 -217px no-repeat;
}
.cate_name {
  background: #6c6;
  padding: 3px 6px 3px 6px;
  display: inline;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.article_empty {
  padding: 20px 0 60px 0;
  font-size: 18px;
  color: #777;
  font-family: "微软雅黑";
  text-align: center;
}
.article_content {
  min-height: 300px;
}
.article_content strong {
  font-weight: bold;
}
.customer_content {
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 25px;
  padding: 0 5px;
  color: #444444;
}
.customer_content strong {
  font-weight: bold;
  color: #333333;
}
/*分块样式*/
.split_box {
  padding-bottom: 20px;
}
.split_box .box_half {
  width: 50%;
  float: left;
}
.split_box .box_third {
  width: 33.3%;
  float: left;
}
.split_box .box_forth {
  width: 25%;
  float: left;
}
.split_box .box_content {
  padding: 30px 50px 10px 5px;
  display: inline-block;
}
.view_box .box_content {
  width: 98%;
  display: inline-block;
  padding: 20px 10px;
}
.view_box .box_content p {
  font-size: 13px;
  margin-top: 10px;
}
/*团队*/
.team-box {
  padding: 20px;
  text-align: center;
  height: 242px;
}
.team-box img.avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #eeeeee;
}
.team-box h4 {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #555555;
  font-weight:bold
}
/*套餐功能比较页面*/
.common-heading {
  font-size: 16px;
  padding: 10px 5px;
  color: #555;
  margin-bottom: 20px;
}
.table-wrap {
  padding: 10px 5px;
  margin-bottom: 20px;
}
table.common {
  width: 100%;
  font-family: '微软雅黑';
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
  border-bottom-width: 2px;
}
table.common tr td {
  vertical-align: middle;
  text-align: center;
  color: #666;
  padding: 15px;
  border-bottom: 1px solid #d1efe0;
}
table.common tr th {
  vertical-align: middle;
  padding: 10px 5px;
  font-size: 20px;
  background: #6c9;
  color: #fff;
  padding: 20px 15px;
}
table.common tr:nth-child(2n+2) td {
  background: #e8f7ef;
}
table.common tr td.item-title {
  text-align: left;
}
table.common tr .ar {
  text-align: right;
  min-width: 150px;
}
table.common tr .avatar {
  width: 50px;
  padding-left: 10px;
}
table.common tr td {
  word-break: break-all;
}
table.common tr td.group {
  background: #f4f4f4;
}
table.common tr td.description {
  width: 50%;
}
table.common tr td.agents {
  width: 50%;
}
table.common tr td.article-title {
  min-width: 200px;
  font-size: 14px;
  padding-left: 10px;
}
table.common tr td.email-address {
  font-size: 13px;
  padding-left: 10px;
}
table.common td .photo img {
  width: 32px;
  height: 32px;
  padding: 1px;
  border: 1px solid #dddddd;
}
table.common td {
  padding: 10px 5px;
}
table.compare-table {
  width: 100%;
  font-family: '微软雅黑';
  font-size: 13px;
  border-radius: 5px;
  overflow: hidden;
  border-bottom-width: 2px;
}
table.compare-table tr td {
  vertical-align: middle;
  text-align: center;
  color: #666;
  padding: 12px 15px;
  border-bottom: 1px solid #eeeeee;
}
table.compare-table tr th {
  vertical-align: middle;
  padding: 10px 5px;
  font-size: 20px;
  background: #6c9;
  color: #fff;
  padding: 20px 15px;
}
table.compare-table tr.table-heading td {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #444;
  padding-top: 20px;
  background: #f4f4f4;
}
table.compare-table tr td.item-title {
  text-align: left;
}
table.compare-table tr .ar {
  text-align: right;
  min-width: 150px;
}
table.compare-table tr .avatar {
  width: 50px;
  padding-left: 10px;
}
table.compare-table tr td {
  word-break: break-all;
}
table.compare-table tr td.item-tick:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  background: url(../images/tick.png);
}
table.compare-table tr td a {
  font-size: 12px;
}
table.compare-table tr td.group {
  background: #f4f4f4;
}
table.compare-table tr td.description {
  width: 50%;
}
table.compare-table tr td.agents {
  width: 50%;
}
table.compare-table tr td.article-title {
  min-width: 200px;
  font-size: 14px;
  padding-left: 10px;
}
table.compare-table tr td.email-address {
  font-size: 13px;
  padding-left: 10px;
}
/*布局表格*/
table.common_layout {
  width: 100%;
  background: #fff;
}
table.common_layout tr td {
  vertical-align: top;
}
/*免费版开通申请页面*/
.page_fullwidth {
  width: 100%;
  padding-bottom: 30px;
}
.wrapper_fullwidth {
  width: 100%;
}
/*云客服快览*/
.tour-mobile-wrap {
  position: fixed;
  top: 31%;
  left: 0;
  z-index: 11;
}
.tour-mobile-tab {
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.tour-mobile-tab .qr-icon {
  width: 50px;
  height: 50px;
  background: url(../images/tour/qr-icon.png) no-repeat;
}
.tour-mobile-square {
  display: none;
  width: 200px;
  background: #fff;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.tour-mobile-square h4 {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  text-align: center;
}
.tour-mobile-square img {
  width: 200px;
  height: 200px;
}
.feature-1 {
  background: #7dcaf4;
}
.feature-1 .tour_subtitle,
.feature-1 .tour_text {
  color: #ffffff;
}
.feature-2 {
  background: #f1f1f1;
}
.feature-3 {
  background: #35bfa5;
}
.feature-3 .tour_subtitle,
.feature-3 .tour_text {
  color: #ffffff;
}
.feature-4 {
  background: #f1f1f1;
}
.feature-5 {
  background: #7dcaf4;
}
.feature-5 .tour_subtitle,
.feature-5 .tour_text {
  color: #ffffff;
}
.feature-6 {
  background: #f1f1f1;
}
.feature-7 {
  background: #6f6f6f;
}
.feature-7 .tour_subtitle,
.feature-7 .tour_text {
  color: #ffffff;
}
.tour_block_area {
  cursor: pointer;
  position: relative;
}
.block_area_inner {
  width: 1100px;
  height: 780px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.tour_content.content_left {
  float: left;
  width: 450px;
}
.tour_content.content_right {
  float: right;
  width: 450px;
}
.tour_content {
  width: 592px;
  position: absolute;
}
.tour_wrap {
  position: absolute;
}
.tour_margin {
  height: 9px;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/tour/tour-margin.png) repeat;
}
.tour_subtitle {
  line-height: 50px;
  font-size: 35px;
  color: #333;
  padding-bottom: 20px;
}
.tour_text {
  line-height: 30px;
  font-size: 19px;
  color: #333333;
}
.feature-1 .tour_content {
  left: 0;
  top: 300px;
  width: 650px;
  text-align: right;
}
.feature-1 .tour_wrap {
  width: 386px;
  height: 567px;
  background: url(../images/tour/f1.png) no-repeat;
  right: 0;
  top: 100px;
}
.feature-2 .tour_content {
  width: 550px;
  right: 0;
  top: 250px;
}
.feature-2 .tour_wrap {
  width: 476px;
  height: 575px;
  background: url(../images/tour/f2.png) no-repeat;
  left: 0;
  top: 100px;
}
.feature-3 .block_area_inner {
  height: 773px;
}
.feature-3 .tour_content {
  width: 530px;
  top: 240px;
  left: 0;
  text-align: right;
}
.feature-3 .tour_wrap {
  width: 669px;
  height: 773px;
  background: url(../images/tour/f3.png) no-repeat;
  right: 0;
  top: 0;
}
.feature-4 .tour_content {
  width: 550px;
  top: 260px;
  right: 0;
}
.feature-4 .tour_wrap {
  width: 479px;
  height: 452px;
  background: url(../images/tour/f4.png) no-repeat;
  left: 0;
  top: 170px;
}
.feature-5 .tour_content {
  width: 520px;
  top: 320px;
  left: 0;
  text-align: right;
}
.feature-5 .tour_wrap {
  width: 518px;
  height: 528px;
  background: url(../images/tour/f5.png) no-repeat;
  right: 0;
  top: 140px;
}
.feature-6 .tour_content {
  width: 560px;
  top: 310px;
  right: 0;
}
.feature-6 .tour_wrap {
  width: 442px;
  height: 455px;
  background: url(../images/tour/f6.png) no-repeat;
  left: 0;
  top: 170px;
}
.feature-7 .tour_content {
  width: 520px;
  top: 260px;
  left: 0;
  text-align: right;
}
.feature-7 .tour_wrap {
  width: 506px;
  height: 452px;
  background: url(../images/tour/f7.png) no-repeat;
  right: 0;
  top: 140px;
}
/*公共全局注册按钮*/
.register-block {
  width: 920px;
  padding: 90px 20px 30px 20px;
  margin: 0 auto;
  text-align: center;
}
.register-text {
  font-size: 35px;
  line-height: 40px;
  color: #555;
  padding-top: 3px;
}
.register-button {
  padding-top: 30px;
}
.register-btn {
  margin: 0 auto;
  display: block;
  width: 200px;
  padding: 10px 20px;
  background: #ED9622;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  border-bottom: 5px solid #e68c13;
}
.register-btn:hover {
  text-decoration: none;
  color: #ffffff;
}
/*顶部活动样式
.activity-tab{width:50px;height:50px;position:absolute;top:0;right:0;background:url(../images/activity/acitivity-tab.png) no-repeat;display:block}*/
.activity-box {
  width: 100%;
  background: #eee;
  height: 40px;
  position: relative;
}
.activity-box .box-inner {
  width: 1000px;
  height: 40px;
  color: #C91D45;
  font-size: 16px;
  font-family: '微软雅黑';
  line-height: 40px;
  margin: 0 auto;
}
.activity-box .box-inner .box-left {
  float: left;
  padding-left: 15px;
}
.activity-box .box-inner .box-right {
  float: right;
}
.activity-box .box-inner .box-right .tab {
  width: 143px;
  height: 30px;
  background: url(../images/activity/activity-box-btn.png) no-repeat;
  display: block;
  margin: 5px 15px 0 0;
}
.activity-box .box-close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  background: url(../images/activity/box-close.png) no-repeat;
}
.info_box {
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 20px;
  border-left: 10px solid #eeeeee;
}
/*开发者平台样式*/
.l {
  float: left;
}
.r {
  float: right;
}
.content_wrapper {
  width: 1000px;
  margin: auto;
  padding: 0 0 30px 0;
}
.side_left {
  float: left;
  width: 250px;
}
.side_menu ul {
  margin-bottom: 10px;
}
.side_menu ul span {
  display: block;
}
.side_menu h2 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  font-family: '微软雅黑';
  padding-left: 15px;
  color: #333;
  margin-bottom: 5px;
}
.side_menu ul li a {
  height: 35px;
  line-height: 35px;
  color: #444;
  display: block;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #ececec;
}
.side_menu ul li:last-child a {
  border-bottom: 0;
}
.side_menu ul li a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}
.side_menu ul li a.current {
  font-weight: bold;
  color: #333;
  background-color: #f4f4f4;
}
.side_menu ul span {
  margin: 5px 0;
  border: 1px solid #dddddd;
}
.side_menu ul li.sub a {
  font-size: 13px;
}
.side_menu ul li.sub a:hover,
.side_menu ul li.sub_sub a:hover,
.side_menu ul li.sub a.current,
.side_menu ul li.sub_sub a.current {
  background: #f4f4f4;
}
.side_menu ul li.sub_sub a {
  padding-left: 30px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  font-size: 12px;
}
.side_content_menu {
  border: 2px solid #CCDAE8;
  margin-top: 10px;
  background: #ffffff;
}
.side_content_menu ul {
  padding: 10px;
  height: auto;
}
.side_content_menu ul li {
  line-height: 20px;
  font-size: 12px;
  color: #555555;
}
.side_content_menu ul li.sub {
  margin-left: 15px;
}
.content_right {
  float: right;
  width: 720px;
}
.content_right.float-none {
  float: none;
  width: auto;
}
.content_right .position {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.content_right .position a {
  font-size: 12px;
}
.content_right .title {
  height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  line-height: 30px;
  padding-left: 10px;
  font-weight: bold;
}
.content_right h3.head {
  padding-left: 10px;
  padding: 15px 10px;
  color: #333;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.content_right h4 {
  padding: 10px;
  color: #555;
  font-size: 15px;
  border-bottom: 1px dashed #ddd;
  font-weight: bold;
  margin-bottom: 5px;
}
.content_right p {
  padding: 10px;
  font-size: 14px;
  color: #555;
  line-height: 25px;
  margin-bottom: 5px;
}
.content_right p.code {
  color: #3372bd;
}
.content_right code {
  border: 1px solid #4D4D73;
  border-top: 3px solid #4D4D73;
  border-bottom: 3px solid #4D4D73;
  background: #616192;
  display: block;
  margin-bottom: 5px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ebf5f5;
}
.content_right table {
  background: #fff;
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555555;
}
.content_right table tr td {
  height: 25px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  line-height: 25px;
  padding: 5px;
}
.content_right table tr.head td {
  background: #eee;
  text-align: center;
}
.content_right table tr.newhead td {
  background: #eeeeee;
}
.content_right .quote {
  border: 1px solid #CCDAE8;
  border: 1px dashed #CCDAE8;
  background: #f8f8f8;
  display: block;
  margin-bottom: 5px;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #184a81;
}
.main-heading {
  font-size: 25px;
  padding: 30px 0;
  text-align: center;
  color: #444444;
}
.main-heading h1 {
  font-size: 25px;
}
.main-heading h3 {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}
.customer-content {
  position: relative;
}
.customer-heading {
  padding-bottom: 30px;
}
.customer-title {
  font-size: 20px;
  padding: 10px 0;
  color: #444;
  padding-top: 100px;
}
.customer-description {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-top: 10px;
}
.customer-nav {
  position: fixed;
  left: 50%;
  margin-left: -650px;
  bottom: 0;
  width: 140px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #42BF81;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  z-index: 100;
}
.customer-nav a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #66CC99;
  font-size: 14px;
}
.customer-nav a:hover {
  text-decoration: none;
  background: #3db478;
}
/*用户群体*/
.con-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.con-box .box-grid {
  float: left;
  width: 32%;
  height: 170px;
  text-align: center;
  margin: 0 5px 5px 0;
  background: #f8f8f8;
}
.con-box .box-grid:hover {
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in;
}
.con-box .box-grid img {
  width: 196px;
  height: 100px;
  margin-top: 40px;
}
.customer-slide {
  width: 100%;
  background: #ccc;
  overflow: hidden;
  position: relative;
}
.customer-slide .hd {
  position: absolute;
  bottom: 5px;
  left: 48%;
  z-index: 10;
}
.customer-slide .hd li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  background: #ffffff;
}
.customer-slide .hd li.on {
  background: #ffcc00;
}
.customer-slide .bd li .customer-bg {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
}
.customer-slide .bd li .customer-1 {
  background-image: url(../images/customers/mingdao-full.jpg);
}
.customer-slide .bd li .customer-2 {
  background-image: url(../images/customers/baidu-full.jpg);
}
.customer-slide .bd li .customer-3 {
  background-image: url(../images/customers/ustack-full.jpg);
}
.customer-slide .bd li .customer-bg .inner {
  width: 1000px;
  margin: 0 auto;
}
.customer-slide .bd li .customer-bg .inner {
  padding-top: 70px;
}
.customer-slide .bd li .customer-bg .inner h3 {
  font-size: 44px;
  color: #fff;
  padding: 10px 0;
  width: 500px;
  margin-bottom: 50px;
  border-radius: 5px;
}
.customer-slide .bd li .customer-bg .inner p {
  font-size: 24px;
  color: #fff;
  padding: 10px 0;
  width: 800px;
  margin-bottom: 50px;
  border-radius: 5px;
}
.customer-slide .bd li .customer-bg .inner a {
  font-size: 20px;
  display: block;
  width: 300px;
  background: #6c9;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.customer-slide .bd li .customer-bg .inner a:hover {
  text-decoration: none;
  background: #42bf81;
}
.page-center {
  width: 900px;
  margin: 0 auto;
}
/*VOICE*/
.common-slide {
  height: 700px;
  position: relative;
  background: #7dcaf4 url(../images/voice-banner.png) center bottom no-repeat;
  font-family: 'Microsoft Yahei';
}
.common-slide .slide-inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  height: 700px;
}
.common-slide .slide-inner .media-label {
  position: absolute;
  top: 0;
  right: 20px;
  height: 97px;
  width: 150px;
  background: url(../images/36kr.png) no-repeat;
  display: block;
}
.common-slide .slide-inner h1 {
  font-size: 40px;
  color: #fff;
  padding-top: 70px;
}
.common-slide .slide-inner p {
  font-size: 23px;
  line-height: 35px;
  color: #fff;
  margin-top: 20px;
  width: 700px;
  margin: 0 auto;
  padding-top: 20px;
}
.buttons {
  padding-top: 30px;
}
.buttons .btn {
  display: inline-block;
  padding: 18px 70px;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
}
.buttons .btn:hover {
  text-decoration: none;
}
.buttons .btn.btn-more {
  background-color: #fff;
  color: #54baf1;
}
.common-showbox .showbox-inner:nth-child(2n+1) {
  background: #f4f4f4;
}
.common-showbox .showbox-inner dl {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.common-showbox .showbox-inner dl dt {
  width: 400px;
  height: 300px;
  float: left;
}
.common-showbox .showbox-inner dl dd {
  float: right;
  width: 550px;
  font-size: 25px;
  color: #777;
  padding-top: 90px;
}
.common-showbox .showbox-inner dl dd h3 {
  line-height: 50px;
  font-size: 35px;
  color: #555;
  padding-bottom: 20px;
}
.common-showbox .showbox-inner dl dd p {
  line-height: 30px;
  font-size: 19px;
  color: #777777;
}
.showbox-inner dl.change-right dt {
  float: right;
}
.showbox-inner dl.change-right dd {
  float: left;
}
.showbox-inner dl.v1 dt {
  background: url(../images/voice/1.png) no-repeat;
  width: 503px;
  height: 397px;
}
.showbox-inner dl.v1 dd {
  width: 450px;
}
.showbox-inner dl.v2 dt {
  background: url(../images/voice/2.png) no-repeat;
  width: 462px;
  height: 298px;
}
.showbox-inner dl.v2 dd {
  width: 470px;
}
.showbox-inner dl.v3 dt {
  background: url(../images/voice/3.png) no-repeat;
  width: 428px;
  height: 432px;
}
.showbox-inner dl.v3 dd {
  width: 470px;
}
.showbox-inner dl.v4 dt {
  background: url(../images/voice/4.png) no-repeat;
  width: 413px;
  height: 360px;
}
.showbox-inner dl.v4 dd {
  width: 470px;
}
.showbox-inner dl.v5 dt {
  background: url(../images/voice/5.png) no-repeat;
  width: 303px;
  height: 464px;
}
.showbox-inner dl.v6 dt {
  background: url(../images/voice/6.png) no-repeat;
  width: 394px;
  height: 415px;
}
.media-box {
  padding-bottom: 20px;
}
.media-box dl {
  padding: 10px 0;
  margin-bottom: 10px;
}
.media-box dl dt {
  float: left;
  width: 160px;
}
.media-box dl dt img {
  width: 150px;
  border: 1px solid #dddddd;
}
.media-box dl dd {
  float: right;
  width: 850px;
  padding-top: 5px;
}
.media-box dl dd h3,
.media-box dl dd h3 a {
  font-size: 20px;
  color: #555;
  padding-bottom: 10px;
}
.media-box dl dd p {
  font-size: 14px;
  color: #888888;
}
.compute {
  margin-bottom: 60px;
}
.calculate-box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.calculate-box .main-cal {
  float: left;
  box-sizing: border-box;
  padding: 20px 30px 35px 30px;
  width: 830px;
}
.calculate-box .total-box {
  float: right;
  width: 270px;
  padding-top: 120px;
  line-height: 1.67em;
}
.total-box span {
  color: #FF595F;
  font-weight: bold;
  font-size: 16px;
}
.total-box h3 {
  font-size: 16px;
}
.total-box p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666666;
}
.cal-items {
  padding: 15px 0;
  clear: both;
}
.cal-items h3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.cal-items .drag-item {
  position: relative;
  margin-bottom: 5px;
}
.cal-items .drag-item .bar {
  height: 15px;
  background: #eee;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 8px;
}
.cal-items .drag-item .bar-fill {
  position: absolute;
  height: 15px;
  top: 0;
  background: #6c9;
  border-radius: 2px 0 0 2px;
}
.cal-items .drag-item .ctler {
  height: 21px;
  position: absolute;
  top: -3px;
  width: 15px;
  background: #aaa;
  border-radius: 3px;
  cursor: pointer;
}
.cal-items .drag-item .label-start {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #888888;
}
.cal-items .drag-item .label-end {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #888888;
}
.cal-items .label-current {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  left: 50%;
  margin-left: -19px;
  width: 38px;
  bottom: 30px;
}
.cal-items .label-current:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  width: 0;
  height: 0;
  float: left;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.6);
}
.rx-tab-group {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #EF9712;
  float: left;
  margin-bottom: 30px;
  position: relative;
  left: 238px;
  margin-top: 20px;
}
.rx-tab-group a {
  float: left;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  width: 140px;
  text-align: center;
  color: #EF9712;
  border-left: 1px solid #EF9712;
  text-decoration: none;
}
.rx-tab-group a:first-child {
  border-left: none;
}
.rx-tab-group a.active {
  background: #EF9712;
  color: #fff;
}
/*价格计算器拖动条插件*/
.ui-slider-handle {
  height: 21px;
  position: absolute;
  top: -3px;
  width: 15px;
  background: #6C9;
  border-radius: 3px;
  cursor: pointer;
}
.ui-slider {
  height: 15px;
  background: #eee;
  width: 100%;
  border-radius: 2px;
}
.ui-state-disabled .ui-slider-handle {
  background-color: #666;
  cursor: auto;
}
ul.bread-crumb li {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
}
ul.bread-crumb li:first-child {
  margin-left: 0;
}
ul.bread-crumb li + li:before {
  content: '> ';
}
ul.bread-crumb li a {
  font-size: 13px;
  color: #00c8f2;
}
h1.title-lg {
  padding: 30px 0;
  font-size: 30px;
  color: #333333;
}
h1.title-lg a {
  float: right;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
ul.grid-list li {
  width: 270px;
  display: inline-block;
  vertical-align: top;
  background: #f4f8f9;
  border-radius: 4px;
  margin-right: 30px;
  margin-bottom: 30px;
}
ul.grid-list li a.thumb {
  width: 250px;
  height: 139px;
  overflow: hidden;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}
ul.grid-list li img {
  width: 250px;
}
ul.grid-list li h3 {
  font-size: 15px;
  line-height: 23px;
  margin: 10px;
  margin-bottom: 5px;
}
ul.grid-list li p {
  font-size: 13px;
  line-height: 22px;
  margin: 0 10px 10px 10px;
  color: #888;
  height: 44px;
  overflow: hidden;
}
ul.menu-list {
  padding-left: 30px;
}
ul.menu-list li {
  margin-bottom: 5px;
}
ul.menu-list li a {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  color: #00c8f2;
  border-radius: 19px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
ul.menu-list li.active a {
  background: #00c8f2;
  color: #ffffff;
}
ul.menu-list li.active a:before {
  content: '< ';
  color: #ffffff;
}
ul.menu-list li a:hover {
  background: #00c8f2;
  color: #ffffff;
}
.article-content {
  float: left;
  width: 800px;
    padding:40px 0 0 0;
}


.article-content .content-col p{font-size:15px;line-height:24px}
.article-content .content-col h2{font-size:20px;font-weight:bold;line-height:30px;padding-bottom:20px}
.article-content .content-col h3{font-size:17px;font-weight:bold;line-height:25px;padding-bottom:15px}
.article-content .content-col img{max-width:100%}
.article-content .content-col blockquote{padding:5px;padding-left:15px;border-left:5px solid #ddd;margin-bottom:10px;color:#888}
.article-content .content-col blockquote p{margin-bottom:0px}

.article-sidebar {
  float: right;
  width: 250px;
  margin-top: 35px;
}
.article-list {
  padding: 10px 5px;
}
.article-list h3 {
  padding: 10px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.article-list li {
  padding: 10px 5px;
}
.article-list li a {
  font-size: 14px;
  color: #00c8f2;
}
section.focus {
  background: #f4f8f9;
  padding: 110px 0 60px 0;
  margin-top: -40px;
  min-height: 250px;
}
.article-focus {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  min-height: 250px;
}
.article-focus > a {
  border-radius: 4px;
  width: 450px;
  height: 250px;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.article-focus img {
  width: 450px;
  height: 250px;
}
.article-focus .info {
  padding-left: 500px;
}
.article-focus h3 {
  font-size: 35px;
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #374051;
}
.article-focus h4 {
  padding-left: 8px;
  border-left: 2px solid #21d376;
  margin-bottom: 10px;
  line-height: 1;
}
.article-focus p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #777;
}
.resources-article-list {
  padding-top: 70px;
}
.resources-article-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.resources-article-list .resources-article-main {
  float: left;
  width: 920px;
}
.resources-article-list .resources-article-sidebar {
  float: right;
  width: 230px;
}
.resources-article-list .grid-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.resources-article-list ul.grid-list li {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.resources-article-list ul.grid-list li:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.resources-article-list ul.grid-list li a.thumb > img {
  display: block;
  width: 100%;
}
#resources-grid-list {
  padding-bottom: 80px;
}
/***********************/
.article-content p {
    margin-bottom: 10px;
    line-height: 1.5em;
}
.article-content a {
    color:#00c8f2;
}
.article-content img {
    max-width: 100%;
}
.article-content h1.title-lg {
    line-height: 1.2em;
}
.section-info h1.title {
    padding:50px 0 25px 0;
}








