@charset "utf-8";
/****** ÄÚÒ³Í·²¿ *******/
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea {
  -webkit-appearance: none;
}
header.user {
  background: #f3f3f3;
}
header.user .h-icob span {
  color: #333;
}
header.user .logo img {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 21px;
  top: 12px;
  left: 10px;
}
header .h-txta {
  width: 100%;
  line-height: 45px;
  display: block;
  text-align: center;
  font-size: 1.5em;
  color: #333;
}
/****** member *******/
div.member {
  background: #f3f3f3;
	height: 100%;
}
.member header.user {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mem-top {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mem-top-bg {
  width: 100%;
}
.mem-top-bg img {
  width: 100%;
}
.mem-top-pic {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 11;
  text-align: center;
}
.mem-top-pic p {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
.mem-top-pic img {
  width: 30%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mem-top-txt {
  width: 100%;
  height: 4em;
  line-height: 4em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  background: url(../images/tmbgh.png);
}
.mem-top-txt a {
  display: inline-table;
  width: 33%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.mem-main {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.mem-main ul {
  width: 100%;
  margin: 10px auto;
  background: #fff;
}
.mem-main li {
  width: 90%;
  padding: 0 5%;
  height: 3.5em;
  line-height: 3.5em;
  font-size: 1.5em;
  color: #555;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
}
.mem-main li a {
  display: inline-block;
  width: 100%;
}
.mem-main li img {
  width: 23px;
  margin: -6px 5px 0 -8px;
  vertical-align: middle;
}
.mem-main li span {
  position: absolute;
  z-index: 11;
  right: 5%;
  top: 35%;
}
.mem-main li span img {
  width: 13px;
  margin: 0;
}
.mem-main li .msg {
  position: absolute;
  top: -13px;
  left: 141px;
  width: 30%;
}
.msg img {
  position: relative;
  top: 1em;
  height: 1.5em;
}
.msg span {
  margin-top: -1em;
  left: 2.5em;
  font-size: 0.7em;
  color: #333;
}
.mem-top-txt span {
  display: inline-block;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  height: 31px;
  line-height: 13px;
  float: right;
  margin-top: 9px;
}
@media (max-width: 320px) {
  .mem-top-bg {
    height: 226px;
  }
  .mem-top-bg img {
    height: 100%;
  }
}
/************* shoplist ********/
div.shoplist {
  background: #fff;
}
div.shoplista {
  background: #f6f6f6;
}
.ma-at {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: 4em;
  padding: 0;
  border: 1px solid #eee;
  background: #fff;
  border-left: none;
  border-right: none;
  margin-left: -0.3em;
}
.ma-at li {
  float: left;
  width: 33.3333%;
  height: 4em;
  text-align: center;
  overflow: hidden;
}
.ma-at li a {
  font-size: 1.2em;
  color: #333;
  border-left: 1px solid #ddd;
  height: 1.5em;
  line-height: 1.5em;
  margin-top: 1em;
  display: inline-block;
}
.ma-at li.tab_2 {
  border-bottom: 1px solid #0983f1;
  height: 73%;
  display: inline-block;
}
.ma-at li.tab_2 a {
  color: #0983f1;
  height: 73%;
  display: inline-block;
}
.ma-am {
  width: 90%;
  margin: 0 auto;
}
.ma-am li {
  width: 96%;
  float: left;
  margin: 0 0 10px 0;
  padding: 2%;
  background: #fff;
}
.ma-am li dt {
  width: 25%;
  float: left;
  margin-right: 1em;
}
.ma-am li dt img {
  width: 100%;
}
.ma-am li dd {
  width: 70%;
  min-height: 5em;
  float: left;
  font-size: 0.875em;
  color: #999;
  line-height: 150%;
  background: url(../images/go.png) no-repeat right center;
  background-size: 13px 24px;
}
.ma-am li dd p b {
  font-size: 1.5em;
  margin: 0.3em 0;
  display: block;
}
.ma-am li dd a {
  display: block;
  width: 93%;
  min-height: 5em;
  padding-right: 6%;
}
.major {
  width: 100%;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis; /*显示省略号*/
  word-break: break-all;
  -webkit-box-orient: vertical; /*在第三行进行文本截断*/
  -webkit-line-clamp: 2;
}
/************* shop ********/
.ctop {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
}
.ctop-a {
  width: 100%;
}
.ctop-a img {
  width: 100%;
}
.ctop-b {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  position: relative;
}
#ctopCompanyName {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  /* -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    box-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;*/
  height: 62px;
  width: 100%;
}
.ctop-b .p1 {
  font-size: 16px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  text-align: left;
  padding-left: 5px;
  margin-top: 20px;
  box-sizing: border-box;
}
.ctop-b .ctop-ba {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  width: 88%;
  line-height: 1;
  padding-top: 6px;
}
.ctop-b .right {
  text-align: center;
  border-radius: 5px;
  width: 50px;
  height: 42px;
  background-color: rgb(255, 102, 0);
  margin: 10px;
}
.ctop-b .eloan {
  text-align: center;
  border-radius: 5px;
  width: 50px;
  height: 42px;
  background-color: rgba(255, 102, 0, 0.2);
  margin: 10px 0 10px 10px;
}
.ctop-b .eloan-b {
  display: inline-block;
  color: rgb(255, 0, 0);
  font-size: 15px;
  width: 88%;
  line-height: 1;
  padding-top: 6px;
}
.ctop-b .ctop-bb {
  /*  font-size:1.2em;
    display:inline-block;
    color:#333;*/
}
.ma-at li a {
  font-size: 16px;
  margin-top: 11px;
}
.ctop-b .ctop-bb span {
  margin-left: 5px;
}
.ctop-b .ctop-bb img {
  vertical-align: top;
  width: 32px;
  margin-top: 3px;
  margin-left: 3px;
  display: inline-block;
  margin-bottom: 5px;
}
.ma-atb a {
  padding-bottom: 10px;
}
@media (max-width: 320px) {
  .ctop-b p {
    font-size: 18px;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px;
    padding-top: 18px;
  }
}
.ctop-c {
  width: 9em;
  position: absolute;
  left: 1em;
  bottom: 6em;
  z-index: 1;
  border: 1px solid #ddd;
}
.ctop-c img {
  width: 100%;
}
.ma-ata,
.ma-atb {
  background: #dedede;
  width: 100%;
  padding-right: 0.3em;
  border-color: #dedede;
}
.ma-ata li,
.ma-atb li {
  width: 25%;
}
.ma-ata li a,
.ma-atb li a {
  border: none;
}
.ma .ma-atb,
.ma .ma-at {
  padding: 0;
  margin: 0;
}
.ma-at li .tab_2 {
  border-bottom: 2px solid #0983f1;
  background: none;
  color: #0983f1;
}
.ma-am {
  width: 100%;
}
.shoplist .ma-am {
  width: 100%;
  background: #ddd;
}
.ma-am ul {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  clear: both;
  background: #f6f6f6;
}
.ma-am ul.con-li li,
.ma-ama ul.con-li li {
  float: none;
  margin: 0;
  padding: 1em 5px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #f3f3f3;
  font-size: 1.2em;
  color: #333;
  margin: 0 auto;
}
.ma-am ul.con-li li span,
.ma-ama ul.con-li li span {
  color: #999;
  float: left;
  font-size: 14px;
}
#tb_c_1 div li {
  margin: 0 0 10px 0;
}
.cre-a {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cre-a span {
  position: absolute;
  right: 0;
  z-index: 11;
}
.cre-a b {
  font-size: 1.2em;
}
.cre-b {
  color: #999;
}
.ma-am ul.con-lia {
  width: 100%;
}
.con-lia li dl {
  width: 100%;
  float: left;
  margin: 1em auto;
}
.con-lia li dl dt {
  width: 12%;
  float: left;
}
.con-lia li dl dt img {
  width: 70%;
}
.con-lia li dl dd {
  background: none;
  width: 81%;
  color: #333;
}
.con-lia li dl dd img {
  max-width: 10em;
  max-height: 8em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.ma-am ul.con-lib {
  width: 100%;
  margin: 0 auto;
}
.con-lib li {
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 20px;
}
.con-lib li:last-child {
  padding-bottom: 10px;
}
.con-lib li span {
  position: absolute;
  right: 1em;
  z-index: 11;
}
.con-lib li span img {
  width: 1.2em;
  margin: 0 0.3em -0.1em;
}
.con-lib li strong {
  color: #333;
  margin-right: 0.2em;
}
.con-lib li.cre-c {
  font-size: 1.5em;
  border: none;
}
.con-lib li.cre-c img {
  width: 1.2em;
  margin: 0 0.2em -0.1em;
}
.con-lib li.cre-c b {
  color: #ff6600;
}
.con-lib li span {
  color: #999;
}
.con-lic-a {
  width: 100%;
  height: auto;
  line-height: 27px;
  border-bottom: 1px solid #f3f3f3;
  color: #555;
  background: #fff;
}
.con-lic-a a {
  padding: 0 10px;
  font-size: 16px;
  display: inline-block;
}
.con-lic-b {
  width: 100%;
  height: 3em;
  line-height: 3em;
  border-bottom: 1px solid #f3f3f3;
  color: #555;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.con-lic-b a {
  display: block;
  font-size: 16px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  width: 25%;
  color: #999;
  height: 50px;
  line-height: 50px;
}
.con-lic-b a.active {
  color: #0381f1;
}
.con-lic-b a img {
  width: 12px;
  margin: 0px 0px -1px;
}
.con-lic-c {
  width: 100%;
  padding-top: 0.5em;
}
#tb_c_1 .lists li {
  margin: 2% 2%;
}
.con-lic-c li {
  width: 42%;
  float: left;
  background: #fff;
  margin: 2% 2%;
  height: 168px;
  text-align: center;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.con-lic-c li .shopHb {
  position: absolute;
  top: 1px;
  right: 13px;
  width: 22px;
  height: 22px;
}
.con-lic-c li p {
  font-size: 18px;
  /*height: 37px;
  line-height: 37px;
  line-height: 30px/9;
  border-top: 1px solid #ddd;*/
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con-lic-c li img {
  height: 130px;
  width: 130px;
  margin: 3px auto;
}
.shopMore {
  width: 100%;
  text-align: center;
  background-color: #7f7f7f;
  cursor: pointer;
  color: #ffffff;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}
.shopMore:active {
  color: red;
}
.black {
  color: #000;
}
.blue {
  color: #0983f1;
}
.red {
  color: #ff0808;
}
.gray {
  color: #999;
}
.green {
  color: #009944;
}
/************* orderlist ********/
.ma-atb {
  background: #fff;
  margin-top: 0;
  border-top: none;
}
.ma-atb li a span {
  color: #c60;
  padding-left: 0.2em;
}
.ma-am ul.order-ul {
  background: #f3f3f3;
  width: 100%;
}
.ma-am ul.order-ul li {
  background: #fff;
  width: 100%;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding: 0;
  text-indent: 10px;
}
.order-a {
  width: 100%;
  padding: 0;
  font-size: 1.2em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
}
.order-a img {
  width: 17px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
.order-a a img {
  width: 13px;
  height: 22px;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}
#tb_c_1 .orderNumber a {
  color: #999;
}
.order-b {
  width: 100%;
  padding: 1em 0 1em;
  font-size: 14px;
  color: #999;
  float: left;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.order-ul .order-b dt {
  width: 25%;
  text-align: center;
}
.order-ul .order-b dt a {
  display: inline-block;
  width: 100%;
  height: 87px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.order-ul .order-b dt img {
  width: 80%;
  padding: 3%;
}
.order-ul .order-b dd {
  background: none;
  position: relative;
  z-index: 1;
}
.order-ul .order-b dd a {
  font-size: 1.2em;
  color: #333;
  min-height: 2em;
}
.order-ul .order-b dd a:hover {
  color: #c00;
}
.order-ul .order-b dd b {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 11;
  color: #333;
  font-weight: normal;
}
.order-c {
  width: 100%;
  padding: 1em 0 1em;
  font-size: 0.875em;
  color: #999;
  position: relative;
  z-index: 1;
}
.order-c p {
  padding: 0.3em 0;
  font-size: 1.2em;
}
.order-c p span {
  color: #333;
  font-weight: bold;
}
.order-c a {
  display: inline-table;
  padding: 10px;
  font-size: 1.2em;
  color: #fff;
  background: #ff6600;
  position: absolute;
  right: 20px;
  top: 1em;
  z-index: 11;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-indent: 0;
}
.order-remove1 {
  position: absolute;
  top: 92px;
  right: 82px;
  font-size: 18px;
  color: red;
  z-index: 100;
}
.order-c .confirmGoods {
  background: none;
  color: #ff6600;
  border: 1px solid #ff6600;
}
.order-c p .black {
  color: #000;
}
.orderNumber {
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  color: #999;
}
.orderNumber .times {
  float: right;
  margin-right: 20px;
}
.orderNumber .times i {
  margin-left: 15px;
  font-style: normal;
}
.again {
  margin-right: 95px;
}
.more {
  height: 30px;
  line-height: 30px;
  background-color: #8a8a8a;
  text-align: center;
}
.more a {
  color: #ffffff;
}
@media (max-width: 320px) {
  .order-remove1 {
    font-size: 18px;
    right: 56px;
  }
  .orderNumber .times {
    margin-right: 10px;
  }
  .orderNumber .times i {
    margin-left: 6px;
    font-style: normal;
  }
  .order-c .confirmGoods {
    padding: 1em 1.3em;
  }
  .again {
    margin-right: 70px;
  }
}
/****** detail *******/
.detail-content {
  width: 98%;
  margin: 0 auto;
}
.prod {
  width: 100%;
  max-width: 640px;
  height: 4em;
  margin: 0.5em auto;
  border-top: 1px solid #ddd;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.prod .prod-left {
  float: left;
}
.prod .prod-left h2 {
  padding-left: 1em;
  font-size: 1.3em;
  color: #333;
  min-height: 2em;
  line-height: 2em;
}
.prod .prod-left p {
  padding-left: 1em;
  font-size: 1em;
  color: #999;
  min-height: 2em;
  line-height: 1em;
}
.prod .prod-right {
  float: right;
  text-align: center;
  border-left: 1px solid #ddd;
  height: 4em;
  width: 60px;
}
.prod .prod-right img {
  height: 1.7em;
  cursor: pointer;
  margin-top: 3px;
}
.prod .prod-right p {
  font-size: 1.2em;
  margin-top: 2px;
}
.information {
  max-width: 640px;
  margin: 5px auto;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  line-height: 25px;
}
.shuju {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background: #fff;
  border-left: none;
  border-right: none;
}
.shuju ul {
  width: 100%;
}
.shuju ul li {
  display: inline-block;
  font-size: 1.2em;
  border: 1px solid #ddd;
  line-height: 3em;
  margin-top: 0.5em;
}
.shuju ul .uh-txt {
  width: 3em;
  border: 1px solid #c9d2dd;
  background: #fff;
  font-size: 1.5em;
  color: #333;
  text-align: center;
}
.shuju .shuliang li {
  border: none;
}
.shuju .shuliang li button {
  padding: 0.1em 0.5em;
  background: none;
  font-size: 1.5em;
  color: #333;
  border: none;
  border: 1px solid #ddd;
}
.shuju ul .shuju-txt {
  color: #999;
  border: none;
  width: 16%;
  display: inline-block;
}
.shuju .size,
.shuju .comp {
  border: none;
  padding: 0;
}
.shuju .comp {
  width: 82%;
}
.shuju .comp em {
  border: 1px solid #ddd;
  font-style: normal;
  position: relative;
  width: 50%;
  display: inline-block;
  width: 50%;
  text-align: center;
}
.shuju .comp em:nth-child(1) {
  width: 46%;
}
.shuju .comp em input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.shuju .size1,
.shuju .size2 {
  width: 82%;
  border: none;
}
.shuju .size1 span,
.shuju .size2 span {
  display: inline-block;
  width: 25%;
  margin-right: 4%;
  position: relative;
  text-align: center;
}
.shuju span {
  border: 1px solid #ddd;
}
.shuju .size1 span input[type="radio"],
.shuju .size2 span input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.company {
  width: 100%;
  max-width: 640px;
  margin: 0.5em auto;
  height: 6em;
  background: #fff;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.company .c-left {
  width: 15%;
  display: inline-block;
}
.company .c-left img {
  width: 100%;
  height: 4em;
}
.company .c-mid {
  width: 70%;
  display: inline-block;
  line-height: 3em;
}
.company .c-right {
  width: 10%;
  display: inline-block;
}
.pingjia {
  line-height: 4em;
  width: 98%;
  max-width: 640px;
  margin: 0.5em auto;
  border: 1px solid #ddd;
  background: #fff;
}
.pingjia h2 {
  width: 50%;
  padding-left: 1em;
  float: left;
}
.pingjia p {
  width: 40%;
  float: right;
  text-align: right;
  padding-right: 1em;
}
.pingjia p span {
  padding-left: 0.5em;
}
.ma-ama {
  padding: 0;
  width: 100%;
}
.ma-ama ul.con-li {
  padding: 1em 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.ma-ama ul.con-li li {
  width: 90%;
  margin: 0 auto;
}
.ma-atc li {
  width: 50%;
}
.ma-ama ul.con-lic-c {
}
.ma-ama ul.con-lic-c li {
  background: #fff;
  width: 30%;
  margin: 0.5em 0em 0.5em 0.8em;
  height: 12em;
}
.con-lic-cm {
  /*margin: 1em;*/
  padding: 1em;
  /*border: 1px solid #ddd;*/
  font-size: 0.875em;
  line-height: 150%;
  color: #555;
}
.nav-buy .nav li .loginBefore {
  background-color: #cbcbcb;
}
.shuju ul .price {
  border: none;
  color: #999;
  padding: 0 0.3em;
}
.shuju ul .price .afterPrice {
  color: red;
}
.shuju ul .price .beforePrice {
  color: #ff8400;
  font-weight: bold;
}
.shuju .comp .selected {
  border: 2px solid red;
}
.shuju .selected2 {
  border: 2px solid red;
}
.nowBuy {
  position: fixed;
  bottom: 0;
  left: 39px;
  padding: 10px 15px;
  z-index: 1111;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  background: #005db1;
  font-size: 16px;
  margin-bottom: 10px;
}
/*.w .message{
     position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 1111;
    line-height: 60px;
    background: none;
    color: #fff;
}*/
.panel .buttons .buy {
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  background: #0882f1;
  z-index: 1111;
  display: block;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  margin: 0 11px;
}
.panel .buttons .tips {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  text-align: center;
  font-size: 17px;
}
.tips .bb {
  display: inline-block;
  line-height: 40px;
  color: #fff;
  background: #0882f1;
  height: 40px;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
}
.tips .it-animate {
  animation: myfirst 1s linear;
  -moz-animation: myfirst 1s; /* Firefox */
  -webkit-animation: myfirst 1s; /* Safari and Chrome */
  -o-animation: myfirst 1s; /* Opera */
}
@keyframes myfirst {
  0% {
    background: #0882f1;
  }
  25% {
    background: #005db1;
  }
  50% {
    background: #0882f1;
  }
  100% {
    background: #005db1;
  }
}
@-webkit-keyframes myfirst {
  0% {
    background: #0882f1;
  }
  25% {
    background: #005db1;
  }
  50% {
    background: #0882f1;
  }
  100% {
    background: #005db1;
  }
}
@-moz-keyframes myfirst {
  0% {
    background: #0882f1;
  }
  25% {
    background: #005db1;
  }
  50% {
    background: #0882f1;
  }
  100% {
    background: #005db1;
  }
}
@-o-keyframes myfirst {
  0% {
    background: #0882f1;
  }
  25% {
    background: #005db1;
  }
  50% {
    background: #0882f1;
  }
  100% {
    background: #005db1;
  }
}
.panel .buttons .it-animate {
  animation: myfirst 1s linear;
  -moz-animation: myfirst 1s; /* Firefox */
  -webkit-animation: myfirst 1s; /* Safari and Chrome */
  -o-animation: myfirst 1s; /* Opera */
}
#sell_state,
.w .footer {
  padding: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  z-index: 11111;
  background: #f4f4f4;
  border: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.red {
  color: red;
}
.goods_name {
  position: relative;
  height: auto;
}
#JS_attr_title_name {
  width: 80%;
  font-size: 17px;
}
.goods_name .goods_sn {
  display: block;
  line-height: 30px;
}
.goods_name .collect {
  position: absolute;
  top: 10px;
  right: 0px;
  text-align: center;
  width: 50px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  font-size: 12px;
}
.message {
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  color: #ff6600;
  background: #f5e6db;
  margin-bottom: -24px;
  margin-top: 5px;
}
.choose dd a:hover,
.panel .choose dd .current {
  border: 1px solid #ff6600;
  margin-bottom: 5px;
}
.choose dd a:hover,
.panel .choose dd .current {
  border: 1px solid #ff6600;
}
.panel .choose dd a,
.panel .choose dd span {
  margin-bottom: 5px;
}
.goods_name .collect img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.goods_name .collect p {
  font-size: 12px;
  color: #636262;
}
.navs .float_navs {
  border-bottom: 1px solid #e5e5e5;
}
.navs a:hover,
.navs a.current {
  border-bottom: 3px solid #0882f1;
  color: #0882f1;
}
.w .companyName {
  height: 60px;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
}
.w .companyName a {
  display: inline-block;
}
.w .companyName div {
  width: 19%;
  display: inline-block;
  position: relative;
  top: -5px;
}
.w .companyName div img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 auto;
  /*vertical-align: middle;*/
  border: 1px solid #e5e5e5;
}
.w .companyName p {
  display: inline-block;
  width: 79%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 60px;
}
@media (max-width: 320px) {
  .shuju ul .comp {
    font-size: 1em;
  }
}
/****** cart-empty *******/
.emp-a {
  width: 100%;
  max-width: 640px;
  margin: 8em auto;
  text-align: center;
}
.emp-a img {
  width: 50%;
}
.emp-b {
  width: 100%;
  max-width: 640px;
  margin: 2em auto;
  text-align: center;
}
.emp-b li {
  width: 50%;
  margin: 0.5em 0;
  text-align: center;
  float: left;
}
.emp-b li a {
  font-size: 1.2em;
  color: #333;
  display: block;
  margin: 0 auto;
  width: 70%;
  background: #f3f3f3;
  border: 1px solid #ddd;
  line-height: 3em;
  height: 3em;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.emp-c {
  width: 100%;
  max-width: 640px;
  margin: 2em auto;
  text-align: center;
  background: #f3f3f3;
}
.emp-c ul.con-lic-c li {
  background: #fff;
  width: 30%;
  margin: 0.5em 0em 0.5em 0.8em;
  height: 12em;
}
.emp-ct {
  width: 90%;
  margin: 0 auto;
  padding-top: 1em;
  height: 3em;
  line-height: 3em;
  text-align: left;
  position: relative;
  z-index: 1;
}
.emp-ct span {
  font-size: 1.5em;
  color: #333;
}
.emp-ct a {
  position: absolute;
  z-index: 11;
  right: 0;
  font-size: 0.875em;
  color: #999;
}
/****** cart *******/
.cartEmpty {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.cartEmpty img {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 41px;
}
.cartEmpty ul li {
  width: 48%;
  float: left;
  text-align: center;
}
.cartEmpty ul li a {
  border: 1px solid #ddd;
  padding: 5px 10px;
  display: inline-block;
  margin: 20px 0;
  border-radius: 5px;
}
.big-checkbox + label {
  padding: 18px;
}
.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.regular-checkbox:checked + label {
  background-color: #2684c7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.regular-checkbox:checked + label:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: -8px;
  left: -1px;
  color: #ffffff;
}
.big-checkbox:checked + label:after {
  font-size: 23px;
}
.order-b .regular-checkbox:checked + label:after {
  top: 0;
}
div.cart {
  background: #f3f3f3;
}
.car-ula .order-b dd {
  width: 60%;
}
.ma-am .car-ula .order-b dd b {
  color: #f60;
}
.car-ula .order-b dd.car-b {
  width: 7%;
  float: left;
  min-height: 3em;
}
.car-ula .order-a {
  position: relative;
  z-index: 1;
  padding: 0;
  height: 45px;
}
.car-ula li {
  padding: 0;
}
.order-com {
  margin-left: 45px;
  display: inline-block;
  line-height: 45px;
}
.checkWrap {
  position: absolute;
  top: 9px;
  left: 10px;
  display: inline-block;
}
.order-b .checkWrap {
  width: 20px;
  height: 20px;
  top: 3px;
  left: 7px;
}
.car-ula .order-a a.car-href,
.car-ula .order-a a.car-href2 {
  display: block;
  border-left: 1px solid #ddd;
  width: 73px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0;
  line-height: 45px;
}
/*.car-buym{width:100%;height:5em;background:#e3e3e3;margin-top:2.5em;position:fixed;bottom:0;z-index:999;margin:0 auto;max-width: 640px;}
.car-buy {width:100%;max-width:640px;margin:0 auto;}
.car-buya {width:62px;float:left;padding-top:1em;font-size:1.2em;color:#333;margin-left: 44px;}
.car-buya .checkWrap{top:14px;}
.car-buyb {width:40%;float:left;}
.car-buyb p{padding-top:.5em;font-size:1.2em;color:#333;}
.car-buyb p span{font-size:.875em;color:#f60;}
.car-buyb p b{font-size:1.5em;color:#f60;font-weight:bold;}
.car-buyb p tt{font-size:.875em;color:#777;}
.car-buyc {width:20%;float:right;padding-top:1em;}
.car-buyc .car-but{width:80%;height:2.5em;background:#f60;font-size:1.5em;color:#fff;border:none;cursor:pointer;-moz-border-radius:.5em;-webkit-border-radius:.5em;   
border-radius:.5em;}*/
.unitPrice {
  color: red;
  float: right;
}
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 2.5em;
  height: 2.5em;

  border: none;
  cursor: pointer;
}

/*.icheckbox_square-blue {
     background:url(../images/blue01.png) no-repeat;
}
    .icheckbox_square-blue.hover {
      background:url(../images/blue02.png) no-repeat;
    }
    .icheckbox_square-blue.checked {
     background:url(../images/blue03.png) no-repeat;
    }
    .icheckbox_square-blue.disabled {
     background:url(../images/blue01.png) no-repeat;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
     background:url(../images/blue01.png) no-repeat;
    }

.iradio_square-blue {
    background:url(../images/blue01.png) no-repeat;
}
    .iradio_square-blue.hover {
     background:url(../images/blue02.png) no-repeat;
    }
    .iradio_square-blue.checked {
    background:url(../images/blue03.png) no-repeat;
    }
    .iradio_square-blue.disabled {
     background:url(../images/blue01.png) no-repeat;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
     background:url(../images/blue01.png) no-repeat;
    }*/
/************* myshop ********/
.shopBox {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #0882f1;
  padding-bottom: 2em;
  height: 100%;
}
.box1 {
  display: none;
}
.shopBox .box-top {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  padding-top: 2em;
}
.shopBox .box-top a {
  display: inline-block;
  border-radius: 5px;
  width: 80%;
  margin: 2em auto;
  font-weight: bold;
  text-align: center;
  background: #ff6600;
  height: 2.6em;
  color: #fff;
  line-height: 2.6em;
}
.shopBox .box-top .bg-img {
  width: 80%;
}
.shopBox .box-bottom {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  margin-top: 1em;
  padding-bottom: 3em;
}
.shopBox .box-bottom .b-head {
  padding: 1.2em 1.2em;
}
.shopBox .box-bottom .b-head h2 {
  width: 70%;
  float: left;
}
.shopBox .box-bottom .b-head a {
  width: 30%;
  display: block;
  float: right;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
}
.shopBox .box-bottom .b-body ul li {
  display: inline-block;
  width: 30%;
}
.shopBox .box-bottom .b-body ul li img {
  height: 6em;
  margin: 1em;
}
.shopBox .box-bottom .b-body ul li p {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.shopBox .box2 {
  width: 100%;
}
.shopBox .box2 .box-top {
  margin: 0 auto;
  font-size: 1.2em;
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
.shopBox .box2 .box-top a {
  display: inline-block;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  background: #ff6600;
  color: #fff;
  width: 50%;
  font-weight: normal;
  font-size: 19px;
  height: 45px;
  line-height: 45px;
}
.shopBox .box2 .box2-head {
  width: 100%;
  padding-top: 2em;
}
.shopBox .box2 .box2-head h3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
}
.shopBox .box2 .box2-head a {
  position: absolute;
  right: 2em;
  top: 2em;
}
.shopBox .box2 .box2-body {
  width: 100%;
}
.shopBox .box2 .box2-body ul {
  width: 95%;
  margin: 10px auto;
  background: #fff;
  border-radius: 5px;
}
.shopBox .box2 .box2-body ul li {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  padding: 5px 0px;
  text-indent: 2em;
}
.shopBox .box2 .box2-body ul .left {
  width: 30%;
}
.shopBox .box2 .box2-body ul li img {
  position: relative;
  width: 8em;
  height: 5em;
}
.shopBox .box2 .box2-body ul li h2 {
  font-size: 1.3em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 10px;
}
.shopBox .box2 .box2-body ul li p {
  width: 97%;
  color: #999;
  text-indent: 10px;
  margin: 0 auto;
}

/************* count ********/
.cl {
  content: "";
  display: block;
  clear: both;
}
.cf-body {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  height: 16em;
  background: #fff;
  border-top: 1px solid #efefef;
}
.cf-body > div {
  float: left;
  width: 48%;
  text-align: center;
}
.cf-body .account {
  height: 100%;
}
.account .accoutAds {
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cf-body p {
  margin-top: 4em;
  font-size: 1.4em;
  margin-bottom: 4px;
}
.cf-body h2 span {
  color: #ff6600;
  margin-right: 2px;
}
.cf-body #cf-num1,
.cf-body #cf-num2 {
  color: #ff6600;
  font-size: 1.5em;
}
.cf-active {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  padding: 1em 0;
  background: #fff;
}
.cf-active ul li {
  display: inline-block;
  width: 32%;
  box-sizing: content-box;
  text-align: center;
  font-size: 1.6em;
  padding: 0.3em 0;
  border-right: 1px solid #efefef;
}
.cf-active ul li:nth-child(3) {
  border-right: none;
}
.cf-active ul li a {
  display: inline-block;
  width: 100%;
}
.cf-car {
  max-width: 640px;
  width: 95%;
  padding: 0.5em;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}
.cf-car h2 {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: -5px;
  text-indent: 3px;
}
.cf-car h2 .addImg {
  float: right;
  margin-right: 4px;
  margin-top: -2px;
  font-size: 16px;
  color: #666;
}
.cf-car dl {
  margin-top: 1em;
  background: #ffffff url(../images/count-jiao.png) no-repeat;
  background-position: right 10px;
  background-size: 30px 30px;
  position: relative;
  padding-bottom: 24px;
  z-index: 111;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cf-car dl dd {
  padding: 0 10px;
  box-sizing: border-box;
}
.cf-car .cards2 {
  background: #ffffff url(../images/count-jiao.png) no-repeat;
  background-size: 30px 30px;
  background-position: 100% 100%;
}
.cf-car .removeBtn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 33px;
  height: 33px;
  background: url(../images/count-jiao.png) no-repeat;
  z-index: 111111111;
  background-size: 33px 33px;
  background-position: 100% 100%;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.cf-car .card-name {
  display: table;
}
.cf-car .card-name span,
.cf-car .card-name p {
  display: table-cell;
  line-height: 1.5;
  color: #666;
  font-size: 14px;
}
.cf-car .card-name span {
  width: 44px;
}
.cf-car .caed-num {
  line-height: 49px;
  color: #333;
  font-size: 20px;
}
.f14 {
  font-size: 14px !important;
}
.cf-car dl dt {
  width: 100%;
  background: #0882f1;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff;
  height: 47px;
}
.cf-car dl dt .car-img {
  width: 8%;
  float: left;
  line-height: 47px;
  margin-top: 11px;
  padding-left: 5px;
}
.cf-car dl dt .car-img img {
  width: 25px;
  height: 25px;
}
.cf-car dl dt h3 {
  float: left;
  width: 89%;
  line-height: 45px;
  font-size: 20px;
  padding-left: 10px;
  overflow: hidden;
  font-weight: normal;
}
.cf-car dl dt h3 span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}
.cf-car dl .cardDt {
  background: #08cdf1;
}
.cf-car dl dt p {
  float: left;
  width: 45%;
  line-height: 47px;
  font-size: 1.2em;
}
.cf-car dl dd {
  line-height: 25px;
  font-size: 20px;
}
.cf-car dl dt .edit {
  float: right;
  line-height: 47px;
  width: 45px;
  font-size: 18px;
  color: #fff;
}
.cf-car dl dt .edit a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.quick-pay-active {
  width: 100%;
  height: 35px;
  line-height: 33px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-sizing: border-box;
}
.quick-pay-active .active-go {
  color: #ff6600;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.quick-pay-active .active-fail {
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.quick-pay-active .active-fail .spana {
  font-size: 15px;
  color: #999;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
}
.quick-pay-active .active-fail a {
  font-size: 15px;
  color: #ff6600;
  border-radius: 5px;
  padding: 5px 15px;
  border: 1px solid #ff6600;
  line-height: 1;
  margin-top: 3px;
}
.f12 {
  font-size: 12px !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.c3 {
  color: #333 !important;
}
.c6 {
  color: #666 !important;
}
.c9 {
  color: #999 !important;
}
/************* collect********/
.ct-change {
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
  font-size: 15px;
}
.ma2 .ct-box li {
  float: left;
  height: 4em;
  text-align: center;
  overflow: hidden;
  width: 48%;
  line-height: 4em;
}
.ma2 .ct-box {
  height: 4em;
}
.ma2 .ct-box .tab_2 {
  border-bottom: 2px solid #0983f1;
  background: none;
}
.ma2 .ct-box .tab_2 a {
  color: #0983f1;
}
.ma2 .ct-box li a {
  font-size: 16px;
  color: #333;
  display: block;
}
.show-box .ct-box1 li {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  clear: both;
  height: 115px;
  position: relative;
}
.show-box .ct-box1 li a {
  display: inline-block;
}
.show-box .ct-box1 li > div {
  float: left;
}
.show-box .ct-box1 li .ct-img {
  width: 25%;
  overflow: hidden;
  vertical-align: middle;
  margin-top: 2em;
}
.show-box .ct-box1 li .ct-img img {
  width: 100%;
  line-height: inherit;
  border: 1px solid #ddd;
}
.show-box .ct-box1 li .ct-txt {
  width: 72%;
  margin-top: 2em;
  margin-left: 5px;
}
.show-box .ct-box1 li .ct-txt h3 {
  font-size: 1.4em;
  margin-bottom: 5px;
}
.show-box .ct-box1 li .ct-txt p {
  width: 100%;
  font-size: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.show-box .ct-box1 li .change-img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -30px;
  display: none;
}
.show-box .ct-box1 li .change-img img {
  width: 30px;
  height: 30px;
}
.ct-box2 {
  width: 98%;
  margin: 0 auto;
  max-width: 640px;
  margin-top: 10px;
  margin-bottom: 4em;
}
.ct-box2 li {
  width: 30%;
  float: left;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  height: 156px;
  background: #fff;
  margin: 0.5em 0em 0.5em 0.8em;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  border-radius: 5px;
}
.ct-box2 li a {
  width: 100%;
  display: inline-block;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  border-radius: 5px;
}
.ct-box2 li a > div {
  width: 100%;
  height: 110px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.ct-box2 li a .imgs img {
  width: 100%;
  height: auto;
  /*-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;*/
}
.ct-box2 li a p {
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ct-box2 li .box2-img {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 20px;
  height: 20px;
  display: none;
}
.ct-box2 li .box2-img a {
  border: none;
}
.ct-box2 li .box2-img img {
  width: 100%;
}
.ct-more {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  bottom: 1px;
  background: #0882f1;
  height: 3em;
  color: #ffffff;
  font-size: 1.4em;
  line-height: 3em;
  border-radius: 3px;
}
/************* account********/
.account {
  background: #f3f3f3;
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
}
.account ul li {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
  text-align: left;
  font-size: 1.4em;
  height: 3em;
  background: url(../images/go.png) no-repeat;
  background-position: 96% 50%;
  background-size: 12px 24px;
  line-height: 3em;
  background-color: #fff;
}
.account ul li a {
  display: inline-block;
  width: 100%;
  text-indent: 10px;
}
.account ul li .linep {
  padding-bottom: 2em;
}
.logoOut {
  width: 90%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #ff6600;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 20px;
}
.logoOut a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 19px;
}
/************* men-file********/
.vip {
	box-sizing: border-box;
}
.vip ul {
  background: #fff;
  padding: 0 12px;
}
.vip ul li:last-child {
  border: none;
}
.vip ul li.items {
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
  text-align: left;
  font-size: 16px;
  background: none;
  background-position: 96% 50%;	
  background-size: 13px 21px;
  height: 57px;
  display: flex;
  line-height: 57px;
}
.vip ul li.items.go {
  background: url(../images/go.png) no-repeat;
}
.vip ul li:nth-child(3) {
  background-image: none;
}
.vip ul li:nth-child(1) {
  background-image: none;
}
.vip ul li a {
  display: inline-block;
  width: 100%;
}
.vip ul li a p {
  float: right;
	width: 75%;
	text-align: right;
}
.vip ul li:nth-child(5) {
  border: none;
}
.vip ul li:nth-child(3) {
  position: relative;
}
.vip ul li:nth-child(2) a p img {
  height: 100%;
  border-radius: 100%;
}
.vip ul li #agent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.vip ul li #agent option {
  text-align: center;
}
.vip ul li input {
	border: none;
	font-size: 16px;
	text-align: right;
	height: 100%;
    flex: 1;
    outline: none;
	width: 100%;
}
.vip .sex {
    flex: 1;
    font-size: 16px;
    color: #999;
}
.vip .title {
	padding: 10px 10px 25px;
	color: #ff6600;
	font-size: 12px;
}
.vip .btn {
	margin: 0 20px;
	background: rgba(255, 102, 0, 1);
	border-radius: 8px 8px 8px 8px;
	height: 44px;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
}
.vip .layermbtn{
	border:1px solid #ddd;width: 66%;margin:17px auto;
}
.vip .geren{
	color:red;
}
.vip .green li {
    width: 66%;
    margin: 10px auto;
    border: 1px solid #ddd;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.adsShow-box {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 1111;
}
.adsShow {
  width: 100%;
  height: 159px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.adsShow .box {
  padding: 0 20px;
}
.adsShow select {
  height: 45px;
  width: 30%;
  text-align: center;
  border: 1px solid #eee;
  -webkit-appearance: none;
  text-align: center;
  padding-left: 5px;
  font-size: 16px;
  margin: 25px 1.2%;
}
.adsShow select option {
  margin: 0;
  padding: 0;
}
.adsShow .ensure {
  position: absolute;
  bottom: 25px;
  right: 20%;
  display: inline-block;
  padding: 10px 30px;
  background: #ff6600;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
.adsShow .cancel {
  position: absolute;
  bottom: 25px;
  left: 20%;
  display: inline-block;
  padding: 10px 30px;
  background: #ff6600;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
/************* company********/
.companys {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
}
.companys ul li {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
  text-align: left;
  font-size: 1.4em;
  background: url(../images/go.png) no-repeat;
  background-position: 96% 50%;
  background-size: 13px 21px;
  padding-left: 10px;
  line-height: 35px;
  padding-top: 10px;
}
.companys ul li a {
  display: inline-block;
  width: 97%;
}
.companys ul li a h3 {
  width: 24%;
  float: left;
  font-size: 1.1em;
  font-weight: normal;
}
.companys ul li a p {
  width: 70%;
  float: right;
  text-align: right;
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
}
.companys ul li:nth-child(2) a h3 {
  width: 50%;
}
.companys ul li:nth-child(2) a p {
  width: 45%;
}
.green li {
  width: 60%;
  margin: 10px auto;
  border: 1px solid #ddd;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.green .red {
  border: 1px solid red;
}
@media (max-width: 320px) {
  .companys ul li a h3 {
    font-size: 1em;
  }
  .companys ul li:nth-child(2) a h3 {
    width: 48%;
  }
}
/************* person********/
.person {
  background: #f3f3f3;
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  margin-bottom: 40px;
}
.person ul li {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
  text-align: left;
  font-size: 1.4em;
  background: url(../images/go.png) no-repeat;
  background-position: 96% 50%;
  background-size: 13px 24px;
  line-height: 35px;
  padding-top: 10px;
  background-color: #fff;
}
.person ul li:nth-child(1) {
  background-image: none;
  margin-bottom: 10px;
  border: none;
}
.person ul #myHead {
  border-top: 1px solid #ddd;
  background-image: none;
  border: none;
  margin-bottom: 10px;
}
.layermbox0 .layermchild {
  width: 80%;
}
.person ul li:nth-child(4) h3 {
  width: 29%;
}
.person ul li:nth-child(4) p {
  width: 65%;
}
.person ul li a {
  display: inline-block;
  width: 97%;
  text-indent: 10px;
}
.person ul li a h3 {
  width: auto;
  float: left;
  font-size: 1.1em;
  font-weight: normal;
}
.person ul li a p {
  width: 61%;
  float: right;
  text-align: right;
  overflow: hidden;
}
.person ul #gender {
  position: relative;
}
.person ul li a #sex {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.person ul li:nth-child(2) a h3 {
  width: 50%;
  margin-top: 13px;
}
.person ul li:nth-child(2) a p {
  width: 70px;
  height: 70px;
}
.person ul li:nth-child(2) a p img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.myEmail,
.myName,
.myCard,
.myLicense,
.myFunds,
.myPerson {
  height: 48px;
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 2.5px;
  padding: 0;
  padding-left: 5px;
  border: 1px solid #efefef;
  line-height: 30px;
}
.myRange,
.myAds {
  width: 100%;
  border: 1px solid #efefef;
  line-height: 30px;
  font-size: 16px;
  height: 48px;
}
.layermcont {
  padding: 20px 0;
}
@media (max-width: 320px) {
  .person ul li a h3 {
    /*width: 32%;*/
  }
  .person ul li:nth-child(4) h3 {
    width: 28%;
  }
  .person ul li a p {
    width: 57%;
  }
}
/************* person********/
.mima-box {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
.mima-box .mima {
  width: 90%;
  margin: 0 auto;
}
.mima-box .mima input {
  width: 100%;
  height: 45px;
  padding-left: 100px;
  border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid #ddd;
}
.mima-box .mima .txt {
  position: relative;
  top: 32px;
  left: 8px;
  font-size: 1.4em;
}
.mima-box .mima .tip-txt {
  color: #0882f1;
  margin-top: 15px;
}
.mima-box .mima .sub {
  text-align: center;
  background: #ff6600;
  color: #ffffff;
  width: 100%;
  padding: 0;
  font-size: 1.7em;
  margin-top: 40px;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
}
#signYear,
#signMonth,
#signDay {
  background: none;
  width: 23%;
  height: 50px;
  border: 1px solid #efefef;
  border-radius: 3px;
  text-align: center;
  text-indent: 5px;
}
/****** message *******/
.menu_list {
  max-width: 640px;
  width: 98%;
  margin: 0 auto;
  background: #e9e9e9;
}
.menu_head {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
  position: relative;
  font-weight: bold;
  background: #fff;
  margin: 0;
  margin-bottom: 5px;
}
.menu_list .current {
  background: #f1f1f1;
}
.menu_body {
  width: 95%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  line-height: 38px;
  background: #fff;
}
.menu_body a {
  display: block;
  width: 223px;
  height: 38px;
  line-height: 38px;
  padding-left: 38px;
  color: #777777;
  background: #fff;
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
}
.menu_body a:hover {
  text-decoration: none;
}
.menu-img {
  width: 30px;
  height: 18px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.menu-img img {
  width: 100%;
  margin-top: -6px;
}
.menu-time {
  float: right;
  margin-right: 12px;
}
.down-text {
  background: #e9e9e9;
  text-indent: 2em;
  line-height: 23px;
  padding-bottom: 10px;
}
.down-text span {
  display: inline-block;
  width: 96%;
  text-align: right;
}
.menu-error {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  display: none;
}
@media (max-width: 320px) {
  .menu_head {
    font-size: 12px;
  }
}
/****** recordCard *******/
.show-box {
  background: #f3f3f3;
  padding-top: 8px;
}
.ma2 {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
.rechargeList,
.withdrawList {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  background: #ffffff;
  font-size: 14px;
}
.rechargeList li,
.withdrawList li {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #f3f3f3;
  height: auto;
  position: relative;
  overflow: hidden;
}
.rechargeList li > div,
.withdrawList li > div {
  float: left;
}
.rechargeList li .date,
.withdrawList li .date {
  margin-right: 20px;
  color: #999999;
  margin-top: 14px;
}
.rechargeList li .date h5,
.withdrawList li .date h5 {
  font-size: 12px;
  font-weight: normal;
}
.rechargeList li .date p,
.withdrawList li .date p {
  font-size: 12px;
}
.rechargeList li .money,
.withdrawList li .money {
  color: #333333;
  margin-top: 12px;
  padding-bottom: 12px;
}
.rechargeList li .money h4,
.withdrawList li .money h4 {
  color: #ff6600;
  font-size: 22px;
  margin-bottom: 5px;
}
.rechargeList li .active,
.withdrawList li .active {
  position: absolute;
  top: 19px;
  right: 5px;
}
.rechargeList li .active .waitPay,
.withdrawList li .active .notEnd {
  color: #0882f1;
}
/****** addCard *******/
.addCard-content {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  background: #f3f3f3;
}
#addCard-form {
  width: 100%;
  margin: 0;
  background-color: #fff;
  height: 100%;
}
#addCard-form > div {
  width: 100%;
  border-bottom: 1px solid #efefef;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  position: relative;
}
#bank_list,
#bankType {
  height: 40px;
  border: none;
  -webkit-appearance: none;
  background: #fff;
  font-size: 16px;
}
#addCard-form div h5 {
  display: inline-block;
  padding-left: 10px;
  font-weight: 500;
  color: #333333;
}
#addCard-form div > div {
  position: absolute;
  top: 0;
  left: 35%;
}
#addCard-form div > div input[type="text"] {
  height: 50px;
  border: none;
  font-size: 18px;
}
.openBank,
.bankType {
  background: url(../images/member/arrow-r.png) no-repeat 95% 50%;
  background-size: 15px 15px;
}
.openBank img {
  vertical-align: middle;
  width: 30px;
  left: 30px;
}
.openBank div p {
  display: inline-block;
}
.code input[type="text"] {
  height: 50px;
  position: absolute;
  top: 0;
  left: 35%;
  border: none;
  font-size: 18px;
  width: 97px;
}
.code input[type="button"] {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: #fff;
  color: #333;
  height: 40px;
  border: none;
  border-radius: 5px;
  width: 100px;
  border: 1px solid #ddd;
  font-size: 16px;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  outline: none;
}
#addCard-form input[type="submit"] {
  width: 90%;
  margin: 0 auto;
  display: block;
  height: 43px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
  background: #dedede;
  font-weight: normal;
}
@media (max-width: 320px) {
  #addCard-form input[type="submit"] {
    margin-top: 10px;
  }
}
.ChoiceBox,
.cardBox {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.ChoiceBox ul,
.cardBox ul {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}
.ChoiceBox ul h4,
.cardBox ul h4 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  position: relative;
  font-size: 20px;
}
.ChoiceBox ul h4 span,
.cardBox ul h4 span {
  position: absolute;
  top: -4px;
  right: 24px;
  font-size: 20px;
}
.ChoiceBox ul li,
.cardBox ul li {
  height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 50px;
  font-size: 18px;
}
.ChoiceBox ul .red,
.cardBox ul .red {
  border: 1px solid red;
}
.ChoiceBox ul li img {
  vertical-align: middle;
  width: 30px;
  left: 30px;
}
.ChoiceBox ul li p {
  display: inline-block;
}
/****** license *******/
.licenseBox {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 20px;
}
.licenseBox h2 {
  font-size: 23px;
  margin-left: 18px;
}
.licenseBox ul {
  width: 100%;
}
.licenseBox ul li {
  width: 95px;
  display: inline-block;
  border: 1px dashed #ddd;
  height: 90px;
  margin-left: 20px;
  margin-top: 10px;
  background-size: 100% 100%;
}
.licenseBox ul li img {
  display: block;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  margin-top: 4px;
}
.layermbtn {
  width: 100%;
  margin: 0px auto 0;
}
.layermbtn {
  height: 50px;
}
@media (max-width: 320px) {
  .licenseBox ul li {
    width: 91px;
    margin-left: 9px;
    margin-top: 10px;
  }
}
.licenseChiose {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.licenseChiose-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 15px;
}
.licenseChiose-box > div,
.licenseChiose-box > li {
  width: 60%;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 30px;
  margin-top: 10px;
}
.licenseChiose-box > .red {
  border: 1px solid red;
}
/****** pay *******/
.payContent {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
}
.payInf {
  height: 45px;
  width: 95%;
  margin: 0 auto;
}
.payInf p {
  display: inline-block;
  width: 100%;
  line-height: 25px;
  font-size: 16px;
}
.payInf p span {
  color: red;
  font-weight: bold;
  font-size: 18px;
}
.payTitle {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #efefef;
  border-radius: 3px;
  margin-top: 7px;
}
.payTitle p {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.tabBox {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.tabBox > li {
  width: 31%;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-bottom: none;
}
.showBox {
  width: 95%;
  margin: 0 auto;
}
.showBox div > h3 {
  font-size: 18px;
  margin: 5px 0;
}
.showBox div input[type="button"] {
  padding: 10px;
  background: #009944;
  border: none;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
}
.showBox div p {
  line-height: 25px;
}
.box1 p .farmBank {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.box2 .vipTxt {
  width: 100px;
  height: 25px;
  margin-left: 30px;
}
.box2 p span,
.box3 p span {
  color: red;
  margin-left: 32px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.tabBox > .active {
  border: 1px solid #009944;
  border-bottom: none;
  position: relative;
  bottom: -1px;
  background: #ffffff;
}
/*manageAds*/
.shippingAddress {
  max-width: 960px;
  margin: 0 auto;
}
.shippingAddress ul .active {
  background: #0882f1;
  color: #fff;
}
.shippingAddress ul .active a {
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  min-height: 70px;
}
.shippingAddress ul li {
  width: 100%;
  margin: 0 auto;
  border-bottom: 9px solid #ececec;
  text-align: left;
  background: #fff;
}
.shippingAddress ul li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.shippingAddress ul li:last-child {
  border: none;
}
.shippingAddress ul li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #000;
  font-size: 18px;
}
.shippingAddress ul li a span {
  margin-right: 5px;
}
.shippingAddress ul li a .adsPhone {
  margin-left: 10px;
}
.shippingAddress ul li a p:nth-child(1) {
  padding-top: 15px;
  margin-bottom: 10px;
}
#addAs ul li {
  background: url(../images/go.png) no-repeat;
  background-position: 96% 50%;
  background-size: 13px 21px;
}
.panel.current {
  background: #fff;
}
/*商铺列表*/
#searchBtn-l {
  /*商铺列表搜全站和本店按钮的base64图*/
  width: 63px;
  height: 30px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #e5e5e5;
  /*background-image: url(../images/s2.png) no-repeat;*/
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAMCAYAAAB4MH11AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkNzllMzhhMy1kNGY1LTcxNDctYTllOC01NmQ2M2M2YmI3MDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzRFNTE1MzE1MkZCMTFFNkIxNTRDMUEwM0IxMEJCNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzRFNTE1MzA1MkZCMTFFNkIxNTRDMUEwM0IxMEJCNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk3MWVmMGRhLTdjNGItZWY0OC1iZmJkLTZmZjNlYjEwZThlNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpkNzllMzhhMy1kNGY1LTcxNDctYTllOC01NmQ2M2M2YmI3MDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4TJqauAAAAo0lEQVR42mKcOXNmDQMDQxED8YAFiHmJVNsIUtwCxIIkWkIMqAfiJiYopxiIe6hoeB3IcBCDCUmwFIi7qGB4LRA3wzhMaJLlQNxBgeHV0CBnwGUBCFQCcRsZhldh08eExyVtJBrejk2CiRTv4gnzdlySTERobsIj30DIEUxEpud6bJkIihkotYAB6gtkS5qhricq2zOQYMk/IOaAZiSiAECAAQDbuRl8DdO/jwAAAABJRU5ErkJggg==");
  position: relative;
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 12px 6px;
}
.searchBtn-l-box {
  position: absolute;
  top: 0;
  width: 63px;
  text-indent: 10px;
}
.searchBtn-l-box p {
  height: 30px;
  line-height: 30px;
}
#btn-up {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 63px;
  width: 70%;
  background-position: center;
  background: none;
  line-height: 30px;
  text-align: center;
}
#searchBtn-l .an1 {
  top: -30px;
  animation: an1 0.5s;
  -webkit-animation: an1 0.5s;
  -o-animation: an1 0.5s;
  -moz-animation: an1 0.5s;
}
#searchBtn-l .an2 {
  top: 0px;
  -webkit-animation: an2 0.5s;
  -o-animation: an2 0.5s;
  -moz-animation: an2 0.5s;
  animation: an2 0.5s;
}
@keyframes an1 {
  from {
    top: 0;
  }
  to {
    top: -30px;
  }
}
@-webkit-keyframes an1 {
  from {
    top: 0;
  }
  to {
    top: -30px;
  }
}
@-o-keyframes an1 {
  from {
    top: 0;
  }
  to {
    top: -30px;
  }
}
@-moz-keyframes an1 {
  from {
    top: 0;
  }
  to {
    top: -30px;
  }
}
@keyframes an2 {
  from {
    top: -30px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes an2 {
  from {
    top: -30px;
  }
  to {
    top: 0;
  }
}
@-o-keyframes an2 {
  from {
    top: -30px;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes an2 {
  from {
    top: -30px;
  }
  to {
    top: 0;
  }
}
.surprise {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.surprise-go {
  display: inline-block;
  vertical-align: middle;
}
.account .surprise {
    float: right;
	margin-top: 14px;
	margin-right: 10%;
}
.e {
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 5px;
  text-align: center;
  text-indent: 0;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 1px;
}
