.my-container {
  width: 100%; }
  .my-container_header {
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    background: #ffffff; }
    .my-container_header_icon {
      float: left; }
      .my-container_header_icon img {
        margin: 7px 0 0 7px;
        width: 146px; }
    .my-container_header_nav {
      float: right;
      width: 550px;
      text-align: center;
      margin-top: 17px; }
      .my-container_header_nav_single {
        float: left;
        width: 15%;
        margin-top: -5px; }
        .my-container_header_nav_single_floatUser {
          width: 100%;
          padding: 15px 19px;
          background: #69a0d7;
          position: absolute;
          top: 42px;
          color: #ffffff;
          font-size: 12px;
          z-index: 200; }
        .my-container_header_nav_single a {
          color: #8c8c8c; }
        .my-container_header_nav_single span {
          display: inline-block;
          width: 100%;
          height: 32px;
          line-height: 32px; }
      .my-container_header_nav .login {
        width: 22%; }
    .my-container_header_menu {
      width: 30px;
      height: 30px;
      line-height: 30px;
      position: absolute;
      right: 10px;
      top: 10px; }
      .my-container_header_menu:hover {
        background: lightgray;
        cursor: pointer; }
  .my-container_body {
    width: 100%;
    padding-top: 50px; }
    @media (max-width: 800px) {
      .my-container_body_fix {
        word-wrap: break-word;
        margin: 0 auto;
        background: #ffffff; } }
    @media (min-width: 801px) {
      .my-container_body_fix {
        word-wrap: break-word;
        margin: 0 auto;
        background: #ffffff; } }
  .my-container_mobile_menu {
    width: 100%; }
    .my-container_mobile_menu div a {
      display: inline-block;
      padding: 5px 10px;
      cursor: pointer; }

  @media (max-width: 800px){
    .login-container {
      text-align: center;
      width: 80%;
      margin: 0 auto; }
  }
  @media (min-width: 801px){
    .login-container {
      text-align: center;
      width: 30%;
      margin: 0 auto; }
  }
  .login-container_title {
    text-align: center;
    font-size: 30px;
    margin-top: 55px;
    color: #505050; }
  .login-container_tel {
    color: #505050;
    margin-top: 30px;
    white-space: nowrap;
    /*&_addressSel {
      height: 43px;
      line-height: 43px;
      border: 1px solid #ececec;
      width: 140px;
      text-align: center;
      option{
        text-align: center;
      }
    }*/ }
    @media (max-width: 800px) {
      .login-container_tel input {
        font-size: 12px;
        height: 43px;
        line-height: 43px;
        border: 1px solid #ececec;
        width: 75%;
        padding-left: 5px; }
      .login-container .leftName {
        text-align: left;
        line-height: 44px;
        float: left;
        width: 25%;
      }
      .login-container_tel_addressSel {
        height: 43px;
        line-height: 43px;
        border: 1px solid #ececec;
        width: 90px;
        text-align: center; }
      .login-container_tel_addressSel option {
        text-align: center; } }
    @media (min-width: 801px) {
      .login-container_tel input {
        height: 43px;
        line-height: 43px;
        border: 1px solid #ececec;
        width: 75%;
        padding-left: 5px; }
        .login-container .leftName {
          text-align: left;
          line-height: 44px;
          float: left;
          width: 25%;
        }
      .login-container_tel_addressSel {
        height: 43px;
        line-height: 43px;
        border: 1px solid #ececec;
        width: 95px;
        text-align: center; }
      .login-container_tel_addressSel option {
        text-align: center; } }
    .login-container_resetPsw {
      color: #505050;
      margin-top: 30px;
      white-space: nowrap;
      display: flex;
      justify-content: space-between; }
    .login-container_resetPsw_getvcode {
      width: 80px;
      height: 43px;
      line-height: 43px;
      display: inline-block;
      border: 1px solid #ececec;
      vertical-align: middle; }
    @media (max-width: 800px) {
      .login-container_resetPsw input {
        font-size: 12px;
        height: 43px;
        line-height: 43px;
        border: 1px solid #ececec;
        padding-left: 5px; }
      } 
      .rightFlex {
        width: 75%;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .rightFlex .inputvcode {
        width: 120px;
      }
    @media (min-width: 801px) {
      .login-container_resetPsw input {
        height: 43px;
        line-height: 43px;
        border: 1px solid #ececec;
        padding-left: 5px; }
      .rightFlex {
        width: 75%;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .rightFlex .inputvcode {
        width: 60%;
      }
    }
    .login-container_resetPsw_getMsgCode {
      height: 26px;
      line-height: 26px;
      display: inline-block;
      vertical-align: middle;
      background: #69a0d7;
      border-radius: 4px;
      color: #ffffff;
      font-size: 12px; }
  .login-container_reset {
    width: 250px;
    margin: 36px auto 17px auto; }
    .login-container_reset_forget {
      float: left;
      font-size: 13px;
      color: #83aedd; }
    .login-container_reset_register {
      /* float: right; */
      font-size: 13px; }
      .login-container_reset_register span {
        color: #83aedd; }
  @media (max-width: 800px) {
    .login-container_login_btn {
      width: 250px;
      height: 43px;
      line-height: 43px;
      background: #69a0d7;
      color: #ffffff;
      text-align: center;
      margin: 0 auto 87px auto; }
    .login-container .confirm-btn {
      width: 250px;
      height: 43px;
      line-height: 43px;
      background: #69a0d7;
      color: #ffffff;
      text-align: center;
      margin: 0 auto 87px auto; } }
  @media (min-width: 801px) {
    .login-container_login_btn {
      width: 330px;
      height: 43px;
      line-height: 43px;
      background: #69a0d7;
      color: #ffffff;
      text-align: center;
      margin: 0 auto 87px auto; }
    .login-container .confirm-btn {
      width: 330px;
      height: 43px;
      line-height: 43px;
      background: #69a0d7;
      color: #ffffff;
      text-align: center;
      margin: 0 auto 87px auto; } }

@media (max-width: 800px) {
  .productList-container_headImg {
    width: 300px;
    display: block;
    margin: 20px auto; } }
@media (min-width: 801px) {
  .productList-container_headImg {
    width: 500px;
    display: block;
    margin: 20px auto; } }

.help-container {
  padding: 0 5% 50px 5%; }
  .help-container_header {
    background: #ffffff; }
  .help-container_body {
    margin-top: 56px; }
    .help-container_body_left {
      width: 24%; }
      @media (max-width: 800px) {
        .help-container_body_left {
          display: inline-block;
          border: 1px solid #f1f1f1; }
          .help-container_body_left_single {
            text-align: center;
            cursor: pointer;
            border-bottom: 1px solid #eeeeee;
            word-break: keep-all;
            width: 100%;
            padding-top: 25px;
            padding-bottom: 25px;
            padding-left: 5px; }
            .help-container_body_left_single img {
              width: 33px;
              height: 33px; }
            .help-container_body_left_single span {
              color: #606060;
              vertical-align: middle; } }
      @media (min-width: 801px) {
        .help-container_body_left {
          display: inline-block;
          border: 1px solid #f1f1f1; }
          .help-container_body_left_single {
            cursor: pointer;
            border-bottom: 1px solid #eeeeee;
            width: 196px;
            margin: 0 auto;
            padding-top: 25px;
            padding-bottom: 25px;
            padding-left: 5px; }
            .help-container_body_left_single img {
              width: 33px;
              height: 33px; }
            .help-container_body_left_single span {
              margin-left: 10px;
              color: #606060;
              vertical-align: middle; } }
    .help-container_body_right {
      display: inline-block;
      border: 1px solid #f1f1f1;
      background: #ffffff;
      width: 70%;
      vertical-align: top;
      padding: 50px; }
      .help-container_body_right_problemList {
        cursor: pointer;
        margin-bottom: 22px; }
      .help-container_body_right .problemDetailBox_back {
        font-size: 12px;
        cursor: pointer; }
      .help-container_body_right .problemDetailBox_q {
        color: #505050;
        font-size: 16px; }
        .help-container_body_right .problemDetailBox_q span {
          white-space: normal;
          word-break: break-all; }
      .help-container_body_right .problemDetailBox_a {
        color: #afafaf; }
        .help-container_body_right .problemDetailBox_a span {
          white-space: normal;
          word-break: break-all; }

.pay-container_header {
  background: #ffffff;
  padding: 50px 0; }
  @media (max-width: 800px) {
    .pay-container_header_headImg {
      float: left; }
      .pay-container_header_headImg img {
        width: 136px; } }
  @media (min-width: 801px) {
    .pay-container_header_headImg {
      float: left;
      margin-left: 100px; }
      .pay-container_header_headImg img {
        width: 136px; } }
  .pay-container_header_edit {
    float: right;
    color: #6e6e6e;
    margin-top: 25px; }
    .pay-container_header_edit_area {
      height: 26px;
      line-height: 26px;
      border: 1px solid #bebdbd;
      display: inline-block; }
      @media (max-width: 800px) {
        .pay-container_header_edit_area {
          margin-right: 5px; } }
      @media (min-width: 801px) {
        .pay-container_header_edit_area {
          margin-right: 75px; } }
      .pay-container_header_edit_area_left {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
        border-right: 1px solid #bebdbd;
        cursor: pointer;
        background: #ecebeb; }
      .pay-container_header_edit_area_center {
        display: inline-block;
        width: 45px;
        height: 24px;
        text-align: center; }
      .pay-container_header_edit_area_right {
        cursor: pointer;
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
        border-left: 1px solid #bebdbd;
        background: #ecebeb; }
    @media (max-width: 800px) {
      .pay-container_header_edit_price {
        margin-right: 5px; } }
    @media (min-width: 801px) {
      .pay-container_header_edit_price {
        margin-right: 95px; } }
@media (max-width: 800px) {
  .pay-container_body {
    background: #f8f8f8;
    width: 100%;
    margin: 0 auto; }
    .pay-container_body_payFn {
      width: 300px; } }
@media (min-width: 801px) {
  .pay-container_body {
    background: #f8f8f8;
    width: 800px;
    margin: 0 auto; }
    .pay-container_body_payFn {
      width: 400px; } }
.pay-container_body_pay {
  margin: 46px auto;
  border-top: 1px solid #ececec;
  padding-top: 40px;
  padding-bottom: 30px; }
  @media (max-width: 800px) {
    .pay-container_body_pay {
      width: 80%; } }
  @media (min-width: 801px) {
    .pay-container_body_pay {
      width: 400px; } }
  .pay-container_body_pay_left {
    color: #505050;
    float: left; }
  .pay-container_body_pay_right {
    float: right;
    line-height: 40px; }

.productDetail-container_header {
  text-align: center;
  background: #ffffff;
  margin: 75px 0 0 0;
  padding-bottom: 50px; }
  .productDetail-container_header_title {
    font-size: 28px;
    margin-bottom: 20px; }
  .productDetail-container_header .coverImage {
    width: 300px; }
  .productDetail-container_header .productDetailImage {
    width: 238px; }
  .productDetail-container_header_explain {
    color: #505050;
    font-size: 16px;
    letter-spacing: 2px; }
    .productDetail-container_header_explain .explain1 {
      margin-top: 30px; }
    .productDetail-container_header_explain .explain2 {
      margin: 30px 0; }
.productDetail-container_body {
  text-align: center;
  background: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 10px;
  letter-spacing: 4px; }
  .productDetail-container_body_price {
    color: #69a0d7;
    font-weight: bolder;
    font-size: 30px; }
  .productDetail-container_body_goBuyBtn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #69a0d7;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    font-weight: lighter; }
.productDetail-container_beside {
  font-size: 16px;
  margin-top: 20px; }
  .productDetail-container_beside_title {
    color: #014099;
    font-size: 18px;
    font-weight: 500; }
  .productDetail-container_beside_content {
    max-width: 600px; }
    .productDetail-container_beside_content_single1 .single {
      float: left;
      width: 33%; }
      .productDetail-container_beside_content_single1 .single img {
        width: 75px;
        height: 75px; }
      .productDetail-container_beside_content_single1 .single .detail {
        font-size: 12px;
        text-align: left;
        margin: 0 auto;
        width: 75%; }
    .productDetail-container_beside_content_single2 {
      display: flex; }
      .productDetail-container_beside_content_single2 .single {
        width: 50%;
        float: left; }
        .productDetail-container_beside_content_single2 .single img {
          width: 75px;
          height: 75px; }
        .productDetail-container_beside_content_single2 .single .detail {
          font-size: 12px;
          text-align: left;
          margin: 0 auto;
          width: 85%; }
  .productDetail-container_beside_tese {
    background: #ffffff;
    width: 80%;
    padding: 45px 0 60px 0;
    margin: 42px auto;
    text-align: center; }
    .productDetail-container_beside_tese_title {
      font-size: 26px; }
    .productDetail-container_beside_tese_detail {
      margin-top: 20px;
      padding: 0 80px; }
      .productDetail-container_beside_tese_detail p {
        display: list-item; }
  .productDetail-container_beside_liucheng {
    background: #ffffff;
    width: 80%;
    padding: 45px 0 60px 0;
    margin: 42px auto;
    border: 1px solid #dcdcdc;
    text-align: center; }
    .productDetail-container_beside_liucheng_title {
      font-size: 26px;
      margin-bottom: 20px; }
    .productDetail-container_beside_liucheng_detail {
      padding: 0 20px; }
      .productDetail-container_beside_liucheng_detail .detailBorder {
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        padding: 10px 0;
        margin-bottom: 20px; }
        .productDetail-container_beside_liucheng_detail .detailBorder .titleText {
          font-size: 16px;
          color: #000000; }
        .productDetail-container_beside_liucheng_detail .detailBorder .content {
          font-size: 14px; }
      .productDetail-container_beside_liucheng_detail_1 {
        float: left;
        width: 48%; }
      .productDetail-container_beside_liucheng_detail_2 {
        float: right;
        width: 48%; }
      .productDetail-container_beside_liucheng_detail_4 {
        width: 48%;
        float: left; }
      .productDetail-container_beside_liucheng_detail_5 {
        width: 48%;
        float: right; }
.productDetail-container_footer {
  background: #f8f8f8;
  padding: 0 10%; }
  .productDetail-container_footer img {
    width: 100%;
    margin-top: 46px;
    border: 1px solid #dcdcdc; }
  .productDetail-container_footer_buyContainer_single {
    padding: 22px 0;
    background: #f1f8fd;
    width: 100%;
    margin-top: 29px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-align: left; }
    .productDetail-container_footer_buyContainer_single_title {
      color: #014099;
      font-size: 20px;
      margin-bottom: 10px; }
      .productDetail-container_footer_buyContainer_single_title_youhui {
        padding: 2px 4px;
        background: #fabe00;
        color: #ffffff;
        border-radius: 5px;
        font-size: 12px;
        float: left;
        margin-left: 5px; }
    .productDetail-container_footer_buyContainer_single_content {
      display: list-item;
      font-size: 14px;
      color: #505050;
      margin: 0; }
    .productDetail-container_footer_buyContainer_single_money {
      color: #69a0d7;
      margin-bottom: 10px; }
    .productDetail-container_footer_buyContainer_single_btn {
      width: 90px;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      background: #69a0d7;
      color: #ffffff;
      text-align: center; }

.isBottomFix {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.bottom-container_nav {
  background: url("../img/bottomBg.png") top left no-repeat;
  background-size: 100% 100%;
  width: 100%; }
  .bottom-container_nav_box {
    width: 100%;
    margin: 0 auto;
    padding: 58px 24px 24px 24px;
    color: #ffffff; }
    .bottom-container_nav_box_single {
      float: left; }
      .bottom-container_nav_box_single_title {
        margin-bottom: 23px;
        font-size: 18px; }
      .bottom-container_nav_box_single_content {
        color: #e9eaed;
        margin-bottom: 15px; }
      .bottom-container_nav_box_single_left {
        float: left;
        margin-bottom: 15px; }
      .bottom-container_nav_box_single_right {
        float: right;
        margin-bottom: 15px;
        margin-right: -30px;
        margin-left: 10px; }
      .bottom-container_nav_box_single .customer-qrcode {
        width: 111px;
        height: 111px; }
    .bottom-container_nav_box_aboutUs {
      margin-left: 7%; }
    .bottom-container_nav_box_help {
      margin-left: 7%; }
    .bottom-container_nav_box_callUs {
      margin-left: 7%; }
    .bottom-container_nav_box_qrcode {
      margin-left: 7%; }

.problemTextStyle {
  color: #97bbe1 !important; }

.foodStandardStyle {
  color: #97bbe1 !important;
  background-color: #ffffff;
  border-left: solid;}

p.mask {
  display: block;
  position: fixed;
  left: 46%;
  top: 50%;
  height: 65px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 65px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 99999;
  padding: 0 20px; }

.float-user_style {
  color: #014099 !important; }

.clearFix {
  clear: both; }

.hide {
  display: none; }

.cursor {
  cursor: pointer; }

/*# sourceMappingURL=myCss.css.map */
