/*
 * 用户中心图标
*/
.icon {
  display: inline-block;
}
.icon_arrow_up {
  width: 8px;
  height: 15px;
  background: url("../images/user/sprite_user.png") 0 0;
}
.icon_close {
  width: 8px;
  height: 8px;
  background: url("../images/user/sprite_user.png") -111px -4px;
}
.icon_user {
  width: 16px;
  height: 16px;
  background: url("../images/user/sprite_user.png") -25px 0;
}
.active .icon_user {
  background: url("../images/user/sprite_user.png") -9px 0;
}
.icon_address {
  width: 16px;
  height: 16px;
  background: url("../images/user/sprite_user.png") -57px 0;
}
.active .icon_address {
  background: url("../images/user/sprite_user.png") -41px 0;
}
.icon_mobile {
  width: 16px;
  height: 16px;
  background: url("../images/user/sprite_user.png") -89px 0;
}
.active .icon_mobile {
  background: url("../images/user/sprite_user.png") -73px 0;
}
.icon_checked {
  width: 22px;
  height: 22px;
  background: url("../images/user/sprite_user.png") 0 -48px;
}
.icon_online_service {
  width: 10px;
  height: 10px;
  background: url("../images/user/sprite_user.png") -29px -53px;
}
.icon_success {
  width: 30px;
  height: 30px;
  background: url("../images/components/sprite_msg.png") 0 -30px;
}
.icon_warning {
  width: 30px;
  height: 30px;
  background: url("../images/components/sprite_msg.png") 0 -85px;
}
.btn_primary {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 25px;
  color: #ffffff;
  background: #aed46c;
  border: none;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 13px;
  font-family: "microsoft yahei";
}
.btn_primary:hover {
  background-color: #b9da80;
}
.btn_uploadPic {
  width: 183px;
  height: 30px;
  display: inline-block;
  border: none;
  line-height: 30px;
  text-indent: 28px;
  background: url("../images/user/sprite_user.png") 0 -17px;
  font-family: "microsoft yahei";
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btn_uploadPic:hover {
  opacity: .85;
}
.btn_primary_red {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 25px;
  color: #ffffff;
  background: #ed6d65;
  border: none;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 13px;
  font-family: "microsoft yahei";
}
.btn_primary_red:hover {
  background-color: #f0837c;
}
.w110 {
  width: 110px;
}
.w100 {
  width: 100px;
}
.w200 {
  width: 200px;
}
.bg_gray {
  background-color: #f2f2f2;
}
.user_top {
  border-top: solid 2px #71b425;
  height: 42px;
  background-color: #aed46c;
}
.user_top .tit {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  width: 220px;
  position: relative;
  background: url("../images/user/tit.png");
  text-indent: -9999em;
}
.user_side {
  font-family: "microsoft yahei";
  padding: 5px 10px;
  width: 198px;
  border: solid 1px #e7e7e7;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.user_side dl {
  border-bottom: dotted 1px #d7d7d7;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}
.user_side dl:last-child {
  border-bottom: none;
}
.user_side dl.active dt i {
  background-position: 0 top;
}
.user_side dl.active dd {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.user_side dt {
  font-size: 16px;
  color: #71b425;
  padding-left: 55px;
  line-height: 45px;
  position: relative;
  cursor: pointer;
}
.user_side dt i {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 33px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  background: url("../images/user/icon_folder.png");
  background-position: 0 bottom;
}
.user_side dd {
  font-size: 14px;
  -webkit-transition: height .2s;
  transition: height .2s;
  visibility: visible;
  opacity: 1;
  padding-left: 55px;
  height: 30px;
  line-height: 30px;
  border-left: 2px solid #FFFFFF;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.user_side dd:hover {
  color: #73b434;
  border-left: 2px solid #73b434;
  background: #F2F2F2;
  cursor: pointer;
}
.user_side dd a {
  color: #000;
}
.user_side dd:hover a {
  color: #73b434 ;
}
.child_active {
  color: #73b434;
  border-left: 2px solid #73b434 !important;
  background: #F2F2F2 !important;
  cursor: pointer;
}
.user_main {
  float: right;
  width: 980px;
  font-family: "microsoft yahei";
}
.user_main input[type="text"] {
  border: solid 1px #b2b2b2;
  padding: 2px 5px;
}
.user_main input[type="password"] {
  border: solid 1px #b2b2b2;
  padding: 2px 5px;
}
.user_main select {
  border: solid 1px #b2b2b2;
  padding: 2px 5px;
}
.m_box {
  border: solid 1px #e7e7e7;
}
.m_box .hd {
  background: #f2f2f2;
  height: 42px;
  line-height: 42px;
  color: #71b425;
  padding-top: 4px;
  padding-left: 20px;
  border-bottom: solid 1px #e7e7e7;
  font-size: 16px;
}
.m_box .bd {
  padding: 0 20px;
}
.m_tab_text .item_myOrder {
  font-size: 16px;
}
.m_tab_text a {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-right: 35px;
  padding: 0 3px;
  display: inline-block;
}
.m_tab_text a:link,
.m_tab_text a:visited {
  color: #71b425;
}
.m_tab_text a:hover,
.m_tab_text a.active {
  border-bottom: solid  2px #ed6d65;
}
.m_userTit {
  line-height: 30px;
  font-size: 12px;
  padding: 0 12px;
  color: #3c3c3c;
}
.m_tab_text_gray {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.m_tab_text_gray a {
  margin-right: 38px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.m_tab_text_gray a:link,
.m_tab_text_gray a:visited {
  color: #3c3c3c;
}
.m_tab_text_gray a:hover,
.m_tab_text_gray a.active {
  font-weight: bold;
}
.m_tab_content .item {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.m_tab_content .item.active {
  opacity: 1;
  display: block;
}
.m_table {
  border-collapse: collapse;
}
.m_table td {
  border: 0;
}
.m_table.border {
  border: solid 1px #e7e7e7;
}
.m_table.border tbody td {
  border: solid 1px #e7e7e7;
}
.btn_viewMore {
  display: block;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-top: solid 1px #e5e5e5;
}
.btn_viewMore:link,
.btn_viewMore:visited {
  color: #565656;
}
.btn_viewMore:hover {
  color: #ed6d65;
}
.btn_submit {
  font-size: 12px;
  font-family: "microsoft yahei";
  width: 60px;
  cursor: pointer;
  line-height: 13px;
  padding: 2px 5px;
  height: 19px;
  border: solid 1px #a9a9a9;
  border-radius: 0;
  background: #d2d2d2;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btn_submit:hover {
  background-color: #dfdfdf;
}
.m_progressBar {
  display: inline-block;
  height: 9px;
  border-radius: 5px;
  background: #c5c5c5;
  position: relative;
}
.m_progressBar .inner {
  position: absolute;
  border-radius: 5px;
  height: 100%;
  background: url("../images/user/progress_bar.png") repeat-x;
}
.ipt_text {
  border: solid 1px #a9a9a9;
  height: 23px;
  line-height: 23px;
  padding: 0 5px;
}
.ipt_text.gray {
  background-color: #ebebe3;
}
.ipt_address {
  width: 320px;
}
.order_table {
  width: 100%;
  font-size: 12px;
}
.order_table .order_item .hd {
  font-size: 12px;
  height: 30px;
  background: #f2f2f2;
  border-bottom: solid 1px #e7e7e7;
  text-indent: 15px;
  color: #3c3c3c;
}
.order_table .order_item .hd .meta {
  margin-right: 10px;
}
.order_table .order_item .col_detail {
  width: 520px;
  padding: 15px;
}
.order_table .order_item .col_detail .pic {
  margin-right: 15px;
  float: left;
}
.order_table .order_item .col_detail .pic img {
  display: block;
  width: 60px;
  height: 60px;
}
.order_table .order_item .col_detail .meta {
  width: 265px;
  margin-right: 40px;
  float: left;
}
.order_table .order_item .col_detail .num {
  width: 50px;
  float: left;
  color: #9A9A9A;
}
.order_table .order_item .col_detail .price {
  max-width: 75px;
  float: left;
}
.order_table .order_item .col_user,
.order_table .order_item .col_count,
.order_table .order_item .col_status,
.order_table .order_item .col_operate {
  width: 107px;
  text-align: center;
  line-height: 2;
  padding-top: 15px;
  vertical-align: top;
}
.btn_default {
  display: inline-block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  font-size: 12px;
  font-family: "microsoft yahei";
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btn_default:link,
.btn_default:visited {
  color: #3c3c3c;
}
.btn_default:hover {
  border-color: #ed6d65;
  color: #ed6d65;
}
.btn_default.red:link,
.btn_default.red:visited {
  border-color: #ed6d65;
  color: #ed6d65;
}
.btn_default.red:hover {
  background-color: #ed6d65;
  color: #ffffff;
  border-color: #f0837c;
}
.btn_default.disable {
  color: #9a9a9a;
  border: 1px solid #dfdfdf;
}
.btn_default.disable:link,
.btn_default.disable:visited {
  color: #9a9a9a;
}
.btn_default.disable:hover {
  border: 1px solid #dfdfdf;
  color: #9a9a9a;
}
.m_tips_wrap {
  display: block;
  position: relative;
}
.m_tips_wrap .m_tips_box {
  position: absolute;
  right: 85px;
  top: -10px;
  border: solid 1px #cac9c9;
  border-radius: 4px;
  background: #f3f3f3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 0 15px #999;
          box-shadow: 0 0 15px #999;
}
.m_tips_wrap .m_tips_box.tips_show {
  visibility: visible;
  opacity: 1;
}
.m_tips_wrap .m_tips_box:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #cac9c9;
  border-width: 7px 0  7px 8px;
}
.m_tips_wrap .m_tips_box:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #f3f3f3;
  border-width: 7px 0  7px 8px;
}
.installment_tips {
  font-size: 12px;
  padding: 15px;
  color: #313131;
  cursor: default;
  min-width: 240px;
  min-height: 120px;
}
.installment_tips .m_table {
  margin-top: 20px;
  line-height: 22px;
  width: 280px;
}
.m_order_search .ipt_text_search {
  width: 180px;
  padding: 2px 5px;
  line-height: 13px;
  height: 14px;
  font-size: 12px;
  border: solid 1px #a9a9a9;
  vertical-align: top;
}
.m_order_search .btn_submit {
  vertical-align: top;
}
.online_service {
  font-size: 12px;
}
.online_service i {
  margin-right: 5px;
}
.order_panel {
  margin-top: -14px;
}
.m_security_box {
  padding: 55px 55px 10px;
}
.m_security_box .tips {
  line-height: 25px;
  margin-top: 100px;
}
.m_security_box .m_progressBar {
  width: 130px;
}
.m_security_box .message {
  position: relative;
  padding-left: 40px;
  min-height: 50px;
  line-height: 26px;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.m_security_box .message .icon_success,
.m_security_box .message .icon_warning {
  position: absolute;
  left: 0;
  top: 0;
}
.m_security_form .m_table {
  margin: 0 auto;
}
.m_security_form .layout td {
  padding-bottom: 20px;
}
.m_security_form .layout .tag {
  text-align: right;
  color: #5f5f5f;
  vertical-align: top;
  padding-top: 5px;
}
.m_position_bar {
  position: relative;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  height: 44px;
}
.m_position_bar .bg_bar {
  position: absolute;
  width: 100%;
  top: 8px;
  left: 0;
  height: 5px;
  background-color: #cccccc;
  z-index: 1;
  border-radius: 4px;
}
.m_position_bar li {
  position: relative;
  z-index: 2;
  width: 160px;
  float: left;
  height: 5px;
  top: 8px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
  color: #FFFFFF;
}
.m_position_bar li span {
  color: #cccccc;
  display: block;
}
.m_position_bar li.pasted {
  background-color: #caecb6;
}
.m_position_bar li.pasted span {
  color: #caecb6;
}
.m_position_bar li.pasted .icon_number {
  background-position: -103px -47px;
}
.m_position_bar li.active {
  background-color: #7abd54;
}
.m_position_bar li.active span {
  color: #7abd54;
}
.m_position_bar li.active .icon_number {
  background-position: -46px -47px;
}
.m_position_bar .icon_number {
  position: relative;
  display: block;
  font-style: normal;
  width: 23px;
  height: 23px;
  line-height: 23px;
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/user/sprite_user.png");
  background-repeat: no-repeat;
  background-position: -135px -47px;
}
.m_position_bar .icon_number .icon_gou {
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background-image: url("../images/user/sprite_user.png");
  background-repeat: no-repeat;
  background-position: -73px -47px;
}
.user_side_head {
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-left: 2px solid #fff;
  text-align: center;
  color: #000;
  font-weight: 500;
  border-bottom: 1px dotted #dcdcdc;
}
.user_side_head:hover {
  color: #73b434;
  border-left: 2px solid #73b434 !important;
  background: #F2F2F2 !important;
  cursor: pointer;
}
.user_side_head_active {
  background: #f2f2f2;
  border-left: 2px solid #73b434;
  color: #73b434;
}
