@charset "UTF-8";
a:hover {
  text-decoration: none; }

.jpt_flex {
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.flex-1 {
  flex: 1; }

.wrapper {
  overflow: auto;
  height: 100%; }

.navbar-userbar {
  position: absolute;
  top: 0;
  right: 15px; }

.navbar-wrapper {
  height: 80px; }
  .navbar-wrapper .navbar .nav-toggle {
    margin: 2px 0;
    padding: 3px 9px;
    color: #2b9cef;
    border: 1px solid #2b9cef;
    background-color: white; }
  .navbar-wrapper .navbar .logo {
    z-index: 1000;
    float: left;
    margin-right: 80px; }
  .navbar-wrapper .navbar .navbar-logo {
    height: 80px;
    line-height: 60px; }
    .navbar-wrapper .navbar .navbar-logo .logo {
      height: 50px;
      margin: 15px 0;
      line-height: 50px; }
  .navbar-wrapper .navbar .navbar-nav ul li {
    position: relative;
    line-height: 80px; }
  .navbar-wrapper .navbar .navbar-nav .xmt {
    position: relative; }
    .navbar-wrapper .navbar .navbar-nav .xmt:before {
      position: absolute;
      top: 15px;
      bottom: 15px;
      left: 0;
      content: '';
      color: #272727;
      border: 1px solid #272727; }
  .navbar-wrapper .navbar .navbar-nav .dropDown-menu li {
    height: 50px;
    padding: 5px 0; }
    .navbar-wrapper .navbar .navbar-nav .dropDown-menu li a {
      padding: 0;
      text-align: center;
      line-height: 50px; }
      .navbar-wrapper .navbar .navbar-nav .dropDown-menu li a:hover {
        color: #FFFFFF;
        background-color: #ffcc00; }
  .navbar-wrapper .navbar .navbar-nav .current {
    position: relative; }
    .navbar-wrapper .navbar .navbar-nav .current a {
      color: #28a1f0; }
  .navbar-wrapper .navbar-userbar {
    z-index: 1000;
    line-height: 80px; }
    .navbar-wrapper .navbar-userbar a {
      margin: 0 10px; }

.main {
  position: relative;
  width: 1400px;
  margin: 0 auto; }
  @media screen and (max-width: 1500px) {
    .main {
      width: 1000px; } }
  @media screen and (max-width: 1050px) {
    .main {
      width: auto; } }

.home_header_space {
  height: 100px; }

.swiper-container {
  width: 100%; }
  .swiper-container img {
    display: block;
    width: 100%; }
  .swiper-container .swiper-pagination span {
    padding: 0 8px;
    border-radius: 5px; }

.home_tap {
  padding: 40px 0; }
  .home_tap .img_box {
    position: relative;
    width: 75vw;
    height: 18vw;
    margin: 0 auto;
    text-align: center;
    line-height: 18vw; }
    .home_tap .img_box .img_l {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40vw;
      height: 15vw; }
    .home_tap .img_box .img_c {
      position: absolute;
      top: 5vw;
      left: 33vw;
      width: 9vw;
      height: 9vw; }
    .home_tap .img_box .img_r {
      position: absolute;
      top: 0;
      right: 0;
      width: 40vw;
      height: 15vw; }
  .home_tap .link_bth {
    display: flex;
    margin-top: 20px; }
    @media screen and (max-width: 600px) {
      .home_tap .link_bth {
        display: block; } }
    .home_tap .link_bth .flex-1 {
      margin: 0 3vw; }
      @media screen and (max-width: 600px) {
        .home_tap .link_bth .flex-1 {
          margin-top: 20px; } }
      .home_tap .link_bth .flex-1 a {
        width: 15rem;
        height: 50px;
        text-align: center;
        border-radius: 10px;
        font-size: 18px;
        line-height: 40px; }
      .home_tap .link_bth .flex-1:first-child {
        text-align: right; }
        @media screen and (max-width: 600px) {
          .home_tap .link_bth .flex-1:first-child {
            display: block;
            text-align: center; } }
        .home_tap .link_bth .flex-1:first-child a {
          color: #ffcc00;
          border: 1px solid #ffcc00;
          background-color: #fff; }
      .home_tap .link_bth .flex-1:last-child {
        text-align: left; }
        @media screen and (max-width: 600px) {
          .home_tap .link_bth .flex-1:last-child {
            display: block;
            text-align: center; } }
        .home_tap .link_bth .flex-1:last-child a {
          color: #FFFFFF;
          background-color: #2b9cef; }

.home_ad_title {
  margin: 10px auto;
  text-align: center; }
  .home_ad_title h2 {
    padding: 0; }
  .home_ad_title span {
    position: relative;
    color: #2b9cef;
    font-size: 18px; }
    .home_ad_title span:after {
      position: absolute;
      right: 0;
      bottom: -10px;
      left: 0;
      width: 20px;
      height: 5px;
      margin: 0 auto;
      content: '';
      border-bottom: 5px solid #2b9cef; }

.home_advantage {
  padding: 5px;
  background-color: #F8F8F8; }
  .home_advantage .adv_grids {
    width: 900px;
    margin: 20px auto; }
    @media screen and (max-width: 900px) {
      .home_advantage .adv_grids {
        width: auto; } }
    .home_advantage .adv_grids .adv_grid {
      text-align: center; }
      .home_advantage .adv_grids .adv_grid img {
        width: auto;
        height: 45px;
        margin-bottom: 10px; }
      .home_advantage .adv_grids .adv_grid p {
        margin: 0;
        font-size: 18px; }

.home_task .task_girds {
  margin: 20px auto; }
.home_task .task_gird {
  padding: 10px; }
.home_task .box {
  border: 1px solid #eeeeee;
  border-radius: 8px; }
  .home_task .box img {
    width: 100%; 
	height:245px;
	}
  .home_task .box h5 {
    margin: 0;
    padding: 10px 15px;
    color: #333333;
    font-weight: 600; }
  .home_task .box p {
    margin: 0;
    padding: 2.5px 15px;
    color: #999999; }
    .home_task .box p span {
      color: #ffcc00; }
  .home_task .box .desc {
    padding: 12.5px 15px;
    border-top: 1px solid #eeeeee; }
.home_task .view_more {
  height: 60px;
  line-height: 60px; }
  .home_task .view_more a {
    color: #2b9cef;
    font-size: 20px; }

.footer {
  background-color: #333333; }
  .footer .footer-body .links {
    color: #999999;
    line-height: 2.6; }
    .footer .footer-body .links h5 {
      color: #FFFFFF;
      font-size: 18px; }
    .footer .footer-body .links .phone {
      color: #FFFFFF;
      font-size: 21px;
      line-height: 1.6; }

/* 业务介绍*/
.jpt_business .bus-grids {
  width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .jpt_business .bus-grids {
      width: auto; } }
  .jpt_business .bus-grids .bus-grid {
    padding: 5px; }
    .jpt_business .bus-grids .bus-grid .box {
      width: 180px;
      margin: 0 auto;
      padding: 40px 0 30px;
      text-align: center; }
      .jpt_business .bus-grids .bus-grid .box:hover {
        box-shadow: 1px 3px 3px 3px #dcdcdc; }
      .jpt_business .bus-grids .bus-grid .box img {
        width: auto;
        height: 60px; }
      .jpt_business .bus-grids .bus-grid .box h5 {
        color: #333333;
        font-size: 18px; }

/* 业务介绍 end*/
.jpt_example {
  background-color: #F8F8F8; }
  .jpt_example .example_hd {
    text-align: center;
    color: #999999;
    font-size: 18px;
    line-height: 2; }
  .jpt_example .example_nav ul li {
    display: inline-block;
    margin: 10px 15px; }
  .jpt_example .example_bd {
    margin: 0 auto; }
    .jpt_example .example_bd .exa_gird {
      padding: 10px; }
    .jpt_example .example_bd .box {
      border: 1px solid #eeeeee;
      border-radius: 8px; }
      .jpt_example .example_bd .box img {
        width: 100%; 
		height:245px;
		}
      .jpt_example .example_bd .box h5 {
        margin: 0;
        padding: 10px 15px;
        color: #333333;
        font-weight: 600; }
      .jpt_example .example_bd .box p {
        margin: 0;
        padding: 2.5px 15px;
        color: #999999; }
        .jpt_example .example_bd .box p span {
          color: #ffcc00; }
      .jpt_example .example_bd .box .desc {
        padding: 12.5px 15px;
        border-top: 1px solid #eeeeee; }
  .jpt_example .view_more {
    height: 60px;
    line-height: 60px; }
    .jpt_example .view_more a {
      color: #2b9cef;
      font-size: 20px; }

.jpt_exa_search {
  padding: 20px;
  text-align: center; }
  .jpt_exa_search .search {
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 8px; }
  .jpt_exa_search .input-text {
    width: 366px;
    height: 3rem;
    border-width: 0; }
    @media screen and (max-width: 600px) {
      .jpt_exa_search .input-text {
        width: 60vw; } }
  .jpt_exa_search .btn {
    height: 3rem;
    color: #28a1f0;
    border-width: 0;
    background-color: transparent;
    font-size: 30px; }

.jpt_example_page {
  background-color: transparent; }

.adv_header {
  margin: 0;
  padding: 30px 40px;
  background-image: url(../img/ruanwen-banner.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }
  @media screen and (max-width: 600px) {
    .adv_header {
      padding: 30px 5px; } }
  .adv_header .Advertiser_login {
    max-width: 360px;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #fff; }
    .adv_header .Advertiser_login .title {
      margin: 10px 0;
      text-align: center;
      color: #199aef;
      font-size: 21px;
      font-weight: 900; }

.jpt_cell {
  display: flex;
  padding: 10px 15px; }
  .jpt_cell .jpt_cell_hd {
    position: relative;
    min-width: 5rem; }
    .jpt_cell .jpt_cell_hd label {
      display: inline-block;
      width: 5rem;
      margin-right: 10px;
      text-align: justify;
      text-align-last: justify;
      text-justify: distribute-all-lines;
      font-size: 16px; }
    .jpt_cell .jpt_cell_hd .form_cell_checkbox {
      margin: 0 10px; }
  .jpt_cell .jpt_cell_bd {
    position: relative;
    flex: 1;
    padding-left: 10px; }
    .jpt_cell .jpt_cell_bd:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 1px;
      content: '';
      color: #dcdcdc;
      border-bottom: 1px solid #dcdcdc; }
  .jpt_cell .bth_sub {
    width: 95%;
    height: 3rem;
    margin: 0 auto;
    background-color: #199aef;
    font-size: 18px; }

.jpt_input {
  width: 100%;
  color: #999999;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none; }

.jpt_check-box_2 .jpt_cell_hd {
  min-width: inherit !important;
  margin-right: 40px;
  margin-left: 15px; }
.jpt_check-box_2 .jpt_cell_bd {
  text-align: left;
  line-height: 1.5rem; }
  .jpt_check-box_2 .jpt_cell_bd p {
    margin-bottom: 0;
    color: #999999; }
  .jpt_check-box_2 .jpt_cell_bd a {
    color: #199aef; }
  .jpt_check-box_2 .jpt_cell_bd:after {
    border-width: 0; }

.link_line {
  position: relative;
  color: #199aef; }
  .link_line:before {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 35%;
    height: 1px;
    content: '';
    color: #199aef;
    border-top: 1px solid #199aef; }
  .link_line:after {
    position: absolute;
    right: 25px;
    bottom: 50%;
    width: 35%;
    height: 1px;
    content: '';
    color: #199aef;
    border-bottom: 1px solid #199aef; }
  .link_line a {
    z-index: 1000;
    display: inline-block;
    padding: 0 10px;
    color: #199aef;
    background: #fff; }

.jpt_introduce_softadv {
  text-align: center; }
  .jpt_introduce_softadv .grid {
    display: inline-block;
    width: 100px;
    margin: 5px 10px; }
    .jpt_introduce_softadv .grid img {
      max-width: 80%; }
  .jpt_introduce_softadv .desc {
    margin: 10px 50px;
    color: #999999;
    font-size: 16px;
    line-height: 1.6; }

.jpt_flow_softadv .bth_adv {
  width: 100%;
  height: 3rem;
  margin: 20px 0;
  color: #FFFFFF;
  background-color: #2395e8;
  font-size: 18px;
  line-height: 2.4rem; }

.adv_header_patch {
  background-image: url(../img/tiepian-banner.png); }

.jpt_flow .jpt_flow_item .title {
  font-size: 20px;
  line-height: 3rem; }
.jpt_flow .jpt_flow_item .desc {
  font-size: 18px;
  font-weight: 900; }
.jpt_flow .jpt_flow_item .flow_img {
  width: 600px;
  margin: 15px auto; }
  @media screen and (max-width: 600px) {
    .jpt_flow .jpt_flow_item .flow_img {
      width: 100%; } }
.jpt_flow .jpt_flow_item .bth_adv {
  width: 15rem;
  height: 3rem;
  border-width: 0;
  font-size: 18px;
  line-height: 2.3rem; }
.jpt_flow .flow_adver .title, .jpt_flow .flow_adver .desc {
  color: #ffcc00; }
.jpt_flow .flow_adver .bth_adv {
  background-color: #ffcc00; }
.jpt_flow .flow_media .title, .jpt_flow .flow_media .desc {
  color: #199aef; }
.jpt_flow .flow_media .bth_adv {
  background-color: #199aef; }

.jpt_datarank {
  margin-top: 20px; }
  .jpt_datarank .artbox {
    padding: 10px 15px;
    color: #999999;
    font-size: 16px; }

.jpt_charts {
  padding-top: 20px; }
  .jpt_charts .page_title {
    padding-left: 10px;
    border-left: 4px solid #199aef;
    font-size: 16px;
    line-height: 1.4; }
  .jpt_charts .page_nav1 {
    margin-top: 20px;
    background-color: #f8f8f8; }
    .jpt_charts .page_nav1 .nav_item {
      position: relative;
      display: inline-block;
      width: 8rem;
      text-align: center;
      font-size: 16px;
      line-height: 3rem; }
      .jpt_charts .page_nav1 .nav_item:after {
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        content: '';
        color: #dcdcdc;
        border-right: 1px solid #dcdcdc; }
    .jpt_charts .page_nav1 .active:before {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 1px;
      content: '';
      color: #199aef;
      border-bottom: 2px solid #199aef; }
  .jpt_charts .page_nav2 {
    margin-top: 20px; }
    .jpt_charts .page_nav2 .nav_item {
      display: inline-block;
      min-width: 10rem;
      margin-right: 10px;
      padding: 8px 15px;
      text-align: center;
      color: #199aef;
      border: 1px solid #199aef;
      border-radius: 8px;
      font-size: 16px; }
    .jpt_charts .page_nav2 .active {
      color: #FFFFFF;
      background-color: #199aef; }
  .jpt_charts .page_nav3 {
    margin-top: 20px;
    padding: 20px 15px;
    background-color: #f8f8f8; }
    .jpt_charts .page_nav3 .nav_item {
      display: inline-block;
      width: 5rem;
      margin-right: 10px; }
  .jpt_charts .dayepicker {
    margin-top: 20px; }
    .jpt_charts .dayepicker .jpt_label {
      min-width: 80px;
      font-size: 16px; }
    .jpt_charts .dayepicker .pick {
      width: inherit;
      margin-right: 15px;
      text-align: center; }
    .jpt_charts .dayepicker .select-box {
      width: 10vw;
      margin: 0 8px; }
    .jpt_charts .dayepicker .placepick {
      display: none; }
  .jpt_charts .jpt_table {
    margin-top: 20px;
    color: #666666; }
    .jpt_charts .jpt_table thead tr td {
      color: #FFFFFF;
      border-width: 0; }
      .jpt_charts .jpt_table thead tr td:nth-child(odd) {
        background-color: #2395e8; }
      .jpt_charts .jpt_table thead tr td:nth-child(even) {
        background-color: #1068dd; }
    .jpt_charts .jpt_table tbody tr td:nth-child(1) {
      color: #199aef; }
  .jpt_charts .view_more {
    height: 60px;
    line-height: 60px; }
    .jpt_charts .view_more a {
      color: #2b9cef;
      font-size: 18px; }

.login_tab {
  position: relative;
  min-height: 200px;
  margin: 0;
  text-align: center; }
  .login_tab .login_tab_bar {
    position: absolute;
    z-index: 1000;
    top: 40px; }
    .login_tab .login_tab_bar .tabBar {
      display: inline-flex;
      min-width: 300px;
      max-width: 340px;
      color: #FFFFFF;
      border: 1px solid #ffffff;
      border-radius: 8px;
      background-color: transparent;
      line-height: 2; }
      .login_tab .login_tab_bar .tabBar span {
        flex: 1;
        padding: 5px;
        background-color: transparent;
        font-size: 18px; }
      .login_tab .login_tab_bar .tabBar .current {
        color: #f1ab26;
        background-color: #fff;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
      }
        .login_tab .login_tab_bar .tabBar .current .n2 {
          color: #2b9cef; }
  .login_tab .tabCon {
    min-height: 600px;
    margin: 0;
    padding-top: 130px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; }
    .login_tab .tabCon .login_form {
      display: inline-block;
      width: 30vw;
      min-width: 300px;
      max-width: 500px;
      padding: 30px 8%;
      border-radius: 8px;
      background-image: url(../img/denglu-bg-2.png);
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%; }
      .login_tab .tabCon .login_form .title {
        margin-bottom: 20px;
        font-size: 26px;
        font-weight: 900; }
      .login_tab .tabCon .login_form .bth_sub {
        border-width: 0; }
    .login_tab .tabCon .link_desc {
      margin-top: 60px;
      color: #999999;
      font-size: 20px; }
  .login_tab .tab1 {
    background-image: url("../img/denglu-bg.png"); }
    .login_tab .tab1 .title {
      color: #f0a401; }
    .login_tab .tab1 .jpt_check-box_2 a {
      color: #f0a401; }
    .login_tab .tab1 .bth_sub {
      background-color: #f0a401; }
    .login_tab .tab1 .link_line:before, .login_tab .tab1 .link_line:after {
      color: #f0a401;
      border-color: #f0a401; }
    .login_tab .tab1 .link_line a {
      color: #f0a401; }
    .login_tab .tab1 .link_desc a {
      color: #f0a401; }
  .login_tab .tab2 {
    background-image: url("../img/denglu-bg-1.png"); }
    .login_tab .tab2 .title {
      color: #199aef; }
    .login_tab .tab2 .link_desc a {
      color: #199aef; }

.user_header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #FFFFFF;
  background-image: url(../img/AD-bg.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }
  .user_header .portrait {
    overflow: hidden;
    width: 6rem;
    height: 6rem;
    margin-right: 50px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: #3392e8; }
    .user_header .portrait img {
      width: 6rem;
      height: 6rem;
      border-radius: 50%; }
  .user_header .info p {
    height: 1.8rem;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8rem; }

.user_w {
  min-height: 64vh; }
  .user_w .left_nav ul li {
    text-align: center;
    border: 1px solid #FFFFFF;
    background-color: #bddff8;
    font-size: 15px; }
    .user_w .left_nav ul li a {
      display: flex;
      align-items: center;
      text-align: center;
      color: #666666;
      line-height: 3rem; }
      .user_w .left_nav ul li a span {
        margin: 0 auto; }
      .user_w .left_nav ul li a .Hui-iconfont {
        margin-right: 10px;
        color: #FFFFFF;
        font-size: 24px; }
      .user_w .left_nav ul li a .jpt_icon {
        width: 24px;
        margin-right: 5px;
        vertical-align: middle; }
  .user_w .left_nav ul .current {
    background-color: #2395e8; }
    .user_w .left_nav ul .current a {
      color: #FFFFFF; }
  .user_w .content .tabBar {
    text-align: center;
    border-bottom: 1px solid #bcbcbc;
    line-height: 3rem; }
    .user_w .content .tabBar span {
      display: inline-block;
      float: inherit;
      height: 3rem;
      color: #272727;
      background-color: transparent;
      font-size: 16px;
      font-weight: 500;
      line-height: 3rem; }
      .user_w .content .tabBar span a:hover {
        color: #2395e8; }
    .user_w .content .tabBar .current {
      color: #2395e8;
      border-bottom: 1px solid #2395e8;
      background-color: transparent; }
  .user_w .content .tabBar_clear-bb {
    border-bottom: 0; }
    .user_w .content .tabBar_clear-bb .current {
      border-bottom: 0; }
  .user_w .content .info_modify {
    padding: 15px; }
    .user_w .content .info_modify .jpt_form-cell {
      padding: 10px 15px;
      font-size: 16px; }
      .user_w .content .info_modify .jpt_form-cell .cell_hd {
        color: #272727; }
        .user_w .content .info_modify .jpt_form-cell .cell_hd .jd {
          margin-right: 5px;
          color: #e4393c; }
      .user_w .content .info_modify .jpt_form-cell .cell_bd {
        color: #999999; }
        .user_w .content .info_modify .jpt_form-cell .cell_bd input {
          color: #999999; }
      .user_w .content .info_modify .jpt_form-cell .jpt_userimg {
        overflow: hidden;
        width: 80px;
        margin: 0 15px;
        border-radius: 50%; }
      .user_w .content .info_modify .jpt_form-cell .cell_ft {
        color: #2395e8; }
    .user_w .content .info_modify .btn {
      width: 8rem;
      background-color: #2395e8; }
  .user_w .content .example_item .exa_gird {
    font-size: 14px; }
  .user_w .adv_content .adv_nav {
    text-align: center;
    border-bottom: 1px solid #dcdcdc; }
    .user_w .adv_content .adv_nav span {
      display: inline-block; }
      .user_w .adv_content .adv_nav span a {
        display: block;
        height: 3rem;
        padding: 0 15px;
        line-height: 3rem; }
    .user_w .adv_content .adv_nav .current {
      border-bottom: 1px solid #2395e8; }
      .user_w .adv_content .adv_nav .current a {
        color: #2395e8; }
  .user_w .adv_content .Package .Package_group .groud_bd {
    display: flex;
    font-size: 14px; }
    .user_w .adv_content .Package .Package_group .groud_bd .item {
      display: flex;
      align-items: end;
      min-width: 26%; }
      .user_w .adv_content .Package .Package_group .groud_bd .item .jpt_thumbnail {
        margin-right: 8px; }
        .user_w .adv_content .Package .Package_group .groud_bd .item .jpt_thumbnail img {
          overflow: hidden;
          width: 60px;
          height: 60px;
          border-radius: 50%; }
    .user_w .adv_content .Package .Package_group .groud_bd .jpt_but {
      display: flex;
      align-items: center;
      flex: 1; }
      .user_w .adv_content .Package .Package_group .groud_bd .jpt_but .btn-primary {
        width: 100%;
        max-width: 8rem;
        height: 2.6rem; }
    .user_w .adv_content .Package .Package_group .groud_bd p {
      overflow: hidden;
      width: 10rem;
      margin: 0;
      padding: 0;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .user_w .adv_content .Package .Package_group .groud_ft {
    text-align: center; }
    .user_w .adv_content .Package .Package_group .groud_ft a {
      color: #2395e8; }
  .user_w .adv_content .jpt_tab-2 .tabBar {
    border-bottom: 0; }
    .user_w .adv_content .jpt_tab-2 .tabBar .current {
      border-bottom: 0; }
  .user_w .adv_content .jpt_tab-2 .jpt_search_media {
    padding: 0;
    text-align: right; }
    .user_w .adv_content .jpt_tab-2 .jpt_search_media .input-text {
      width: 270px;
      height: 2.6rem;
      line-height: 2.6rem; }
    .user_w .adv_content .jpt_tab-2 .jpt_search_media .btn {
      height: 2.6rem;
      color: #999999;
      font-size: 21px;
      line-height: 1rem !important; }
  .user_w .adv_content .jpt_tab-2 .Choice .group {
    padding: 5px;
    line-height: 2rem; }
    .user_w .adv_content .jpt_tab-2 .Choice .group .bth-more {
      min-width: 6rem;
      height: 3rem;
      color: #2395e8;
      border: 1px solid #2395e8;
      background-color: #fff;
      font-size: 18px; }
    .user_w .adv_content .jpt_tab-2 .Choice .group .bth-sub {
      min-width: 6rem;
      height: 41px;
      margin-left: 10px;
      color: #FFFFFF;
      background-color: #2395e8;
      font-size: 18px; }
    .user_w .adv_content .jpt_tab-2 .Choice .group .select-box {
      margin: 0 8px; }
  .user_w .adv_content .jpt_tab-2 .Choice hr {
    position: relative;
    left: 8%;
    border-top-width: 0;
    border-bottom: 1px solid #dcdcdc; }
  .user_w .adv_content .jpt_tab-2 .Choice .jpt-t1 {
    padding: 0;
    text-align: right;
    color: #272727;
    font-size: 16px; }
  .user_w .adv_content .jpt_tab-2 .Choice .Hui-tags-has span {
    color: #999999;
    font-size: 16px; }
  .user_w .adv_content .jpt_tab-2 .Choice .Hui-tags-has .current {
    color: #2395e8; }
  .user_w .adv_content .jpt_tab-2 .Choice .media-table .wxh p {
    margin: 0; }
  .user_w .adv_content .jpt_tab-2 .Choice .media-table .jpt_thumbnail {
    margin-right: 10px; }
    .user_w .adv_content .jpt_tab-2 .Choice .media-table .jpt_thumbnail img {
      max-width: 50px; }
  .user_w .adv_content .jpt_tab-2 .Choice .mediatable_ft {
    padding: 10px;
    border: 1px solid #999999;
    background-color: #F8F8F8; }
  .user_w .adv_content .jpt_tab-2 .Tender .intnav {
    display: flex; }
    .user_w .adv_content .jpt_tab-2 .Tender .intnav .item {
      flex: 1;
      margin: 10px;
      padding: 10px;
      border: 1px dashed #2395e8; }
      .user_w .adv_content .jpt_tab-2 .Tender .intnav .item .bth-jpt5 {
        display: block;
        min-width: 8rem;
        margin: 10px auto;
        color: #FFFFFF;
        background-color: #2395e8;
        font-size: 16px;
        line-height: 2rem; }
  .user_w .adv_content .jpt_tab-2 .Tender .Tender_form .title2 {
    font-size: 16px; }
    .user_w .adv_content .jpt_tab-2 .Tender .Tender_form .title2 .Hui-iconfont {
      margin-right: 5px;
      font-size: 12px; }
  .user_w .adv_content .jpt_tab-2 .Tender .Tender_form .groups {
    display: flex;
    color: #999999; }
    .user_w .adv_content .jpt_tab-2 .Tender .Tender_form .groups select {
      color: #999999; }
  .user_w .adv_content .jpt_tab-2 .Tender .Tender_form .groups_1 {
    flex: 1;
    padding: 8px; }
  .user_w .adv_content .jpt_tab-2 .Tender .Tender_form .group {
    margin-bottom: 20px; }
    .user_w .adv_content .jpt_tab-2 .Tender .Tender_form .group .scbd {
      flex: 1;
      min-height: 6rem;
      text-align: center;
      border: 1px solid #dcdcdc;
      line-height: 6rem; }
  .user_w .adv_content .jpt_tab-2 .Tender .Tender_form .tit {
    min-width: 6rem; }
  .user_w .adv_content .jpt_tab-2 .example_item .exa_gird {
    font-size: 14px; }

.jpt_Recharge .bth-sub {
  width: 50%;
  min-width: 8rem;
  background-color: #2395e8;
  line-height: 2.6rem; }

.c_lan {
  color: #2395e8; }

.c_o {
  color: #ffcc00; }

.bth_weixin {
  position: relative;
  left: -30px;
  min-width: 10rem;
  height: 2.6rem;
  background-color: #2395e8; }

.bth-jpt_dau {
  min-width: 8rem;
  height: 3rem;
  color: #FFFFFF;
  background-color: #2395e8;
  font-size: 18px;
  line-height: 2.4rem !important; }
  .bth-jpt_dau:hover {
    color: #fff;
    border: 1px solid #2395e8;
  }

.jpt_icon-jg {
  margin-right: 5px;
  color: #e4393c; }

.jpt_form .form_group {
  display: flex;
  padding: 5px 5px; }
  .jpt_form .form_group .hd {
    min-width: 8rem;
    text-align: right;
    color: #999999;
    font-size: 16px;
    line-height: 2.4rem; }
  .jpt_form .form_group .bd {
    width: 20rem;
    padding: 0 10px; }
.jpt_form .form_group .bd1 {
  width: 42rem;
  padding: 0 10px; }
    .jpt_form .form_group .bd .box_bor {
      height: 6rem;
    }
      .jpt_form .form_group .bd .box_bor .btn-upload {
        height: 3rem;
      }
  .jpt_form .form_group .ft {
    flex: 1;
    padding: 0 10px; }
    .jpt_form .form_group .ft .desc {
      color: #999999;
      font-size: 16px;
      line-height: 2rem; }
  .jpt_form .form_group .jpt_table-form {
    color: #999999; }
    .jpt_form .form_group .jpt_table-form .thenimg {
      overflow: hidden;
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .jpt_form .form_group .jpt_table-form th {
      color: #999999; }
.jpt_form .form_group-radio {
  line-height: 1.6rem; }
.jpt_form p {
  margin: 0;
  padding: 0; }
.jpt_form .f-sub {
  margin-left: 9rem; }

.bth-jpt_2 {
  min-width: 8rem;
  color: #FFFFFF;
  background-color: #2395e8; }

.bth-jpt_3 {
  min-width: 8rem;
  color: #999999;
  border: 1px solid #999999;
  background-color: #FFFFFF; }

.bth-jpt_2:hover, .bth-jpt_3:hover {
  color: #FFFFFF;
  background-color: #2395e8; }

.align-c {
  align-items: center; }

.jpt_form2 .form_group {
  font-size: 16px; }
  .jpt_form2 .form_group .hd {
    min-width: 6rem;
    text-align: left;
    color: #333333; }

.jpt_ml-5 {
  margin-left: 5px; }

.c-99 {
  color: #999999; }

.mediaer_header {
  background-image: url(../img/bg-yellow.png); }
  .mediaer_header .portrait {
    background-color: #edb135; }

.user_media .left_nav ul li {
  background-color: #fae4b2; }
.user_media .left_nav ul .current {
  background-color: #f0a401; }
.user_media .content .tabBar span a:hover {
  color: #f0a401; }
.user_media .content .tabBar .current {
  color: #f0a401;
  border-bottom: 1px solid #f0a401;
  background-color: transparent; }
  .user_media .content .tabBar .current a {
    color: #f0a401; }
.user_media .content .tabBar_clear-bb {
  border-bottom: 0; }
  .user_media .content .tabBar_clear-bb .span a:hover {
    color: #f0a401; }
  .user_media .content .tabBar_clear-bb .current {
    border-bottom: 0; }
.user_media .content .info_modify .jpt_form-cell .cell_ft {
  color: #f0a401; }
.user_media .content .info_modify .btn {
  height: 2.6rem;
  border-width: 0;
  background-color: #f0a401;
  line-height: 2rem !important; }
.user_media .content .form_group .hd {
  display: inline-block;
  min-width: 5rem;
  text-align: right; }
  .user_media .content .form_group .hd .Hui-iconfont {
    margin-right: 5px; }
.user_media .jpt_preview-1 .jpt_cell-2 .cell-hd_1 {
  min-width: 8rem;
  margin-right: 15px; }
.user_media .jpt_preview-1 .jpt_cell-2 .cell_hd {
  margin-right: 15px; }
.user_media .jpt_preview-1 .jpt_cell-2 .cell_bd-1 {
  min-width: 20rem;
  margin-right: 15px; }
.user_media .jpt_preview-1 .jpt_cell-2 .cell_ft .bth-jpt_2 {
  border-width: 0;
  background-color: #f0a401; }
.user_media .jpt_example .view_more a {
  color: #f0a401; }

.jpt_title-mt {
  padding: 10px 0; }
  .jpt_title-mt .Hui-iconfont {
    margin-right: 5px;
    font-size: 12px; }

.jpt_table-u1 thead {
  background-color: #F8F8F8; }
  .jpt_table-u1 thead th {
    color: #272727;
    font-size: 14px; }
  .jpt_table-u1 thead th + th {
    border-left: 0; }
.jpt_table-u1 tbody tr td + td {
  border-left: 0; }
.jpt_table-u1 tbody td {
  font-size: 16px; }

.bth-jpt_4 {
  min-width: 10rem;
  height: 3rem;
  color: #FFFFFF;
  border-width: 0;
  background-color: #f0a401;
  font-size: 18px;
  line-height: 2.6rem !important; }
  .bth-jpt_4:hover {
    color: #FFFFFF;
    background-color: #f0a401; }
  .bth-jpt_4:focus {
    color: #FFFFFF;
    background-color: #f0a401; }

.bth-jpt_5 {
  width: 80%;
  height: 3rem;
  color: #FFFFFF;
  border-width: 0;
  background-color: #f0a401;
  font-size: 18px;
  line-height: 2.6rem !important; }
  .bth-jpt_5:hover {
    background-color: #f0a401; }
  .bth-jpt_5:focus {
    background-color: #f0a401; }

.jpt_form-group {
  padding: 7px 0; }

.jpt_table-2 th, .jpt_table-2 td {
  color: #999999;
  font-size: 14px; }
.jpt_table-2 thead {
  background-color: #F8F8F8; }
  .jpt_table-2 thead th {
    color: #272727;
    font-size: 14px; }
  .jpt_table-2 thead th + th {
    border-left: 0; }
.jpt_table-2 tbody tr td + td {
  border-left: 0; }
.jpt_table-2 .jpt_table-img1 {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%; }

.jpt_nav-3 .nav_item {
  display: inline-block;
  padding: 1%;
  font-size: 14px;
  width: 23%; }
  .jpt_nav-3 .nav_item img {
    width: 100%; }

.jpt_titlt-icon_2 {
  margin-right: 5px;
  font-size: 12px; }

.jpt_panel-2 .panel-body {
  height: 14rem;
  color: #999999;
  
  }

.jpt_form-line .bd {
  width: 16rem;
  padding: 0 10px; }
.jpt_form-line .ft .search {
  margin-right: 10px; }

.bth-jpt_6 {
  min-width: 8rem;
  color: #FFFFFF;
  border-width: 0;
  background-color: #f0a401; }
  .bth-jpt_6:hover {
    color: #FFFFFF;
    background-color: #f0a401; }

.mediaer_adv p {
  margin: 0; }
.mediaer_adv .task_detail .title2 {
  line-height: 3rem; }
  .mediaer_adv .task_detail .title2 .Hui-iconfont {
    margin-right: 5px; }
.mediaer_adv .task_detail .panel-header {
  border-bottom: 0;
  background-color: #fff;
  font-size: 16px; }
.mediaer_adv .task_detail .panel-body {
  align-items: end; }
  .mediaer_adv .task_detail .panel-body .desc {
    padding-left: 30px;
    color: #999999; }
.mediaer_adv .task_detail .bth-jpt_4 {
  height: 2.6rem;
  line-height: 2rem !important; }
.mediaer_adv .task_complete .exa_gird .box {
  position: relative; }
  .mediaer_adv .task_complete .exa_gird .box .jpt_icon-complete {
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem; }

.c-27 {
  color: #272727; }

.jpt-media-box {
  display: flex;
  padding: 10px 15px; }
  .jpt-media-box .hd {
    padding: 10px; }
    .jpt-media-box .hd img {
      width: 15rem;
      height: 12rem; }
  .jpt-media-box .bd {
    padding: 10px; }
    .jpt-media-box .bd p {
      color: #999999; }
  .jpt-media-box .ft {
    flex: 1;
    text-align: center; }
    .jpt-media-box .ft .bth-jpt_4 {
      height: 2.6rem;
      line-height: 2rem !important; }

/*# sourceMappingURL=jptweb.css.map */
