
@media screen and (max-width: 750px) {
  body,html{
    height: 100%;
  }
  .header {
    min-width: auto;
  }
  .header .header-main {
    width: 100%;
  }
  .header .header-main .logo {
    margin-left: 10px;
  }
  .header .header-main .mobile-menu {
    display: block;
    color: #fff;
    font-size: 26px;
    padding: 10px;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .header .header-main .mobile-head {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #333;
    z-index: 99;
    top: -150%;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
  }
  .header .header-main .mobile-head .close {
    display: block;
    color: #fff;
    font-size: 26px;
    padding: 10px;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .header .header-main .mobile-head.mobile-head-move {
    top: 0;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
  }
  .header .header-main .search {
    float: none;
    margin: auto;
    margin-top: 80px;
    position: relative;
    left: inherit;
    top: 0;
  }
  .header .header-main .nav {
    float: none;
    margin-left: 20px;
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .header .header-main .nav a {
    display: block;
    font-size: 18px;
  }
  .header .header-main .nav a:hover, .header .header-main .nav a.cur {
    background: none;
  }
  .header .header-main .login-after {
    float: none;
    max-width: 310px;
    margin: auto;
    margin-top: 20px;
    line-height: 20px;
    position: relative;
  }
  .header .header-main .login-after .welcome {
    padding-top: 40px;
    width: 100px;
    border-right: 1px solid #5d5d5d;
    padding-right: 10px;
    text-align: center;
  }
  .header .header-main .login-after .welcome .info {
    max-width: 60px;
  }
  .header .header-main .login-after .user-info {
    float: left;
    padding: 0 15px;
  }
  .header .header-main .login-after .user-info .portrait {
    font-size: 30px;
    position: absolute;
    left: 48px;
    top: 5px;
  }
  .header .header-main .login-after .user-info .icon-lower {
    display: none;
  }
  .header .header-main .login-after .user-info:hover {
    background: none;
  }
  .header .header-main .login-after .user-info:hover .usercon {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header .header-main .login-after .user-info .usercon {
    position: absolute;
    display: block;
    top: 0;
    height: 115px;
    width: 170px;
    background: none;
    line-height: 24px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header .header-main .login-after .user-info .usercon li {
    float: left;
    width: 80px;
    padding: 5px 2px;
  }

  .header .header-main .login-after .user-info .usercon li.notshow {
    display: none;
  }

  .header .header-main .login-after .user-info .usercon li em {
    margin-right: 5px;
  }
  .header .header-main .login-after .user-info .usercon li:nth-child(1) {
    margin-top: 0;
  }

  .mobile-banner {
    height: 100%;
    display: block;
    position: relative;
  }
  .mobile-banner a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .foonter, .main_visual {
    display: none;
  }

  /**产品**/
  .business {
    min-width: 100%;
  }
  .business .business-list {
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .business .business-list li {
    width: 30%;
    margin: 1px;
    margin-right: 0;
    text-align: center;
  }

  .category {
    width: 100%;
  }
  .category .category-list {
    overflow: hidden;
    height: 80px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .category .category-list li {
    float: left;
    cursor: pointer;
    width: 19.4%;
    height: 80px;
  }

  .business-btn {
    position: absolute;
    right: 8px;
    margin-right: 0;
    top: 38px;
  }
  .business-btn::before {
    content: "收起";
    margin-right: 0px;
  }

  /**产品列表**/
  .product-list-wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
  }
  .product-list-wrap .product-list {
    width: 100%;
  }
  .product-list-wrap .product-list li {
    width: 50%;
    text-align: center;
    margin: 20px 0 20px 0;
    overflow: hidden;
  }
  .product-list-wrap .product-list li .chart {
    width: 100px;
    height: 130px;
    overflow: hidden;
    margin: auto;
  }
  .product-list-wrap .product-list li .chart img {
    max-width: 100%;
  }
  .product-list-wrap .product-list li .logo img {
    height: 30px;
  }
  .product-list-wrap .product-list li .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
  }

  /**当前状态**/
  .current {
    display: none;
  }

  /**产品详情**/
  .product-info-wrap {
    width: 96%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .product-info-wrap .product-info-top {
    font-size: 12px;
    padding: 0;
  }
  .product-info-wrap .product-info-top .info-logo {
    text-align: center;
  }
  .product-info-wrap .product-info-top .info-logo .logo {
    float: none;
  }
  .product-info-wrap .product-info-top .info-logo .logo img {
    height: 40px;
    display: block;
  }
  .product-info-wrap .product-info-top .info-logo .cur-text {
    line-height: 20px;
    margin-left: 0;
    font-size: 16px;
  }
  .product-info-wrap .product-info-top .price {
    float: left;
    color: #434343;
    padding-top: 30px;
  }
  .product-info-wrap .product-info-top .price .money {
    font-size: 12px;
  }
  .product-info-wrap .product-info-top .share {
    float: left;
    padding: 30px 0 0;
    margin-left: 10px;
  }
  .product-info-wrap .product-info-top .share span {
    color: #fff;
    font-size: 12px;
    margin: 0 1px;
    line-height: 16px;
    width: 16px;
    height: 16px;
  }
  .product-info-wrap .product-photo {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .product-info-wrap .product-photo img {
    max-width: 100%;
    max-height: none;
  }
  .product-info-wrap .title-prod {
    padding: 8px 0;
  }
  .product-info-wrap .title-prod h3 {
    font-size: 16px;
  }
  .product-info-wrap .title-prod .empty {
    display: inline-block;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    bottom: 5px;
  }
  .product-info-wrap .sample {
    padding: 20px 0;
  }
  .product-info-wrap .sample li {
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
  }
  .product-info-wrap .sample li img {
    width: 100%;
  }
  .product-info-wrap .product-introduce {
    padding: 20px;
  }
  .product-info-wrap .product-download {
    margin-top: 20px;
    background: #F6F6F6;
    padding: 20px;
  }
  .product-info-wrap .product-download li {
    float: left;
    width: 50%;
    margin-right: 0;
    height: 50px;
    text-align: center;
  }
  .product-info-wrap .product-download li .dow {
    margin-left: 5px;
    margin-left: 0;
    color: #838383;
  }
  .product-info-wrap .magnitude .size-info {
    width: 100%;
    padding: 20px 120px 20px 34px;
    height: auto;
    min-height: 100px;
  }
  .product-info-wrap .magnitude .size-info .radio-b {
    position: absolute;
    left: 0;
    top: 25px;
  }
  .product-info-wrap .magnitude .size-info dl {
    position: relative;
    padding-left: 0;
  }
  .product-info-wrap .magnitude .size-info dl dt {
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-info-wrap .magnitude .size-info dl dd {
    text-indent: 65px;
    padding-top: 2px;
  }
  .product-info-wrap .magnitude .size-info dl .explain {
    color: #767676;
    line-height: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .product-info-wrap .magnitude .size-info .size-img {
    top: 50%;
    width: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product-info-wrap .magnitude .size-info .size-img img {
    width: 100%;
  }
  .product-info-wrap .magnitude .size-info:nth-of-type(even) {
    float: left;
    width: 100%;
    padding-left: 35px;
  }
  .product-info-wrap .magnitude .size-info:nth-of-type(even) .radio-b {
    left: 0;
  }
  .product-info-wrap .material dl {
    padding: 10px 0 10px 70px;
    line-height: 20px;
  }
  .product-info-wrap .material dl dt {
    top: 15px;
    font-size: 12px;
    word-wrap: break-word;
    word-break: normal;
    width: 80px;
  }
  .product-info-wrap .material dl dd .info {
    width: 42%;
  }
  .product-info-wrap .material-btn-box {
    text-align: center;
  }
  .product-info-wrap .material-btn-box .btn {
    width: 130px;
    margin: 0 5px;
  }
  .product-info-wrap .material-btn-box .btn_box {
    display: none;
  }

  .product-info-wrap .material-btn-box .btn_box_mobile{
    display: block;
  }

  /**弹窗**/
  .popup-wrap .popup-info {
    background: #fff;
    width: 94%;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    min-height: 180px;
  }
  .popup-wrap .popup-info .title {
    font-size: 16px;
  }
  .popup-wrap .popup-info .phone-box {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .popup-wrap .popup-info .phone-box .inp {
    width: 220px;
  }
  .popup-wrap .popup-info .phone-box .nub-box {
    width: 220px;
  }
  .popup-wrap .popup-info .phone-box .nub-box .num {
    float: left;
    width: 130px;
  }
  .popup-wrap .popup-info .phone-box .nub-box .phone-btn {
    margin-left: 10px;
    width: 80px;
  }
  .popup-wrap .popup-info .phone-box .prompt-text {
    margin-top: 20px;
  }
  .popup-wrap .popup-info .popup-btn {
    text-align: center;
    padding: 10px 0;
  }
  .popup-wrap .popup-info .prompt-box {
    text-align: center;
    padding: 20px 0;
  }
  .popup-wrap .popup-info .prompt-box .prompt-icon {
    margin: auto;
    width: 80px;
    height: 80px;
    background: url(../image/prompt.png) no-repeat center;
    background-size: 100%;
  }
  .popup-wrap .popup-info .prompt-box .prompt-text {
    margin-top: 20px;
    font-size: 14px;
  }
  .popup-wrap .popup-info .invitation-box {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .popup-wrap .popup-info .invitation-box dl {
    padding-left: 0;
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
  .popup-wrap .popup-info .invitation-box dl dt {
    position: relative;
    margin-bottom: 10px;
  }
  .popup-wrap .popup-info .invitation-box dl .code {
    text-align: center;
    width: 100%;
  }
  .popup-wrap .popup-info .invitation-box dl .code img {
    width: 120px;
    margin-bottom: 10px;
  }
  .popup-wrap .popup-info .invitation-box dl .copy {
    position: relative;
    padding-right: 50px;
  }
  .popup-wrap .popup-info .invitation-box dl .copy .copy-btn {
    display: inline-block;
    width: 40px;
    right: 0;
  }

  .popup-wrap .popup-info .openorder-box {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .popup-wrap .popup-info .openorder-box dl {
    padding-left: 0;
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
  .popup-wrap .popup-info .openorder-box dl dt {
    position: relative;
    margin-bottom: 10px;
  }
  .popup-wrap .popup-info .openorder-box dl .code {
    text-align: center;
    width: 100%;
  }

  .popup-wrap .popup-info .openorder-box dl .code img {
    width: 120px;
    margin-bottom: 10px;
  }

  .popup-wrap .popup-info .openorder-box dl .copy {
    position: relative;
    padding-right: 50px;
    text-align: left;
  }

  .popup-wrap .popup-info .openorder-box dl .copy div {
    width: 260px;
    word-break: break-word;
  }

  .popup-wrap .popup-info .openorder-box dl .copy .copy-btn {
    display: inline-block;
    width: 40px;
    right: 0;
  }

  .popup-wrap .popup-picture {
    position: absolute;
    left: 4%;
    width: 92%;
    top: 0;
    margin-top: 0;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .popup-wrap .popup-picture img {
    max-width: 100%;
    max-height: auto;
  }
  .popup-wrap .popup-picture .close {
    position: absolute;
    font-size: 18px;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #5B5B5B;
    padding: 5px;
    cursor: pointer;
  }
  .popup-wrap .popup-search-box {
    width: 100%;
    padding-top: 0;
  }
  .popup-wrap .popup-order-table {
    width: 100%;
    margin-top: 10px;
  }
  .popup-wrap .popup-order-table th, .popup-wrap .popup-order-table td {
    padding: 10px;
  }

  /**我的收藏**/
  .title-main {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #F6F6F6;
  }

  .collection-list-wrap {
    width: 96%;
  }
  .collection-list-wrap .collection-list {
    margin-left: 0;
    margin-top: 4%;
  }
  .collection-list-wrap .collection-list li {
    float: left;
    width: 46%;
    height: auto;
    box-sizing: border-box;
    margin: 0 2% 4% 2%;
  }
  .collection-list-wrap .collection-list li .coll-pic {
    display: block;
    width: 100%;
    height: 150px;
  }
  .collection-list-wrap .collection-list li .coll-pic img {
    width: 100%;
    height: 100%;
  }
  .collection-list-wrap .collection-list li .icon-close {
    background: #C6C6C6;
    display: block;
  }
  .collection-list-wrap .collection-list li:hover {
    border: 1px solid #D3D3D3;
  }

  /**客户列表**/
  .customer-list {
    display: none;
  }

  .mobile-customer-list {
    display: block;
    width: 94%;
    margin: auto;
  }
  .mobile-customer-list .order {
    margin-top: 8px;
    font-size: 14px;
  }
  .mobile-customer-list .mobile-cus-list {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    margin-top: 12px;
    padding: 15px 0;
  }
  .mobile-customer-list .mobile-cus-list dl {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    padding-left: 98px;
    margin: 0 15px;
  }
  .mobile-customer-list .mobile-cus-list dl dt {
    position: absolute;
    left: 0;
    top: 0;
    color: #878787;
  }

  .mobile-customer-list .mobile-cus-list dl dd.text-left {
    margin-left: 50px;
  }

  .mobile-cus-list .inp-nub{
    border: #B7B7B7 1px solid;
    height: 20px;
  }

  .customer-table td.inp-nub-left{
    text-align: left;
  }

  .mobile-customer-list .mobile-cus-list .icon-star {
    color: #929292;
    margin: 0 2px;
  }
  .mobile-customer-list .mobile-cus-list .sele-box {
    border: 1px solid #B7B7B7;
    padding-right: 10px;
    color: #999;
    position: relative;
    display: inline-block;
  }
  .mobile-customer-list .mobile-cus-list .sele-box select {
    font-size: 12px;
    outline: none;
    min-width: 100px;
    margin: 0;
    padding-left: 5px;
  }
  .mobile-customer-list .mobile-cus-list .sele-box::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    right: 8px;
    margin-top: -4px;
    border: 8px solid #929497;
    border-width: 8px 5px 8px;
    border-color: #929497 transparent transparent transparent;
    z-index: 2;
    pointer-events: none;
  }
  .mobile-customer-list .mobile-cus-list .order-operation {
    border-top: 1px solid #DADADA;
    padding: 15px 10px 0;
    text-align: right;
    margin-top: 15px;
  }
  .mobile-customer-list .mobile-cus-list .order-operation .order-ico {
    color: #929292;
    margin: 0 6px;
    font-size: 14px;
    display: inline-block;
    border: #929292 1px solid;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
  }
  .mobile-customer-list.mobile-team-list .mobile-cus-list {
    padding: 0;
  }
  .mobile-customer-list.mobile-team-list .mobile-cus-list .name-ratio {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #F6F6F6;
    position: relative;
  }
  .mobile-customer-list.mobile-team-list .mobile-cus-list .name-ratio .name {
    font-size: 14px;
    font-weight: bold;
  }
  .mobile-customer-list.mobile-team-list .mobile-cus-list .name-ratio .ratio {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .mobile-customer-list.mobile-team-list .mobile-cus-list .team-list {
    border-top: #DADADA 1px solid;
    padding: 15px 0;
  }
  .mobile-customer-list.mobile-team-list .mobile-cus-list .total {
    line-height: 24px;
    padding: 15px;
    background: #F6F6F6;
    position: relative;
    color: #878787;
    font-size: 14px;
  }
  .mobile-customer-list.mobile-team-list .mobile-cus-list .total span {
    color: #000;
  }

  .btn-box {
    text-align: center;
  }
  .btn-box .btn {
    margin: 0 5px;
  }

  .search-box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #F6F6F6;
  }
  .search-box .search-info {
    width: 48%;
  }
  .search-box .search-info .search-text {
    padding: 8px 10px;
    width: 88%;
    box-sizing: border-box;
  }
  .search-box .all-open {
    display: none;
  }
  .search-box .select-info {
    width: 48%;
    position: relative;
    border: 1px solid #ACACAC;
    box-sizing: border-box;
  }
  .search-box .select-info .sel-in {
    width: 80%;
    height: 32px;
    outline: none;
    border: 0;
    margin-left: 5px;
  }
  .search-box .select-info::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    right: 8px;
    margin-top: -4px;
    border: 8px solid #929497;
    border-width: 8px 5px 8px;
    border-color: #929497 transparent transparent transparent;
    z-index: 2;
    pointer-events: none;
  }

  .order-tab {
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin: 15px 0;
  }
  .order-tab li {
    display: inline-block;
    padding: 0 10px;
    margin: 5px 0;
    margin-left: -1px;
  }

  /**订单编辑**/
  .edit-list {
    display: none;
  }

  /**编辑**/
  .edit-top {
    min-width: 100%;
  }
  .edit-top .edit-title {
    width: 94%;
    padding: 18px 0;
    font-size: 18px;
  }
  .edit-top .edit-order-info {
    width: 94%;
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .edit-top .edit-order-info li {
    width: 50%;
    float: left;
    margin-right: 0;
  }

  .order-state {
    padding: 10px 0 0;
    width: 94%;
  }

  .mobile-edit-warp {
    display: block;
  }
  .mobile-edit-warp .mobile-edit-list {
    width: 94%;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    margin-top: 12px;
  }
  .mobile-edit-warp .mobile-edit-list .serial {
    display: table;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .mobile-edit-warp .mobile-edit-list .serial li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 10px 0;
  }
  .mobile-edit-warp .mobile-edit-list .serial li .businss {
    width: 30px;
  }
  .mobile-edit-warp .mobile-edit-list .serial li .pic {
    width: 80px;
  }
  .mobile-edit-warp .mobile-edit-list .serial li.nub {
    background: #D8D8D8;
    color: #fff;
    width: 30px;
  }
  .mobile-edit-warp .mobile-edit-list .serial li::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 80%;
    top: 12px;
    left: -1px;
    border-left: 1px solid #D8D8D8;
  }
  .mobile-edit-warp .mobile-edit-list .serial li .label-li {
    padding: 5px 0;
    line-height: 30px;
  }
  .mobile-edit-warp .mobile-edit-list .serial li .label {
    width: 30px;
    margin-left: 5px;
  }
  .mobile-edit-warp .mobile-edit-list .serial.serialBg {
    background: #F6F6F6;
  }
  .mobile-edit-warp .mobile-edit-list .serial.datum {
    border-bottom: 1px solid #D8D8D8;
  }
  .mobile-edit-warp .mobile-edit-list .serial.datum li::after {
    display: none;
  }
  .mobile-edit-warp .mobile-edit-list .serial.datum li.nub {
    background: #F6F6F6;
    color: #878787;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info {
    padding: 0 10px;
    color: #878787;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info ul {
    width: 100%;
    display: table;
    border-top: 1px dotted #D8D8D8;
    padding: 10px 0;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info ul li {
    display: table-cell;
    vertical-align: middle;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info ul li span {
    color: #000;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info ul li:last-child {
    width: 110px;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info ul li .inp {
    width: 40px;
    border: 1px solid #B7B7B7;
    text-align: center;
    padding: 5px;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info ul:first-child {
    border: 0;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info .remarks {
    padding: 10px 0 10px 40px;
    position: relative;
    box-sizing: border-box;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info .remarks em {
    position: absolute;
    left: 0;
    top: 10px;
    font-style: normal;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info .remarks .label {
    width: 30px;
    margin: 0 5px 5px;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info .remarks-text {
    height: 40px;
    width: 90%;
    border: #B7B7B7 1px solid;
    overflow: auto;
    padding: 5px;
    resize: none;
  }

  .mobile-edit-warp .mobile-edit-list .mobile-edit-info .attachpic {
    padding: 10px 0 10px 40px;
    height: 48px;
    position: relative;
    box-sizing: border-box;
  }

  .mobile-edit-warp .mobile-edit-list .mobile-edit-info .attachpic em {
    position: absolute;
    left: 0;
    top: 10px;
    font-style: normal;
  }
  .mobile-edit-warp .mobile-edit-list .mobile-edit-info .attachpic .label {
    width: 30px;
    margin: 0 5px 5px;
  }


  .mobile-edit-warp .mobile-edit-list .operation {
    padding: 10px;
    border-top: 1px solid #B7B7B7;
    text-align: right;
  }
  .mobile-edit-warp .mobile-edit-list .operation .order-ico {
    color: #929292;
    margin: 0 6px;
    font-size: 14px;
    display: inline-block;
    border: #929292 1px solid;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
  }

  .mobile-total {
    margin-top: 10px;
    padding: 12px;
    background: #F6F6F6;
  }

  .edit-remarks {
    padding: 10px 0 0;
    width: 94%;
    margin: auto;
  }
  .edit-remarks dl .remarks-text {
    width: 86%;
    height: 40px;
    padding: 8px;
  }
  .edit-remarks dl .encl {
    padding: 0 10px 10px 0;
    margin-right: 5px;
  }
  .edit-remarks dl .add-to {
    color: #929292;
    position: relative;
    font-size: 14px;
    display: inline-block;
    border: #929292 1px solid;
    border-radius: 50%;
    padding: 4px;
    bottom: -3px;
    cursor: pointer;
  }
}

/*# sourceMappingURL=mobile-styel.css.map */
