@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0; }

body {
  font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
  color: #333;
  font-size: 15px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 50px 0; }
  body a {
    color: #333; }
  body input[type=text], body input[type=tel], body textarea {
    font-size: 14px;
    outline: none;
    -webkit-appearance: none;
    /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击高亮的颜色*/ }
  body input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    /* 当成为行内块元素时它就可以垂直居中了 */
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    /* 清除原有的样式 */
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    /* 去掉点击后外面可能会出现的蓝框 */
    line-height: 20px;
    color: #d8d8d8; }
  body input[type=radio]:after {
    /* //在input的内容之后插入新内容 */
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
    /* 规定两个并排的带边框的框 */ }
  body input[type=radio]:checked:after {
    /* 选中之后的样子 */
    content: "L";
    transform: matrix(-0.796044, -0.642788, -0.642788, 0.796044, 0, 0);
    /* 2D变换旋转，还有平移和缩放，平时旋转用rotate，这个写法是比较复杂一点的写法，
    括号里面的六个值来得矩阵，实现2D变换，更详细的大家去百度查。 */
    -webkit-transform: matrix(-0.796044, -0.642788, -0.642788, 0.796044, 0, 0);
    border-color: #4ea1f5;
    background-color: #4ea1f5; }
  body .gray {
    color: gray; }
  body .redColor, body .red {
    color: #ED6D68; }
  body .blueColor, body .blue {
    color: #48A5F8; }
  body .orangeColor, body .orange {
    color: #EF7D53; }
  body .greenColor, body .green {
    color: #63CE87; }
  body .show {
    display: block; }
  body .hide {
    display: none; }
  body .bg-disabled {
    background-color: #ccc;
    background-image: none !important; }
  body .clear {
    clear: both; }
  body .flex_start {
    display: flex;
    align-items: flex-start; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

body li,
body ul {
  padding: 0;
  margin: 0;
  list-style: none; }

fieldset, img {
  border: 0 none;
  display: inline-block; }

body i {
  font-style: normal; }

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none; }

html {
  max-width: 640px;
  margin: 0 auto; }

input::-webkit-input-placeholder {
  color: #bebebe; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bebebe; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bebebe; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bebebe; }

input:focus {
  outline: none; }

.margin-top50 {
  margin-top: 50px; }

.hot-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #ED6D68;
  color: #ffffff;
  font-size: 12px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 3px;
  padding: 7px 9px;
  line-height: 1; }

.empty_data {
  padding: 100px 30px;
  text-align: center; }
  .empty_data img {
    margin: 0 auto; }
  .empty_data p {
    margin: 10px auto;
    color: #999; }

.w_auto_padding {
  width: calc(100% - 30px);
  padding: 0 15px; }

.w_auto_margin {
  width: calc(100% - 30px);
  margin: 0 auto; }

.common-title {
  padding: 10px 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .common-title div {
    font-weight: bold;
    font-size: 15px; }
    .common-title div i {
      margin-right: 2px; }
  .common-title p small {
    font-size: 14px; }
    .common-title p small a {
      color: #999; }

/*首页头部*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none; }
  .header .header_cont {
    max-width: 610px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center; }
    .header .header_cont .logo {
      width: 130px;
      height: 30px;
      line-height: 30px;
      font-size: 18px; }
      .header .header_cont .logo a {
        color: #fff; }
      .header .header_cont .logo img {
        height: 100%; }
    .header .header_cont .phone a {
      color: #FFFFFF;
      font-size: 16px;
      padding-left: 20px; }
      .header .header_cont .phone a.logout {
        padding-left: 5px !important;
        font-size: 14px !important; }

.header.otherHeader {
  background-color: white;
  box-shadow: 0 0 6px #eee; }
  .header.otherHeader .header_cont .logo {
    color: #48A5F8; }
    .header.otherHeader .header_cont .logo p {
      display: none; }
    .header.otherHeader .header_cont .logo img {
      display: block !important; }
  .header.otherHeader .header_cont .phone a {
    color: #48A5F8;
    font-size: 16px;
    padding-left: 20px; }

/*首页头部*/
/*带返回头部*/
.dheader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px #ebebeb;
  z-index: 10000000; }
  .dheader .header_box {
    padding: 0 15px;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50px;
    z-index: 1000;
    font-size: 16px;
    font-weight: bold; }
    .dheader .header_box .go-back {
      padding-right: 20px;
      font-size: 30px;
      color: #333333; }
    .dheader .header_box .go-index {
      font-size: 20px;
      color: #333333; }

/*带返回头部*/
/*轮播图*/
.banner {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .banner .swiper-container {
    height: 100%;
    width: 100%; }
    .banner .swiper-container .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .banner .swiper-container .swiper-wrapper .swiper-slide {
        text-align: center; }
        .banner .swiper-container .swiper-wrapper .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: fill; }
  .banner .leftCicle,
  .banner .rightCicle {
    display: block;
    background: #FFFFFF;
    width: 112px;
    height: 20px;
    border-radius: 50%;
    z-index: 2; }
  .banner .leftCicle {
    position: absolute;
    left: -2px;
    bottom: -6px; }
  .banner .rightCicle {
    position: absolute;
    right: -2px;
    bottom: -6px; }

/*轮播图*/
/*服务导航*/
.service_navigation {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
  height: 120px; }
  .service_navigation .service_navigation_cont {
    position: absolute;
    left: 3.2%;
    top: -38px;
    z-index: 99;
    width: calc(93.6% - 30px);
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 0 3px #EEEEEE; }
    .service_navigation .service_navigation_cont ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px; }
      .service_navigation .service_navigation_cont ul .service_navigation_cont-item a {
        color: #333333;
        font-size: 12px;
        text-align: center; }
        .service_navigation .service_navigation_cont ul .service_navigation_cont-item a img {
          width: auto;
          height: 32px;
          margin: 0 auto 10px; }
    .service_navigation .service_navigation_cont .notice {
      border-top: 1px solid #EDEDED;
      padding: 10px 0 0;
      display: flex;
      align-items: center;
      font-size: 12px; }
      .service_navigation .service_navigation_cont .notice .icon {
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        border-radius: 14px;
        background: #f8f8f8;
        margin-right: 8px;
        display: flex;
        align-items: center; }
        .service_navigation .service_navigation_cont .notice .icon img {
          width: 14px;
          height: 14px;
          margin-right: 9px;
          display: inline-block; }
      .service_navigation .service_navigation_cont .notice .txt {
        width: calc(100% - 90px); }
        .service_navigation .service_navigation_cont .notice .txt #scroll_div {
          overflow: hidden;
          white-space: nowrap;
          width: 100%;
          background-color: transparent;
          text-align: center; }
        .service_navigation .service_navigation_cont .notice .txt #scroll_begin, .service_navigation .service_navigation_cont .notice .txt #scroll_end {
          display: inline; }
        .service_navigation .service_navigation_cont .notice .txt #scroll_begin {
          padding-left: 10px; }
        .service_navigation .service_navigation_cont .notice .txt #scroll_end {
          padding-left: 20px; }

/*服务导航*/
/*标题*/
.bigTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0; }
  .bigTitle p {
    border-left: 4px solid #48A5F8;
    padding-left: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1; }
  .bigTitle a {
    font-size: 13px;
    color: #999999; }

.littieTitle {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .littieTitle p {
    font-size: 16px;
    line-height: 1; }
  .littieTitle a {
    font-size: 12px;
    color: #999999; }

.icon_title {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .icon_title p {
    font-weight: bold; }
  .icon_title a {
    font-size: 12px;
    color: #999999; }

/*标题*/
/*官方套餐*/
.official_package {
  padding: 0 15px;
  margin-bottom: 50px; }
  .official_package .swiper-container {
    margin: 25px 0 15px; }
    .official_package .swiper-container .swiper-wrapper .swiper-slide a {
      color: #333333; }
      .official_package .swiper-container .swiper-wrapper .swiper-slide a .package-item {
        text-align: center;
        position: relative;
        border-radius: 4px;
        background: #ffffff;
        box-shadow: inset 0 0 2px 0 #eeeeee;
        padding-bottom: 14px;
        border-radius: 3px;
        overflow: hidden;
        line-height: 1; }
        .official_package .swiper-container .swiper-wrapper .swiper-slide a .package-item .name {
          margin-top: 38px;
          font-size: 16px; }
        .official_package .swiper-container .swiper-wrapper .swiper-slide a .package-item .describe {
          font-size: 12px;
          color: #666666;
          font-weight: 400;
          margin-top: 9px; }
        .official_package .swiper-container .swiper-wrapper .swiper-slide a .package-item .price {
          color: #ED6D68;
          font-size: 24px;
          margin: 15px 0 0; }
          .official_package .swiper-container .swiper-wrapper .swiper-slide a .package-item .price i {
            font-size: 16px; }
        .official_package .swiper-container .swiper-wrapper .swiper-slide a .package-item .peifu {
          font-size: 12px;
          color: #999999;
          margin-top: 9px; }
        .official_package .swiper-container .swiper-wrapper .swiper-slide a .package-item .btn {
          display: inline-block;
          color: #48A5F8;
          font-size: 14px;
          background: #EEF6FD;
          border-radius: 25px;
          padding: 6px 11px;
          margin-top: 15px;
          line-height: 1; }
  .official_package .company_package {
    margin: 30px 0; }
    .official_package .company_package .company_package-item {
      width: calc(50% - 23px);
      display: inline-block;
      border-radius: 3px;
      padding: 7px 8px 14px; }
      .official_package .company_package .company_package-item .name {
        font-size: 16px;
        color: #697483; }
      .official_package .company_package .company_package-item .price {
        font-size: 20px;
        color: #ED6D68; }
      .official_package .company_package .company_package-item .describe {
        color: #697483;
        font-size: 12px; }
      .official_package .company_package .company_package-item .btn {
        display: inline-block;
        border: 1px solid #48A5F8;
        border-radius: 25px;
        padding: 5px 10px;
        line-height: 1;
        color: #48A5F8;
        font-size: 12px;
        margin-top: 12px; }
    .official_package .company_package .company_package-item.company_A {
      background: url(../images/com_a.png) no-repeat;
      margin-right: 8px;
      background-size: 100% 100%; }
    .official_package .company_package .company_package-item.company_B {
      background: url(../images/com_b.png) no-repeat;
      background-size: 100% 100%; }
  .official_package .double_package .double_package-item a {
    margin-bottom: 15px;
    padding: 14px 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    line-height: 1; }
    .official_package .double_package .double_package-item a .left {
      width: 30%;
      text-align: center;
      margin-right: 20px; }
      .official_package .double_package .double_package-item a .left h3 {
        font-size: 22px;
        margin-top: 7px; }
    .official_package .double_package .double_package-item a .right p {
      font-size: 12px; }
    .official_package .double_package .double_package-item a .right p.describe {
      font-size: 16px; }
    .official_package .double_package .double_package-item a .right p:nth-child(2) {
      margin: 10px 0; }
  .official_package .double_package .double_package-item.double_package_c a {
    background: url(../images/C.png) no-repeat;
    background-size: 100% 100%;
    color: #C56657; }
  .official_package .double_package .double_package-item.double_package_a a {
    background: url(../images/A.png) no-repeat;
    background-size: 100% 100%;
    color: #B07531; }
  .official_package .double_package .double_package-item.double_package_b a {
    background: url(../images/B.png) no-repeat;
    background-size: 100% 100%;
    color: #5D75AF; }

/*官方套餐*/
/*优势*/
.advantage {
  padding: 0 15px; }
  .advantage ul {
    width: 94%;
    margin: 30px auto 10px; }
    .advantage ul .advantage-item {
      width: 48%;
      display: inline-flex;
      align-items: center;
      margin-bottom: 26px; }
      .advantage ul .advantage-item .left {
        width: 30px;
        height: 30px;
        margin-right: 10px; }
        .advantage ul .advantage-item .left img {
          width: auto;
          margin: 0 auto;
          height: 100%; }
      .advantage ul .advantage-item .right {
        width: calc(100% - 32px);
        line-height: 1; }
        .advantage ul .advantage-item .right h5 {
          font-size: 16px; }
        .advantage ul .advantage-item .right p {
          font-size: 12px;
          color: #999999;
          margin-top: 6px; }

/*优势*/
/*精选团队*/
.team_package {
  padding: 15px; }
  .team_package .team_package_box .team_package_box-item {
    margin-bottom: 15px;
    box-shadow: inset 0 0 2px 0 #eeeeee;
    background: #ffffff;
    padding: 15px;
    border-radius: 3px; }
    .team_package .team_package_box .team_package_box-item a {
      color: #333333; }
      .team_package .team_package_box .team_package_box-item a .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 26px; }
        .team_package .team_package_box .team_package_box-item a .top h4 {
          width: calc(100% - 120px);
          font-size: 16px;
          display: flex;
          align-items: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .team_package .team_package_box .team_package_box-item a .top h4 .head {
            width: 23px;
            height: 23px;
            overflow: hidden;
            border: 1px solid #ebebeb;
            border-radius: 50%;
            margin-right: 5px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .team_package .team_package_box .team_package_box-item a .top h4 .head img {
              width: 100%;
              min-height: 100%; }
          .team_package .team_package_box .team_package_box-item a .top h4 p {
            width: calc(100% - 25px - 5px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .team_package .team_package_box .team_package_box-item a .top .star {
          width: 100px; }
          .team_package .team_package_box .team_package_box-item a .top .star img {
            width: 100%; }
      .team_package .team_package_box .team_package_box-item a .bottom ul {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .team_package .team_package_box .team_package_box-item a .bottom ul .bottom-item {
          text-align: center;
          font-size: 16px;
          line-height: 1; }
          .team_package .team_package_box .team_package_box-item a .bottom ul .bottom-item .redColor {
            font-size: 20px;
            font-weight: bold; }
          .team_package .team_package_box .team_package_box-item a .bottom ul .bottom-item span {
            display: inline-block;
            margin-top: 12px;
            font-size: 15px;
            color: #999999; }

/*精选团队*/
/*中标案例*/
.case {
  padding: 15px; }
  .case .case_box .case_box-item {
    border-bottom: 1px solid #EDEDED; }
    .case .case_box .case_box-item a {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 15px 0;
      color: #333; }
      .case .case_box .case_box-item a .left {
        width: 100px;
        height: 85px;
        overflow: hidden;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ebebeb;
        background-color: #f5f5f5; }
        .case .case_box .case_box-item a .left img {
          width: 100%; }
      .case .case_box .case_box-item a .right {
        line-height: 1;
        width: calc(100% - 110px); }
        .case .case_box .case_box-item a .right .name,
        .case .case_box .case_box-item a .right .price {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .case .case_box .case_box-item a .right .name div {
          width: 68%;
          display: flex;
          align-items: center;
          line-height: 1.25; }
          .case .case_box .case_box-item a .right .name div img {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            margin-right: 6px; }
          .case .case_box .case_box-item a .right .name div h6 {
            width: calc(100% - 26px);
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin: 0; }
        .case .case_box .case_box-item a .right .name p {
          width: 32%;
          font-size: 12px;
          color: #999999;
          overflow: hidden;
          white-space: nowrap;
          text-align: right; }
        .case .case_box .case_box-item a .right .price {
          margin: 15px 0; }
          .case .case_box .case_box-item a .right .price p {
            font-size: 15px; }
            .case .case_box .case_box-item a .right .price p i {
              color: #ED6D68; }
          .case .case_box .case_box-item a .right .price span {
            border-radius: 3px;
            color: #48A5F8;
            font-size: 12px;
            padding: 4px 6px;
            background: #EEF6FD; }
        .case .case_box .case_box-item a .right .cont_text {
          color: #999999;
          font-size: 15px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
  .case .case_box .case_box-item:last-child {
    border-bottom: none; }

/*中标案例*/
/**案例详情 start**/
.case-show {
  width: 100%;
  background-color: #fff; }
  .case-show .pic {
    width: 100%;
    height: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ebebeb; }
    .case-show .pic img {
      width: 100%; }
  .case-show .person {
    display: flex;
    align-items: center;
    padding: 10px 20px; }
    .case-show .person img {
      width: 30px;
      height: 30px;
      border-radius: 50%; }
    .case-show .person p {
      margin-left: 10px; }
    .case-show .person .name {
      font-size: 16px;
      max-width: 60%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .case-show .person .num {
      background-color: #ff951e;
      font-size: 12px;
      padding: 1px 5px;
      color: #fff;
      border-radius: 5px; }
    .case-show .person .date {
      color: #555;
      font-size: 14px; }
  .case-show .tcdata {
    padding: 10px 20px;
    width: calc(100% - 80px);
    background-color: #f8fafc;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px; }
    .case-show .tcdata .price span {
      font-size: 16px; }
  .case-show .pj {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 20px 20px;
    border-top: 1px solid #f5f5f5; }
    .case-show .pj .tt {
      padding: 10px 0 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px; }
      .case-show .pj .tt img {
        height: 18px; }
    .case-show .pj .ct {
      padding: 10px 0;
      line-height: 28px;
      font-size: 14px;
      color: #555; }

/**案例详情 end**/
/*快捷入口*/
.quick_ccess {
  padding: 15px; }
  .quick_ccess ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 10px; }
    .quick_ccess ul .quick_ccess-item {
      width: 25%;
      text-align: center; }
      .quick_ccess ul .quick_ccess-item a {
        color: #333333;
        font-size: 12px; }
        .quick_ccess ul .quick_ccess-item a .image {
          width: 24px;
          height: 24px;
          margin: 0 auto 10px; }
          .quick_ccess ul .quick_ccess-item a .image img {
            height: 100%; }

/*快捷入口*/
/*套餐列表*/
.packageList {
  padding: 15px; }
  .packageList .hotPackage .hotPackage-item {
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px; }
    .packageList .hotPackage .hotPackage-item a {
      color: #333333; }
      .packageList .hotPackage .hotPackage-item a h3 {
        text-align: center;
        margin-top: 15px; }
        .packageList .hotPackage .hotPackage-item a h3 span {
          font-size: 14px; }
      .packageList .hotPackage .hotPackage-item a .item_cont ul {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        font-size: 16px;
        text-align: center; }
        .packageList .hotPackage .hotPackage-item a .item_cont ul li .redColor {
          font-size: 18px;
          font-weight: bold; }
        .packageList .hotPackage .hotPackage-item a .item_cont ul li p {
          font-size: 14px;
          color: #999999; }
        .packageList .hotPackage .hotPackage-item a .item_cont ul li span {
          line-height: 2; }
        .packageList .hotPackage .hotPackage-item a .item_cont ul li:last-child {
          width: 74px;
          position: relative; }
          .packageList .hotPackage .hotPackage-item a .item_cont ul li:last-child .rate {
            position: absolute;
            right: 0;
            bottom: 5px;
            width: 110px;
            height: calc(0.675 * 74px); }
      .packageList .hotPackage .hotPackage-item a .item_cont .btn {
        display: inline-block;
        color: #FFFFFF;
        background: #48A5F8;
        border-radius: 25px;
        padding: 5px 10px;
        line-height: 1;
        font-size: 14px;
        margin-top: 15px; }
  .packageList .otherPackage .otherPackage-item {
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px; }
    .packageList .otherPackage .otherPackage-item a {
      color: #333333; }
      .packageList .otherPackage .otherPackage-item a .hot-icon {
        left: initial;
        right: 0;
        background: #48A5F8;
        border-top-left-radius: 0;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 0; }
      .packageList .otherPackage .otherPackage-item a .item_cont ul {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        font-size: 16px;
        text-align: center;
        margin: 15px 0; }
        .packageList .otherPackage .otherPackage-item a .item_cont ul li .redColor {
          font-weight: bold;
          font-size: 18px; }
        .packageList .otherPackage .otherPackage-item a .item_cont ul li p {
          font-size: 14px;
          color: #999999; }
        .packageList .otherPackage .otherPackage-item a .item_cont ul li span {
          line-height: 2; }
        .packageList .otherPackage .otherPackage-item a .item_cont ul li .btn {
          display: inline-block;
          color: #48A5F8;
          font-size: 12px;
          background: #EEF6FD;
          border-radius: 25px;
          padding: 7px 10px;
          line-height: 1;
          margin-bottom: 12px; }
        .packageList .otherPackage .otherPackage-item a .item_cont ul li.shengyu {
          width: 28px; }
          .packageList .otherPackage .otherPackage-item a .item_cont ul li.shengyu img {
            width: 74%;
            margin: 0 auto 6px; }

/*套餐列表*/
/*个人中心*/
.accountTop_box {
  position: relative;
  height: 244px; }
  .accountTop_box .bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1; }
    .accountTop_box .bg img {
      width: 100%;
      filter: blur(10px);
      height: 100%;
      opacity: .3; }
  .accountTop_box .nameBox {
    position: absolute;
    top: 80px;
    padding: 15px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .accountTop_box .nameBox .pic {
      width: 66px;
      height: 66px;
      margin-right: 10px; }
      .accountTop_box .nameBox .pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .accountTop_box .nameBox .name {
      width: calc(100% - 76px);
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .accountTop_box .nameBox .name .left p {
        font-weight: bold;
        font-size: 18px; }
      .accountTop_box .nameBox .name .left a {
        display: block;
        width: 90px;
        text-align: center;
        margin-top: 5px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        border: 1px solid #ED6D68;
        background-color: #ED6D68;
        border-radius: 5px;
        color: #fff; }
      .accountTop_box .nameBox .name .left span {
        font-size: 14px; }
        .accountTop_box .nameBox .name .left span i {
          color: #666666; }
      .accountTop_box .nameBox .name .right a {
        display: inline-block;
        background: #333333;
        border-radius: 25px;
        color: #FFFFFF;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        padding: 0 15px; }
  .accountTop_box .orderAll {
    position: relative;
    width: calc(100% - 60px);
    left: 15px;
    top: -60px;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 15px; }
    .accountTop_box .orderAll .order_box {
      margin: 25px 0 20px; }
      .accountTop_box .orderAll .order_box ul {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .accountTop_box .orderAll .order_box ul li {
          width: 25%;
          text-align: center; }
          .accountTop_box .orderAll .order_box ul li a {
            color: #333333;
            font-size: 13px;
            line-height: 1; }
            .accountTop_box .orderAll .order_box ul li a .icon {
              width: 24px;
              height: 24px;
              margin: 0 auto 12px; }
              .accountTop_box .orderAll .order_box ul li a .icon img {
                height: 100%; }

.accountService {
  margin-top: 82px;
  padding: 15px; }
  .accountService ul {
    background: #FFFFFF;
    border-radius: 3px;
    margin-bottom: 15px; }
    .accountService ul li {
      margin: 0 14px; }
      .accountService ul li a {
        color: #333333;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .accountService ul li a .icon_pic {
          margin-right: 6px;
          width: 18px; }
          .accountService ul li a .icon_pic img {
            width: 100%; }
        .accountService ul li a .text_box {
          width: calc(100% - 26px);
          border-bottom: 1px solid #EEEEEE;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 20px 0;
          box-sizing: border-box; }
          .accountService ul li a .text_box .right {
            width: calc(100% - 112px);
            font-size: 12px;
            color: #666666;
            text-align: right;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .accountService ul li:last-child .text_box {
      border: none; }
    .accountService ul li.zxBtn {
      text-align: center;
      padding: 30px 0 30px;
      margin: 0 auto; }
      .accountService ul li.zxBtn a {
        display: inline-block;
        width: 140px;
        color: #333333;
        padding: 8px 0;
        border-radius: 25px;
        background: #f8f8f8; }

/*个人中心*/
/*资讯列表*/
.zixun_box .zixun_box_list {
  padding: 15px; }
  .zixun_box .zixun_box_list .zixun_box_list-item {
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .zixun_box .zixun_box_list .zixun_box_list-item a {
      width: 100%;
      color: #333333;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .zixun_box .zixun_box_list .zixun_box_list-item a .left {
        width: 124px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 1px solid #ebebeb;
        border-radius: 5px; }
        .zixun_box .zixun_box_list .zixun_box_list-item a .left img {
          width: 100%; }
      .zixun_box .zixun_box_list .zixun_box_list-item a .right {
        width: calc(100% - 134px); }
        .zixun_box .zixun_box_list .zixun_box_list-item a .right h2 {
          width: 100%;
          font-size: 16px;
          line-height: 24px;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          margin-bottom: 10px; }
        .zixun_box .zixun_box_list .zixun_box_list-item a .right .tagBox {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .zixun_box .zixun_box_list .zixun_box_list-item a .right .tagBox .tag span {
            color: #48A5F8;
            border: 1px solid #48A5F8;
            border-radius: 3px;
            padding: 3px 6px;
            font-size: 10px; }
          .zixun_box .zixun_box_list .zixun_box_list-item a .right .tagBox p {
            font-size: 12px;
            color: #999999; }
  .zixun_box .zixun_box_list .zixun_box_list-item:last-child {
    border-bottom: none; }

/*资讯列表*/
/*资讯详情*/
.zixun_contBox {
  padding: 15px; }
  .zixun_contBox .newsTitle {
    font-size: 19px;
    margin-bottom: 15px; }
  .zixun_contBox .time {
    font-size: 12px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
  .zixun_contBox .newTxt {
    font-size: 16px;
    margin-bottom: 30px;
    color: #323232; }
    .zixun_contBox .newTxt p {
      margin-bottom: 15px; }
      .zixun_contBox .newTxt p img {
        max-width: 100%; }
  .zixun_contBox .tag a {
    padding: 8px 14px;
    font-size: 12px;
    color: #666666;
    background: #F8F8F8;
    border-radius: 3px;
    margin-right: 8px; }

.zixun_box.xgzx {
  margin-top: 30px; }
  .zixun_box.xgzx .bigTitle {
    padding-left: 15px; }
  .zixun_box.xgzx .zixun_box_list {
    padding-top: 0; }
    .zixun_box.xgzx .zixun_box_list .zixun_box_list-item:first-child {
      padding-top: 0; }

/*资讯详情*/
/*订单列表*/
.menu-status {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px #ebebeb;
  background-color: #fff;
  border-top: 1px solid #f5f5f5; }
  .menu-status p {
    width: 20%;
    padding: 10px 0;
    text-align: center;
    background-color: #fff; }
    .menu-status p.on {
      color: #48A5F8;
      position: relative; }
      .menu-status p.on:before {
        content: '';
        position: absolute;
        left: 25%;
        bottom: 0;
        width: 50%;
        height: 2px;
        background-color: #48A5F8; }

.order_list_box .order_list_item {
  background: #FFFFFF;
  margin-bottom: 15px;
  padding: 15px; }
  .order_list_box .order_list_item .top,
  .order_list_box .order_list_item .bottom,
  .order_list_box .order_list_item .name {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .order_list_box .order_list_item .top {
    font-size: 16px;
    margin-bottom: 15px; }
    .order_list_box .order_list_item .top .order_status {
      font-size: 14px; }
  .order_list_box .order_list_item .bottom {
    align-items: flex-start; }
    .order_list_box .order_list_item .bottom .package_pic {
      width: 84px;
      height: 84px;
      margin-right: 10px;
      border: 1px solid #ebebeb; }
      .order_list_box .order_list_item .bottom .package_pic img {
        width: 100%;
        height: 100%; }
    .order_list_box .order_list_item .bottom .package_des {
      width: calc(100% - 94px); }
      .order_list_box .order_list_item .bottom .package_des .name h3 {
        font-size: 16px; }
      .order_list_box .order_list_item .bottom .package_des .name p {
        font-size: 14px; }
      .order_list_box .order_list_item .bottom .package_des .num {
        font-size: 14px;
        margin: 6px 0;
        color: #666666; }
      .order_list_box .order_list_item .bottom .package_des .peifu {
        background: #EEF6FD;
        color: #48A5F8;
        padding: 5px;
        line-height: 1;
        font-size: 12px;
        display: inline-block; }
  .order_list_box .order_list_item .btn {
    text-align: right; }
    .order_list_box .order_list_item .btn a {
      display: inline-block;
      color: #48A5F8;
      font-size: 14px;
      border-radius: 25px;
      border: 1px solid #48A5F8;
      padding: 8px 15px;
      margin-top: 14px;
      line-height: 1; }

/*订单列表*/
/*套餐详情*/
.package_contBox {
  background: #FFFFFF;
  margin-bottom: 15px; }
  .package_contBox .top {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .package_contBox .top .package_pic {
      width: 94px;
      height: 94px;
      margin-right: 15px;
      border: 1px solid #ebebeb; }
      .package_contBox .top .package_pic img {
        width: 100%;
        height: 100%; }
    .package_contBox .top .package_des {
      width: calc(100% - 109px); }
      .package_contBox .top .package_des .name {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .package_contBox .top .package_des .name .star {
          width: 94px; }
          .package_contBox .top .package_des .name .star img {
            width: 100%; }
      .package_contBox .top .package_des .num {
        margin: 3px 0 8px;
        font-size: 14px; }
        .package_contBox .top .package_des .num span {
          font-size: 16px; }
        .package_contBox .top .package_des .num i {
          font-size: 12px; }
      .package_contBox .top .package_des .msg ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px; }
        .package_contBox .top .package_des .msg ul .msg-item {
          text-align: center; }
          .package_contBox .top .package_des .msg ul .msg-item span {
            display: inline-block;
            color: #666666;
            margin-top: 3px; }
  .package_contBox .teamTop {
    padding: 25px 15px 15px; }
    .package_contBox .teamTop .package_pic {
      display: flex;
      align-items: center; }
      .package_contBox .teamTop .package_pic .img {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        margin-right: 8px;
        border: 1px solid #ebebeb; }
      .package_contBox .teamTop .package_pic .package_des {
        width: calc(100% - 52px);
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .package_contBox .teamTop .package_pic .package_des .name {
          display: flex;
          align-items: center; }
          .package_contBox .teamTop .package_pic .package_des .name h3 {
            max-width: 140px;
            font-size: 18px; }
          .package_contBox .teamTop .package_pic .package_des .name .rzIcon {
            background: #EEF6FD;
            font-size: 12px;
            padding: 3px 4px;
            margin-left: 5px;
            border-radius: 3px;
            line-height: 1; }
        .package_contBox .teamTop .package_pic .package_des .num {
          display: flex;
          align-items: center;
          font-size: 12px; }
          .package_contBox .teamTop .package_pic .package_des .num .star {
            display: inline-block;
            height: 15px; }
            .package_contBox .teamTop .package_pic .package_des .num .star img {
              height: 100%; }
    .package_contBox .teamTop .msg {
      margin: 20px 0 0; }
      .package_contBox .teamTop .msg ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        line-height: 1; }
        .package_contBox .teamTop .msg ul p {
          margin-bottom: 10px; }
        .package_contBox .teamTop .msg ul p.redColor {
          font-weight: bold; }
        .package_contBox .teamTop .msg ul span {
          color: #666666;
          font-size: 14px; }
          .package_contBox .teamTop .msg ul span i {
            font-size: 12px;
            margin-right: 4px; }
  .package_contBox .selectBox {
    background: #FFFFFF;
    padding: 10px 15px 15px; }
    .package_contBox .selectBox .selectPrice .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 18px; }
      .package_contBox .selectBox .selectPrice .title p {
        background: #48A5F8;
        border-radius: 3px;
        color: #FFFFFF;
        font-size: 12px;
        padding: 4px 10px;
        font-weight: 400; }
        .package_contBox .selectBox .selectPrice .title p span {
          font-size: 12px; }
    .package_contBox .selectBox .selectPrice .selectPriceBox {
      margin-bottom: 10px;
      overflow: hidden; }
      .package_contBox .selectBox .selectPrice .selectPriceBox span {
        display: block;
        float: left;
        width: calc((100% - 40px) / 3 - 2px);
        text-align: center;
        padding: 8px 0;
        border: 1px solid #eaeaea;
        border-radius: 3px;
        font-size: 14px;
        color: #666666;
        margin-right: 20px;
        margin-bottom: 15px; }
        .package_contBox .selectBox .selectPrice .selectPriceBox span:nth-of-type(3n) {
          margin-right: 0; }
        .package_contBox .selectBox .selectPrice .selectPriceBox span.active {
          color: #ED6D68;
          border: 1px solid #ED6D68;
          background-image: url(../images/selected.png);
          background-repeat: no-repeat;
          background-position: bottom right;
          background-size: 22%; }
    .package_contBox .selectBox .pfsm {
      margin: 15px 0;
      background: #F8F8F8;
      border-radius: 3px;
      color: #666666;
      font-size: 14px;
      padding: 4px 6px; }
      .package_contBox .selectBox .pfsm .redColor {
        font-weight: bold;
        margin: 0 4px;
        font-size: 16px; }
      .package_contBox .selectBox .pfsm strong {
        font-size: 16px; }

.package_show {
  padding: 15px;
  background: #FFFFFF; }
  .package_show .icon_title {
    margin-bottom: 15px; }
  .package_show .dataPic {
    width: 100%;
    min-height: calc(100vw * 0.4); }
    .package_show .dataPic img {
      width: 100%; }

.package_tab_show {
  background: #FFFFFF;
  padding: 15px; }
  .package_tab_show .package_tabTitle {
    border-bottom: 1px solid #EEEEEE; }
    .package_tab_show .package_tabTitle p {
      display: inline-block;
      margin-right: 12px;
      font-size: 19px;
      color: #333333;
      line-height: 21px;
      padding-bottom: 10px;
      position: relative; }
    .package_tab_show .package_tabTitle p.selected {
      font-weight: bold; }
      .package_tab_show .package_tabTitle p.selected i {
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px);
        display: block;
        width: 20px;
        height: 4px;
        background: #48A5F8;
        border-radius: 4px; }
    .package_tab_show .package_tabTitle p:last-child {
      margin-right: 0; }
  .package_tab_show .package_tabCont {
    color: #666666; }
    .package_tab_show .package_tabCont p {
      line-height: 24px;
      font-size: 16px; }
    .package_tab_show .package_tabCont .txtBox {
      padding-top: 15px; }
      .package_tab_show .package_tabCont .txtBox p {
        margin-bottom: 15px; }
      .package_tab_show .package_tabCont .txtBox img {
        max-width: 100%; }
    .package_tab_show .package_tabCont .problem a {
      display: block;
      font-size: 16px;
      color: #333333;
      padding: 10px 0;
      border-bottom: 1px dashed #EEEEEE;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .package_tab_show .package_tabCont .problem a span {
        display: inline-block;
        width: 25px;
        height: 20px;
        line-height: 17px;
        font-size: 12px;
        margin-right: 6px;
        text-align: center;
        background: url(../images/q1.png) no-repeat;
        background-size: 100% 100%; }
    .package_tab_show .package_tabCont .problem a:last-child {
      padding-bottom: 0;
      border-bottom: none; }

.case_show {
  background: #FFFFFF;
  padding-bottom: 20px; }

.careful_show {
  background: #FFFFFF;
  padding: 15px;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px; }
  .careful_show .icon_title i {
    font-size: 22px; }
  .careful_show .tips {
    color: #666666;
    font-size: 16px;
    padding-top: 10px; }
    .careful_show .tips p {
      margin-bottom: 15px; }
  .careful_show .problem a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px dashed #EEEEEE;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .careful_show .problem a span {
      display: inline-block;
      width: 25px;
      height: 20px;
      line-height: 17px;
      font-size: 12px;
      margin-right: 6px;
      text-align: center;
      background: url(../images/q1.png) no-repeat;
      background-size: 100% 100%; }
  .careful_show .problem a:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.process_show {
  background: #FFFFFF;
  padding: 15px;
  font-size: 14px;
  margin: 15px 0; }
  .process_show ul {
    color: #666666;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 15px; }
    .process_show ul li {
      width: 23%;
      text-align: center; }
      .process_show ul li .image {
        height: 18px;
        margin-bottom: 10px; }
        .process_show ul li .image img {
          height: 100%;
          margin: 0 auto; }
    .process_show ul li:nth-child(even) {
      width: 8px; }
      .process_show ul li:nth-child(even) .image {
        height: 6px;
        margin-top: 6px; }
        .process_show ul li:nth-child(even) .image img {
          height: 96%; }

.bottom-btn {
  position: fixed;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10000000;
  background-color: #fff;
  box-shadow: 0 0 10px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .bottom-btn .contact {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center; }
    .bottom-btn .contact a {
      height: 50px;
      width: 60%;
      color: #999;
      text-align: center; }
      .bottom-btn .contact a img, .bottom-btn .contact a i {
        width: 20px;
        display: block;
        margin: 5px auto; }
  .bottom-btn .btn {
    width: calc(70% - 30px);
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center; }
    .bottom-btn .btn a {
      background-image: linear-gradient(-30deg, #13b6f8, #3f86ed);
      display: block;
      color: #FFFFFF;
      font-size: 15px;
      border-radius: 25px;
      text-align: center;
      height: 36px;
      line-height: 36px;
      min-width: 50%;
      width: 100%; }
      .bottom-btn .btn a:nth-of-type(2) {
        margin-left: 5px; }
      .bottom-btn .btn a.black {
        width: 50%;
        background-image: linear-gradient(-30deg, rgba(246, 74, 104, 0.8), #f64a68);
        border-left: 1px solid #f5f5f5; }
  .bottom-btn.tc-bottom-btn .contact {
    width: 40%; }
    .bottom-btn.tc-bottom-btn .contact a {
      display: block;
      font-size: 12px; }
      .bottom-btn.tc-bottom-btn .contact a img, .bottom-btn.tc-bottom-btn .contact a i {
        width: 20px;
        margin: 5px auto; }
      .bottom-btn.tc-bottom-btn .contact a:nth-of-type(1) {
        border-right: none; }
  .bottom-btn.tc-bottom-btn .btn {
    width: 60%; }

/*套餐详情*/
/*确认订单*/
.orderBox {
  margin-bottom: 40px; }
  .orderBox .top {
    padding: 22px 15px 20px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .orderBox .top .package_pic {
      width: 84px;
      height: 84px;
      border: 1px solid #fafafa;
      border-radius: 5px;
      overflow: hidden;
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .orderBox .top .package_pic img {
        width: 100%; }
    .orderBox .top .package_des {
      width: calc(100% - 94px); }
      .orderBox .top .package_des .name {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .orderBox .top .package_des .name h3 {
          font-size: 16px; }
        .orderBox .top .package_des .name p {
          font-size: 14px; }
      .orderBox .top .package_des .num {
        font-size: 14px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .orderBox .top .package_des .peifu {
        background: #EEF6FD;
        color: #48A5F8;
        padding: 5px;
        line-height: 1;
        font-size: 12px;
        display: inline-block; }
  .orderBox .biaoshu_tab_show {
    margin: 15px 0;
    padding: 15px;
    background: #FFFFFF; }
    .orderBox .biaoshu_tab_show .biaoshu_tabTitle {
      border-bottom: 1px solid #EEEEEE; }
      .orderBox .biaoshu_tab_show .biaoshu_tabTitle p {
        display: inline-block;
        margin-right: 12px;
        font-size: 16px;
        color: #333333;
        line-height: 21px;
        padding-bottom: 10px;
        position: relative; }
      .orderBox .biaoshu_tab_show .biaoshu_tabTitle p.selected {
        font-weight: bold; }
        .orderBox .biaoshu_tab_show .biaoshu_tabTitle p.selected i {
          position: absolute;
          bottom: 0;
          left: calc(50% - 10px);
          display: block;
          width: 20px;
          height: 4px;
          background: #48A5F8;
          border-radius: 4px; }
      .orderBox .biaoshu_tab_show .biaoshu_tabTitle p:last-child {
        margin-right: 0; }
    .orderBox .biaoshu_tab_show .biaoshu_tabCont .problem a {
      display: block;
      font-size: 15px;
      color: #333333;
      padding: 10px 0;
      border-bottom: 1px dashed #EEEEEE; }
      .orderBox .biaoshu_tab_show .biaoshu_tabCont .problem a span {
        display: inline-block;
        width: 25px;
        height: 20px;
        line-height: 17px;
        font-size: 12px;
        margin-right: 6px;
        text-align: center;
        background: url(../images/q1.png) no-repeat;
        background-size: 100% 100%; }
    .orderBox .biaoshu_tab_show .biaoshu_tabCont .problem a:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .orderBox .biaoshu_tab_show .biaoshu_tabCont .problem.ct {
      line-height: 24px;
      padding: 15px 0; }
      .orderBox .biaoshu_tab_show .biaoshu_tabCont .problem.ct img {
        max-width: 100%; }
    .orderBox .biaoshu_tab_show .biaoshu_tabCont .order-form-inner .form-list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px; }
      .orderBox .biaoshu_tab_show .biaoshu_tabCont .order-form-inner .form-list .name {
        width: 110px;
        text-align: right; }
      .orderBox .biaoshu_tab_show .biaoshu_tabCont .order-form-inner .form-list .detail {
        width: calc(100% - 115px); }
        .orderBox .biaoshu_tab_show .biaoshu_tabCont .order-form-inner .form-list .detail input {
          width: 90%;
          font-size: 15px;
          border: none;
          border-bottom: 1px solid #EEEEEE;
          padding: 15px 0;
          padding-left: 6px; }
    .orderBox .biaoshu_tab_show .biaoshu_tabCont .order-form-inner .form-list.form-pic {
      padding: 20px 0; }
    .orderBox .biaoshu_tab_show .biaoshu_tabCont .upload-container {
      font-size: 0;
      padding: 8px 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .orderBox .biaoshu_tab_show .biaoshu_tabCont .upload-container .single-upload {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        position: relative; }
        .orderBox .biaoshu_tab_show .biaoshu_tabCont .upload-container .single-upload .img {
          width: 100%;
          height: 130px;
          border: 1px solid #f5f5f5;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden; }
          .orderBox .biaoshu_tab_show .biaoshu_tabCont .upload-container .single-upload .img img {
            width: 100%;
            display: block; }
        .orderBox .biaoshu_tab_show .biaoshu_tabCont .upload-container .single-upload input[type=file] {
          background-color: #333;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding: 0;
          margin: 0;
          opacity: 0; }
        .orderBox .biaoshu_tab_show .biaoshu_tabCont .upload-container .single-upload span {
          text-align: center;
          display: block;
          line-height: 28px;
          font-size: 14px;
          margin-top: 5px;
          color: #555; }
  .orderBox .money {
    padding: 15px;
    background: #FFFFFF; }
    .orderBox .money .payMoney {
      margin: 15px 0;
      font-size: 19px; }
      .orderBox .money .payMoney .redColor {
        font-weight: bold;
        font-size: 24px;
        margin: 0 5px; }
    .orderBox .money .dpxy {
      position: relative;
      display: flex;
      align-items: center; }
      .orderBox .money .dpxy .agree-sign {
        margin-right: 10px; }
        .orderBox .money .dpxy .agree-sign i {
          font-size: 18px;
          width: 15px;
          height: 15px;
          display: block;
          border-radius: 50% !important;
          overflow: hidden; }
          .orderBox .money .dpxy .agree-sign i.fa {
            height: auto;
            margin-top: 0; }
          .orderBox .money .dpxy .agree-sign i.kuang {
            width: 13px;
            height: 13px;
            border-radius: 2px;
            border: 1px solid #ccc; }
          .orderBox .money .dpxy .agree-sign i.hide {
            display: none; }
      .orderBox .money .dpxy label {
        font-size: 14px; }

.orderBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #FFFFFF;
  box-shadow: 0 0 3px #EEEEEE; }
  .orderBtn div {
    max-width: 640px;
    margin: 0 auto; }
    .orderBtn div a {
      font-size: 16px;
      display: block;
      width: 40%;
      padding: 10px 0;
      color: #FFFFFF;
      background: #48A5F8;
      border-radius: 25px;
      margin: 0 auto;
      text-align: center;
      line-height: 1; }

/*确认订单*/
/*订单详情*/
.order_show_header {
  padding: 15px 15px 15px;
  background: #FFFFFF;
  margin-bottom: 15px; }
  .order_show_header .notice {
    padding: 0 10px;
    border-radius: 10px;
    background-color: #fafafa; }
    .order_show_header .notice .common-title {
      margin-top: 0;
      margin-bottom: 10px; }
      .order_show_header .notice .common-title:nth-of-type(2) {
        margin-top: -20px; }
  .order_show_header .top,
  .order_show_header .bottom,
  .order_show_header .name {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .order_show_header .top {
    font-size: 16px;
    margin-bottom: 15px; }
    .order_show_header .top .order_status {
      font-size: 14px; }
  .order_show_header .bottom {
    align-items: flex-start; }
    .order_show_header .bottom .package_pic {
      width: 84px;
      height: 84px;
      margin-right: 10px;
      border: 1px solid #ebebeb; }
      .order_show_header .bottom .package_pic img {
        width: 100%;
        height: 100%; }
    .order_show_header .bottom .package_des {
      width: calc(100% - 94px); }
      .order_show_header .bottom .package_des .name h3 {
        font-size: 16px; }
      .order_show_header .bottom .package_des .name p {
        font-size: 14px; }
      .order_show_header .bottom .package_des .num {
        font-size: 14px;
        margin: 6px 0;
        color: #666666; }
      .order_show_header .bottom .package_des .peifu {
        background: #EEF6FD;
        color: #48A5F8;
        padding: 5px;
        line-height: 1;
        font-size: 12px;
        display: inline-block; }
  .order_show_header .orderMoney .orderMoney-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    font-size: 16px;
    color: #666666; }
    .order_show_header .orderMoney .orderMoney-item span {
      color: #333333; }
    .order_show_header .orderMoney .orderMoney-item p {
      font-size: 14px; }
  .order_show_header .orderMoney .orderMoney-item.payment {
    margin: 30px 0 10px;
    justify-content: flex-end;
    align-items: center;
    line-height: 1; }
    .order_show_header .orderMoney .orderMoney-item.payment .redColor {
      font-size: 20px;
      margin-left: 10px; }

.order_show_msg {
  padding: 15px;
  background: #FFFFFF;
  margin-bottom: 15px; }
  .order_show_msg .menu {
    display: flex;
    align-items: center;
    margin-bottom: 28px; }
    .order_show_msg .menu p {
      padding: 0 30px 0 0;
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: bold; }
      .order_show_msg .menu p.on {
        color: #48A5F8; }
        .order_show_msg .menu p.on.miss {
          color: #333; }
  .order_show_msg .biaoshuTxt {
    font-size: 16px; }
    .order_show_msg .biaoshuTxt .item {
      line-height: 1;
      color: #666666;
      margin-bottom: 25px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .order_show_msg .biaoshuTxt .item span {
        width: 96px;
        color: #333333; }
      .order_show_msg .biaoshuTxt .item p {
        width: calc(100% - 100px);
        text-align: right; }
    .order_show_msg .biaoshuTxt .pic {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .order_show_msg .biaoshuTxt .pic div {
        width: 47.5%;
        height: 108px;
        overflow: hidden;
        border-radius: 5px;
        border: 1px solid #ebebeb;
        display: flex;
        align-items: center;
        justify-content: center; }
        .order_show_msg .biaoshuTxt .pic div img {
          width: 100%;
          display: block; }

.order_show_payWay {
  padding: 15px;
  background: #FFFFFF;
  margin-bottom: 15px; }
  .order_show_payWay .titleBox {
    font-size: 18px;
    margin-bottom: 20px; }
  .order_show_payWay .pay-way {
    border-top: 1px solid #f5f5f5; }
    .order_show_payWay .pay-way .common-title {
      margin-top: 0; }
    .order_show_payWay .pay-way ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0; }
      .order_show_payWay .pay-way ul li label {
        display: flex;
        align-items: center; }
        .order_show_payWay .pay-way ul li label img {
          height: 16px;
          display: block;
          margin-right: 5px; }
      .order_show_payWay .pay-way ul li input {
        border: 1px solid #f5f5f5;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        width: 16px; }

.order_show_fapiao {
  padding: 15px;
  background: #FFFFFF;
  margin-bottom: 30px; }
  .order_show_fapiao i {
    margin-left: 8px;
    color: #999999; }

.order_show_payBtn {
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0 0 3px #EEEEEE;
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px); }
  .order_show_payBtn .payBtn_box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .order_show_payBtn .payBtn_box .kefu {
      font-size: 12px;
      color: #666666; }
      .order_show_payBtn .payBtn_box .kefu img {
        width: 16px;
        margin: 0 auto 8px; }
    .order_show_payBtn .payBtn_box div {
      font-size: 16px; }
    .order_show_payBtn .payBtn_box .btn {
      background: #48A5F8;
      border-radius: 25px;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 1;
      padding: 10px 35px; }

/*订单详情*/
/*余额转抵扣券*/
.transform_dj_coupon {
  width: calc(100% - 30px);
  padding: 15px; }
  .transform_dj_coupon .tips {
    line-height: 28px; }
    .transform_dj_coupon .tips p {
      margin-top: 15px;
      font-size: 14px; }
  .transform_dj_coupon a {
    width: 260px;
    background: #48A5F8;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 25px;
    text-align: center;
    line-height: 1;
    display: block;
    margin: 30px auto 0; }
    .transform_dj_coupon a.back-btn {
      margin: 20px auto 0;
      background-color: #ed6d68; }
    .transform_dj_coupon a.cancel-btn {
      margin: 20px auto 0;
      background-color: #ccc; }

/*余额转抵扣券*/
/*优惠券*/
.coupon_box .coupon_box_list .coupon_box_list-item {
  margin-bottom: 15px;
  background: #FFFFFF; }
  .coupon_box .coupon_box_list .coupon_box_list-item .top {
    padding: 15px;
    display: flex;
    align-items: center; }
    .coupon_box .coupon_box_list .coupon_box_list-item .top .left {
      width: 110px;
      font-size: 26px;
      font-weight: bold;
      text-align: center; }
      .coupon_box .coupon_box_list .coupon_box_list-item .top .left i {
        font-size: 18px;
        margin-right: 6px; }
    .coupon_box .coupon_box_list .coupon_box_list-item .top .right .title {
      font-size: 16px; }
    .coupon_box .coupon_box_list .coupon_box_list-item .top .right .time {
      margin: 10px 0;
      color: #666666;
      font-size: 13px; }
    .coupon_box .coupon_box_list .coupon_box_list-item .top .right .guize {
      font-size: 12px; }
    .coupon_box .coupon_box_list .coupon_box_list-item .top .right .guize.on i {
      transform: rotate(90deg); }
  .coupon_box .coupon_box_list .coupon_box_list-item .tips {
    padding: 15px;
    margin-top: 15px;
    background-color: #FFFFFF;
    font-size: 12px;
    display: none;
    line-height: 1.5;
    border-top: 15px solid #FAFAFA; }
    .coupon_box .coupon_box_list .coupon_box_list-item .tips span {
      font-size: 16px;
      margin-bottom: 10px;
      display: block; }
    .coupon_box .coupon_box_list .coupon_box_list-item .tips P {
      color: #666666;
      margin-bottom: 6PX; }
.coupon_box .coupon_box_list .coupon_box_list-item:last-child {
  margin-bottom: 80px; }

/*优惠券*/
/*提现绑定*/
.bindBox {
  padding: 8px 15px; }
  .bindBox .formCont .form-item {
    display: flex;
    align-items: center;
    font-size: 15px; }
    .bindBox .formCont .form-item .name {
      width: 120px;
      margin-right: 8px; }
    .bindBox .formCont .form-item .detail {
      width: calc(100% - 128px); }
      .bindBox .formCont .form-item .detail input {
        width: 90%;
        font-size: 15px;
        border: none;
        border-bottom: 1px solid #EEEEEE;
        padding: 15px 0;
        padding-left: 6px; }
    .bindBox .formCont .form-item .detail.code {
      display: flex;
      align-items: center; }
      .bindBox .formCont .form-item .detail.code p {
        font-size: 14px;
        margin-right: 10px; }
      .bindBox .formCont .form-item .detail.code span {
        display: block;
        color: #48A5F8;
        border: 1px solid #48A5F8;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 25px;
        text-align: center;
        line-height: 1;
        margin: 15px 0;
        box-sizing: border-box; }
  .bindBox .formCont .formBtn {
    width: 260px;
    background: #48A5F8;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 25px;
    text-align: center;
    line-height: 1;
    margin: 40px auto 0; }
  .bindBox .formCont.invite .form-item .name {
    width: 76px;
    text-align: center; }
  .bindBox .formCont.invite .form-item .detail {
    width: calc(100% - 84px); }
  .bindBox .formCont.invite .formBtn {
    position: fixed;
    bottom: 30px;
    width: 100%;
    left: 0;
    background: none; }
    .bindBox .formCont.invite .formBtn span {
      display: inline-block;
      width: 260px;
      background: #48A5F8;
      color: #FFFFFF;
      font-size: 16px;
      padding: 10px 0;
      border-radius: 25px;
      text-align: center;
      line-height: 1; }

.bindBox.cashBox {
  padding: 15px; }
  .bindBox.cashBox .formCont .form-item {
    padding-bottom: 15px; }
    .bindBox.cashBox .formCont .form-item .name {
      width: 75px;
      text-align: left; }
    .bindBox.cashBox .formCont .form-item .detail {
      width: calc(100% - 83px); }
  .bindBox.cashBox .formCont .form-item.money {
    align-items: baseline; }
    .bindBox.cashBox .formCont .form-item.money p {
      margin-top: 15px;
      font-size: 14px; }
      .bindBox.cashBox .formCont .form-item.money p .redColor {
        font-weight: bold; }

/*提现绑定*/
/*我的余额*/
.moneyBox {
  background: #FFFFFF;
  padding: 15px;
  width: calc(100% - 60px);
  margin: 15px auto 15px;
  box-shadow: 0 0 3px #eeeeee;
  border-radius: 3px;
  color: #FFFFFF;
  background-image: linear-gradient(-30deg, #13b6f8, #3f86ed); }
  .moneyBox p {
    margin-bottom: 15px; }
  .moneyBox .money {
    font-weight: bold;
    font-size: 14px; }
    .moneyBox .money span {
      font-size: 32px; }

.moneyBox .operationBtn a {
  display: inline-block;
  color: #FFFFFF;
  border: 1px solid #81d1ff;
  font-size: 12px;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  margin: 10px 6px 0 0;
  box-sizing: border-box; }

.recordList {
  background: #FFFFFF;
  padding: 15px;
  width: calc(100% - 60px);
  margin: 0 auto;
  border-radius: 3px; }
  .recordList .recordListBox-item {
    padding: 12px 0;
    border-bottom: 1px solid #F6F6F6; }
    .recordList .recordListBox-item .top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 15px;
      margin-bottom: 6px; }
      .recordList .recordListBox-item .top span:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 75px); }
    .recordList .recordListBox-item .bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 12px;
      color: #999999; }
  .recordList .recordListBox-item:last-child {
    border-bottom: none;
    padding-bottom: 0; }

/*我的余额*/
/*底部版权*/
.copyright {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  font-size: 12px;
  border-top: .5px solid #fafafa;
  color: #999; }
  .copyright a {
    color: #999; }
    .copyright a img {
      width: 14px;
      display: inline-block; }

/*底部版权*/
/*底部导航*/
.footer {
  background: #fff;
  box-shadow: 0 -5px 32px rgba(0, 0, 0, 0.05);
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .footer .footer-inner {
    max-width: 640px;
    margin: 0 auto;
    font-size: 0; }
    .footer .footer-inner .footer-tab {
      display: inline-block;
      font-size: 10px;
      font-weight: 500;
      width: 20%;
      text-align: center;
      color: #000000;
      font-weight: bold; }
      .footer .footer-inner .footer-tab img {
        width: auto;
        height: 18px;
        margin: 0 auto; }
    .footer .footer-inner .footer-tab.active {
      color: #4EA1F5; }

/*底部导航*/
@media only screen and (max-width: 320px) {
  .case .case_box .case_box-item .name div {
    width: 66% !important; }
  .case .case_box .case_box-item .name p {
    width: 34% !important;
    overflow: hidden;
    white-space: nowrap;
    text-align: right; }

  .zixun_box.xgzx .zixun_box_list .zixun_box_list-item a .right .tagBox p {
    display: none; }

  .package_contBox .teamTop .package_pic .package_des .name h3 {
    max-width: 114px; } }
@media only screen and (min-width: 640px) {
  .package_contBox .teamTop .package_pic .package_des .name h3 {
    max-width: initial; }

  .order_show_msg .biaoshuTxt .pic div,
  .orderBox .biaoshu_tab_show .biaoshu_tabCont .upload-container .single-upload .unupload-container {
    height: 180px; }

  .orderBox .biaoshu_tab_show .biaoshu_tabCont .upload-container .single-upload img {
    width: auto;
    height: 46px;
    margin: 0 auto;
    margin-top: 70px; } }
/**优惠券弹窗 start**/
.coupon-adv {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .coupon-adv .coupon-box {
    width: 100%;
    position: relative; }
    .coupon-adv .coupon-box img {
      width: 100%;
      display: block; }
    .coupon-adv .coupon-box .txt {
      position: absolute;
      bottom: 20%;
      width: 80%;
      left: 10%;
      text-align: center;
      color: #fff;
      line-height: 24px; }
      .coupon-adv .coupon-box .txt h3 {
        padding: 10px 0;
        margin: 0 auto;
        background-size: 100%;
        width: 60%;
        font-size: 18px; }
      .coupon-adv .coupon-box .txt a {
        color: #fff;
        padding: 5px 0;
        width: 60%;
        margin: 20px auto 0;
        display: block;
        background-image: url(../images/btn.png);
        background-size: 100% 100%;
        border-radius: 5px; }

/**优惠券弹窗 end**/
/**主页客服按钮 start**/
.kefu-btn img {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 1000;
  bottom: 10%;
  right: 15px;
  box-shadow: 0 0 10px gray;
  border-radius: 50%;
  transition: 0.5s; }
.kefu-btn.on img {
  right: -18px;
  transition: 0.5s; }
.kefu-btn.zs-kefu-btn img {
  box-shadow: none;
  width: 60px;
  height: 60px;
  border-radius: 0; }
.kefu-btn.zs-kefu-btn.on img {
  right: -28px;
  transition: 0.5s; }

/**主页客服按钮 end**/
.seeMore {
  padding: 10px 0;
  margin-top: 10px;
  border: 1px solid #f5f5f5;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  border-radius: 5px; }

/**layer css setting start**/
.layer-confirm .layui-layer-title {
  text-align: center;
  padding: 0 !important; }
.layer-confirm .layui-layer-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse !important;
  padding: 0 !important; }
  .layer-confirm .layui-layer-btn a {
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 50%;
    text-align: center;
    border-radius: 0; }
    .layer-confirm .layui-layer-btn a.layui-layer-btn0 {
      border-top: 1px solid #1e9fff !important;
      background-color: #1e9fff !important; }
    .layer-confirm .layui-layer-btn a.layui-layer-btn1 {
      border-top: 1px solid #fafafa !important;
      background-color: #fff !important; }

.layer-bg-transparent {
  background-color: transparent !important;
  box-shadow: none !important; }

.layer-wechatBox .layui-layer-btn0 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0 !important;
  text-align: center;
  padding: 5px 0;
  background-color: #f1f1f1 !important;
  color: #555 !important;
  border: none; }
.layer-wechatBox .wechatBox, .layer-wechatBox .wechatGzhBox {
  padding: 20px 10px 30px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 10px !important; }
  .layer-wechatBox .wechatBox img, .layer-wechatBox .wechatGzhBox img {
    width: 90%;
    display: block;
    margin: 10px auto; }
  .layer-wechatBox .wechatBox p, .layer-wechatBox .wechatGzhBox p {
    line-height: 24px; }

.egpic-box {
  padding: 10px; }

/**layer css setting end**/
/**登录  start**/
.login-box {
  background-color: #fff; }
  .login-box .bg {
    width: 100%;
    height: calc(100vw * 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: -1;
    box-shadow: 0 0 10px #ebebeb; }
    .login-box .bg img {
      width: 100%;
      filter: blur(12px); }
  .login-box .form {
    background-color: #fff;
    border-radius: 5px;
    line-height: 30px;
    box-shadow: 0 0 10px #ebebeb;
    position: relative;
    padding: 60px 0 30px;
    margin-top: -50px; }
    .login-box .form .logo {
      box-shadow: 0 0 10px #ccc;
      border-radius: 50%;
      border: 1px solid #f5f5f5;
      overflow: hidden;
      position: absolute;
      top: -30px;
      left: calc(50% - 30px);
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .login-box .form .logo img {
        width: 100%;
        height: 100%; }
    .login-box .form .box {
      min-height: calc(100vh * 0.4); }
      .login-box .form .box .input-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px; }
        .login-box .form .box .input-item .btn {
          background-image: linear-gradient(-30deg, #13b6f8, #3f86ed);
          text-align: center;
          width: 40%;
          margin: 50px auto 0;
          color: #fff;
          font-size: 12px;
          border-radius: 15px; }
        .login-box .form .box .input-item small {
          text-align: center;
          display: block;
          width: 100%;
          color: #999;
          font-size: 12px; }
        .login-box .form .box .input-item i {
          font-size: 22px;
          width: 30px;
          text-align: center;
          color: #555; }
        .login-box .form .box .input-item .input {
          width: calc(100% - 40px);
          border-bottom: 1px solid #ebebeb;
          padding: 5px 0;
          display: flex;
          align-items: center;
          margin-left: 10px; }
          .login-box .form .box .input-item .input input {
            width: 100%;
            border: none;
            padding: 5px 0;
            color: #333;
            font-size: 14px; }
        .login-box .form .box .input-item.input-item:nth-of-type(2) i {
          font-size: 16px; }
        .login-box .form .box .input-item.input-item:nth-of-type(2) .input input {
          width: calc(100% - 90px); }
        .login-box .form .box .input-item.input-item:nth-of-type(2) .input .get-code {
          width: 100px;
          border: 1px solid #3c88ed;
          text-align: center;
          font-size: 12px;
          color: #3c88ed;
          border-radius: 20px;
          line-height: 28px; }
          .login-box .form .box .input-item.input-item:nth-of-type(2) .input .get-code.disabled {
            border: 1px solid #ccc;
            color: #999; }

/**登录  end**/
/*线下支付*/
.offlinePay {
  margin-top: -20px;
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 28px; }

/*线下支付*/
/**用户是否购车 start**/
.buy-car-box {
  background-color: #fff; }
  .buy-car-box .common-title {
    margin-top: 0;
    padding: 10px 10px;
    border-bottom: 1px solid #ebebeb; }
  .buy-car-box .item {
    padding: 0 10px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center; }
    .buy-car-box .item:last-child {
      border-bottom: none; }
    .buy-car-box .item div {
      padding: 15px 0;
      display: flex;
      align-items: center;
      min-width: 50%; }
      .buy-car-box .item div input[type=radio] {
        margin-right: 10px;
        margin-left: 20px; }
      .buy-car-box .item div input[type=text] {
        width: calc(100% - 50px);
        border: none; }
      .buy-car-box .item div label {
        width: 50px; }
      .buy-car-box .item div:nth-of-type(2) {
        border-right: 0; }
      .buy-car-box .item div.car-select, .buy-car-box .item div.input-item {
        width: calc(100% - 40px);
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
  .buy-car-box .tips {
    line-height: 26px;
    padding: 10px 20px; }

.city-choose {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  font-size: 14px;
  z-index: 100000000; }
  .city-choose .close-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .city-choose .list-item {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 70%;
    height: 100%;
    overflow-y: scroll; }
    .city-choose .list-item.district-list {
      right: 0;
      background-color: #f8f8f8;
      display: none; }
    .city-choose .list-item li {
      line-height: 40px;
      padding: 5px 20px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #ebebeb; }
      .city-choose .list-item li:first-child {
        background-color: #f5f5f5; }
        .city-choose .list-item li:first-child i {
          margin-right: 10px;
          font-weight: bold; }
      .city-choose .list-item li.on {
        color: red; }
      .city-choose .list-item li img {
        width: 40px; }
      .city-choose .list-item li span {
        margin-left: 10px; }

/**用户是否购车 end**/
/**关于我们  start**/
.about-us {
  line-height: 28px;
  color: #555;
  background-color: #fff;
  padding-bottom: 30px;
  box-shadow: 0 0 10px #ebebeb; }
  .about-us .common-title {
    font-size: 16px; }
    .about-us .common-title div {
      display: flex;
      align-items: center; }
      .about-us .common-title div:before {
        content: '';
        width: 3px;
        height: 14px;
        display: inline-block;
        margin-right: 5px;
        background-color: #388eef; }
  .about-us img {
    max-width: 100%; }
  .about-us .btn {
    display: flex; }
    .about-us .btn a {
      width: 90px;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background-image: linear-gradient(-30deg, #13b6f8, #3f86ed);
      color: #fff;
      border-radius: 5px;
      margin-right: 10px; }
      .about-us .btn a:last-child {
        background-image: linear-gradient(-30deg, rgba(246, 74, 104, 0.8), #f64a68); }

/**关于我们  end**/
/**操作指南  start**/
.guide-box {
  line-height: 28px;
  color: #555;
  background-color: #fff;
  padding-bottom: 30px;
  box-shadow: 0 0 10px #ebebeb;
  margin-bottom: -50px; }
  .guide-box .titleBox {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 10px 0; }
    .guide-box .titleBox:before {
      content: '';
      width: 3px;
      height: 14px;
      margin-right: 5px;
      background-color: #3c88ed; }
  .guide-box video {
    width: 100%;
    height: calc(100vw * 0.5);
    border: 1px solid #f5f5f5;
    margin: 10px auto; }

.lawyer-box {
  line-height: 28px;
  color: #555;
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 10px;
  box-shadow: 0 0 10px #ebebeb;
  margin-bottom: -50px; }
  .lawyer-box img {
    max-width: 100%;
    height: auto !important; }

/**操作指南  end**/
/**车务  start**/
.carService {
  margin-top: 20px;
  margin-bottom: 20px; }
  .carService .box {
    padding-bottom: 10px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 0 10px #ebebeb;
    border-radius: 5px;
    min-height: calc(100vh - 140px); }
    .carService .box .carMenu {
      border-bottom: 1px solid #ebebeb; }
      .carService .box .carMenu ul {
        display: flex;
        align-items: center; }
        .carService .box .carMenu ul li {
          padding: 5px 0;
          border-right: 1px solid #f7f9fb;
          width: calc(100% / 4);
          text-align: center; }
          .carService .box .carMenu ul li a {
            display: block; }
          .carService .box .carMenu ul li:last-child {
            border-right: none; }
    .carService .box .carBanner {
      padding-top: 15px;
      margin-bottom: -20px; }
      .carService .box .carBanner img {
        width: 100%;
        border-radius: 5px; }
    .carService .box .common-title div {
      display: flex;
      align-items: center; }
      .carService .box .common-title div:before {
        content: '';
        width: 3px;
        height: 12px;
        margin-right: 5px;
        background-color: #3c88ed;
        margin-top: -2px; }
    .carService .box .common-title.bank-gh {
      padding: 0 0 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #004f9a; }
      .carService .box .common-title.bank-gh div:before {
        content: '';
        width: 3px;
        height: 12px;
        margin-right: 5px;
        background-color: #004f9a;
        margin-top: -2px; }
    .carService .box .common-title.bank-ny {
      padding: 0 0 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #008171; }
      .carService .box .common-title.bank-ny div:before {
        content: '';
        width: 3px;
        height: 12px;
        margin-right: 5px;
        background-color: #008171;
        margin-top: -2px; }
    .carService .box .carServiceLc {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding-top: 10px; }
      .carService .box .carServiceLc .item {
        width: 25%;
        text-align: center; }
        .carService .box .carServiceLc .item .pic img {
          width: 50%; }
    .carService .box .bankList .pic img {
      width: 100%; }
    .carService .box .form-group .row-wrapper {
      display: flex;
      align-items: center;
      padding: 5px 0;
      font-size: 14px;
      border-bottom: 1px solid #f5f5f5; }
      .carService .box .form-group .row-wrapper label {
        width: 80px;
        margin-right: 10px; }
      .carService .box .form-group .row-wrapper input {
        width: calc(100% - 80px - 10px);
        border: none;
        padding: 5px 0; }
      .carService .box .form-group .row-wrapper div {
        width: calc(100% - 80px);
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .carService .box .form-group .row-wrapper div input {
          width: calc(100% - 80px);
          border: none;
          font-size: 14px; }
        .carService .box .form-group .row-wrapper div span {
          display: block;
          width: 80px;
          padding: 2px 0;
          text-align: right;
          font-size: 12px; }
      .carService .box .form-group .row-wrapper select {
        padding: 5px 0;
        outline: none;
        width: calc(100% - 80px);
        background-color: transparent;
        border: none;
        font-size: 14px; }
      .carService .box .form-group .row-wrapper .choiceNum {
        display: block; }
        .carService .box .form-group .row-wrapper .choiceNum label {
          width: 100%;
          display: flex;
          align-items: flex-start;
          padding: 5px 0;
          font-size: 14px;
          line-height: 20px; }
          .carService .box .form-group .row-wrapper .choiceNum label input {
            padding: 0;
            width: 16px;
            height: 16px;
            margin-right: 5px; }
    .carService .box .city-go {
      margin-top: 20px; }
      .carService .box .city-go .city-table {
        font-size: 14px;
        line-height: 30px; }
        .carService .box .city-go .city-table td:last-child {
          text-align: right; }
    .carService .box .tip {
      line-height: 28px;
      font-size: 14px; }
      .carService .box .tip table {
        width: 100%; }
        .carService .box .tip table.center th, .carService .box .tip table.center td {
          text-align: center; }
        .carService .box .tip table tr th {
          font-weight: bold;
          font-size: 14px; }
        .carService .box .tip table tr td {
          padding: 0 5px; }
        .carService .box .tip table tr:nth-of-type(2n) {
          background-color: #f7f9fb; }

.chewu-homepage ul li {
  background-color: #fff;
  box-shadow: 0 0 10px #ebebeb;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px; }
  .chewu-homepage ul li a {
    display: flex;
    align-items: center; }
    .chewu-homepage ul li a img {
      width: 60px;
      height: 60px;
      margin-right: 10px; }
    .chewu-homepage ul li a .txt {
      width: calc(100% - 70px);
      line-height: 24px;
      color: #555; }
      .chewu-homepage ul li a .txt h4 {
        font-size: 16px;
        margin-bottom: 5px;
        color: #333; }

/**车务  end**/
.invoice-btn-box {
  margin-bottom: 15px;
  background-color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/*订单评价 start*/
.comment-box .tc-info {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px #ebebeb;
  border-radius: 5px;
  padding: 10px; }
  .comment-box .tc-info a {
    display: flex;
    align-items: center; }
    .comment-box .tc-info a .img {
      width: 80px;
      height: 80px;
      overflow: hidden;
      border-radius: 5px;
      border: 1px solid #f5f5f5; }
      .comment-box .tc-info a .img img {
        width: 100%;
        display: block; }
    .comment-box .tc-info a .txt {
      width: calc(100% - 80px - 10px);
      margin-left: 10px; }
      .comment-box .tc-info a .txt h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333; }
        .comment-box .tc-info a .txt h4 small {
          font-weight: normal; }
      .comment-box .tc-info a .txt .price {
        font-size: 18px;
        font-weight: normal;
        margin: 5px 0; }
        .comment-box .tc-info a .txt .price small {
          font-size: 12px; }
      .comment-box .tc-info a .txt .desc {
        color: #999;
        font-size: 12px; }
.comment-box #myform {
  background-color: #fff;
  box-shadow: 0 0 10px #ebebeb;
  border-radius: 5px;
  padding: 0 10px 50px; }
  .comment-box #myform .common-title {
    border-bottom: 1px solid #f5f5f5; }
  .comment-box #myform .input-item {
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-size: 14px; }
    .comment-box #myform .input-item.flex_start {
      align-items: flex-start; }
    .comment-box #myform .input-item .upload-pic {
      width: 40%;
      position: relative; }
      .comment-box #myform .input-item .upload-pic .file {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0; }
      .comment-box #myform .input-item .upload-pic .img {
        width: 100%;
        height: 120px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px dashed #ebebeb; }
        .comment-box #myform .input-item .upload-pic .img img {
          height: 102%; }
    .comment-box #myform .input-item label {
      width: 80px;
      margin-right: 10px; }
    .comment-box #myform .input-item input {
      background-color: #fff;
      border: 1px solid #f5f5f5;
      outline: none;
      padding: 5px 0;
      width: calc(100% - 80px - 10px);
      border-radius: 5px; }
    .comment-box #myform .input-item .rating-stars-container {
      display: flex;
      width: calc(100% - 90px); }
      .comment-box #myform .input-item .rating-stars-container .rating-star {
        margin-right: 10px; }
        .comment-box #myform .input-item .rating-stars-container .rating-star i {
          color: #ccc;
          font-size: 18px; }
        .comment-box #myform .input-item .rating-stars-container .rating-star.is--hover i {
          color: orangered !important; }
        .comment-box #myform .input-item .rating-stars-container .rating-star.is--no--hover i {
          color: #ccc !important; }
        .comment-box #myform .input-item .rating-stars-container .rating-star.is--active i {
          color: orangered; }
    .comment-box #myform .input-item textarea {
      width: calc(100% - 90px - 20px);
      padding: 6px 10px;
      outline: none;
      resize: none;
      border-radius: 5px;
      border: 1px solid #f5f5f5; }

/*订单评价 end*/
.pp_plan_box {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 15px; }
  .pp_plan_box .common-title {
    border-bottom: none;
    margin-top: 10px; }
    .pp_plan_box .common-title div {
      font-size: 16px; }
  .pp_plan_box ul li {
    display: flex;
    align-items: center;
    line-height: 35px;
    font-size: 14px; }
    .pp_plan_box ul li .jd {
      background-color: #ebebeb;
      width: 40%;
      height: 3px;
      position: relative; }
      .pp_plan_box ul li .jd span {
        position: absolute;
        left: 0;
        background-color: #4ea1f5;
        height: 100%;
        display: block; }
    .pp_plan_box ul li i {
      margin-left: 5px;
      font-size: 16px; }

/*邀请绑定 start**/
.inviteBind .box {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  line-height: 28px;
  min-height: calc(100vh - 140px); }
  .inviteBind .box .input-item {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .inviteBind .box .input-item i {
      width: 20px;
      font-size: 26px; }
    .inviteBind .box .input-item input {
      width: calc(100% - 20px - 10px);
      padding: 10px 0;
      border: none;
      border-bottom: 1px solid #f5f5f5; }
  .inviteBind .box .canntBind {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    padding-top: 50px; }
    .inviteBind .box .canntBind img {
      display: block;
      width: 20%;
      margin: 0 auto 10px; }

/*邀请绑定 end**/
/*邀请好友 start**/
.invite-box {
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#FFAF13), to(#FFD700));
  padding-bottom: 30px;
  margin-bottom: -50px; }
  .invite-box .top-img img {
    width: 100%;
    display: block; }
  .invite-box .menu-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 8px #FBA106; }
    .invite-box .menu-btn a {
      display: block;
      width: 50%;
      text-align: center;
      padding: 10px 0;
      background-color: #ff8c5a;
      color: #fff; }
      .invite-box .menu-btn a:first-child {
        border-right: none; }
      .invite-box .menu-btn a.on {
        background-color: #fff;
        color: #333; }
  .invite-box .box dl {
    width: calc(100% - 40px);
    padding: 40px 20px 20px;
    line-height: 28px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 28px;
    box-shadow: 0 4px 8px #FBA106;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#FEF3C3));
    position: relative; }
    .invite-box .box dl dt {
      width: calc(100% - 80px - 5px);
      border-right: 1px dashed #FF6438; }
      .invite-box .box dl dt p b {
        font-size: 18px; }
      .invite-box .box dl dt a {
        color: #fff;
        display: inline-block;
        padding: 6px 20px;
        margin-top: 18px;
        border-radius: 100px;
        box-shadow: 0 4px 2px rgba(255, 119, 72, 0.4);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF9D69), to(#FF6438)); }
    .invite-box .box dl dd {
      width: 80px;
      text-align: right; }
      .invite-box .box dl dd .price {
        font-size: 20px;
        font-weight: bold; }
        .invite-box .box dl dd .price small {
          font-size: 12px; }
    .invite-box .box dl:before {
      content: '';
      position: absolute;
      left: 0;
      top: -15px;
      width: 40px;
      height: 40px;
      background-image: url(../images/activity2.png);
      background-size: 100%;
      background-repeat: no-repeat; }
    .invite-box .box dl:after {
      content: '我的优惠券';
      position: absolute;
      right: 0;
      top: 0;
      padding: 0 10px 5px 20px;
      font-size: 12px;
      color: #fff;
      background-image: url(../images/activity3.png);
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    .invite-box .box dl:nth-of-type(2):after {
      content: '我的奖励金';
      position: absolute;
      right: 0;
      top: 0;
      padding: 0 10px 5px 20px;
      font-size: 12px;
      color: #fff;
      background-image: url(../images/activity3.png);
      background-size: 100% 100%;
      background-repeat: no-repeat; }
  .invite-box .box .invite-list {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#FEF3C3));
    border-radius: 0 0 5px 5px;
    padding: 0 10px 10px;
    box-shadow: 0 4px 8px #FBA106;
    margin-bottom: 28px; }
    .invite-box .box .invite-list .title {
      width: 120px;
      padding: 2px 10px 10px;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      background-image: url(../images/activity4.png);
      background-size: 100%;
      background-repeat: no-repeat; }
    .invite-box .box .invite-list table {
      width: 100%; }
      .invite-box .box .invite-list table tr td {
        width: calc(100% / 3);
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
        font-size: 12px; }
      .invite-box .box .invite-list table trtr:first-child td {
        font-size: 14px; }
  .invite-box .box .invite-poster {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#FEF3C3));
    border-radius: 5px;
    padding: 0 10px 10px;
    box-shadow: 0 4px 8px #FBA106;
    margin-bottom: 28px; }
    .invite-box .box .invite-poster .title {
      width: 120px;
      padding: 2px 10px 10px;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      background-image: url(../images/activity4.png);
      background-size: 100%;
      background-repeat: no-repeat; }
    .invite-box .box .invite-poster .desc {
      line-height: 28px;
      margin-top: 10px; }
    .invite-box .box .invite-poster .btn {
      text-align: center; }
      .invite-box .box .invite-poster .btn a {
        color: #fff;
        display: inline-block;
        padding: 6px 20px;
        margin-top: 18px;
        border-radius: 100px;
        box-shadow: 0 4px 2px rgba(255, 119, 72, 0.4);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF9D69), to(#FF6438)); }
  .invite-box .box .invite-link .btn {
    display: flex;
    align-items: center;
    margin: 20px auto;
    border-radius: 5px;
    overflow: hidden; }
    .invite-box .box .invite-link .btn input {
      border: none;
      padding: 0 5px;
      height: 30px;
      width: calc(100% - 120px - 10px); }
    .invite-box .box .invite-link .btn a {
      width: 60px;
      padding: 0;
      text-align: center;
      height: 30px;
      line-height: 30px;
      background-image: none;
      font-size: 12px;
      margin-top: 0;
      border-radius: 0;
      box-shadow: none;
      background-color: #4ea1f5;
      border-left: none;
      color: #fff; }
      .invite-box .box .invite-link .btn a:nth-of-type(1) {
        background-color: #FF6438;
        color: #fff; }
  .invite-box .box .invite-rules {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#FEF3C3));
    border-radius: 0 0 5px 5px;
    padding: 10px 10px 10px;
    box-shadow: 0 4px 8px #FBA106;
    margin-bottom: 28px; }
    .invite-box .box .invite-rules .title {
      width: 120px;
      padding: 2px 10px 10px;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      background-image: url(../images/activity4.png);
      background-size: 100%;
      background-repeat: no-repeat; }
    .invite-box .box .invite-rules .ct {
      line-height: 30px; }
      .invite-box .box .invite-rules .ct h4 {
        font-size: 15px; }

/*邀请好友 end**/
.ct p {
  margin-bottom: 15px; }
.ct img {
  max-width: 100%; }

/*邀请注册 start**/
.inviteRegBox {
  background-color: #e85543;
  padding-bottom: 30px;
  margin-bottom: -50px; }
  .inviteRegBox .top .txt {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 70%;
    color: #ffffff; }
    .inviteRegBox .top .txt img {
      width: 80%;
      margin-bottom: 14px;
      padding-bottom: 14px;
      border-bottom: 1px solid #ffffff; }
    .inviteRegBox .top .txt .friends {
      margin-top: 20px;
      font-size: 12px; }
  .inviteRegBox .form .txt {
    position: absolute;
    top: 20%;
    left: 11%;
    width: 78%; }
  .inviteRegBox .formCont {
    margin-top: 20px; }
    .inviteRegBox .formCont input {
      border: none;
      width: 100%; }
    .inviteRegBox .formCont > div {
      width: 94%;
      border: 1px solid #e9e7e7;
      border-radius: 4px;
      padding: 3% 3%;
      margin-bottom: 20px;
      font-size: 14px; }
    .inviteRegBox .formCont .code {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .inviteRegBox .formCont .code input {
        width: 50%; }
      .inviteRegBox .formCont .code span {
        width: 38%;
        border-left: 1px solid #cbcbcb;
        color: #ff9d1d;
        text-align: center;
        display: inline-block; }
    .inviteRegBox .formCont .formBtn {
      display: block;
      width: 80%;
      margin: 25px auto 0;
      background: #ffa500;
      color: #ffffff;
      border-radius: 35px;
      text-align: center;
      padding: 3% 0; }

.inviteRegBox .top, .inviteRegBox .form {
  position: relative; }

.inviteRegBox .top .bg, .inviteRegBox .form .bg {
  width: 100%; }

.inviteMsg {
  width: 91%;
  margin: 24px auto; }
  .inviteMsg .inviteMsgTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: -2px; }
    .inviteMsg .inviteMsgTitle p {
      width: 50%;
      display: inline-block;
      line-height: 46px;
      text-align: center;
      background-color: #fc7261;
      color: #ffffff;
      font-size: 14px; }
      .inviteMsg .inviteMsgTitle p:first-child {
        border-top-left-radius: 5px; }
      .inviteMsg .inviteMsgTitle p:last-child {
        border-top-right-radius: 5px; }
    .inviteMsg .inviteMsgTitle .selected {
      color: #000000;
      line-height: 56px;
      background-color: #ffffff;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px; }
  .inviteMsg .inviteMsgCont {
    background: #ffffff;
    padding: 10px 10px 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .inviteMsg .inviteMsgCont-item:nth-child(2) .icon {
    background: url(../images/no.1.png) no-repeat;
    background-position: center;
    background-size: 34%;
    color: transparent; }
  .inviteMsg .inviteMsgCont-item:nth-child(3) .icon {
    background: url(../images/no.2.png) no-repeat;
    background-position: center;
    background-size: 34%;
    color: transparent; }
  .inviteMsg .inviteMsgCont-item:nth-child(4) .icon {
    background: url(../images/no.3.png) no-repeat;
    background-position: center;
    background-size: 34%;
    color: transparent; }
  .inviteMsg .tcListBox {
    padding: 0; }
  .inviteMsg .tcList-item {
    padding: 12px 0;
    border-bottom: 1px solid #ECECEC;
    line-height: 1.2;
    font-size: 14px; }
  .inviteMsg .tcList-item a {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .inviteMsg .tcList-item .price {
    width: 22%; }
  .inviteMsg .tcList-item .peifu {
    width: 40%; }
  .inviteMsg .tcList-item .peifu span span {
    font-size: 12px;
    color: #999999; }
  .inviteMsg .tcList-item .zbl p {
    text-align: right; }
  .inviteMsg .tcList-item .zbl .buyBtn {
    width: 60%;
    float: right; }
  .inviteMsg .tcList-item .buyBtn {
    width: 22%; }
  .inviteMsg .tcList-item a p {
    font-size: 14px;
    color: #999999;
    margin-bottom: 16px; }
  .inviteMsg .tcList-item a span {
    font-size: 16px; }
  .inviteMsg .tcList-item .price span {
    font-weight: bold; }
  .inviteMsg .buyBtn {
    border: 1px solid #FF951E;
    background-color: #FF951E;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 2;
    box-sizing: border-box; }

/*新增修改*/
.inviteMsgCont table {
  width: 100%; }
.inviteMsgCont .icon {
  width: 44px;
  text-align: center;
  line-height: 30px; }
.inviteMsgCont .name {
  width: calc(100% - 180px); }
.inviteMsgCont .tcList-item .price {
  width: 70px; }
.inviteMsgCont .tcList-item .peifu {
  width: calc(100% - 220px); }
.inviteMsgCont .tcList-item .zbl {
  width: 150px;
  text-align: right; }
.inviteMsgCont .tcListBox .buyBtn {
  width: 70px;
  height: 24px;
  line-height: 24px;
  display: inline-block; }

.inviteMsgCont-title th {
  font-size: 15px;
  color: #b6b6b6;
  text-align: left;
  font-weight: 400;
  height: 40px; }

.inviteMsgCont-item td {
  height: 44px; }
  .inviteMsgCont-item td.name div {
    display: flex;
    align-items: center; }
    .inviteMsgCont-item td.name div img {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: inline-block;
      border: 1px solid #ebebeb; }
    .inviteMsgCont-item td.name div p {
      margin-left: 10px;
      display: inline-block;
      width: calc(100% - 40px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.inviteMsgCont .yyq,
.inviteMsgCont .fy {
  width: 68px;
  text-align: center; }

/*新增修改*/
.threeTitle {
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .threeTitle p {
    display: inline-block;
    color: #ffffff;
    background-color: #e85543;
    padding: 0 10px;
    z-index: 3; }
  .threeTitle span {
    width: 26px;
    height: 1px;
    background-color: #f4a89b; }

.activeGz .gzCont {
  width: 91%;
  margin: 24px auto; }
  .activeGz .gzCont p {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 8px; }

/*邀请注册 end**/
/**智能推荐  start**/
.recommend {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  min-height: calc(100% - 60px);
  background-color: #4ea1f5; }
  .recommend .common-title {
    justify-content: center; }
    .recommend .common-title h3 {
      color: #fff; }
  .recommend .item-box .item {
    width: 94%;
    margin: 30px auto 10px;
    padding-bottom: 60px;
    background-color: #fff;
    border-radius: 10px;
    position: relative; }
    .recommend .item-box .item:after {
      content: '';
      background-image: url(/static/home/wap/images/hand.png);
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      width: 30%;
      height: 50%;
      right: 20px;
      bottom: -35%; }
    .recommend .item-box .item .top {
      height: 30px;
      line-height: 30px;
      text-align: center;
      background-color: #ff0000;
      color: #fff;
      position: absolute;
      width: 120px;
      top: -8px;
      left: calc(50% - 60px);
      border-radius: 0 0 10px 10px; }
      .recommend .item-box .item .top:before {
        content: '';
        position: absolute;
        top: 0;
        left: -8px;
        height: 15px;
        width: 15px;
        background-image: url(/static/home/wap/images/label-corner.png);
        background-repeat: no-repeat; }
      .recommend .item-box .item .top:after {
        content: '';
        position: absolute;
        top: 0;
        right: -8px;
        height: 15px;
        width: 15px;
        background-image: url(/static/home/wap/images/label-corner.png);
        background-repeat: no-repeat;
        transform: rotateY(180deg); }
    .recommend .item-box .item .ct {
      padding-top: 50px; }
      .recommend .item-box .item .ct .question {
        font-weight: bold;
        font-size: 16px; }
      .recommend .item-box .item .ct .answer {
        padding: 10px 0; }
        .recommend .item-box .item .ct .answer ul li {
          display: flex;
          align-items: center;
          line-height: 40px;
          margin-top: 20px;
          padding: 0 10px;
          background-color: #f5f5f5;
          border-radius: 5px; }
          .recommend .item-box .item .ct .answer ul li span {
            margin-right: 10px;
            display: block;
            width: 25px;
            height: 25px;
            background-color: #999999;
            line-height: 25px;
            text-align: center;
            color: #fff;
            border-radius: 50%; }
          .recommend .item-box .item .ct .answer ul li.on {
            background-color: #4ea1f5;
            color: #fff; }
            .recommend .item-box .item .ct .answer ul li.on span {
              background-color: #fff;
              color: #333; }
      .recommend .item-box .item .ct .back {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background-color: #fff;
        color: #333;
        padding: 0 20px;
        line-height: 25px;
        border-radius: 15px;
        border: 1px solid #999; }
      .recommend .item-box .item .ct .submit {
        display: block;
        text-align: center;
        margin: 50px auto 0;
        width: 50%;
        line-height: 30px;
        border-radius: 15px;
        background-color: #ff0000;
        color: #fff; }
  .recommend .tc-box {
    padding-bottom: 100px; }
  .recommend.recommend-result .bottom-btn .contact {
    width: calc(100% / 3 * 2); }
    .recommend.recommend-result .bottom-btn .contact a {
      color: #333; }
  .recommend.recommend-result .bottom-btn .btn {
    width: calc(100% / 3); }
    .recommend.recommend-result .bottom-btn .btn a {
      background-image: none;
      background-color: #fff;
      color: #333;
      font-size: 14px;
      border-left: 1px solid #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center; }
      .recommend.recommend-result .bottom-btn .btn a i {
        font-size: 16px;
        margin-right: 5px;
        margin-top: 2px; }

/**智能推荐  end**/
/**邀请好友砍价  start**/
.layer-bargain .layui-layer-setwin {
  top: 43px !important; }
  .layer-bargain .layui-layer-setwin .layui-layer-close2 {
    background-position: -149px -31.5px; }

.bargain-marquee {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 30px);
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  z-index: 100000000; }
  .bargain-marquee #scroll_div {
    width: 100%;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap; }
  .bargain-marquee #scroll_begin, .bargain-marquee #scroll_end {
    display: inline; }
  .bargain-marquee #scroll_begin {
    padding-left: 0%; }
  .bargain-marquee #scroll_end {
    padding-left: 30%; }

.bargain-box {
  padding: 20px 20px 25px;
  text-align: center;
  background-image: linear-gradient(-180deg, #fbe6a7, #fff9d9);
  margin-top: 35px;
  border-radius: 5px;
  position: relative; }
  .bargain-box .headimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(-20px - 27px) auto 10px;
    position: relative;
    z-index: 10000;
    border: 3px solid #f9bc44;
    box-shadow: 0 0 10px #ebebeb; }
    .bargain-box .headimg img {
      width: 100%; }
  .bargain-box .desc {
    margin: 10px auto; }
  .bargain-box .btn {
    margin: 20px auto 0; }
    .bargain-box .btn a {
      background-image: linear-gradient(-30deg, #f4843a, #f6b637) !important;
      padding: 6px 25px;
      border-radius: 5px;
      color: #fff; }
  .bargain-box .share-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
    overflow: hidden; }
    .bargain-box .share-btn a {
      background-image: linear-gradient(-30deg, #f4843a, #f6b637) !important;
      color: #fff;
      width: 50%;
      display: block;
      padding: 8px 0; }
      .bargain-box .share-btn a.poster-btn {
        background-image: linear-gradient(-30deg, #3b8aee, #16b3f7) !important; }

/**邀请好友砍价  end**/
/**API表单面板  start**/
.api-form {
  padding-top: 20px;
  line-height: 30px;
  background-color: #fff; }
  .api-form ul li {
    margin-bottom: 10px; }
    .api-form ul li p {
      font-size: 16px; }
    .api-form ul li .input-item {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #ebebeb; }
      .api-form ul li .input-item input {
        width: 100%;
        padding: 10px 0 15px;
        border: none; }
    .api-form ul li.code .input-item input {
      width: calc(100% - 110px); }
    .api-form ul li.code .input-item a {
      color: #fe645d;
      width: 90px;
      padding: 0 10px;
      border-radius: 5px;
      border: 1px solid #fe645d;
      text-align: center;
      font-size: 12px;
      line-height: 24px; }
      .api-form ul li.code .input-item a.disabled {
        border: 1px solid #ccc;
        color: gray; }
    .api-form ul li .btn {
      margin: 20px auto 0;
      width: 180px;
      padding: 4px 0;
      text-align: center;
      border-radius: 5px;
      background-color: #fe645d;
      color: #fff; }

/**API表单面板  end**/
/** 发票样式 start**/
.invoice-box {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 1000;
  background-color: #f5f5f5; }
  .invoice-box .invoice-btn {
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #48a5f8;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    box-shadow: 0 0 10px #ebebeb; }
    .invoice-box .invoice-btn div {
      width: 50%;
      height: 100%; }
      .invoice-box .invoice-btn div.invoice-btn-cancel {
        background-color: #ebebeb;
        color: #333; }
  .invoice-box .lab {
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .invoice-box .lab span:nth-of-type(2) {
      color: #999; }
  .invoice-box .item {
    padding: 5px 20px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff; }
    .invoice-box .item .layui-form-radio {
      margin-top: 0; }
    .invoice-box .item .form-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0; }
      .invoice-box .item .form-item label {
        width: 30px;
        display: block;
        word-wrap: break-word; }
      .invoice-box .item .form-item input {
        width: calc(100% - 60px);
        border: none;
        background-color: #f5f5f5;
        height: 35px;
        padding: 0 10px;
        display: block;
        border-radius: 5px; }
      .invoice-box .item .form-item.number label {
        width: 110px; }
      .invoice-box .item .form-item.number input {
        width: calc(100% - 110px); }
      .invoice-box .item .form-item.txt label {
        width: 75px; }
      .invoice-box .item .form-item.txt input {
        width: calc(100% - 75px); }
  .invoice-box .invoice-type .lab {
    margin-top: 0; }
  .invoice-box .invoice-type .tips {
    padding: 10px 20px; }
    .invoice-box .invoice-type .tips h3 {
      font-size: 16px;
      font-weight: bold;
      display: flex;
      align-items: center;
      color: #48a5f8;
      margin-bottom: 5px; }
      .invoice-box .invoice-type .tips h3:before {
        content: "";
        width: 0;
        height: 0;
        margin-right: 5px;
        border-top: 6px solid transparent;
        border-left: 10px solid #48a5f8;
        border-bottom: 6px solid transparent; }
  .invoice-box .invoice-title .info {
    display: none; }
  .invoice-box .invoice-company {
    display: none; }
  .invoice-box .invoice-address {
    margin-bottom: 50px; }

.invoice-box .layui-form-radio > i:hover, .layui-form-radioed > i {
  color: #48a5f8 !important; }

/** 发票样式 end**/

/*# sourceMappingURL=style.css.map */
