@charset "utf-8";
/* CSS Document */
body {
    background-color: #fafafa;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}

html {
    font-family: sans-serif;
    font-size: 100%;
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, :after, :before {
    box-sizing: border-box
}

address, body {
    font-size: 14px;
    font-weight: 400;
}

body, fieldset, legend, td, th {
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    background-color: transparent;
    color: #FFF;
    text-decoration: none
}

a:focus, a:hover {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.font2em {
    font-size: 2em;
    line-height: 1.3;
}

.font15em {
    font-size: 1.5em;
    line-height: 1.3;
}

.clear {
    clear: both;
}

.strong {
    font-weight: bold !important;
}

.margin_top_no {
    margin-top: 0 !important;
}

a.btn_full {
    display: block;
    margin: 2px auto;
    width: 96%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    background-color: #ff6600;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

/* */
body {
    background-color: #C32615;
    width: 100%;
    height: 100%;
    background-image: url(../images/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.top {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #C60A1E;
    text-align: center;
}

.top a.btn_back {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 8px auto auto 8px;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    background: url(../images/arrow_back.png) no-repeat center center;
    background-size: 100%;
}

.logo_tit {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
}

.logo_tit img {
    width: 100%;
}

.cont {
    margin: 1.8em auto 0 auto;
    width: 88%;
    max-width: 600px;
    min-height: 200px;
    background-color: #fff;
    border-radius: 1.5em;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
    padding-bottom: 12px;
}

.cont .text {
    margin: 0;
    padding: 20px;
    color: #333;
    font-size: 16px;
}

.cont .text .text_red {
    color: #F00;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
}

.cont .text .text_blue {
    color: #39F;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
}

.cont .text a.more {
    display: inline-block;
    cursor: pointer;
}

.cont .text a.more img {
    height: 24px;
}

.cont .form {
    margin: -10px 20px;
}

.cont .form_reg {
    margin: 0 20px;
}

.cont .input, .cont .select, .cont .textarea {
    width: 100%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 3px;
    font-size: 16px;
}

.cont .select {
    margin-bottom: 10px;
}

.cont .select_no_w {
    width: auto;
    padding-left: 5px;
}

.cont .textarea {
    min-height: 5em;
    padding: 10px;
}

.cont .form_reg .item {
    margin: 0 auto 15px auto;
    position: relative;
}

.cont .form_reg .item a.btn_code {
    position: absolute;
    right: 9px;
    top: 9px;
    height: 26px;
    line-height: 25px;
    border-radius: 4px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    background-color: #C00;
    z-index: 2;
}

.cont .form_reg .item a.btn_reg {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 43px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-color: #f60;
}

.cont .form_reg .item .msg {
    float: left;
    margin: 0 auto;
    padding: 0;
    color: #666;
    line-height: 22px;
}

.cont .form_reg .item .import {
    float: left;
    color: red;
    font-size: 24px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 6px;
    padding-left: 6px;
}

option {
    display: block;
    min-height: 2em;
    padding: 6px 0;
}

.cont .btn {
    display: block;
    margin: 10px auto;
    cursor: pointer;
}

.cont .btn_gift img {
    width: 100%;
}

.cont .gift {
    margin: -20px auto 0 auto;
    width: 10em;
    text-align: center;
}

.cont .gift .gift_img img {
    width: 100%;
}

.cont .gift .gift_txt {
    margin-top: -5em;
    margin-bottom: 4em;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.cont .gobody {
    margin: 10px auto;
    padding: 0 18px;
}

.cont .gobody .txt {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #F60;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.cont .gobody .txt span {
    display: block;
    padding: 10px;
    color: #F60;
}

.cont .gobody a.btn_go {
    display: block;
    position: relative;
    margin: -5px auto 0 auto;
    padding-left: 12px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background-color: #f60;
    line-height: 42px;
    border: 1px solid #fff;
}

.cont .gobody .dot_go {
    display: inline-block;
    position: absolute;
    margin-left: -26px;
    top: 10px;
    width: 22px;
    height: 22px;
    background: url(../images/dot2.png) no-repeat center bottom;
    background-size: 22px;
    z-index: 20;
}

.cont .gobody .dot_wx {
    display: inline-block;
    position: absolute;
    margin-left: -26px;
    top: 10px;
    width: 22px;
    height: 22px;
    background: url(../images/dot_wx.png) no-repeat center bottom;
    background-size: 22px;
    z-index: 20;
}

.cont p {
    margin: 0;
    padding: 5px 20px;
}

.cont p.readme {
    font-size: 14px;
    color: #999;
    padding-bottom: 15px;
}

.cont .top_tit {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
    color: #333;
}

.banner {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    max-width: 640px;
    position: relative;
}

.banner .pic {
    margin: 0 auto;
    width: 100%;
}

.banner .pic img {
    width: 100%;
}

.banner a.btn_close {
    position: absolute;
    display: block;
    top: 24px;
    right: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
}

.banner a.btn_close img {
    width: 12px;
}

.footer {
    margin: 5px auto 0 auto;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: rgba(255, 255, 255, .8);
}

.footer_black {
    color: #888;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}

/**/
.mask {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    z-index: 10;
}

.rel {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 640px;
    position: relative;
}

.pop {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px auto auto -40%;
    width: 80%;
    height: 200px;
    background-color: transparent;
    border-radius: 5px;
}

.pop a.btn_close {
    position: absolute;
    display: block;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 15px;
    background-color: rgba(255, 0, 0, .8);
    text-align: center;
}

.pop a.btn_close img {
    width: 12px;
}

.pop .pic {
    margin: 0 auto;
    width: 100%;
}

.pop .pic .img_hongbao {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.pop .pic .img_hongbao img {
    width: 100%;
}

.pop .pic .txt {
    position: absolute;
    z-index: 10;
    width: 100%;
}

.pop .pic .txt .blank img {
    width: 100%;
}

.pop .pic .txt .h1 {
    display: block;
    margin: 0 auto;
    width: 5em;
    line-height: 2em;
    text-align: center;
    background-color: #Ff6;
    border-radius: 4px;
}

.pop .pic .txt .content {
    display: block;
    margin: 20px auto;
    padding: 15px 0;
    text-align: center;
    font-size: 2.5em;
    color: #FF0;
}

.pop .pic .txt .number {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.pop .pic .txt .number span {
    display: inline-block;
    margin: 5px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #FC8787;
}

.pop .pic .txt .number span.selected {
    background-color: #fff;
}

.pop_body2 {
    margin: -100px auto auto -140px;
    width: 280px;
    height: 210px;
    background-color: #CC2012;
    color: #fff;
    overflow: visible;
}

.pop_body2 .text {
    margin: 30px 20px;
    text-align: left;
    line-height: 24px;
    font-size: 16px;
}

.pop_body2 .btn_body {
    margin: 0px 20px;
    margin-top: -12px;
    height: 80px;
}

.pop_body2 .btn_body a,
.pop_sorry .btn_body a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
}

.pop_sorry {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 2em;
}

.pop_sorry .btn_body {
    margin: 20px;
}

.pop_sorry .pic_sorry {
    width: 7em;
}

.pop_tab {
    position: absolute;
    left: 4%;
    top: 0;
    margin: 14px auto;
    padding: 20px 0;
    width: 92%;
    height: 100%;
    color: #fff;
    overflow-y: scroll;
}

.pop_tab .title {
    margin: 0 auto 10px auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.pop_tab p {
    margin: 10px auto;
    font-size: 14px;
    color: #ff;
}

.pop_tab .table {
    width: 100%;
    border: 1px solid #333;
    padding: 2px;
    text-align: center;
    background-color: #fff;
    color: #000;
}

.pop_tab .table th {
    background-color: #f5f5f5;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 2px;
    border: 1px solid #333;
}

.pop_tab .table td {
    font-size: 12px;
    padding: 4px 2px;
    border: 1px solid #333;
}

.pop_tab a.btn_close {
    top: 5px;
    right: 5px;
    position: fixed;
}

.pop_a {
    position: fixed;
    left: 50%;
    top: 100px;
    width: 90%;
    min-height: 130px;
    margin-left: -45%;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 5px;
    z-index: 20;
}

.pop_a .top_tit {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #f60;
    background-color: #eee;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}

.pop_a .cont_body {
    margin: 0 auto;
    padding: 10px 0;
    width: 90%;
    min-height: 94px;
}

.pop_a .bt_body {
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px 20px 20px;
    overflow: hidden;
}

.pop_a .bt_body .div {
    display: inline-block;
    width: 49%;
    padding: 0px;
}

.pop_a .bt_body .div a {
    display: inline-block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    background-color: #f60;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.pop_a .bt_body .div a.grey {
    background-color: #999;
}

/*me */
.body_me {
    background-image: none;
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
}

.me {
    margin: 0 auto;
    padding: 16px 0;
    width: 100%;
    max-width: 640px;
    min-height: 100px;
    background: url(../images/me_bg.jpg) no-repeat center top;
    background-size: cover;
}

.me .face {
    margin: 0 auto;
    width: 6em;
    height: 6em;
}

.me .face img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.me .name {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 1.5em;
}

.me_list {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
}

.me_list .item {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: relative;
}

.me_list .item a {
    display: block;
    padding: 20px;
    font-size: 1.2em;
    color: #333;
    cursor: pointer;
}

.me_list .item .arrow {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 1.5em;
    height: 1.5em;
    background: url(../images/arrow.png) no-repeat center center;
    background-size: 100%;
}

.me_card {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    max-width: 640px;
}

.me_card .item {
    margin: 0 auto;
    width: 100%;
    text-align: left;
    padding: 6px 0 6px 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.me_card .item .txt {
    display: inline-block;
    padding: 6px 0;
    color: #888;
    width: 4em;
    text-align: right;
}

.me_card .item .txt2, .me_card .item .form {
    display: inline-block;
    padding: 2px 0;
    color: #333;
    margin-left: 15px;
    line-height: 28px;
}

.me_card .item .txt_right {
    display: inline-block;
    float: right;
    margin-right: 8px;
}

.me_card .item .txt_right span {
    line-height: 32px;
    color: #888;
    font-size: 14px;
}

.me_card .item .txt_right a.btn_body {
    display: inline-block;
    margin: 2px 0;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    border-radius: 5px;
    background-color: #ff6600;
    color: #fff;
    font-size: 14px;
}

.me_card .item .input_edit {
    display: inline-block;
    padding: 0px 4px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #222;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    max-width: 14em;
}

.me_card .item .form input, .me_card .item .form select {
    margin-bottom: 4px;
}

.me_card .item .select {
    display: inline-block;
    margin-right: 4px;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.me_card_history {
    background-color: #fff;
    border-top: 1px solid #dddddd;
    padding-top: 5px;
    margin-top: 10px;
}

.me_card .bt_body {
    width: 100%;
    padding: 10px;
}

.me_card .address {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.me_card .address select {
    display: inline-block;
    margin-right: 4px;
    min-width: 25%;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.top_menu {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    text-align: center;
    background-color: #fff;
}

.top_menu a.menu {
    float: left;
    width: 33%;
    height: 44px;
    cursor: pointer;
    border-bottom: 2px solid #ccc;
    color: #444;
    font-size: 16px;
}

.top_menu a.current {
    background-color: #FFFFFF;
    border-color: #C92C19;
    border-width: 3px;
    color: #C92C19;
}

.top_menu a.menu span {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding-top: 0px;
    border-right: 1px solid #f6f6f6;
}

.gift_history {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    min-height: 300px;
}

.gift_history .item {
    margin: 10px auto;
    padding: 5px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    position: relative;
}

.gift_history .item .gift {
    float: left;
    position: relative;
    width: 80px;
    min-height: 80px;
    padding: 5px;
}

.gift_history .item .gift img {
    width: 100%;
}

.gift_history .item .gift .text {
    position: absolute;
    left: 0px;
    top: 34px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.gift_history .item .txt {
    margin: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px 4em 0px 8px;
    color: #888;
    font-size: 14px;
    max-width: 14em;
    overflow: hidden;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
}

.gift_history .item .txt_black {
    color: #222;
}

.gift_history .item .txt_right {
    position: absolute;
    right: 20px;
    top: 2.8em;
    font-size: 1.1em;
    color: #BD0002;
}

.gift_history .item a.btn_step {
    display: block;
    cursor: pointer;
    background: url("../images/arrow_right.png") no-repeat right center;
    background-size: 1.5em;
}

.gift_history .text {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.gift_history .text p {
    margin: 5px auto;
}

.gift_history .text p span {
    color: red;
}

.gift_history .text_door {
    text-align: left;
}

.gift_history .text_over {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
}

.one_history {
    min-height: 100px !important;
}

.one_history .item {
    margin-top: 0 !important;
}

.one_history .address {
    display: block;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    color: #444;
}

.one_history .title {
    display: block;
    font-weight: bold;
    color: #000;
    padding: 4px 0px;
}

.one_history .way {
    display: block;
    margin: 10px auto;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    color: #444;
}

.one_history .way .title {
    border: 1px solid #dddddd;
    padding: 10px;
    font-weight: normal;
}

.one_history .way .order {
    margin-top: 20px;
    padding: 5px 10px 30px;
    border-left: 1px solid #ccc;
}

.new-of-storey li {
    margin: 0;
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px dotted #e8e5e5;
}

.new-of-storey li .icon {
    position: absolute;
    top: 42%;
    left: -15px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #ccc;
}

.new-of-storey li .icon.on {
    background-color: #e4393c;
}

.new-of-storey li span {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
}

.continue {
    margin: 20px auto;
    width: 100%;
    max-width: 640px;
    font-size: 16px;
    line-height: 2em;
    color: #333;
}

.continue p, .continue form {
    margin: 20px 15px;
    text-align: center;
}

.continue .input {
    width: 100%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 3px;
    font-size: 16px;
}

.continue form p {
    margin: 12px 0;
    line-height: 1.2em;
    color: brown;
}

.continue form p img {
    width: 5em;
}

.continue a.btn_go {
    display: block;
    position: relative;
    margin: 20px auto;
    padding-left: 12px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background-color: #f60;
    line-height: 42px;
}

.me_points {
    margin: 0px auto;
    padding: 0;
    font-size: 14px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.me_points .cont50 {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .5)
}

.me_points .cont50 span {
    display: block;
    margin-top: 10px;
}

.me_points .left {
    background-color: #E63435;
}

.me_points .right {
    background-color: #FA5B4A;
}

.me_points .txt_right {
    display: inline-block;
    float: right;
}

.me_points .color {
    font-size: 1.2em;
    padding-left: 2px;
    padding-right: 2px;
    color: #FFFFFF;
    font-size: 16px;
}

.points_cont {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    min-height: 300px;
}

.points_cont .item {
    margin: 1px auto 0 auto;
    padding: 5px 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    position: relative;
}

.points_cont .item .gift {
    float: left;
    position: relative;
    width: 80px;
    min-height: 80px;
    padding: 5px;
}

.points_cont .item .gift img {
    width: 100%;
}

.points_cont .item .txt {
    margin: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px 4em 0px 8px;
    color: #333;
    font-size: 14px;
    max-width: 14em;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.points_cont .item .txt_date {
    color: grey;
    font-size: 12px;
    line-height: 1em;

}

.points_cont .item .txt_right {
    position: absolute;
    right: 0px;
    top: 1.5em;
    font-size: 1.5em;
    color: red;
    width: 4em;
    text-align: center;
    overflow: visible;
}

.points_cont .item .bt_body {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 6px;
    padding: 0px 4em 0px 8px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.points_cont .item .bt_body a {
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    color: #f60;
    text-align: center;
    border: 1px solid #f60;
    border-radius: 5px;
}

.me_coupons {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 640px;
}

.me_coupons .txt {
    display: inline-block;
    line-height: 32px;
}

.me_coupons .txt_right {
    display: inline-block;
    float: right;
}

.me_coupons .txt_right a.btn {
    display: block;
    cursor: pointer;
    padding: 0 6px;
    background-color: #fff;
    border: 1px solid #FF007F;
    color: #FF007F;
    border-radius: 5px;
    line-height: 32px;
}

.coupon_cont {
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
}

.coupon_cont .item {
    margin: 10px auto;
    width: 96%;
    height: 90px;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
    position: relative;
}

.coupon_cont .item .left {
    width: 63%;
    height: 90px;
}

.coupon_cont .item .left span {
    display: block;
}

.coupon_cont .left .txt1 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 18px 5px 0 10px;
}

.coupon_cont .left .txt2 {
    position: absolute;
    left: 10px;
    top: 60px;
    z-index: 11;
    font-size: 10px;
    color: #666;
    padding: 0;
}

.coupon_cont .item .right {
    position: absolute;
    z-index: 010;
    top: 0;
    right: 0;
    margin-top: -1px;
    margin-right: -3px;
    width: 38%;
    background-color: #FA6602;
    height: 90px;
    background-image: url("../images/quan2.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 90px;
    text-align: center;
}

.coupon_cont .item .right span {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}

.coupon_cont .item .right .txt1 {
    padding-top: 20px;
    font-size: 20px;
}

.coupon_cont .item .right .num {
    font-size: 36px;
    font-weight: bold;
    padding-right: 4px;
}

.coupon_cont .item .right .txt2 {
    padding-top: 5px;
    width: 100%;
}

.coupon_over .item .right {
    background-color: #ccc;
}

.coupon_over .left .txt1 {
    color: #666;
}
.new_body {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
background-color:#fff;
    border-bottom: 2px solid #C60A1E;
    text-align:center;
    
}
.new_body span { display: block; margin: 10px auto;
    width: 90%;
}
.new_body input {width: 100%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 3px;
    font-size: 16px;}
.new_body .bt_body {
    margin: 10px auto;
    padding-top: 10px;
    width: 100%;
}
.new_body .bt_body a { display: inline-block;
    margin-right: 1em;
    margin-left: 1em;
    padding: 0 40px;
    height: 32px; line-height: 32px; background-color: #fff;
    border: 1px solid #999;
    color: #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.new_body .bt_body a.btn_yes {
    border-color: #C60A1E;
 background-color: #C60A1E;
    color: #FFFFFF;}
