@charset "UTF-8";
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif; }

i {
  font-style: normal !important; }

b {
  font-weight: 500; }

.clear {
  display: none;
  clear: both; }

.datetimepicker {
  margin-top: 36px !important; }

.modal {
  z-index: 10003; }

.modal-backdrop {
  z-index: 10002; }

body {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif !important;
  background: no-repeat #F5F5F5;
  background-position: 0 800px;
  background-size: 100% auto;
  margin-top: 36px; }

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
    background: transparent !important; } }
@media (max-width: 980px) {
  body {
    font-size: 12px; } }
div .float-l {
  float: left; }
div .float-r {
  float: right; }

/**禁止选择文本**/
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/ }

.a-href {
  cursor: pointer; }

a {
  color: #333;
  cursor: pointer; }

a:hover {
  color: #666;
  text-decoration: none; }

.quick {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important; }

.middleTxt {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  display: -webkit-box;
  display: -moz-box; }

.content-box {
  max-width: 1060px;
  width: 96%;
  margin: auto; }

/***
  按钮
**/
.btn-red {
  background: transparent;
  background-color: #EB454F !important;
  text-shadow: none;
  color: #f2f2f2 !important;
  border: 5px; }
  .btn-red:hover {
    background-color: #D73240 !important; }
  .btn-red:active {
    background-color: #b3232f !important; }

.tab-click, .tab-click-disabled {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin: 0;
  color: #666; }
  .tab-click li, .tab-click-disabled li {
    background-color: #fff;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    float: left;
    line-height: 28px;
    padding: 0 10px 0 10px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 2px; }
  .tab-click .click, .tab-click-disabled .click {
    border: 1px solid #D73240;
    color: #D73240;
    line-height: 28px;
    background: url(../img/jb.png) right bottom no-repeat;
    background-size: 10px auto;
    background-color: #fff; }

/**logo**/
.logo-full .txt {
  margin-left: 11px;
  height: 91%;
  float: left; }
.logo-full .img {
  height: 95%;
  float: left; }
.logo-full .title {
  height: 100%;
  float: left; }
  .logo-full .title i {
    height: 100%;
    background-color: #666;
    float: left;
    width: 1px;
    margin: 0 20px 0 20px; }
  .logo-full .title span {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 150px; }
    .logo-full .title span b {
      font-size: 20px;
      font-weight: 400;
      position: absolute;
      bottom: 30%; }
@media (max-width: 980px) {
  .logo-full .title span b {
    font-size: 18px;
    bottom: 0; } }
@media (max-width: 767px) {
  .logo-full .title i {
    margin: 0 5px 0 5px; }
  .logo-full .title span b {
    font-size: 12px;
    bottom: 0; } }

/**顶部**/
.head-tab {
  width: 100%;
  top: 0;
  background-color: #fff;
  position: fixed !important;
  z-index: 10001;
  line-height: 36px;
  height: 36px; }
  .head-tab .float-l {
    color: #000;
    font-family: "黑体";
    cursor: pointer;
    background: url(../img/01.png) no-repeat 5px;
    padding-left: 25px; }
    .head-tab .float-l i {
      float: right;
      margin-left: 5px;
      width: 20px;
      height: 36px;
      background: url(../img/03.png) no-repeat left; }
    .head-tab .float-l ul {
      position: absolute;
      display: none;
      padding: 0;
      background-color: #fff;
      z-index: 10002;
      max-width: 180px;
      margin-left: -25.5px;
      list-style-type: none;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .head-tab .float-l ul li {
        float: left;
        width: 60px;
        text-align: center;
        line-height: 30px; }
      .head-tab .float-l ul li.open {
        background-color: rgba(222, 85, 97, 0.8); }
        .head-tab .float-l ul li.open a {
          color: #fff; }
      .head-tab .float-l ul li:hover {
        background-color: rgba(222, 85, 97, 0.8); }
        .head-tab .float-l ul li:hover a {
          color: #fff; }
    .head-tab .float-l:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .head-tab .float-l:hover ul {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        display: inherit; }
  .head-tab .float-r {
    letter-spacing: 0.4px;
    line-height: 36px;
    background: url(../img/02.png) no-repeat left;
    padding-left: 23px; }
    .head-tab .float-r b {
      font-weight: 400; }
  .head-tab .nav-bar-right span {
    padding-top: 0 !important; }
  .head-tab .nav-bar-right img {
    width: 30px !important;
    margin-top: 8px !important; }

.banner .banner-img {
  width: 100%; }

/**
  导航条
***/
.nav-bar {
  position: fixed;
  top: 36px;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  .nav-bar .content-box {
    position: relative;
    height: 70px; }
    .nav-bar .content-box .logo-full {
      height: 52%;
      float: left;
      position: relative;
      top: 24%; }
  .nav-bar ul {
    float: left;
    padding: 0;
    margin: 26px 0 0 26px; }
    .nav-bar ul li {
      list-style-type: none;
      text-align: center;
      width: 80px;
      cursor: pointer;
      float: left;
      margin-right: 35px; }
      .nav-bar ul li span {
        width: 100%;
        display: inline-block; }
      .nav-bar ul li i {
        display: none;
        background-color: #D73240;
        height: 3px;
        width: 20px; }
    .nav-bar ul li.click {
      color: #D73240; }
      .nav-bar ul li.click i {
        display: inline-block; }
    .nav-bar ul li:hover {
      color: #D73240; }
      .nav-bar ul li:hover i {
        display: inline-block; }

.nav-bar-right {
  position: absolute;
  height: 100%;
  right: 0;
  font-size: 14px !important;
  background: url(../img/04.png) no-repeat left;
  background-size: 14px;
  padding-left: 23px; }
  .nav-bar-right span {
    letter-spacing: 2px;
    padding-top: 25px;
    float: left; }
    .nav-bar-right span b {
      color: #D73240;
      font-weight: 500; }
  .nav-bar-right i {
    width: 0px;
    height: 12px;
    background-color: #999;
    display: inline-block;
    margin: 0 0 0 5px; }
  .nav-bar-right .tx {
    position: relative;
    top: -10px; }
    .nav-bar-right .tx img {
      width: 38px;
      position: relative;
      cursor: pointer;
      border-radius: 50%;
      margin-right: 7px; }
    .nav-bar-right .tx .popover {
      display: none;
      width: 115px;
      top: 100%;
      left: -85px;
      height: auto;
      border: 0;
      border-radius: 3px; }
      .nav-bar-right .tx .popover.bottom {
        background: transparent;
        background-color: #fff; }
      .nav-bar-right .tx .popover .arrow {
        left: 100px; }
      .nav-bar-right .tx .popover .mask {
        position: absolute;
        width: 100%;
        height: 30px;
        top: -30px;
        cursor: pointer; }
      .nav-bar-right .tx .popover .list {
        padding-top: 5px;
        margin: 0;
        font-size: 12px;
        top: 15px; }
        .nav-bar-right .tx .popover .list p {
          text-align: center;
          width: 100%;
          margin: 0;
          line-height: 25px;
          float: left; }
          .nav-bar-right .tx .popover .list p:hover a {
            color: #D73240; }
    .nav-bar-right .tx:hover img {
      opacity: 0.8; }
    .nav-bar-right .tx:hover .popover {
      display: block; }

@media (max-width: 980px) {
  .nav-bar-right span {
    padding-top: 14px; }
  .nav-bar-right .tx img {
    width: 30px; }

  .nav-bar {
    font-size: 12px;
    height: 50px; }
    .nav-bar ul {
      margin-bottom: 0 !important;
      margin: 10px 0; }
    .nav-bar .content-box {
      height: 100%; } }
@media (max-width: 767px) {
  .nav-bar-right .tx {
    top: -5px; }
  .nav-bar-right span {
    padding-top: 8px; }

  .nav-bar {
    font-size: 12px;
    height: 35px; }
    .nav-bar ul {
      position: absolute;
      top: 0;
      margin: 0;
      left: 55px; }
      .nav-bar ul li {
        line-height: 35px;
        width: auto;
        height: 35px;
        margin-right: 0;
        padding: 0 12px 0 12px; }
        .nav-bar ul li.click, .nav-bar ul li:hover, .nav-bar ul li:active {
          color: #fff;
          background-color: #D73240;
          opacity: 0.8; }
          .nav-bar ul li.click a, .nav-bar ul li:hover a, .nav-bar ul li:active a {
            color: #fff; }
          .nav-bar ul li.click i, .nav-bar ul li:hover i, .nav-bar ul li:active i {
            display: none; } }
@media (max-width: 360px) {
  .nav-bar ul li {
    padding: 0 7px 0 7px; } }
/**
   大标题
**/
.content-title {
  clear: both;
  text-align: center;
  padding: 80px 0 50px 0; }
  .content-title h4 {
    margin: 0 7px 0 7px;
    font-weight: 400; }
  .content-title i {
    margin: 0 5px 0 5px; }
  .content-title b, .content-title i, .content-title h4 {
    display: inline; }
  .content-title b {
    background: url(../img/07.png) no-repeat;
    width: 100px;
    height: 20px;
    background-size: auto 100px; }
  .content-title .r {
    transform: scale(-1); }
  .content-title hr {
    border: 1px solid #000;
    width: 20px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 10px; }
  .content-title div {
    color: #999; }

@media (max-width: 980px) {
  .content-title {
    padding: 1% 0 1% 0; }
    .content-title img {
      width: 50px; }
    .content-title div {
      font-size: 10px; }
    .content-title hr {
      margin-top: 4px;
      margin-bottom: 4px; } }
@media (max-width: 767px) {
  .content-title h4 {
    font-size: 14px; } }
/**
  底部
**/
.bottom {
  width: 100%;
  height: 360px;
  background-size: 100% 100%; }
  .bottom .content-box ul {
    display: inline-block;
    list-style: none;
    float: left;
    width: 45%;
    margin-top: 3%;
    padding-bottom: 2%; }
    .bottom .content-box ul li {
      background-image: none !important;
      background: no-repeat left top;
      float: left;
      padding-left: 10%;
      width: 23%; }
      .bottom .content-box ul li a {
        display: block;
        margin-bottom: 8px;
        color: #333; }
      .bottom .content-box ul li .first {
        font-size: 16px;
        margin-bottom: 16px;
        color: #333; }
  .bottom .content-box .code {
    float: left;
    margin-top: 2%;
    padding: 0 5% 2% 5%; }
    .bottom .content-box .code span {
      background-color: #fff;
      display: inline-block;
      padding: 10px; }
      .bottom .content-box .code span img {
        width: 120px;
        height: 120px; }
  .bottom .content-box .end {
    float: left;
    margin-top: 3%;
    width: 28%;
    font-weight: 200 !important; }
    .bottom .content-box .end i {
      color: #333;
      font-size: 18px;
      font-weight: 700; }
    .bottom .content-box .end .first {
      font-size: 14px;
      margin-bottom: 16px; }
  .bottom .txt {
    bottom: 10px;
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    margin-top: 5%; }

@media (max-width: 980px) {
  .bottom ul {
    margin-left: 0 !important; }
  .bottom .txt {
    width: 100% !important;
    text-align: center;
    margin-top: 14%; } }
@media (max-width: 767px) {
  .bottom {
    height: 325px; }
    .bottom ul {
      width: 55% !important;
      padding-right: 5px !important; }
      .bottom ul li {
        font-size: 12px;
        width: 30% !important;
        padding-left: 0 !important;
        background: transparent !important; }
    .bottom .end {
      clear: both;
      text-align: right;
      width: 95% !important;
      text-align: left !important;
      padding: 0 !important;
      position: relative;
      float: none !important; }
    .bottom .code {
      float: right !important;
      border: 0 !important; }
      .bottom .code img {
        width: 80px !important;
        height: 80px !important; }
    .bottom .txt {
      width: 85% !important;
      text-align: left;
      margin: 0 0 10px 0;
      padding-left: 2%;
      padding-top: 5%; } }
.bottom-other {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 90px; }
  .bottom-other .content-box div {
    float: left;
    width: 20%;
    height: 100%;
    margin-top: 25px;
    background: no-repeat left center;
    background-size: 10%; }
    .bottom-other .content-box div p, .bottom-other .content-box div h5 {
      margin: 0;
      padding: 0; }
    .bottom-other .content-box div p {
      font-size: 12px;
      color: #999; }
    .bottom-other .content-box div img {
      float: left;
      margin: 5px 5px 0 0; }

@media (max-width: 980px) {
  .bottom-other {
    height: auto; }
    .bottom-other .content-box div {
      text-align: center; }
      .bottom-other .content-box div img {
        float: none; }
      .bottom-other .content-box div h5 {
        font-size: 12px; }
      .bottom-other .content-box div p {
        padding-right: 2px;
        font-size: 10px; } }
/*********alert**********/
.alert {
  width: 400px;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -200px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #758392;
  padding: 10px 10px 35px 10px;
  z-index: 100001; }
  .alert .alert-btn {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center; }
    .alert .alert-btn a {
      background-color: #f5f5f5;
      border: 1px solid #E4E4E4;
      color: #666;
      margin-left: 10px;
      margin-right: 10px;
      padding: 5px 2rem;
      background-color: transparent; }
      .alert .alert-btn a:active {
        background-color: gainsboro; }
    .alert .alert-btn .alert-yes {
      background-color: #EB454F;
      color: #fff; }
      .alert .alert-btn .alert-yes:active {
        background-color: #e41925; }
  .alert .img {
    width: 57px;
    margin: 15px auto 10px auto; }
  .alert p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 25px;
    color: #34404b;
    margin-bottom: 5px; }
  .alert .c {
    width: 12px;
    height: 12px;
    background: url(../img/close1.png) no-repeat 0 0;
    cursor: pointer;
    float: right; }
    .alert .c:hover {
      opacity: 0.5; }
  .alert.successAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
  .alert.warningAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
  .alert.errAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
  .alert.loadingAlert {
    display: none;
    width: 10% !important;
    margin-top: 0;
    padding: 1%;
    margin-left: 0;
    left: 41%;
    top: 30%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
  .alert.confirmAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
    .alert.confirmAlert img {
      float: left;
      margin-left: 5%; }
    .alert.confirmAlert p {
      float: left;
      text-align: left;
      margin-left: 20px; }
  .alert.promptAlert {
    display: none; }
  .alert.readyAlert {
    display: none; }
  .alert.msgAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 50% !important;
    width: auto;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border: 0;
    padding: 10px 20px; }
    .alert.msgAlert p {
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      display: inline;
      text-align: left;
      color: #fff; }
  .alert.alertMaking {
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0; }
  @media (max-width: 767px) {
    .alert {
      width: 80%;
      left: 7%;
      margin-left: 0; }
      .alert p {
        font-size: 18px; }
      .alert.confirmAlert img {
        margin-left: 5px; } }

.table {
  border: 1px solid #E4E4E4;
  display: inline-block; }
  .table .table-title {
    color: #666; }
  .table .table-head span {
    background-color: #F5F5F5; }
  .table div input {
    margin-top: -1px; }
  .table div span {
    width: 17%;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    line-height: 40px;
    display: inline-block;
    height: 40px; }
    .table div span i {
      float: left;
      margin-left: 20px;
      height: 10px; }
  .table div .last {
    width: 15%; }
  .table div .first {
    width: 8%; }
  .table div .second {
    width: 26%; }
    .table div .second .icon {
      width: 30%;
      float: left;
      margin-top: 25px;
      height: auto; }
  .table .td {
    display: inline-block;
    width: 100%; }
    .table .td:last-child span {
      border: 0; }
    .table .td span {
      height: 120px;
      line-height: 120px; }
    .table .td .right {
      float: left;
      height: 100%;
      padding-top: 15px;
      padding-left: 10px; }
    .table .td .box {
      padding-top: 15px; }
    .table .td p {
      font-size: 12px;
      color: #999;
      margin-top: 10px;
      line-height: 15px;
      margin-bottom: 0; }
      .table .td p img {
        width: 18px;
        cursor: pointer; }
      .table .td p b {
        color: #D73240;
        cursor: default; }
  .table .package {
    border-bottom: 1px solid #E4E4E4; }
    .table .package .table-title span {
      border: 0; }
    .table .package .td span {
      border: 0;
      border-top: 1px dashed #E4E4E4; }
  .table .end span {
    height: 50px; }
  .table .end em {
    color: #D73240;
    font-style: normal; }
  .table .end .first {
    width: 12%;
    line-height: 50px; }
  .table .end .second {
    width: 22%;
    line-height: 50px; }
  .table .end .price a {
    color: #D73240;
    font-size: 20px; }
    .table .end .price a b {
      font-size: 14px; }
  .table .end .price p {
    line-height: 14px;
    font-size: 12px;
    margin: 0;
    margin-top: 6px; }
  .table .end .last div {
    background-color: #D73240;
    color: #fff;
    float: right;
    width: 55%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer; }
    .table .end .last div:hover {
      background-color: #c82735; }
    .table .end .last div:active {
      background-color: #b3232f; }
  .table.invalid {
    background-color: #F5F5F5; }
    .table.invalid span {
      background-color: #F5F5F5; }
    .table.invalid .first {
      text-align: center; }
    .table.invalid .last p {
      line-height: 80px; }
  @media (max-width: 767px) {
    .table {
      margin-left: 0 !important;
      width: 100% !important; }
      .table .table-title span {
        width: 20%; }
      .table .td .right {
        padding-left: 5px; }
      .table .td p {
        margin-top: 7px; }
        .table .td p img {
          width: 17px; }
      .table div span {
        width: 22%; }
        .table div span i {
          margin-left: 5px; }
      .table div .second {
        width: 32%; }
        .table div .second .icon {
          width: 27px; }
      .table .package .table-title .second {
        width: 50%; }
      .table .end .table-title .second {
        width: 30%; }
      .table .end .price {
        width: 50%; }
      .table .end .last {
        float: right; }
        .table .end .last div {
          width: 100%; } }

#pageNum {
  width: 100%;
  text-align: center;
  font-size: 14px; }
  #pageNum li {
    display: inline-block; }
  #pageNum li:hover, #pageNum li.click {
    color: #D73240; }
    #pageNum li:hover a, #pageNum li.click a {
      color: #D73240; }

.icon {
  height: 15px;
  width: auto;
  line-height: 40px;
  width: 15px;
  background-size: auto 100%;
  background-position: center;
  cursor: pointer; }
  .icon.click {
    color: #D73240; }
    .icon.click a {
      color: #D73240 !important; }
  .icon:hover {
    color: #D73240; }
    .icon:hover a {
      color: #D73240 !important; }
  .icon:active {
    color: #b3232f; }

.icon-01 {
  background-image: url(../img/myadmin/icon01_0.png); }
  .icon-01.click {
    background-image: url(../img/myadmin/icon01_1.png); }
  .icon-01:hover {
    background-image: url(../img/myadmin/icon01_1.png); }

.icon-02 {
  background-image: url(../img/myadmin/icon02_0.png); }
  .icon-02.click {
    background-image: url(../img/myadmin/icon02_1.png); }
  .icon-02:hover {
    background-image: url(../img/myadmin/icon02_1.png); }

.icon-03 {
  background-image: url(../img/myadmin/icon03_0.png); }
  .icon-03.click {
    background-image: url(../img/myadmin/icon03_1.png); }
  .icon-03:hover {
    background-image: url(../img/myadmin/icon03_1.png); }

.icon-04 {
  background-image: url(../img/myadmin/icon04_0.png); }
  .icon-04.click {
    background-image: url(../img/myadmin/icon04_1.png); }
  .icon-04:hover {
    background-image: url(../img/myadmin/icon04_1.png); }

.icon-05 {
  background-image: url(../img/myadmin/icon05_0.png); }
  .icon-05.click {
    background-image: url(../img/myadmin/icon05_1.png); }
  .icon-05:hover {
    background-image: url(../img/myadmin/icon05_1.png); }

.icon-06 {
  background-image: url(../img/myadmin/icon06_0.png); }
  .icon-06.click {
    background-image: url(../img/myadmin/icon06_1.png); }
  .icon-06:hover {
    background-image: url(../img/myadmin/icon06_1.png); }

.icon-07 {
  background-image: url(../img/myadmin/icon07_0.png); }
  .icon-07.click {
    background-image: url(../img/myadmin/icon07_1.png); }
  .icon-07:hover {
    background-image: url(../img/myadmin/icon07_1.png); }

.icon-08 {
  background-image: url(../img/myadmin/icon08_0.png); }
  .icon-08.click {
    background-image: url(../img/myadmin/icon08_1.png); }
  .icon-08:hover {
    background-image: url(../img/myadmin/icon08_1.png); }

.icon-09 {
  background-image: url(../img/myadmin/icon09_0.png); }
  .icon-09.click {
    background-image: url(../img/myadmin/icon09_1.png); }
  .icon-09:hover {
    background-image: url(../img/myadmin/icon09_1.png); }

.icon-10 {
  background-image: url(../img/myadmin/icon10_0.png); }
  .icon-10.click {
    background-image: url(../img/myadmin/icon10_1.png); }
  .icon-10:hover {
    background-image: url(../img/myadmin/icon10_1.png); }

.icon-11 {
  background-image: url(../img/myadmin/icon11_0.png); }
  .icon-11.click {
    background-image: url(../img/myadmin/icon11_1.png); }
  .icon-11:hover {
    background-image: url(../img/myadmin/icon11_1.png); }

.icon-12 {
  background-image: url(../img/myadmin/icon12_0.png); }
  .icon-12.click {
    background-image: url(../img/myadmin/icon12_1.png); }
  .icon-12:hover {
    background-image: url(../img/myadmin/icon12_1.png); }

.icon-13 {
  background-image: url(../img/myadmin/icon13_0.png); }
  .icon-13.click {
    background-image: url(../img/myadmin/icon13_1.png); }
  .icon-13:hover {
    background-image: url(../img/myadmin/icon13_1.png); }

.icon-14 {
  background-image: url(../img/myadmin/icon14_0.png); }
  .icon-14.click {
    background-image: url(../img/myadmin/icon14_1.png); }
  .icon-14:hover {
    background-image: url(../img/myadmin/icon14_1.png); }

.icon-15 {
  background-image: url(../img/myadmin/icon15_0.png); }
  .icon-15.click {
    background-image: url(../img/myadmin/icon15_1.png); }
  .icon-15:hover {
    background-image: url(../img/myadmin/icon15_1.png); }

.icon-16 {
  background-image: url(../img/myadmin/icon16_0.png); }
  .icon-16.click {
    background-image: url(../img/myadmin/icon16_1.png); }
  .icon-16:hover {
    background-image: url(../img/myadmin/icon16_1.png); }

.icon-17 {
  background-image: url(../img/myadmin/icon17_0.png); }
  .icon-17.click {
    background-image: url(../img/myadmin/icon17_1.png); }
  .icon-17:hover {
    background-image: url(../img/myadmin/icon17_1.png); }

.icon-18 {
  background-image: url(../img/myadmin/icon18_0.png); }
  .icon-18.click {
    background-image: url(../img/myadmin/icon18_1.png); }
  .icon-18:hover {
    background-image: url(../img/myadmin/icon18_1.png); }

.icon-19 {
  background-image: url(../img/myadmin/icon19_0.png); }
  .icon-19.click {
    background-image: url(../img/myadmin/icon19_1.png); }
  .icon-19:hover {
    background-image: url(../img/myadmin/icon19_1.png); }

.icon-20 {
  background-image: url(../img/myadmin/icon20_0.png); }
  .icon-20.click {
    background-image: url(../img/myadmin/icon20_1.png); }
  .icon-20:hover {
    background-image: url(../img/myadmin/icon20_1.png); }

.icon-21 {
  background-image: url(../img/myadmin/icon21_0.png); }
  .icon-21.click {
    background-image: url(../img/myadmin/icon21_1.png); }
  .icon-21:hover {
    background-image: url(../img/myadmin/icon21_1.png); }

.icon-22 {
  background-image: url(../img/myadmin/icon22_0.png); }
  .icon-22.click {
    background-image: url(../img/myadmin/icon22_1.png); }
  .icon-22:hover {
    background-image: url(../img/myadmin/icon22_1.png); }

.icon-23 {
  background-image: url(../img/myadmin/icon23_0.png); }
  .icon-23.click {
    background-image: url(../img/myadmin/icon23_1.png); }
  .icon-23:hover {
    background-image: url(../img/myadmin/icon23_1.png); }

.icon-24 {
  background-image: url(../img/myadmin/icon24_0.png); }
  .icon-24.click {
    background-image: url(../img/myadmin/icon24_1.png); }
  .icon-24:hover {
    background-image: url(../img/myadmin/icon24_1.png); }

.icon-25 {
  background-image: url(../img/myadmin/icon25_0.png); }
  .icon-25.click {
    background-image: url(../img/myadmin/icon25_1.png); }
  .icon-25:hover {
    background-image: url(../img/myadmin/icon25_1.png); }

.icon-26 {
  background-image: url(../img/myadmin/icon26_0.png); }
  .icon-26.click {
    background-image: url(../img/myadmin/icon26_1.png); }
  .icon-26:hover {
    background-image: url(../img/myadmin/icon26_1.png); }

.icon-27 {
  background-image: url(../img/myadmin/icon27_0.png); }
  .icon-27.click {
    background-image: url(../img/myadmin/icon27_1.png); }
  .icon-27:hover {
    background-image: url(../img/myadmin/icon27_1.png); }

/**截图**/
#clipArea {
  height: 320px;
  width: 70%;
  float: left; }

.file {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 10;
  margin-left: 50%;
  left: -100px;
  margin-top: 50px; }
  .file input {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .file span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    font-size: 24px;
    font-weight: 500; }

#view {
  float: right;
  height: 140px;
  width: 140px; }

@media (max-width: 767px) {
  .visible-phone {
    display: inline-block !important; }

  #view {
    display: none; }

  #clipArea {
    width: 100%; } }
#delegateModal .modal-header {
  border: 0; }
#delegateModal .modal-body {
  padding: 15px 10%;
  max-height: 600px; }
  #delegateModal .modal-body .tabs {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    border: 1px solid #E4E4E4;
    display: inline-block;
    line-height: 35px; }
    #delegateModal .modal-body .tabs span {
      float: left;
      cursor: pointer;
      width: 50%;
      text-align: center;
      display: inline-block; }
      #delegateModal .modal-body .tabs span.click {
        color: #fff;
        background-color: #34404B; }
  #delegateModal .modal-body .cont-1 {
    text-align: center; }
    #delegateModal .modal-body .cont-1 p {
      line-height: 40px; }
    #delegateModal .modal-body .cont-1 input {
      /* line-height: 40px; */
      margin-bottom: 0; }
  #delegateModal .modal-body .cont-2 table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0; }
    #delegateModal .modal-body .cont-2 table td {
      vertical-align: top;
      border: 0;
      height: 40px; }
      #delegateModal .modal-body .cont-2 table td select {
        width: 30%; }
      #delegateModal .modal-body .cont-2 table td span {
        float: left;
        cursor: pointer;
        margin: 3px;
        padding: 4px 15px;
        border: 1px solid #E4E4E4;
        border-radius: 3px; }
        #delegateModal .modal-body .cont-2 table td span.click {
          border: 1px solid #D73240;
          background: url(../img/jb.png) right bottom no-repeat;
          background-size: 10px auto;
          background-color: #fff; }
    #delegateModal .modal-body .cont-2 table tr {
      width: 100%;
      display: inline-block; }
      #delegateModal .modal-body .cont-2 table tr.hide {
        display: none !important; }
      #delegateModal .modal-body .cont-2 table tr td:first-child {
        width: 100px; }
      #delegateModal .modal-body .cont-2 table tr td:last-child {
        width: 300px; }
  #delegateModal .modal-body .cont-2 textarea {
    width: 100%; }
#delegateModal .modal-footer {
  text-align: center;
  background: 0;
  border: 0; }
  #delegateModal .modal-footer .btn-red {
    padding: 4px 30px; }

#gotop {
  position: fixed;
  bottom: 10%;
  right: 10px;
  width: 30px;
  text-align: center; }
  #gotop span {
    padding: 10px 2px;
    background-color: #D73240;
    margin-bottom: 3px;
    float: left; }
  #gotop a {
    color: #fff; }

.nav-bar {
  background-color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.head-tab {
  background-color: #F9F9F9 !important; }

.banner {
  text-align: center;
  background-color: #F9F9F9;
  height: 300px;
  margin-bottom: 0; }
  .banner .content-box {
    position: relative;
    height: 100%;
    overflow: hidden; }
  .banner p {
    position: absolute;
    bottom: 57%;
    text-align: center;
    color: #333;
    font-size: 20px;
    width: 100%; }
  .banner .list {
    border-bottom: 1px dashed #D73240;
    position: relative;
    margin: auto;
    height: 1px;
    top: 180px;
    display: inline-block;
    text-align: center; }
    .banner .list span {
      cursor: pointer;
      float: left;
      height: 100px;
      width: 100px;
      margin-top: -35px;
      text-align: center;
      position: relative;
      /*   &.click{
           font-size: 18px;
           .img1{ display: none;}
           .img2{ display: inline-block;}
           img{
             border: 2px solid #fff;
             opacity: 1;
             border-radius: 50%;
             padding: 2px;
             width: 80px; height: 80px;  margin-top: -19px;
             -webkit-backface-visibility: visible !important;
             -ms-backface-visibility: visible !important;
             backface-visibility: visible !important;
             -webkit-animation-name: flipInY;
             animation-name: flipInY;
           }
         }*/ }
      .banner .list span img {
        height: 70px;
        max-width: none; }
      .banner .list span .img1 {
        display: inline-block; }
      .banner .list span .img2 {
        display: none; }
      .banner .list span div {
        color: #fff;
        position: absolute;
        bottom: -13px;
        width: 100px;
        text-align: center;
        left: 50%;
        margin-left: -50px; }
      .banner .list span:hover, .banner .list span.click {
        font-size: 18px; }
        .banner .list span:hover .img1, .banner .list span.click .img1 {
          display: none; }
        .banner .list span:hover .img2, .banner .list span.click .img2 {
          display: inline-block; }
        .banner .list span:hover img, .banner .list span.click img {
          border: 2px solid #fff;
          border-radius: 50%;
          padding: 2px;
          width: 80px;
          height: 80px;
          margin-top: -8px;
          -webkit-backface-visibility: visible !important;
          -ms-backface-visibility: visible !important;
          backface-visibility: visible !important;
          -webkit-animation-name: flipInY;
          animation-name: flipInY; }
    .banner .list .first {
      margin-left: -40px; }
    .banner .list .last {
      margin-right: 0;
      margin-right: 0px; }
  @media (max-width: 980px) {
    .banner {
      height: 200px; }
      .banner p {
        font-size: 14px; }
      .banner .list {
        left: 20px;
        top: 111px; }
        .banner .list .first {
          margin-right: 50px; }
        .banner .list span {
          margin-right: 30px;
          margin-top: -20px;
          height: 70px;
          width: 45px; }
          .banner .list span img {
            height: 40px; }
          .banner .list span:hover {
            font-size: 14px; }
            .banner .list span:hover img {
              width: 40px;
              height: 40px;
              margin-top: 0; }
          .banner .list span.click {
            font-size: 14px; }
            .banner .list span.click img {
              width: 50px;
              height: 50px;
              margin-top: -5px;
              margin-left: -5px; } }
  @media (max-width: 767px) {
    .banner {
      height: 200px; }
      .banner p {
        font-size: 14px;
        bottom: 63%; }
      .banner .list {
        width: 100%;
        top: 72px;
        border: 0;
        left: 40px; }
        .banner .list span {
          margin-right: 0;
          display: inline-block;
          height: 60px;
          width: 20%;
          margin-top: 0px; }
          .banner .list span img {
            height: 30px; }
          .banner .list span div {
            top: 37px;
            font-size: 12px; }
          .banner .list span:hover img {
            width: 35px;
            height: 35px;
            margin-top: -10px;
            margin-left: 0; }
          .banner .list span:hover div {
            top: 40px; }
          .banner .list span.click img {
            width: 35px;
            height: 35px;
            margin-top: -10px;
            margin-left: 0; }
          .banner .list span.click div {
            top: 40px; }
        .banner .list .first {
          margin-right: 0; } }

.box1 {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: table; }
  .box1 .img-wrap {
    float: left;
    margin-top: 40px;
    width: 40%; }
  .box1 .img-wrap img {
    width: 100%;
  }
  .box1 .right {
    padding-left: 3%;
    float: left;
    width: 55%; }
    .box1 .right h2 {
      font-weight: 500;
      font-size: 25px;
      margin: 0;
      margin-top: 30px;
      margin-bottom: 10px; }
      .box1 .collect-wrap {
        padding: 10px 0 20px;
        overflow: hidden;
        zoom: 1;
      }
      .box1 .collect-wrap .wei,
      .box1 .collect-wrap .collect {
        float: left;
        width: 60px;
        margin-right: 20px;
        color: rgba(63, 126, 246, 1);
      }
      .box1 .collect-wrap .wei i {
        background: url(../img/service/service.png) no-repeat;
        /* background-position: -7px -6px; */
        background-position: -38px -6px;
        float: right;
        width: 32px;
        height: 24px;
        cursor: pointer; }
        .box1 .collect-wrap .wei:active i, .box1 .collect-wrap .wei:hover i {
          background-position: -38px -6px; }
          .box1 .collect-wrap .collect i {
        background: url(../img/myadmin/icon06_2.png) no-repeat;
        /*background-position: -7px -6px;*/
        float: right;
        width: 23px;
        height: 20px;
        cursor: pointer; }
        .box1 .collect-wrap .collect:active i, .box1 .collect-wrap .collect:hover i {
           background: url(../img/myadmin/icon06_3.png) no-repeat;
          }
    /*收藏图标*/
    .fav i {
      background: url(../img/myadmin/icon06_3.png) no-repeat !important;
    }
    .box1 .right .btns {
      text-align: center;
      display: inline-block;
      width: 100%; }
      .box1 .right .btns span {
        float: left;
        padding: 8px 40px 8px 40px;
        border: 1px solid #EB454F;
        border-radius: 3px;
        margin-right: 10px; }
        .box1 .right .btns span a {
          color: #EB454F; }
        .box1 .right .btns span:hover, .box1 .right .btns span:active {
          background-color: #facfd2; }
      .box1 .right .btns .shopping-cart {
        padding: 8px 30px 8px 30px;
        background: url(../img/service/sc.png) no-repeat #EB454F;
        background-position: 30px; }
        .box1 .right .btns .shopping-cart a {
          color: #fff;
          padding-left: 20px; }
        .box1 .right .btns .shopping-cart:hover, .box1 .right .btns .shopping-cart:active {
          background-color: #e41925; }
      .box1 .right .btns .entrust {
        float: right;
        cursor: pointer;
        height: 31px;
        width: auto;
        margin-top: 7px; }
        .box1 .right .btns .entrust:active {
          opacity: 0.8; }
        .box1 .right .btns .entrust:hover {
          opacity: 0.8; }
    .box1 .right .coupon {
      margin-bottom: 15px;
      background-color: #FAFAFA;
      line-height: 30px; }
      .box1 .right .coupon img {
        float: none;
        margin-top: -2px;
        margin-right: 5px;
        width: auto; }
      .box1 .right .coupon a {
        color: #FF4400; }
        .box1 .right .coupon a:active {
          color: #e63d00; }
      .box1 .right .coupon i {
        color: #D73240;
        border: 1px solid #D73240;
        padding: 0 5px;
        margin-right: 5px; }
    .box1 .right .price-details {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #E4E4E4; }
      .box1 .right .price-details p {
        padding-left: 10px; }
        .box1 .right .price-details p b {
          float: right;
          font-size: 12px;
          cursor: pointer;
          color: #999; }
          .box1 .right .price-details p b.up a {
            border-top-color: transparent;
            border-bottom-color: #D73240;
            margin: -3px 0 0 5px; }
          .box1 .right .price-details p b a {
            border: 8px solid transparent;
            border-top-color: #D73240;
            width: 0;
            height: 0;
            float: right;
            margin: 9px 0 0 5px;
            transform: scale3d(0.5, 1.5, 1); }
      .box1 .right .price-details span {
        display: block;
        color: #999;
        margin-bottom: 5px;
        padding-left: 30px; }
    .box1 .right .region {
      float: none !important;
      display: inline-block;
      padding-top: 0 !important; }
      .box1 .right .region .region-selector {
        background: url(../img/03.png) no-repeat 180px center; }
      .box1 .right .region .disabled {
        font-size: 14px;
        cursor: default;
        background-color: #fff;
        border-radius: 0;
        margin: 0;
        width: 187px; }
      .box1 .right .region .region-content {
        position: absolute;
        background-color: #fff;
        z-index: 1000;
        width: 300px;
        min-height: 200px;
        margin-left: -100px;
        padding-top: 0 !important;
        display: none; }
        .box1 .right .region .region-content .region-tabs {
          width: 100%;
          height: 45px; }
          .box1 .right .region .region-content .region-tabs div {
            height: 20px;
            color: #333;
            cursor: pointer;
            width: 100px;
            float: left;
            margin: 5px 0 10px 10px;
            border-color: #E4E4E4; }
            .box1 .right .region .region-content .region-tabs div.click {
              border-top: 2px solid #D73240; }
        .box1 .right .region .region-content ul {
          width: 94%;
          margin-left: 3%;
          display: none;
          font-size: 14px;
          margin-top: 10px; }
          .box1 .right .region .region-content ul.click {
            display: block; }
          .box1 .right .region .region-content ul li {
            width: 20%;
            padding: 0;
            margin-left: 9px; }
            .box1 .right .region .region-content ul li:hover, .box1 .right .region .region-content ul li:active {
              background-color: #D73240;
              color: #fff; }
            .box1 .right .region .region-content ul li.click {
              background-color: #fff;
              color: #333; }
      .box1 .right .region:hover .region-selector, .box1 .right .region:hover .region-content {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        border-color: #E4E4E4; }
      .box1 .right .region:hover .region-content {
        display: block; }
    .box1 .right .wrap {
      background-color: #FAFAFA;
      display: inline-block;
      padding-top: 20px;
      padding-left: 2%;
      width: 98%;
      margin-bottom: 10px; }
      .box1 .right .wrap div {
        float: left;
        text-align: center;
        padding-top: 5px; }
        .box1 .right .wrap div i {
          margin-left: 12px;
          margin-right: 12px; }
      .box1 .right .wrap a {
        float: right;
        margin-right: 10px; }
        .box1 .right .wrap a b {
          font-weight: 500;
          color: #EB454F; }
      .box1 .right .wrap ul {
        width: 85%;
        float: left;
        margin: 0; }
        .box1 .right .wrap ul li {
          border: 1px solid #FAFAFA;
          border-radius: 3px;
          margin-right: 2px;
          float: left;
          list-style: none;
          padding: 5px 10px 5px 10px;
          margin-bottom: 10px; }
          .box1 .right .wrap ul li a {
            color: #333;
            margin-right: 0; }
          .box1 .right .wrap ul li:hover, .box1 .right .wrap ul li:active {
            border: 1px solid #D73240;
            cursor: pointer; }
          .box1 .right .wrap ul li.click {
            border: 1px solid #D73240; }
          .box1 .right .wrap ul li.disabled {
            background-color: #F1F1F1;
            border: 1px dashed #f2f2f2; }
            .box1 .right .wrap ul li.disabled a {
              color: #fff; }
      .box1 .right .wrap span {
        color: #EB454F;
        font-size: 26px; }
        .box1 .right .wrap span b {
          font-size: 25px;
          font-weight: 500; }
        .box1 .right .wrap span i {
          font-size: 12px;
          color: #fff;
          background-color: #EB454F;
          padding: 1px 10px 1px 10px;
          border-radius: 3px;
          position: relative;
          top: -18px; }
    .box1 .right .promise {
      float: left;
      width: 100%;
      height: 40px;
      border: 1px solid #D73240;
      margin-top: 20px;
      margin-bottom: 20px; }
      .box1 .right .promise div {
        float: left;
        width: 16%;
        line-height: 40px;
        text-align: right;
        color: #fff;
        border-radius: 0 18px 18px 0;
        padding-right: 4%;
        background: url(../img/09.png) 2px no-repeat #D73240;
        font-size: 16px; }
      .box1 .right .promise ul {
        float: left;
        width: 75%;
        margin: 0;
        font-size: 12px;
        color: #D73240;
        margin-left: 5%; }
    .box1 .right .promise-phone {
      color: #D73240; }
  @media (max-width: 980px) {
    .box1 .right .promise div {
      font-size: 12px;
      width: 22%;
      padding-right: 3%; }
    .box1 .right .promise ul {
      font-size: 10px;
      width: 70%; }
    .box1 .right .btns span {
      float: left;
      padding: 8px 30px 8px 30px; }
    .box1 .right .btns .shopping-cart {
      padding: 8px 15px 8px 15px;
      background-position: 13px; } }
  @media (max-width: 767px) {
    .box1 img {
      width: 100%;
      margin-top: 10px; }
    .box1 .right {
      width: 96%; }
      .box1 .right h2 {
        margin-top: 10px; }
      .box1 .right h2 i {
        margin-right: 4%; }
      .box1 .right .btns span {
        float: left;
        padding: 5px 22px 4px 22px; }
      .box1 .right .btns .shopping-cart {
        padding: 5px 6px 4px 6px;
        background-position: 3px; }
      .box1 .right .btns .entrust {
        height: 23px;
        margin-right: 10px;
        margin-top: 9px; }
      .box1 .right .wrap {
        padding-top: 0;
        width: 96%; }
        .box1 .right .wrap div {
          width: 25%; }
        .box1 .right .wrap ul {
          width: 75%; }
          .box1 .right .wrap ul li {
            margin-bottom: 0; } }

.box3 {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px; }
  .box3 .content-box {
    overflow: hidden;
    border: 1px solid #E4E4E4;
     }
    .box3 .content-box .tabs {
      line-height: 40px;
      background-color: #F7F7F7;
      border: 1px solid #E4E4E4; }
      .box3 .content-box .tabs span {
        cursor: pointer;
        display: inline-block;
        width: 150px;
        text-align: center; }
    .box3 .content-box .content {
      width: 100%;
      
      position: relative; }
      .box3 .content-box .content .tab {
        position: absolute;
        top: -40px;
        background-color: #fff;
        width: 150px;
        line-height: 40px;
        text-align: center;
        border-right: 1px solid #E4E4E4; }
      .box3 .content-box .content .msg {
        line-height: 60px; }
        .box3 .content-box .content .msg span {
          margin-left: 13%; }
        .box3 .content-box .content .msg b {
          color: #D73240; }
      .box3 .content-box .content .product {
        width: 100%;
        position:relative;
        padding-top:10px;
      }
      .box3 .content-box .content .product:after{
        content:'';
        display:block;
        clear:both;
      }
        .box3 .content-box .content .product .left {
          float: left;
          width: 65%;

          padding-left: 5%; }
        .box3 .content-box .content .product .right {
          position:absolute;
          width: 30%;
          top:50%;
          left:70%;
          transform:translateY(-70%);
          text-align:center;
         }
          .box3 .content-box .content .product .right img {
            float: left;
            margin-top: 10%; }
          .box3 .content-box .content .product .right p a {
            cursor: pointer;
            color: #D73240;
            font-size: 16px; }
          .box3 .content-box .content .product .right p b {
            font-size: 14px; }
          .box3 .content-box .content .product .right p span {
            font-size: 16px; }
          .box3 .content-box .content .product .right div {
            float: left;
            margin-left: 10%;
            margin-top: 5%; }
        .box3 .content-box .content .product .card {
          width: 18%;
          height:180px;
          float: left;
          text-align: center;
          margin-left: 10%;
          margin-bottom:10px;
        
           }
          .box3 .content-box .content .product .card img {
            width: 100%;
           }
          .box3 .content-box .content .product .card span {
            display: inline-block;
            }
        .box3 .content-box .content .product .plus {
          float: left;
          margin-left: 5%;
          width: 5%;
          font-size: 50px;
          margin-top: 5%; }
          .box3 .content-box .content .product .plus img {
            width: 100%; }
    .box3 .content-box .content_2 .tab {
      left: 150px;
      border-left: 1px solid #E4E4E4; }
    .box3 .content-box .content_3 .tab {
      left: 308px;
      border-left: 1px solid #E4E4E4; }

.box2 {
  background-color: #fff;
  position: relative;
  width: 100%;
  display: table; }

/**服务leftNav***/
.leftNav {
  float: left;
  width: 23%;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  min-height: 200px; }
  .leftNav h5 {
    line-height: 40px;
    border-bottom: 1px solid #E4E4E4;
    display: block;
    width: 90%;
    padding-left: 10%;
    margin: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 500; }
  .leftNav span {
    position: relative;
    display: inline-block;
    width: 100%; }
    .leftNav span.click ul {
      display: block; }
    .leftNav span.click p .icon-minus {
      display: inline-block; }
    .leftNav span.click p .icon-plus {
      display: none; }
    .leftNav span p {
      margin: 0;
      padding-left: 20px;
      color: #333;
      cursor: pointer; }
      .leftNav span p i {
        opacity: 0.8; }
      .leftNav span p .icon-minus {
        display: none;
        background-position: -10px -33px; }
      .leftNav span p .icon-plus {
        display: inline-block;
        background-position: -30px -33px; }
      .leftNav span p .icon-minus, .leftNav span p .icon-plus {
        width: 22px;
        height: 22px;
        margin-right: 5px;
        vertical-align: top;
        background-image: url(../img/service/service.png);
        background-repeat: no-repeat; }
    .leftNav span ul {
      display: none;
      list-style: none;
      margin-left: 50px;
      color: #666; }
  @media (max-width: 767px) {
    .leftNav {
      width: 100%;
      min-height: 0;
      height: auto; }
      .leftNav span p {
        display: none; }
      .leftNav ul {
        margin-left: 0 !important;
        display: inline-block;
        padding-bottom: 10px; }
        .leftNav ul li {
          width: 25%;
          text-align: center;
          border: 1px solid #E4E4E4;
          float: left;
          padding: 2px 5px 2px 5px;
          margin: 5px; } }

/**服务rightNav**/
.rightNav {
  width: 75%; 
  position: relative;
  display: inline-block;
  left: 2%;
}
  .rightNav .fixed {
    position: fixed;
    float: none;
    top: 35px;
    height: 37px;
    z-index: 100; }
    .rightNav .fixed ul li {
      height: 37px; }
  .rightNav ul {
    list-style: none;
    width: 100%;
    margin: 0;
    height: 40px;
    border: 1px solid #E4E4E4;
    }
    .rightNav ul li {
      cursor: pointer;
      float: left;
      line-height: 40px;
      height: 36px;
      width: 14%;
      text-align: center; }
      .rightNav ul li.click {
        background-color: #fff;
        border-top: 2px solid #D73240;
        border-bottom: 1px solid #fff; }
      .rightNav ul li.buy {
        width: 14%;
        height: 40px;
        background-color: #D73240; }
        .rightNav ul li.buy a {
          color: #fff !important;
          text-decoration: none; }
      .rightNav ul li.add-shopping-cart {
        width: 15%;
        height: 38px;
        background-color: #fff;
        border: 1px solid #D73240; }
        .rightNav ul li.add-shopping-cart a {
          color: #D73240 !important;
          text-decoration: none; }
  .rightNav .content {
    border: 1px solid #E4E4E4;
    min-height: 140px;
    /*margin-bottom: 20px; */
    margin-bottom: 0; 
    border-top: 0;
  }
    .rightNav .content h5 {
      border: 1px solid #E4E4E4;
      margin: 0;
      text-align: left;
      line-height: 40px;
      font-weight: 500;
      padding-left: 20px;
      background-color: #F7F7F7; }
    .rightNav .content pre {
      background-color: #fff;
      border: 0;
      color: #666;
      font-family: "Microsoft YaHei"; }
    /*.rightNav .content.intro h5 {
      display: none; }*/
    .rightNav .content .carousel {
      padding: 0;
      width: 80%;
      margin-left: 10%; }
      .rightNav .content .carousel .carousel-inner {
        padding: 0; }
      .rightNav .content .carousel .carousel-control {
        width: 25px;
        height: 25px;
        font-size: 40px;
        line-height: 18px; }
      .rightNav .content .carousel .left-btn {
        left: -40px; }
      .rightNav .content .carousel .right-btn {
        right: -40px; }
      .rightNav .content .carousel .item {
        background-color: #fff; }
        .rightNav .content .carousel .item span {
          background-color: #fff;
          float: left;
          width: 25%;
          text-align: center; }
          .rightNav .content .carousel .item span p {
            margin-top: 20px; }
          .rightNav .content .carousel .item span img {
            border: 1px solid #E4E4E4;
            width: 90%;
            cursor: pointer; }
  @media (max-width: 767px) {
    .rightNav {
      width: 100% !important; } }

.right .content {
  color: #666; }
  .right .content h4 {
    color: #333;
    font-weight: 500;
    text-align: center; }
  .right .content p {
    text-align: center;
    padding: 0 5% 0 5%; }
  .right .content pre {
    width: 90%;
    margin-left: 5%; }
  .right .content table {
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
    display: table; }
    .right .content table td {
      border: 1px solid #E4E4E4;
      height: 40px;
      vertical-align: middle !important; }
    .right .content table .title {
      text-align: center;
      background-color: #FAFAFA; }
    .right .content table p {
      text-align: left; }
  .right .content b {
    text-align: center;
    color: #D73240;
    width: 100%;
    display: block; }

#superiority td {
  width: 50%;
  text-align: center; }

#guarantee {
  text-align: center; }

.modal-backdrop {
  z-index: 10000; }

#myModal {
  width: auto;
  text-align: center;
  margin-left: -190px;
  width: 380px; }
  #myModal img {
    width: 100%; }
  @media (max-width: 767px) {
    #myModal {
      width: auto;
      margin: 0; } }

/*# sourceMappingURL=service.css.map */
.box3 .tabs span.click{
  background: #fff;
  border-bottom:none;
}
.box3 .tabs span{
  background: #f7f7f7;
  border: none;
}
.box4{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  display: none;
}
.box4 p{
  text-align: center;
}
.box4 p:first-child{
  font-size: 50px;
  font-weight:300;
  margin-bottom: 50px;
}
.questionleft span p.active{
  color:#D73240;
}
.rightNav ul.pagination li{
  width: auto;
}
.rightNav ul.pagination{
  border: 0;
}



.rightNav .Interdocute{
  padding: 10px;
}
.rightNav.fixed ul{
  width: 58.8%;
  z-index: 10;
}
.rightNav ul li{
  margin-left: 1px;
}
.rightNav ul{
  width: 99.7%;
  margin-bottom: 2px;
}
.rightNav.fixed .content {
  /*margin-top: 43.98px;*/
  margin-top: 0;
}
.rightNav.fixed .nav{
  position: fixed;
  top:71px;
  background: #fff;
}

.rightNav .gobuy{
  border: 1px solid #EB454F;
  float: left;
  height: 39px;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.rightNav .addShopping{
  border: 1px solid #EB454F;
  background: #EB454F;
  float: left;
  height: 39px;
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.rightNav .gobuy a{
  color: #EB454F;
}
.rightNav .addShopping a{
  color: #fff;
}
.rightNav .gobuy a,.rightNav .addShopping a{
  text-decoration: none;
  line-height:40px;
}
.experience {
  overflow: hidden;
}
.experience .qa-wrap {
  position: relative;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.experience .qa-wrap .previous-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  vertical-align: top;
  background-image: url(../img/service/service.png);
  background-repeat: no-repeat;
  background-position: -30px -33px;
  cursor: pointer;
}

.experience .qa-wrap.expand .previous-icon {
  background-position: -10px -33px;
}
.experience .qa-wrap .contentExprience {
  display: inline-block; 
  white-space: nowrap;
  overflow: hidden; 
  text-overflow:ellipsis;
  width: 700px;
  padding: 5px 50px 0 40px;
}
.experience .qa-wrap.expand .contentExprience {
  display: inline-block; 
  white-space: normal;
  overflow: hidden; 
  text-overflow:ellipsis;
}
.experience .knowledge_change_next {
  padding: 10px;
  float: right;
}
.experience .knowledge_change_next .icon-refresh {
  margin: 2px 5px 0 0;
}
.experience .knowledge_change_next:hover .icon-refresh {
  opacity: 0.6;
}
