.home_news_content {
  text-align: center;
  font-size: 18px;
}

.to_our_friends_content {
  text-align: center;
  line-height: 2;
}

.to_our_friends_content>p {
  font-size: 18px;
}

.to_our_friends_content_mail {
  margin-top: 20px;
}

.upload_img_div {
  height: 300px;width: 100%;border: 1px solid #ccc; position: relative; cursor: pointer;
}

.upload_img_div>span {
  position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);display: block;text-align: center;font-size: 12px;min-width: 200px;
}

.upload_img_div>span>i {
  font-size: 100px;
}

/*进度条css*/
@charset "utf-8"; .flow {
    width: 100%;
    margin: 30px auto;
    height: 50px;
    padding: 20px 0 0;
    position: relative
}

.flowList {
    float: left;
    height: 2px;
    border: 2px solid #ccc;
    background: #ccc
}

.flowListBox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px
}

.flowListBox .flowList {
    float: left;
    text-align: right
}

.flowListBox .flowList em {
    margin-top: -22px;
    display: inline-block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #ccc;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    box-shadow: 0 0 2px 2px rgba(255,255,255,.56);
    cursor: pointer
}

.flowListBox .flowList strong {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer
}

.flowListBox .for-cur em {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.foot-btn {
    width: 100%;
    height: 58px;
    border-top: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px
}

.successs {
    text-align: center;
    padding: 20px 0 60px
}

.successs h3 {
    padding: 20px;
    font-size: 25px
}

.for-cur:last-child {
    background-color: #c96;
    border: 2px solid #c96
}

.contentList {
    display: none
}

.flow_active {
  border: 2px solid #face49; background-color: #face49;
}

.flow_active>em {
  background-color: #face49 !important;
}

.flowList>strong {
  position:absolute;left: 50%;transform: translateX(-50%);    width: 100%;text-align: center;
}

.order_choose_address {
  border: 2px dashed #ccc;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.order_choose_address:hover {
  border: 2px dashed #face49 !important;
}

.order_add_address {
  display: block;
  float: right;
  font-size: 12px;
  padding-top: 20px;
}

.order_add_address:hover {
  color: #face49;
}

.input_message_top_right {
  display: block;
  float: right;
  font-size: 12px;
  color: red;
  padding-top: 10px;
}

.input_message_bottom {
  color: red;
}

.check_out_color {
  color: #face49 !important;
}

.check_out_weight {
  font-size: 18px !important;
  font-weight: bold !important;
}

.check_out_message {
  display: block !important;
  font-size: 12px !important;
  padding-top: 20px !important;
}

.check_out_address_label {
  width: 40%;
  float: left;
}

.single-payment-method{
  margin-bottom: 0px !important;
}