@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ------基本  start----- */
.btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  color: #333;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
.btn .icon {
  position: relative;
  top: -2px;
  margin-right: 2px;
  vertical-align: middle;
}
.btn.btn-light {
  background-color: #96d9f6;
}
.btn.btn-light:hover {
  background-color: #ade2f8;
}
.btn.btn-light:active {
  background-color: #7fd1f4;
}
.btn.btn-light.btn-outline {
  color: #96d9f6;
  border-color: #f4fbfe;
  background-color: #fff;
}
.btn.btn-light.btn-outline:hover {
  background-color: #f2f2f2;
}
.btn.btn-light.btn-outline:active {
  background-color: #e6e6e6;
}
.btn.btn-blue {
  background-color: #478fdb;
}
.btn.btn-blue:hover {
  background-color: #5c9cdf;
}
.btn.btn-blue:active {
  background-color: #3282d7;
}
.btn.btn-blue.btn-outline {
  color: #478fdb;
  border-color: #9cc3ec;
  background-color: #fff;
}
.btn.btn-blue.btn-outline:hover {
  background-color: #f2f2f2;
}
.btn.btn-blue.btn-outline:active {
  background-color: #e6e6e6;
}
.btn.btn-lake {
  background-color: #9ac9fd;
}
.btn.btn-lake:hover {
  background-color: #b3d6fd;
}
.btn.btn-lake:active {
  background-color: #81bcfd;
}
.btn.btn-lake.btn-outline {
  color: #9ac9fd;
  border-color: #fefeff;
  background-color: #fff;
}
.btn.btn-lake.btn-outline:hover {
  background-color: #f2f2f2;
}
.btn.btn-lake.btn-outline:active {
  background-color: #e6e6e6;
}
.btn.btn-sky {
  background-color: #38b5f8;
}
.btn.btn-sky:hover {
  background-color: #51bef9;
}
.btn.btn-sky:active {
  background-color: #1facf7;
}
.btn.btn-sky.btn-outline {
  color: #38b5f8;
  border-color: #9bdafb;
  background-color: #fff;
}
.btn.btn-sky.btn-outline:hover {
  background-color: #f2f2f2;
}
.btn.btn-sky.btn-outline:active {
  background-color: #e6e6e6;
}
.btn.btn-outline {
  border: 1px solid #ccc;
}
.btn.btn-radius {
  border-radius: 3px;
}
.btn:focus {
  outline: none;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup-wrapper .popup-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-main {
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 1;
  width: 380px;
  min-height: 200px;
  max-height: 80%;
  padding-bottom: 63px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px;
}
.popup-main .popup-title {
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  font-size: 16px;
  color: #fff;
  background-color: #00b2e7;
}
.popup-main .popup-title .icon {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 17px;
}
.popup-main .popup-title .name {
  font-weight: bold;
}
.popup-main .popup-con {
  display: table;
  width: 100%;
  padding: 10px;
}
.popup-main .popup-con .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.popup-main .popup-close {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31px;
  margin: auto;
  width: 70px;
  height: 32px;
  line-height: 32px;
  color: #fff;
}

/* ------基本  end----- */
/* -----首页 start--- */
body, html {
  height: 100%;
}

body.nav-fixed .api-header .nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
body.nav-fixed .api-header .nav li {
  width: 12%;
  padding-right: 15px;
  transition: all 0.3s;
}
body.nav-fixed .api-header .nav li a {
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
}

.api-header {
  background-color: #eeeced;
}
.api-header .top {
  width: 1000px;
  height: 104px;
  overflow: hidden;
  margin: 0 auto;
}
.api-header .top .logo {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  height: 104px;
  line-height: 54px;
}
.api-header .top .logo img {
  display: block;
}
.api-header .top .right {
  float: right;
}
.api-header .top .top-link {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px;
  line-height: 30px;
}
.api-header .top .top-link a {
  display: inline-block;
  margin-left: 16px;
  font-size: 15px;
}
.api-header .top .top-link a.light {
  color: #f25b00;
}
.api-header .top .top-link a:hover {
  color: #ff9759;
}
.api-header .top .search {
  border: 1px solid #6fafd3;
}
.api-header .top .search:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.api-header .top .search input {
  float: left;
  width: 358px;
  height: 34px;
  padding-left: 4px;
  border: none;
}
.api-header .top .search .btn {
  float: left;
  padding: 0 14px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}
.api-header .top .search .btn i {
  margin-right: 12px;
}
.api-header .nav {
  background-color: #1991ce;
}
.api-header .nav .inner {
  width: 1000px;
  margin: 0 auto;
}
.api-header .nav .inner:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.api-header .nav li {
  float: left;
  width: 16.66%;
  padding-right: 30px;
  font-size: 18px;
  text-align: center;
}
.api-header .nav li:last-child {
  padding-right: 0;
}
.api-header .nav li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
.api-header .nav li:hover a {
  transition: all .3s;
  background-color: #1da1e4;
}
.api-header .nav li.active a {
  color: #1991ce;
  background-color: #fff;
}

.api-content {
  background: #ebebeb url("../images/content_bg.jpg") center top no-repeat;
}

.api-part {
  width: 1000px;
  margin: 0 auto;
  padding-top: 52px;
}
.api-part .title img {
  display: block;
  margin: 0 auto;
}

.icon-items {
  overflow: hidden;
  padding-bottom: 80px;
}
.icon-items li {
  float: left;
  width: 16.66%;
  margin-top: 60px;
}
.icon-items a {
  display: block;
  width: 88px;
  margin: 0 auto;
  text-align: center;
}
.icon-items a i {
  display: block;
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 36px;
  color: #fff;
  border-radius: 50%;
  background-color: #02569e;
  transition: all .3s;
}
.icon-items a .name {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 56px;
  line-height: 32px;
  font-size: 16px;
}
.icon-items a:hover i {
  transform: rotate(20deg);
  background-color: #0264b7;
}
.icon-items a:hover .name {
  color: #0264b7;
}

.white-wrapper {
  padding-bottom: 80px;
  background-color: #fff;
}

.api-infos {
  padding-top: 72px;
  overflow: hidden;
}
.api-infos .left {
  float: left;
  width: 50%;
  padding-right: 50px;
  border-right: 1px solid #ccc;
}
.api-infos .right {
  float: right;
  width: 50%;
  padding-left: 50px;
}
.api-infos .mb {
  margin-bottom: 80px;
}

.info-module .title {
  position: relative;
  height: 22px;
  padding-left: 14px;
  padding-right: 40px;
  margin-bottom: 18px;
}
.info-module .title:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 1px;
  width: 3px;
  background-color: #6fc967;
}
.info-module .title h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
}
.info-module .title .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.info-module .title .more:hover {
  color: #f25b00;
}
.info-module .banner img {
  max-width: 100%;
}
.info-module .item {
  position: relative;
  display: block;
  padding-right: 100px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dotted #b1b1b1;
}
.info-module .item .start {
  padding-right: 12px;
  color: #999;
}
.info-module .item .start:hover {
  color: #f25b00;
}
.info-module .item .name:hover {
  color: #f25b00;
}
.info-module .item .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: right;
  color: #999;
}

.out-of-footer {
  min-height: 100%;
  padding-bottom: 166px;
}
.out-of-footer + .api-footer {
  margin-top: -166px;
}

.api-footer {
  height: 166px;
  background-color: #dbdbdb;
}
.api-footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0;
}
.api-footer .inner p {
  text-align: center;
  line-height: 38px;
}
.api-footer .inner p > span {
  margin-right: 30px;
}

/* -----首页 end--- */
/* -----列表页 start--- */
.api-location {
  width: 1000px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 65px;
  line-height: 35px;
  color: #666;
}
.api-location .title i {
  position: relative;
  top: 1px;
  margin-right: 6px;
  color: #f25b00;
}
.api-location a {
  color: #666;
}
.api-location a:hover {
  color: #f25b00;
}

.api-lists {
  width: 1000px;
  margin: 0 auto;
}
.api-lists:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.api-lists .left {
  float: left;
  width: 237px;
}
.api-lists .right {
  float: right;
  width: 749px;
}

.menu-part .title {
  position: relative;
  padding: 0 15px;
  margin-bottom: 1px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #fff;
  background-color: #32b1d1;
}
.menu-part .title h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
}
.menu-part .title .icon {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}

.menu-list {
  display: none;
  padding: 12px 16px 2px 16px;
  background-color: #faf8f9;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.menu-list .item {
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 22px;
  font-size: 0;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.menu-list .item * {
  font-size: 16px;
}
.menu-list .item .icon {
  position: relative;
  top: -1px;
  margin-right: 16px;
  font-size: 12px;
  color: #9a9a9a;
}
.menu-list .item .num {
  margin-left: 6px;
}
.menu-list .item.active {
  color: #1991ce;
}
.menu-list .item.active .icon {
  color: #1991ce;
}

.data-part .list-title {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 42px;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 25px;
  color: #1991ce;
  background-color: #e5e9f2;
  border-bottom: 2px solid #32b1d1;
}
.data-part .list-title .btns {
  float: right;
  font-size: 0;
  -webkite-text-size-adjust: none;
}
.data-part .list-title .btns .btn {
  display: inline-block;
  height: 28px;
  line-height: 1px;
  margin-left: 15px;
  font-size: 12px;
}
.data-part .list-title .btns .btn i {
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.data-list {
  padding: 0 5px;
  border: 1px solid #e4e2e3;
  border-top: none;
}
.data-list .item {
  position: relative;
  padding: 30px 120px 30px 210px;
  /*border-bottom: 1px dashed #ccc;*/
}
.data-list .item .item-icon {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  width: 125px;
  height: 125px;
  margin: auto;
  border-radius: 50%;
}
.data-list .item .item-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.data-list .item .btn {
  position: absolute;
  top: -2px;
  right: 34px;
  bottom: 0;
  height: 30px;
  margin: auto;
  padding: 0 10px;
}
.data-list .item .main dt {
  font-size: 16px;
  line-height: 40px;
}
.data-list .item .main dt a {
  color: #1991ce;
}
.data-list .item .main dt a:hover {
  color: #1371a1;
}
.data-list .item .main dd {
  position: relative;
  padding-left: 10px;
  line-height: 29px;
}
.data-list .item .main dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 2px;
  margin: auto;
  border-radius: 50%;
  background-color: #333;
}
.data-list .data-page {
  padding-top: 41px;
  padding-bottom: 41px;
  height: 118px;
  line-height: 36px;
  padding-right: 20px;
  text-align: right;
}
.data-list .data-page .ipt {
  width: 30px;
}

/* -----列表页 end--- */
/* -----接口详情 start--- */
.detail-main {
  width: 1000px;
  margin: 0 auto;
}
.detail-main .api-table-wrapper {
  margin-top: 25px;
}

.data-overview {
  position: relative;
  padding: 16px 200px 16px 136px;
  margin-bottom: 25px;
  border: 1px solid #ece8e9;
  background-color: #f3f4f6;
}
.data-overview .avatar {
  position: absolute;
  top: 26px;
  left: 16px;
  display: block;
  width: 93px;
  height: 93px;
}
.data-overview .main .title {
  font-size: 18px;
  line-height: 24px;
}
.data-overview .main .stars {
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 0;
}
.data-overview .main .stars i {
  margin-right: 7px;
  font-size: 24px;
  color: #8c8c8c;
}
.data-overview .main .stars i.fill {
  color: #f39a58;
}
.data-overview .content {
  overflow: hidden;
}
.data-overview .content .item {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 30px;
  line-height: 30px;
}
.data-overview .content .item i {
  position: absolute;
  left: -20px;
  color: #f19a57;
}
.data-overview .content .item span.icon {
  position: relative;
  top: 1px;
  margin-right: 2px;
  color: #33b3ce;
}
.data-overview .content .item span.name {
  font-weight: bold;
}
.data-overview .content .item a:hover {
  color: #f25b00;
}
.data-overview .btns {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 216px;
  height: 30px;
  margin: auto;
}
.data-overview .btns .btn {
  margin-right: 22px;
}
.data-overview .qr-download {
  position: absolute;
  top: 30px;
  right: 0;
  width: 387px;
  overflow: hidden;
}
.data-overview .qr-download .item {
  float: left;
  width: 138px;
  margin-right: 20px;
}
.data-overview .qr-download .item img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.data-overview .qr-download .item .btn {
  width: 100%;
  margin-top: 20px;
}
.data-overview.app-view .avatar {
  width: 76px;
  height: 76px;
  top: 52px;
  left: 28px;
}
.data-overview.app-view .content .item {
  float: none;
}

.api-tab {
  border: 1px solid #e4e4e4;
}
.api-tab .tab-nav {
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f1f1f1;
}
.api-tab .tab-nav:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.api-tab .tab-nav li {
  float: left;
  width: 132px;
  height: 43px;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #e4e4e4;
}
.api-tab .tab-nav li.active {
  background-color: #fff;
}
.api-tab .tab-pane {
  display: none;
  padding: 12px 6px 20px 6px;
}
.api-tab .tab-pane.active {
  display: block;
}

.dotted-line {
  padding: 0 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*height: 47px;*/
  height: auto;
  line-height: 46px;
  border-bottom: 1px dotted #bebebe;
}

.api-table-wrapper .table-title {
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-family: "宋体";
  font-size: 16px;
  color: #fff;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #12b5de;
}

.api-table {
  width: 100%;
  font-family: "宋体";
}
.api-table th {
  font-weight: normal;
}
.api-table td, .api-table th {
  padding: 10px 4px;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #e4e4e4;
}

/* -----接口详情 end--- */
/* -----接口下载详情 start--- */
.data-show .data-show-btns {
  margin-bottom: 36px;
  font-size: 0;
  -webkite-text-size-adjust: none;
  text-align: right;
}
.data-show .data-show-btns .btn {
  margin-left: 21px;
  font-size: 14px;
}
.data-show .data-show-content {
  position: relative;
  padding-right: 260px;
}
.data-show .data-show-content .main {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.data-show .data-show-content .control-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
}

.control-box {
  position: relative;
  height: 486px;
  background-color: #f3f4f6;
}
.control-box .control-title {
  padding-left: 12px;
  height: 33px;
  line-height: 33px;
  color: #1991ce;
  background-color: #ebeae8;
}
.control-box .control-title .close {
  float: right;
  padding: 0 8px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
.control-box .control-title .close:hover {
  color: #ce4844;
}
.control-box .control-con {
  background-color: #fff;
}
.control-box .control-con .tip {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 20px;
}
.control-box .control-column {
  padding-bottom: 10px;
  background-color: #f3f4f6;
}
.control-box .control-column .title {
  position: relative;
  height: 32px;
  line-height: 32px;
  color: #317e90;
  text-align: center;
}
.control-box .control-column .title .icon-left, .control-box .control-column .title .icon-right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 2px;
  margin: auto;
  background-color: #c8cccf;
}
.control-box .control-column .title .icon-left:before, .control-box .control-column .title .icon-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background-color: #c8cccf;
}
.control-box .control-column .title .icon-left {
  left: 4px;
  background-image: linear-gradient(to right, #f3f4f6, #c8cccf 60%, #c8cccf);
}
.control-box .control-column .title .icon-left:before {
  right: -6px;
}
.control-box .control-column .title .icon-right {
  right: 4px;
  background-image: linear-gradient(to left, #f3f4f6, #c8cccf 60%, #c8cccf);
}
.control-box .control-column .title .icon-right:before {
  left: -6px;
}
.control-box .control-column .item {
  padding-left: 20px;
  margin: 12px 0;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.control-box .control-column .item .name {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}
.control-box .control-column .item select {
  width: 150px;
  height: 23px;
  padding-left: 14px;
  font-size: 12px;
  border: 1px solid #015ec5;
  border-radius: 12px;
}
.control-box .control-column .item select:focus {
  outline: none;
}
.control-box .control-column.last {
  margin-top: 14px;
}
.control-box .btm-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 16px;
  font-size: 0;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}
.control-box .btm-btns .btn {
  width: 70px;
  margin-right: 20px;
}
.control-box .btm-btns .btn.last {
  margin-right: 0;
}

.scroll-table-wrapper table {
  width: 100%;
}
.scroll-table-wrapper table th, .scroll-table-wrapper table td {
  padding: 6px 4px;
  line-height: 28px;
  border: 1px solid #ccc;
}
.scroll-table-wrapper table .width-ctrl .w1 {
  width: 240px;
}
.scroll-table-wrapper table .width-ctrl .w2 {
  width: 240px;
}
.scroll-table-wrapper .scroll-box {
  height: 400px;
  padding-right: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
}
.scroll-table-wrapper .main-table {
  margin-top: -1px;
}
.scroll-table-wrapper .main-table .width-ctrl th {
  padding: 0;
  height: 0;
  border: none;
}
.scroll-table-wrapper .table-page {
  height: 39px;
  line-height: 37px;
  margin-top: 5px;
  border: 1px solid #ccc;
}

/* -----接口下载详情 end--- */
/* -----APP下载详情 end--- */
.slides-wrapper {
  position: relative;
  padding: 0 59px;
  padding-top: 20px;
}
.slides-wrapper .slides-hidden {
  overflow: hidden;
}
.slides-wrapper .slides {
  width: 900px;
  font-size: 0;
  -webkit-text-size-adjust: none;
  white-space: nowrap;
}
.slides-wrapper .slides > .item {
  display: inline-block;
  font-size: 14px;
  width: 225px;
}
.slides-wrapper .slides > .item img {
  display: block;
  width: 205px;
  height: 365px;
}
.slides-wrapper .left, .slides-wrapper .right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 59px;
  height: 70px;
  cursor: pointer;
}
.slides-wrapper .left i, .slides-wrapper .right i {
  color: #e4e4e4;
  font-size: 50px;
  transition: all .3s;
}
.slides-wrapper .left:hover i, .slides-wrapper .right:hover i {
  color: #1991ce;
}
.slides-wrapper .diable.left i, .slides-wrapper .diable.right i {
  color: #e4e4e4;
  cursor: default;
}
.slides-wrapper .left {
  left: 0;
}
.slides-wrapper .right {
  right: 0;
  text-align: right;
}

.intro-part {
  margin-top: 10px;
  padding-left: 59px;
}
.intro-part h4 {
  font-size: 16px;
  line-height: 40px;
}
.intro-part p {
  line-height: 1.5;
  text-indent: 2em;
}

/* -----APP下载详情 end--- */
/* -----个人资料 start--- */
.form-wrapper {
  min-height: 418px;
  padding: 20px 10px 68px 10px;
  border: 1px solid #e4e2e3;
  border-top: none;
}
.form-wrapper .form-title {
  line-height: 58px;
  font-size: 17px;
  font-weight: normal;
  color: #01c5ff;
  text-align: center;
  border-bottom: 1px dashed #aaa;
}
.form-wrapper .form-title .icon {
  margin-right: 9px;
  font-size: 32px;
  vertical-align: middle;
}

.form-type {
  padding: 13px 0 12px 263px;
}
.form-type .form-el-wrapper .radio-label {
  margin-right: 25px;
}
.form-type ~ .form-inner {
  padding-top: 0;
}

.form-inner {
  padding-top: 29px;
}
#radioTab .form-inner {
  display: none;
}
#radioTab .form-inner.active {
  display: block;
}
.form-inner .form-item {
  margin-bottom: 22px;
  /*font-size: 0;*/
  -webkit-text-size-adjust: none;
}
.form-inner .form-item:last-child {
  margin-bottom: 0;
}
.form-inner .form-item .name {
  display: inline-block;
  width: 200px;
  padding-right: 10px;
  vertical-align: top;
  text-align: right;
  line-height: 34px;
  font-size: 16px;
}
.form-inner .form-item .val {
  display: inline-block;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  color: #045079;
  background-color: #ccecfd;
  border-radius: 2px;
}
.form-inner .form-item .btn {
  margin-top: 2px;
}
.form-inner .btn-line .btn {
  width: 284px;
  height: 34px;
  line-height: 34px;
  margin-left: 210px;
  font-size: 16px;
  color: #fff;
}
.form-inner .btn-line .after-btn {
  margin-left: 14px;
  font-size: 12px;
  color: #f25b00;
}
.form-inner .btn-line .after-btn:hover {
  color: #ff8840;
}

.form-el-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.form-el-wrapper .ipt {
  width: 282px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 34px;
  line-height: 24px;
  padding-left: 10px;
  vertical-align: top;
  font-size: 14px;
  border: none;
  border: 1px solid #dbd9da;
}
.form-el-wrapper .radio-label {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
}
.form-el-wrapper .radio-label input[type='radio'] {
  position: relative;
  top: 2px;
  margin: 0;
  margin-right: 8px;
  cursor: pointer;
}

.success-tip {
  font-size: 18px;
  color: #da8a01;
}
.success-tip .icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 26px;
}

/* -----个人资料 end--- */
/* -----个人中心 -》接口申请 start--- */
.table-list-wrapper {
  padding: 38px 45px 29px;
  border: 1px solid #e4e2e3;
}
.table-list-wrapper .fixed-table-container {
  border: none;
}
.table-list-wrapper .fixed-table-pagination {
  padding-top: 29px;
}
.table-list-wrapper .table-list-inner {
  border: 1px solid #e6e6e6;
}
.table-list-wrapper .table > thead > tr > th, .table-list-wrapper .table > tbody > tr > td {
  text-align: center;
  border-color: #e6e6e6;
}
.table-list-wrapper .table > thead > tr > th {
  font-size: 16px;
  background-color: #f0eeef;
}
.table-list-wrapper .table > tbody > tr > td.des {
  text-align: left;
}

/* -----个人中心 -》接口申请 end--- */

/*  --分页reset start--*/
.list-page-wrapper .M-box3 a:hover,
.list-page-wrapper .M-box3 .active {
  background: #32b1d1;
  border-color: #32b1d1;
}
/*  --分页reset end--*/
/*# sourceMappingURL=style.css.map */

/*弹窗样式*/
.ui-dialog{
  box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.ui-draggable-handle{
  background: #1991ce;
  height: 36px;
  line-height: 36px;
  text-indent: 2em;
  color:#fff;
}
.ui-dialog-titlebar-close{
  color: transparent;
  background: transparent;
  border: none;
}
.ui-widget-header .ui-button .ui-icon {
  font-family: "dsbdp";
  padding: 3px;
}
.ui-button-text-only{
  background: #1991ce;
  border: none;
  outline: none;
  cursor: pointer;
  color:#fff;
}
.ui-dialog-buttonpane{
  background: #fff;
  padding-bottom: 5px;
  padding-top: 7px;
  border-top: 1px #e5e5e5 solid;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  padding: 0;
  text-align: right;
  margin-right:20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  margin-left: 20px;
  color: #e5e5e5;
  background: #019dda;
  border: 1px solid #019dda;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
}
/*弹窗样式结束*/
