/*multi overflow*/
/*color---------*/
/*--basic--*/
/*reset style-----------------start*/
/*multi overflow*/
/*color---------*/
/*--basic--*/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  height: auto;
  font: 14px/1 "Arial","Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
  background: #fff;
  color: #323232;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    /*-webkit-app-region: drag;
  -webkit-user-select: none;*/
   overflow:hidden;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
span,
button,
p,
a,
img,
textarea {
    -webkit-app-region: no-drag;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.zeroMP, header, menu, section, footer, main, aside, nav, article, figure, html, body, p, address {
  margin: 0;
  padding: 0; }

header, section, footer, main, aside, nav, article, figure {
  display: block; }

ul, ol {
  margin: 0; }

video, object, embed, img {
  max-width: 100%;
  height: auto; }

img {
  border: 0;
  vertical-align: top; }

a, a:focus {
  text-decoration: none; }

input, button, select {
  font-size: 14px; }

input:focus, button:focus, select:focus, select {
  outline: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #cccccc;
  text-shadow: none;
  -webkit-text-fill-color: initial;
  text-overflow: ellipsis; }

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #cccccc;
  text-shadow: none;
  -webkit-text-fill-color: initial;
  text-overflow: ellipsis; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #cccccc;
  text-shadow: none;
  -webkit-text-fill-color: initial;
  text-overflow: ellipsis; }

input[type=button], input[type=submit], button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=button]:focus, input[type=submit]:focus, button:focus {
  outline: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

::-moz-selection, ::-webkit-keygen-select, ::selection {
  background-color: #6998ff;
  color: #fff; }

i, em {
  font-style: normal; }

h1, .h1 {
  font-size: 24px; }

h2, h2 {
  font-size: 20px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

/*style reset-----------------end*/
/*common style-----------------start*/
.underline-none {
  text-decoration: none; }
  .underline-none:hover, .underline-none:active, .underline-none:focus {
    text-decoration: none; }

.outline-shadow-none {
  outline: none;
  box-shadow: none; }

.fl {
  *display: inline;
  *zoom: 1;
  float: left; }

.fr {
  *display: inline;
  *zoom: 1;
  float: right; }

.lea-col-1, .lea-col-2, .lea-col-3, .lea-col-4, .lea-col-5, .lea-col-6,
.lea-col-7, .lea-col-8, .lea-col-9, .lea-col-10, .lea-col-11, .lea-col-12, .col-5 {
  float: left;
  position: relative;
  min-height: 1px;
  *display: inline;
  *zoom: 1; }

.lea-col-1 {
  width: 8.33333333% !important; }

.lea-col-2 {
  width: 16.66666667% !important; }

.lea-col-3 {
  width: 25% !important; }

.lea-col-4 {
  width: 33.33333333% !important; }

.lea-col-5 {
  width: 41.66666667% !important; }

.lea-col-6 {
  width: 50% !important; }

.lea-col-7 {
  width: 58.33333333% !important; }

.lea-col-8 {
  width: 66.66666667% !important; }

.lea-col-9 {
  width: 75% !important; }

.lea-col-10 {
  width: 83.33333333% !important; }

.lea-col-11 {
  width: 91.66666667% !important; }

.lea-col-12 {
  width: 100% !important; }

.col-5 {
  width: 20% !important; }

.list-none {
  list-style: none;
  padding: 0; }
  .list-none li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

/*text style*/
.single-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.multi-overflow-two {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.multi-overflow-three {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.mark-success {
  background-color: #009966; }

.bg-white {
  background-color: #fff !important; }

.text-blue {
  color: #08a6fc !important; }

.text-red {
  color: #f9003c !important; }

.text-theme {
  color: #09a5fc !important; }

.text-gray {
  color: #666; }

.text-bold {
  font-weight: 600 !important; }

.text-danger {
  color: #f9003c !important; }

.text-success {
  color: #009966 !important; }

.text-nowrap {
  white-space: nowrap !important; }

button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
  cursor: not-allowed; }

.h-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*reset style------------------end*/
/*multi overflow*/
/*color---------*/
/*--basic--*/
.hro-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.lea-btn {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  line-height: 25px;
  height: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }
  .lea-btn:focus, .lea-btn:focus:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }

.btn-theme {
  color: #fff;
  background-color: rgba(9, 165, 252, 0.9);
  border: 1px solid rgba(9, 165, 252, 0.9);
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0 2px 20px 0 #c8c8c8;
  -moz-box-shadow: 0 2px 20px 0 #c8c8c8;
  box-shadow: 0 2px 20px 0 #c8c8c8; }
  .btn-theme.btn-small {
    padding: 0 2px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .btn-theme:hover, .btn-theme:focus {
    color: #fff;
    background-color: #09a5fc;
    -webkit-box-shadow: 0 1px 20px 0 #b4b4b4;
    -moz-box-shadow: 0 1px 20px 0 #b4b4b4;
    box-shadow: 0 1px 20px 0 #b4b4b4; }

.linear {
  background: #3188e9;
  background: -moz-linear-gradient(left, #05a8fe, #3188e9);
  background: -webkit-linear-gradient(left, #05a8fe, #3188e9);
  background: -o-linear-gradient(left, #05a8fe, #3188e9);
  background: linear-gradient(to right, #05a8fe, #3188e9);
  /* */ }
  .linear:hover, .linear:focus {
    background: #3188e9;
    background: -moz-linear-gradient(left, #05a8fe, #3188e9);
    background: -webkit-linear-gradient(left, #05a8fe, #3188e9);
    background: -o-linear-gradient(left, #05a8fe, #3188e9);
    background: linear-gradient(to right, #05a8fe, #3188e9);
    /* */ }

html, body {
  background-color: rgba(255, 255, 255, 0); }

.lea-content {
  -webkit-box-shadow: 0px 0px 13px 2px #cbd4dd;
  -moz-box-shadow: 0px 0px 13px 2px #cbd4dd;
  box-shadow: 0px 0px 13px 2px #cbd4dd; }

.tool-con {
  display: none; }
  .tool-con.active {
    display: block; }

.error {
  font-size: 10px;
  color: red; 
}

.link {
  color: #08a6fc; 
}

    .link.help {
     color: #ee1a1a; 
     top: 5px;
    }


.link:hover, .link:focus {
  color: #08a6fc;
  text-decoration: underline; }

.lea-header {
  background: #3188e9;
  background: -moz-linear-gradient(left, #05a8fe, #3188e9);
  background: -webkit-linear-gradient(left, #05a8fe, #3188e9);
  background: -o-linear-gradient(left, #05a8fe, #3188e9);
  background: linear-gradient(to right, #05a8fe, #3188e9);
  /* */
  width: 100%;
  padding-top: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-app-region: drag; }
  .lea-header .iconfont {
    color: #fff; }

.lh-title {
  width: 100%;
  margin: 0;
  position: relative;
  text-align: left;
  padding-left: 10px; }
  .lh-title .icon-shuaishouwang {
    font-size: 20px; }
  .lh-title .title {
    display: inline-block;
    vertical-align: middle;
    color: #fff; }
  .lh-title.login {
    height: 100%;
    text-align: center; }
    .lh-title.login .title {
      font-size: 36px;
      margin-top: 44px; }
    .lh-title.login .icon-shuaishouwang {
      font-size: 64px; }

.lh-deal {
  position: absolute;
  left: auto;
  right: 10px;
  top: 3px;
  bottom: auto; }
  .lh-deal .iconfont {
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    -webkit-transition: font-size 0.5s ease;
    -moz-transition: font-size 0.5s ease;
    -ms-transition: font-size 0.5s ease;
    -o-transition: font-size 0.5s ease;
    transition: font-size 0.5s ease; }
    .lh-deal .iconfont:hover, .lh-deal .iconfont:focus {
      font-size: 14px;
      color: #fff; }
  .lh-deal .icon-close {
    color: #eee; }
  .lh-deal .iconfont + .iconfont {
    margin-left: 6px; }

.lea-con:before, .lea-con:after {
  content: "";
  display: table; }
.lea-con:after {
  clear: both; }

.lea-content {
background-color: #fff;
}

.lea-menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 28px; }
  .lea-menu li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .lea-menu li {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: left;
    cursor: pointer; }
    .lea-menu li a {
      display: inline-block;
      padding-left: 14px;
      width: 100%;
      height: 100%;
      color: #323232; }
      .lea-menu li a:hover, .lea-menu li a:focus {
        color: #09a5fc; }
    .lea-menu li.active a {
      background-color: #f2f2f2;
      color: #09a5fc; }
      .lea-menu li.active a:hover, .lea-menu li.active a:focus {
        color: #09a5fc; }
    .lea-menu li .iconfont {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      margin-right: 10px;
      color: #09a5fc; }

.add-border {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px dashed #8ecfff;
  font-size: 24px;
  font-weight: bold;
  color: #8ecfff;
  cursor: pointer; }

.tool-item {
  width: 110px;
  height: auto;
  text-align: center;
  font-size: 12px;
  *display: inline;
  *zoom: 1;
  float: left;
  margin-left: 8px;
  margin-top: 30px; }
  .tool-item img {
    width: 40px;
    height: 40px;
    display: inline-block;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .tool-item .tool-name {
    margin-top: 8px; }

.ti-link {
  color: #323232; }
.ti-link:hover, .ti-link:focus {
  color: #09a5fc;
  text-decoration: none; }

.lh-title.login .ad {
      position: absolute;
      left: auto;
      right: 40px;
      top: auto;
      bottom: 24px;
      color: #fff; }

/*# sourceMappingURL=common.css.map */

.tab-wrapper {
  height:inherit;
}

.tab-menu{
    margin-left:-35px;
}

.tab-menu li {
  position:relative;
  background-color: #f57303;
  color:#bcbcbc;
  display: inline-block;
  padding: 10px 33px;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color:#464646;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#464646;
}

.tab-content{
    height: inherit;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 5px;
  height:100%;   
}

.line {
  position:absolute;
  width: 0;
  height: 7px;
  background-color:#f57303;
  top: 0;
  left: 0;
}

.header-mask {
    position: initial;
    left: 5px;
    width: 150px;
    z-index: 10;
    height: 40px;
    border-color: #f57303;
    background-color: #f57303;
    box-shadow: inset -1px 0 2px 0 rgba(0, 0, 0, 0.1);
  }
.tab-box {
    overflow-y: auto;
    position: absolute;
    box-sizing: border-box;
    top: 40px;
    left: 5px;
    background: rgb(238, 244, 253);
    bottom: 0;
    color: #388ef5;
    box-shadow: inset -1px 0 2px 0 rgba(0, 0, 0, 0.1);
  }
.tab-boxpdd{
     overflow-y: auto;
    position: absolute;
    box-sizing: border-box;
    left: 1px;
    background: rgb(238, 244, 253);
    color: #388ef5;
    box-shadow: inset -1px 0 2px 0 rgba(0, 0, 0, 0.1);
}
  .btn-open-refShop {
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    cursor: pointer;
  }
  .tabs-content {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 45px;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 150px;
    height: 45px;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    color:#333;
    justify-content: space-between;
    align-items: center;
  }

.tabs-content .content-text {
    overflow: hidden;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    flex: 1;
  }
.tabs-content:hover {
    background:#DBE3EC;
  }
.tabs-content.active {
    background: #76aae9;
  }
.tabs-content .content-close {
    position: absolute;
    top: 18px;
    left: 6px;
    display: none;
    cursor: pointer;
    width: 9px;
    height: 9px;
  }
  .tabs-content.active .content-close {
    display: block;
  }
  .tabs-content:hover .content-close {
    display: block;
  }

 .fs12 {
    font-size: 12px;
  }
 #webviewBox-tabSeller,#webviewBox-tabBuyer{
     margin-left:155px;
     height:inherit;
 }
 .webview-wrap {
    display:none;
    width: 0;
    height: 0;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    -ms-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
    opacity: 0;
    flex: 0 1;
  }
  .webview-wrap.active {
    display:flex;
    z-index: 10;
    width: inherit;
    height: inherit;
    opacity: 1;
    flex: 0 1;
  }
    .shop-name {
    display: block;
    overflow: hidden;
    cursor: default;
    max-width: 125px;
    text-overflow: ellipsis;
    font-size:3;
  }

  .address-play{
    top: 220px;
    height: 230px;
    right: 10px;
    color: #101010;
    background: #f57303;
    padding: 2px 2px;
    width: 230px;
    position: absolute;
    border: 4px solid #f57303;
    font-size: 16px;
  }
  .address-Info{
    float: left;
    display: -webkit-box;
    margin-top: 10px;
  }

  .address-play-button{
    position: absolute;
    top: 223px;
    right: 25px;
    font-size: 14px;
    font-weight: 700;
    color: antiquewhite;
    cursor: pointer;
    background-color: coral;
    border: 4px solid #f57303;
    margin-top: 10px;
  }

  .address-Info p{
    /*margin-top: 5px;*/
    width: 160px;
    word-break: break-all;
    word-wrap: break-word;
  }
.address-Info.close{
  position: absolute;
    margin-top: -2px;
    right: 1px;
    font-size: 14px;
    font-weight: 700;
    color: antiquewhite;
    cursor: pointer;
}

  .url-navigation{
    bottom: 10px;
    height: 30px;
    right: 5%;
    color: #101010;
    background: #f57303;
    padding: 5px 5px;
    width: 120px;
    position: absolute;
    border: 4px solid #f57303;
    font-size: 16px;
  }
  .url-navigation span:hover{
      cursor: pointer;
  }
  .url-navigation span img{
    width: 16px;
    height:16px;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.arrow:hover{
  cursor: pointer;
}

.arrow.dsc {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #101010;
}

.arrow.asc {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #101010;
}

.select-time{
  height: 24px;
}


#bg1{ display: none; position: absolute;top:40px; left: 0%; width: 100%; height: 80%; background-color:#ffffff; z-index:1001;opacity:0.8;}
 .loading1{display: none; position: absolute; top: 45%; left: 45%; z-index:1002; }

 #bg{ display: none; position: absolute;top:180px; left: 0%; width: 100%; height: 100%; background-color:#ffffff; z-index:1001;opacity:0.8;}
 .loading{display: none; position: absolute; top: 60%; left:45%; z-index:1002; }

 .progress{
    width: 150px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px 0px #ddd inset;
}
.progress span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #2989d8; /* Old browsers */
    background: -moz-linear-gradient(45deg, #2989d8 33%, #7db9e8 34%, #7db9e8 59%, #2989d8 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(33%,#2989d8), color-stop(34%,#7db9e8), color-stop(59%,#7db9e8), color-stop(60%,#2989d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #2989d8 33%,#7db9e8 34%,#7db9e8 59%,#2989d8 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #2989d8 33%,#7db9e8 34%,#7db9e8 59%,#2989d8 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #2989d8 33%,#7db9e8 34%,#7db9e8 59%,#2989d8 60%); /* IE10+ */
    background: linear-gradient(45deg, #2989d8 33%,#7db9e8 34%,#7db9e8 59%,#2989d8 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#2989d8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: 30px 15px;
    text-align: center;
    color:#fff;
    animation:load 5s infinite;
}
@-webkit-keyframes load{
    from{
        width: 0%;
    }
    to{
        width:100%;
    }
}

.page{
  list-style: none;
  padding: 0px;
  position: fixed; 
  position: absolute;
  bottom: 0;
}
.page>li{
  float: left;
  padding: 5px 10px;
  cursor: pointer;
}
.page .pageItem{
  border: solid thin #DDDDDD;
  margin: 5px;
}
.page .pageItemActive{
  border: solid thin #f57303;
  margin: 5px;
  background-color: #f57303;
  color:white;
}
.page .pageItem:hover{
  border: solid thin #f57303;
  background-color: #f57303;
  color:white;
}
.page .pageItemDisable{
  border: solid thin #DDDDDD;
  margin: 5px;
  background-color: #DDDDDD;
}

.page .pageSize{
  margin-top: 5px;
  font-size: 18px;
  color: red;
  margin-left: -10px;
}


.lea-table1 > thead > tr > th {
  padding: 4px 2px;
  background-color: whitesmoke;
  font-size: 13px; }
.lea-table1 > tbody > tr > td {
  padding: 1px 0; }
.lea-table1 > tbody > tr > td > .cell {
    padding: 0 1px; }
.lea-table1 > tbody > tr:nth-child(2n) {
  background-color: #fbfbfb; }
.lea-table1 > tbody > tr:hover {
  background-color: #f6f6f6; }
.lea-table1 > tbody > tr > td, .lea-table1 > thead > tr > th {
  border-bottom: 1px solid #dadada;
  text-align: center; }
.lea-table1 > tbody > tr > td > .cell, .lea-table1 > thead > tr > th > .cell {
    overflow: hidden;
    text-overflow: ellipsis; }

.table-con1 {
  height: 240px;
  overflow-y: auto; }

.lea-table1 .cell-id{
   width:100px;
}

.lea-table1 .cell-name{
   width:200px;
}

.lea-table1 .cell-link{
   width:480px;
}
.txtUrlSet {
  width:480px; 
  height:50px;
  margin: 0 auto;
}
.lea-table1 > tbody > tr > td.cell-link, .lea-table1 > tbody > tr > td.cell-link > .txtUrlSet, .lea-table1 > thead > tr > th.cell-link, .lea-table1 > thead > tr > th.cell-link > .txtUrlSet {
    width: 480px; 
  }

  .split-line{
     
      top: 218px;
      width: 100%;
      height: 5px;
      cursor: row-resize;
  }

  .checkNum{
    list-style: none;
    padding: 12px;
    position: fixed;
    top: 222px;
    left: 500px;
    margin: auto;
    color: #f57303;
    font-size: larger;
  }

  .tabs-tabBuyer,.tabs-tabSeller{
    overflow-y: auto;
    height: 462px;
  }
.put {
    text-align: center;
    padding: 30px 0px 20px 0px;
    border-top: #4a4a4a 1px solid;
    font-size: 14px;
    color: #999;
}
#topAlert{
  width:100%;
  height:40px;
  background: linear-gradient(45deg, #fe7565, #fda252);
  overflow: hidden;
}
.topalertclassul{
      text-align: center;
      margin: 0
}
.topalertclassli{
  font-size: 16px;
  padding-top: 12px;
  height: 40px;
  list-style-type: none;
  text-align: center;
}
.yslisttitle{
  font-weight: bold;
}
.yslistdiscript{
  margin-left: 13px;
  font-weight: 300;
}
.ysitem{
  margin: 10px;
}
.ysline{
  text-align: center;
  border-bottom: 2px dashed #cbcbcc;
  margin-bottom: 20px;

}
