*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, nav, hgroup, menu, section, summary, time, mark, audio, video, input, main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, nav, hgroup, menu, section, img, main {
  display: block; }

body, header, nav {
  min-width: 1200px;
  overflow: auto; }

a {
  text-decoration: none; }

body {
  width: 100%;
  height: 100%;
  background: gray; }

/* header */
header, nav {
  width: 100%;
  height: 100px;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000; }

nav .logo_box {
  width: 25%;
  height: 100px;
  background: none;
  float: left; }

.logo_box img {
  float: left;
  margin-left: 7%;
  margin-top: 20px;
  margin-right: 9px; }

.nav_active {
  border-bottom: 2px solid #2d8998; }

.nav_active_a {
  color: #2d8998 !important;
  text-decoration: none; }

.logo_box span {
  float: left;
  line-height: 100px;
  color: #ffffff;
  font-size: 20px;
  font-weight: none; }

nav .menu_nav_box {
  width: 47%;
  height: 100px;
  background: none;
  float: left; }

.menu_nav_box ul li {
  width: auto;
  height: 100px;
  background: none;
  float: left;
  margin: 0 12px;
  line-height: 100px;
  text-align: center; }

.menu_nav_box ul li:hover {
  border-bottom: 2px solid #2d8998; }

.menu_nav_box ul li:hover a {
  color: #2d8998;
  text-decoration: none; }

.menu_nav_box ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: none;
  width: 100%;
  height: 100%;
  background: none;
  display: block; }

.register_login {
  width: 25%;
  height: 100px;
  background: none;
  float: left;
  padding-top: 25px; }

.register_login .register_btn, .register_login .login_btn {
  float: left;
  width: 120px;
  height: 50px;
  background: none;
  border: 2px solid #2e8a99;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: none;
  margin-left: 3.5%;
  border-radius: 5px; }

.register_btn a, .register_login .login_btn a, .login_btn a {
  color: #ffffff;
  font-size: 16px;
  font-weight: none;
  width: 100%;
  height: 100%;
  background: none;
  display: block; }

.register_btn:hover, .register_login .login_btn:hover {
  background: #2e8a99; }

.login_btn:hover {
  background: #2e8a99; }

.register_btn:hover a, .register_login .login_btn:hover a {
  color: #ffffff;
  font-size: 16px;
  font-weight: none;
  text-decoration: none; }

.login_btn:hover a {
  color: #ffffff;
  font-size: 16px;
  font-weight: none;
  text-decoration: none; }

.nav.default {
  line-height: 35px;
  height: 35px; }

.nav.twiceBorder, .nav.underline, .nav.overline {
  line-height: 30px;
  height: 30px; }

/*content*/
.content, .serve_content {
  width: 100%;
  height: 250px;
  background: none;
  padding-top: 40px; }

.content h1, .serve_content h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: none;
  line-height: 50px;
  text-align: center;
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 600; }

.content h2, .serve_content h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background: none;
  line-height: 60px;
  text-align: center;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 600; }

.content .article, .serve_content .article {
  margin: 0 auto;
  padding: 0 80px;
  width: 1200px;
  height: 60px;
  background: none;
  line-height: 30px;
  text-align: center;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: none; }

.classify_box {
  width: 100%;
  height: 180px;
  background: none; }

.classify {
  margin: 0 auto;
  width: 1200px;
  height: 180px;
  background: none; }

.classify .classify_one {
  float: left;
  width: 33.3%;
  height: 180px;
  background: none;
  line-height: 90px;
  text-align: center; }

.classify_one img {
  display: inline-block; }

.classify_one span {
  display: block; }

/* product*/
.product_feature_box {
  width: 100%;
  height: 700px;
  background: #f2f2f2; }

.product_feature {
  margin: 0 auto;
  width: 1200px;
  height: 700px;
  background: none; }

.product_feature h2 {
  margin: 0 auto;
  width: 1200px;
  height: 120px;
  background: none;
  line-height: 120px;
  text-align: center;
  color: #2d2b2c;
  font-size: 16px;
  font-weight: 600; }

.product_one {
  width: 33.3%;
  height: 580px;
  background: none;
  float: left;
  padding-top: 180px;
  padding-left: 149px; }

.product_one img, .product_one p {
  float: left;
  margin-right: 25px; }

.product_one img {
  padding-top: 5px; }

.product_pic {
  width: 33.3%;
  height: 580px;
  background: none;
  float: left;
  text-align: center; }

.product_pic img {
  display: inline-block;
  width: 250px;
  height: auto;
  background: none; }

.product_two_box {
  width: 33.3%;
  height: 580px;
  background: none;
  float: left;
  padding-top: 160px; }

.product_two {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 110px; }

.product_two img, .product_two p {
  float: left;
  margin-right: 25px; }

.product_three img, .product_three p {
  float: left;
  margin-right: 25px; }

.product_feature p {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: none; }

/*picture show*/
.serveBox {
  width: 100%;
  height: 770px;
  background: none; }

.serve {
  width: 1200px;
  height: 770px;
  background: none;
  margin: 0 auto; }

.serve h2 {
  margin: 0 auto;
  width: 1200px;
  height: 100px;
  background: none;
  line-height: 100px;
  text-align: center;
  color: #2d2b2c;
  font-size: 16px;
  font-weight: 600; }

.server_pic {
  width: 50%;
  height: 300px;
  background: none;
  float: left;
  line-height: 300px;
  text-align: center; }

.server_pic img {
  width: 400px;
  height: auto;
  background: none;
  display: inline-block; }

/*footer*/
footer {
  width: 100%;
  height: 675px;
  background: #373f41; }

.footer_top {
  width: 100%;
  height: 555px;
  background: none;
  margin: 0 auto;
  border-bottom: 1px solid #b1b1b1; }

.footer_logo {
  width: 18.6%;
  height: 555px;
  background: none;
  float: left;
  padding-top: 80px;
  padding-left: 1%; }

.footer_introduce_list {
  width: 61.1%;
  height: 505px;
  background: none;
  float: left;
  padding-top: 50px; }

.footer_introduce_list ul {
  width: 20%;
  height: 505px;
  background: none;
  float: left; }

.footer_introduce_list ul li {
  line-height: 45px; }

.footer_introduce_list ul li a {
  color: #b8b8b6;
  font-size: 14px;
  font-weight: none;
  text-decoration: none; }

.footer_introduce_list ul .li_title {
  padding-bottom: 10px;
  color: #868885;
  font-size: 16px;
  font-weight: none; }

.footer_contact {
  width: 20.3%;
  height: 555px;
  background: none;
  float: left;
  padding-top: 185px;
  line-height: 38px;
  color: #b8b8b6;
  font-size: 14px;
  font-weight: none; }

.footer_contact img {
  padding-bottom: 25px; }

.footer_bottom {
  width: 100%;
  height: 120px;
  background: none;
  margin: 0 auto;
  color: #b8b8b6;
  font-size: 14px;
  font-weight: none;
  line-height: 36px;
  text-align: center;
  padding-top: 28px; }

/***********************************************************************/
/**********************serve********************************************/
/***********************************************************************/
.serve_classify_box {
  width: 100%;
  height: 200px;
  background: none; }

.serve_classify {
  margin: 0 auto;
  width: 1200px;
  height: 200px;
  background: none; }

.serve_classify .serve_classify_one, .serve_classify .serve_classify_two {
  float: left;
  width: 33.3%;
  height: 320px;
  background: none;
  line-height: 26px;
  text-align: center; }

.serve_classify_one img, .serve_classify_two img {
  display: inline-block; }

.serve_classify_one span, .serve_classify_two span {
  display: block; }

.serve_content_head {
  margin-bottom: 28px; }

.serve_ul_title {
  color: #959595;
  font-size: 16px;
  font-weight: none;
  margin-top: 16px; }

.serve_classify_one ul, .serve_classify_two ul {
  text-align: left;
  margin-left: 130px; }

.serve_classify_two ul li {
  text-align: left;
  padding-left: 50px; }

.serve_content_head h2 {
  color: #656565;
  font-size: 16px;
  font-weight: none; }

.serve_content {
  height: 700px;
  padding-top: 0; }

.content_border {
  margin: 0 auto;
  width: 1200px;
  height: 470px;
  background: none;
  border: 1px solid #cecece; }

.serve_content h1 {
  height: 100px;
  line-height: 100px; }

/***/
.serve_flow_box {
  width: 100%;
  height: 600px;
  background: #f2f2f2; }

.serve_flow {
  margin: 0 auto;
  padding-top: 70px;
  width: 1200px;
  height: 600px;
  background: none; }

.serve_flow img {
  height: 450px; }

.serve_content_classify_box {
  width: 100%;
  height: 500px;
  background: none; }

.serve_content_classify {
  margin: 0 auto;
  width: 1200px;
  height: 500px;
  background: none; }

.serve_content_classify h1 {
  margin: 0;
  margin: 0 auto;
  width: 1200px;
  height: 100px;
  background: none;
  line-height: 100px;
  text-align: center;
  color: #2f2d2e;
  font-size: 28px;
  font-weight: 600; }

.serve_content_classify_one {
  width: 23%;
  height: 352px;
  background: none;
  float: left;
  margin-left: 20px;
  line-height: 30px;
  text-align: center;
  padding-top: 35px;
  border: 1px solid #bccacb;
  box-shadow: 5px 5px 5px #deedf0; }

.serve_content_classify_one img {
  display: inline-block; }

.serve_content_classify_one .title {
  line-height: 86px;
  color: #656565;
  font-size: 20px;
  font-weight: none; }

.serve_content_classify_one ul li {
  color: #656565;
  font-size: 16px;
  font-weight: none; }

.serve_content_classify_one button {
  background: none;
  text-decoration: none;
  border: none;
  width: 150px;
  height: 40px;
  background: #3aa2af; }

/***********************************************************************/
/**********************openapi********************************************/
/***********************************************************************/
.open_api_introduce_box {
  width: 100%;
  height: 300px;
  background: none; }

.open_api_introduce {
  margin: 0 auto;
  width: 1200px;
  height: 300px;
  background: none; }

.open_api_introduce h1 {
  margin: 0;
  width: 100%;
  height: 120px;
  background: none;
  line-height: 120px;
  text-align: center;
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 600; }

.open_api_classify {
  width: 100%;
  height: 180px;
  background: none;
  line-height: 80px;
  text-align: center; }

.open_api_classify_one {
  width: 33.3%;
  height: 180px;
  background: none;
  float: left; }

.open_api_classify_one img {
  display: inline-block;
  width: 100px;
  height: auto;
  background: none; }

.open_api_classify_one span {
  display: block;
  color: #646464;
  font-size: 26px;
  font-weight: none; }

.open_api_list_box {
  width: 100%;
  height: 1050px;
  background: none; }

.open_api_list {
  margin: 0 auto;
  width: 1200px;
  height: 1050px;
  background: none; }

.open_api_list h1 {
  margin: 0;
  width: 100%;
  height: 120px;
  background: none;
  line-height: 120px;
  text-align: center;
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 600; }

.open_api_list_details {
  margin: 0 auto;
  width: 1200px;
  height: 880px;
  background: none; }

.open_api_list_one {
  width: 1200px;
  height: 25%;
  background: none;
  border: 1px solid #d5d5d5; }

.open_api_list_one img {
  width: 280px;
  height: auto;
  background: none; }

.open_api_list_one img {
  float: left;
  margin-top: 35px;
  margin-left: 15px; }

.open_api_content {
  padding-top: 90px;
  width: 800px;
  height: 200px;
  background: none;
  float: right; }

.open_api_content span {
  color: #217d94;
  font-size: 26px;
  font-weight: 500; }

.open_api_content p {
  display: inline;
  color: #a3a3a3;
  font-size: 20px;
  font-weight: none; }

.market_hot_box {
  width: 100%;
  height: 560px;
  background: none; }

.market_hot {
  margin: 0 auto;
  width: 1200px;
  height: 560px;
  background: none; }

.market_hot h1 {
  margin: 0;
  width: 100%;
  height: 110px;
  background: none;
  line-height: 110px;
  text-align: center;
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 600; }

.market_list {
  width: 100%;
  height: 450px;
  background: #f2f2f2;
  padding: 50px 160px; }

.market_list .item img {
  height: 300px; }

.market_list .carousel-inner {
  text-align: center; }

.market_list .carousel-inner .item {
  margin-left: 100px; }

img.market_left_pic {
  float: left;
  display: block;
  position: absolute;
  left: 0;
  top: 180px; }

img.market_right_pic {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 180px; }

.market_left_pic_box {
  width: 120px;
  height: 400px;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  top: 0; }

.market_left_pic_box img {
  width: 50px; }

.market_right_pic_box {
  width: 120px;
  height: 400px;
  background: #f2f2f2;
  position: absolute;
  right: 0;
  top: 0; }

.market_right_pic_box img {
  width: 50px; }

.market_hopeful_box {
  width: 100%;
  height: 210px;
  background: none; }

.market_hopeful {
  margin: 0 auto;
  width: 1200px;
  height: 210px;
  background: none; }

.market_hopeful h1 {
  margin: 0;
  width: 100%;
  height: 100px;
  background: none;
  line-height: 100px;
  text-align: center;
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 600; }

.market_hopeful span {
  padding-left: 20px;
  color: #656565;
  font-size: 20px;
  font-weight: none;
  border-left: 3px solid #33a8cb; }

/***********************************************************************/
/**********************example********************************************/
/***********************************************************************/
.example_list_box {
  width: 100%;
  height: 500px;
  background: none; }

.example_list {
  margin: 0 auto;
  width: 1200px;
  height: 500px;
  background: none; }

.example_list h1 {
  margin: 0;
  width: 100%;
  height: 100px;
  background: none;
  line-height: 100px;
  text-align: center;
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 600; }

.example_list_bottom {
  padding-left: 145px; }

.single-member.effect-8 {
  width: 360px;
  margin: 0 50px 50px 50px;
  background: #56c0d2;
  box-shadow: 5px 5px 5px #f0f0f0; }

.more-info {
  background: red; }

.more-info p {
  color: white;
  font-size: 14px;
  font-weight: none;
  background: gray; }

/***********************************************************************/
/**********************example********************************************/
/***********************************************************************/
.app_nav ul li a {
  color: #a1a1a1; }

header .app_nav, nav .app_nav {
  border-bottom: 1px solid #a1a1a1;
  overflow-y: hidden; }

.app_nav .logo_box span {
  color: #217d94; }

.app_nav .register_btn, .app_nav .register_login .login_btn, .register_login .app_nav .login_btn {
  color: #a1a1a1;
  border: 1px solid #97c2cb; }

.app_code_box {
  width: 100%;
  height: 700px;
  background: none; }

.app_code {
  margin: 0 auto;
  width: 1200px;
  height: 700px;
  background: none; }

.mobile_code {
  width: 500px;
  height: 700px;
  background: none;
  line-height: 865px;
  text-align: center;
  float: left;
  position: relative; }

.mobile_code_img {
  display: inline-block;
  width: 300px;
  height: auto;
  background: none; }

.android_code {
  position: absolute;
  top: 343px;
  left: 168px;
  width: 160px;
  height: auto; }

.ios_code {
  position: absolute;
  top: 343px;
  left: 168px;
  width: 160px;
  height: auto; }

.hide {
  display: none; }

.app_code_classify {
  width: 700px;
  height: 700px;
  background: none;
  float: left;
  padding-top: 220px; }

.android_box, .ios_box {
  float: left;
  margin-right: 20px;
  padding-top: 18px;
  width: 180px;
  height: 180px;
  background: #a1a1a1;
  text-align: center;
  cursor: pointer; }

.android_box div {
  color: #fefefe;
  font-size: 14px;
  font-weight: none; }

.ios_box div {
  color: #fefefe;
  font-size: 14px;
  font-weight: none; }

.app_code_classify .code {
  display: inline-block;
  margin-bottom: 3px;
  width: 120px;
  height: auto;
  background: none; }

.app_code_classify img {
  width: 180px;
  height: 180px;
  background: none; }

.app_code_classify h1 {
  margin: 0;
  line-height: 73px;
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 600; }

.app_code_classify span {
  line-height: 50px;
  color: #828282;
  font-size: 16px;
  font-weight: 600; }

/*************************************news***********************************/
.contents_box {
  width: 100%;
  height: 2130px;
  background: none; }

.recent_news {
  width: 1200px;
  height: 630px;
  background: none;
  margin: 0 auto; }

.recent_news h1 {
  margin: 0;
  color: #2e2d2d;
  font-size: 26px;
  font-weight: 600;
  line-height: 100px;
  text-align: center; }

.recent_news_left {
  width: 828px;
  height: 630px;
  background: none;
  float: left; }

.recent_news_left ul li {
  width: 100%;
  height: 200px;
  background: none;
  display: block;
  padding-top: 23px;
  padding-left: 15px;
  border: 1px solid #f2f2f2; }

.recent_news_left ul li:hover {
  background: #f2f2f2; }

.recent_news_left ul li img {
  float: left;
  padding-right: 20px;
  display: block;
  width: 250px;
  height: auto;
  background: none; }

.recent_news_left ul li p {
  color: #3a3939;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 80px; }

.news_msg_box .news_msg {
  float: left;
  color: #227c97;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #217d94;
  border-radius: 5px;
  margin-right: 16px;
  padding: 5px; }

span.news_times {
  color: #888888;
  font-size: 14px;
  font-weight: none;
  line-height: 32px; }

aside.recent_news_right {
  width: 370px;
  height: 630px;
  background: none;
  float: left;
  padding-left: 30px; }

aside.recent_news_right h2 {
  margin: 0;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 15px;
  margin-bottom: 30px;
  border-left: 5px solid #4bcdef; }

aside.recent_news_right img {
  border: 1px solid #f2f2f2;
  background: #f2f2f2; }

aside.recent_news_right ul {
  padding-top: 30px; }

aside.recent_news_right ul li {
  color: #393939;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px; }

.news_center_pic img {
  width: 100%; }

.news_center {
  width: 1200px;
  height: 1349px;
  background: none;
  margin: 0 auto; }

.news_center ul li {
  width: 100%;
  height: 210px;
  background: none;
  border: 1px solid #f2f2f2;
  padding-top: 19px; }

.news_center ul li img {
  float: left;
  padding-right: 20px;
  display: block;
  width: 280px;
  height: auto;
  background: none; }

.news_center_list h3 {
  color: #393939;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px; }

.news_msg_box .news_center_msg {
  float: left;
  color: #d8843b;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #d8843b;
  border-radius: 5px;
  margin-right: 16px; }

span.news_center_times {
  color: #888888;
  font-size: 16px;
  font-weight: none; }

.news_center_list p {
  display: block;
  margin-top: 50px;
  color: #888888;
  font-size: 16px;
  font-weight: none; }

.news_more {
  width: 1200px;
  height: 130px;
  background: none;
  text-align: center; }

.news_more button {
  width: 190px;
  height: 60px;
  background: none;
  text-decoration: none;
  border: 2px solid #89bbc6;
  border-radius: 5px;
  margin-top: 20px;
  color: #227e93;
  font-size: 26px;
  font-weight: none; }

/***********************************login******************************/
.company_login {
  float: right;
  padding-right: 19.9%;
  line-height: 100px;
  color: #656565;
  font-size: 28px;
  font-weight: 600; }

nav.app_nav.login-nav {
  border: none; }

.login_comment {
  width: 100%;
  height: 550px;
  margin-top: 100px;
  position: relative;
  background-image: url(../images/login/login.png);
  background-repeat: no-repeat; }

.login_box {
  width: 310px;
  height: 400px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 55%;
  top: 70px;
  border: 1px solid #cccccc; }

.login-top {
  width: 270px;
  height: 75px;
  background: none;
  border-bottom: 2px solid #d5d3d3;
  padding-top: 5px;
  margin-left: 20px;
  margin-bottom: 19px;
  color: #4bccec;
  font-size: 20px;
  font-weight: none;
  padding-left: 46px;
  line-height: 75px; }

.login_input {
  width: 310px;
  height: 60px;
  background: none;
  line-height: 60px;
  text-align: center; }

.login_input input {
  display: inline-block;
  width: 230px;
  height: 35px;
  background: none; }

control.small_input {
  width: 200px;
  float: left;
  margin-left: 58px; }

.send_phonecode {
  position: absolute;
  left: 185px;
  top: 235px;
  color: #4bccec; }

input.form-control.small_input {
  width: 130px;
  float: left;
  margin-top: 12px;
  margin-left: 40px; }

.send_phonecode a {
  color: #4bccec; }

.send_phonecode:hover a {
  text-decoration: none;
  color: #4bccec; }

.login_button_box {
  width: 310px;
  height: 60px;
  background: none;
  text-align: center; }

.login_button_box button {
  width: 145px;
  height: 38px;
  background: #4bcdef;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: none; }

.register_password {
  width: 300px;
  height: 38px;
  background: none;
  margin-top: 8px; }

.go_register, .forget_password {
  float: left;
  width: 50%;
  height: 38px;
  background: none;
  text-align: center;
  color: #4bccec; }

.go_register a {
  color: #4bccec; }

/****************************register*****************/
.company_register_title {
  float: left;
  line-height: 100px;
  color: #656565;
  font-size: 28px;
  font-weight: 600; }

.company_register_box {
  margin-top: 100px;
  width: 100%;
  height: 600px;
  background: none; }

.company_register {
  width: 900px;
  height: 600px;
  background: none;
  margin: 0 auto; }

.company_register_classify {
  width: 900px;
  height: 60px;
  background: none;
  margin: 140px 0 50px 100px; }

.company_register_classify span {
  width: 245px;
  height: 50px;
  background: none;
  line-height: 50px;
  text-align: center;
  border: 1px dashed #227c94;
  display: inline-block;
  float: left;
  color: #828282;
  font-size: 16px;
  font-weight: 600; }

.company_register_classify span a {
  color: #828282; }

.tab-content {
  margin-left: 100px; }

.register_comtent {
  width: 820px;
  height: 440px;
  background: #ebebeb;
  padding-top: 50px; }

.register_input {
  width: 820px;
  height: 80px;
  background: none;
  padding-top: 10px; }

.register_input p {
  width: 225px;
  height: 60px;
  background: none;
  line-height: 60px;
  text-align: center;
  float: left;
  display: block; }

.register_in_box {
  float: left;
  line-height: 60px;
  width: 325px;
  height: 60px;
  background: none; }

.register_in_box input {
  display: inline-block; }

.pic_sure {
  margin-left: 30px;
  width: 100px;
  margin-top: 20px;
  height: 22px;
  border: 1px solid gray;
  float: left;
  border: 1px solid #f2f2f2; }

button.msg_sure {
  height: 37px;
  margin-top: 12px;
  margin-left: 30px;
  background: #4bccec;
  border: none;
  float: left;
  border-radius: 5px;
  color: #fffeff;
  padding: 0 15px; }

.next_btn {
  padding-top: 34px;
  width: 820px;
  height: 100px;
  background: #gray;
  text-align: center; }

.next_btn button {
  width: 145px;
  height: 45px;
  background: #4bcdef;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-weight: none; }

.register_input_msg {
  width: 820px;
  height: 70px;
  background: none; }

.register_input_msg p {
  width: 225px;
  height: 60px;
  background: none;
  line-height: 60px;
  text-align: center;
  float: left;
  text-align: right;
  display: block;
  margin: 0 !important; }

.register_in_box_msg {
  float: left;
  padding-left: 30px;
  line-height: 60px;
  width: 325px;
  height: 60px;
  background: none; }

.register_in_box_msg input {
  display: inline-block; }

.register_comtent_msg {
  width: 820px;
  height: auto;
  background: #ebebeb;
  padding-top: 50px; }

.tip {
  margin-left: 15px;
  padding-top: 17px;
  font-size: 14px;
  display: block;
  float: left; }

.bg_active {
  background: #4bccec !important;
  color: #fffeff !important; }


/*api文档*/
.main{
  margin: 100px auto;
  width: 1200px;

}
.main > .top-bar{
  height: 100px;
  padding: 0 20px;
}
.main > .top-bar > .crumbs{
  float: left;
  width: 300px;
  line-height: 100px;

}
.main > .top-bar > .crumbs a{
  text-decoration:none;
  color: #328a9a;
}
.main > .top-bar > .search-wrap{
  float: right;
  height: 100px;

}
.main > .top-bar > .search-wrap > input{
  width: 200px;
  height:30px;
  float: left;
  margin-top: 35px;

  border: 1px solid #97c2cb;
}
.main > .top-bar > .search-wrap > button{
  width: 80px;
  height:30px;
  float: left;
  margin-top: 35px;
  background: none;
  border: 1px solid #97c2cb;
  color: #a1a1a1;
  border-radius:4px;
  margin-left: 5px;
  outline:none;
}
/*主体*/
.main > .result_wrap{
  /*background: #00A1CB;*/
  height:500px;

}
.main > .result_wrap > .col-md-3{

}

.main > .result_wrap > .col-md-9{

}

/*目录树*/
.list-group{

}
.list-group > .p_c_group{

}
.list-group > .p_c_group >.list-title{
  height: 60px;
  background:#eef2f6;
  line-height: 60px;
  padding:0 20px;
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000000;
}
.list-group > .p_c_group > a.list-title:hover{
  height: 60px;
  background:#4c555f;
  line-height: 60px;
  padding:0 20px;
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: 100%;
  color: white;
  text-decoration:none;
}
.list-group > .p_c_group > a.list-title:active{
  text-decoration:none;
  color: white;
  background:#4c555f;
}
.list-group > .p_c_group > a.list-title:visited{
  text-decoration:none;
  color: white;
  background:#4c555f;
}
.list-group > .p_c_group .list-child_box1{

}

.list-group > .p_c_group  .list-child_box1 .list-child-title1{
  height: 40px;
  background:#eef2f6;
  line-height: 40px;
  padding:0 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.list-group > .p_c_group .list-child_box1 .list-child-title1 .glyphicon{
  position: absolute;
  top: 10px;
  font-size: 14px;
  right: 20px;
  width: 15px;
  height:15px;
  font-weight: 300;
}
.list-group > .p_c_group  .list-child_box1 a.list-child-title1:hover{
  height: 40px;
  background:#4c555f;
  line-height: 40px;
  padding:0 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  color: white;
  text-decoration:none;
}
.list-group > .p_c_group  .list-child_box1 .active1{
  height: 40px;
  background:#4c555f;
  line-height: 40px;
  padding:0 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  color: white;
  text-decoration:none;
}

.list-group > .p_c_group .list-child_box2{

}
.list-group > .p_c_group .list-child_box2 .list-child-title2{
  height: 40px;

  line-height: 40px;
  padding:0 20px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #000000;
  text-decoration:none;
}
.list-group > .p_c_group .list-child_box2 a.list-child-title2:hover{
  height: 40px;

  line-height: 40px;
  padding:0 20px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #237f95;
  text-decoration:none;
}
.list-group > .p_c_group .list-child_box2 .active2{
  height: 40px;

  line-height: 40px;
  padding:0 20px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  color: #237f95;
  text-decoration:none;
}

/*列表*/

.result_table{width: 100%;font-size: 0.9em;border-collapse: collapse;margin-bottom: 10px;}
.result_table tr:active td{background: #f9f9f9;}
.result_table thead{width: 100%}
.result_table th{ background: #f6f7f8; padding: 10px 5px; text-align: left; cursor:pointer; border: 1px solid #eff0f1;    word-break: keep-all;
  white-space: nowrap;font-size: 12px}
.result_table td{ border:1px solid #eff0f1; padding:5px; text-align: left; height: 40px; vertical-align: middle; line-height: 18px;cursor: default;word-break: break-all}
.result_table td{ border:1px solid #eff0f1; padding:0px 5px; text-align: left; height: 46px; vertical-align: middle; line-height: 16px;cursor: default;word-break: break-all}
.result_table td select,.page .content .main .result_wrap .result_table td input[type="text"],.page .content .main .result_wrap .result_table td input[type="password"]{width: 220px;}
/*.page .content .main .result_wrap .result_table tr td:last-child{ white-space: nowrap; }*/
.result_table tbody tr:nth-child(even){ background-color: rgb(252, 252, 253);}
.result_table tbody tr:hover{ background-color: rgba(238, 238, 238, 0.49)}
.result_table td.left{ text-align: left;}
.result_table th .sort_icon{ display: inline-block;}
.result_table th .sort_icon .glyphicon{ display: block; height: 5px; color: #999; font-size: 12px;}
.result_table th .sort_icon.ascend .glyphicon-triangle-top{ color: #333;}
.result_table th .sort_icon.ascend .glyphicon-triangle-bottom{color: #999;}
.result_table th .sort_icon.descend .glyphicon-triangle-bottom{ color: #333;}
.result_table th .sort_icon.descend .glyphicon-triangle-top{ color: #999;}
.result_table td button{ background: #57a7f8; color: #FFF!important;border-radius: 2px;font-size: 12px;  margin: 3px 1px;  white-space: nowrap;}
.result_table td button:hover{background: #3194f7}
.result_table td button.btn{ float: none; margin: 0;}
.result_table td button.color_green{ background: #50e580; }
.result_table td button.color_green:hover{ background: #00e549; }
.result_table td button.check{ /*background: #57c2f7;*/ }
.result_table td button.check:hover{ /*background: #31b5f7;*/ }
.result_table td button.color_yellow{ /*background: #f7b457;*/ }
.result_table td button.color_yellow:hover{ /*background: #f7a531;*/ }
.result_table td button.color_red{ /*background: #f75c57;*/ background:#bac2ca;}
.result_table td button.color_red:hover{ /*background: #f73831;*/ background:#a9b4be;}


/*# sourceMappingURL=main.css.map */
