/**
 * @Module: 登录/注册/用户地址/用户中心/订单详情/申请加入分销商
 * @Last Modified by: Cosplay
 * @Date: 2017-06-14
 * /
 *
/** 用户登陆界面 */

.btn_get_password {
    line-height: 18px;
    background-color: #ccc;
    padding: 3px 5px;
    margin-left: 5px;
    cursor: pointer;
}

#user_default .order_goods table tr td input.bnt_bonus {
    width: 60px!important;
}

#user_default .message_list ul li {
    line-height: 25px;
    width: 100%;
    overflow: hidden;
}

#user_default .message_list ul li dl {
    width: 100%;
    line-height: 25px;
    height: auto;
    clear: both;
}

#user_default .message_list ul li dl dd {
    float: left;
    margin-right: 8px;
}

#user_default .message_list ul li dl dd a {
    color: #FF6600;
    font-weight: bold;
}

#user_default .message_list ul li dl dd a:hover {
    text-decoration: underline;
}

#user_default .message_list ul li dl dd.msg_content {
    margin-left: 80px;
}

#user_default .message_list ul li dl dd.msg_reply h5 {
    color: #855e0b;
}

/*消息中心----->右边三个*/

#user_default .order_list table.customer_info_detail {
    border: 1px solid #b0b1b5;
    margin: 10px auto;
}

#user_default .order_list table.customer_info_detail tr td {
    text-align: left;
    text-indent: 20px;
}

#user_default .order_list h3 {
    height: 25px;
    line-height: 25px;
    margin: 3px 3px 3px 0;
    border-bottom: 1px solid #855E0B;
}

#user_default .order_list h3 a {
    color: #000;
    padding: 5px;
    background: #CCC;
}

#user_default .order_list h3 a.active {
    color: #FFF;
    background: #855E0B;
}


/*消息中心----->右边添加消息*/

#user_default .add_message table tr,
#user_default .user_info table tr,
#user_default .order_detail table tr,
#user_default .order_list table.customer_info_detail tr {
    background-color: #FFF;
    line-height: 35px;
}

#user_default .add_message table tr th,
#user_default .user_info table tr th,
#user_default .order_detail table tr th {
    text-align: right;
    padding-right: 2%;
}

#user_default .add_message input.msg_title,
#user_default .input {
    line-height: 25px;
    height: 25px;
    width: 200px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #dedede;
    padding: 0px 2px;
}

.bnt_bonus {
    background-size: 100% 100%;
    background: url(../Img/btn_report_search.jpg) no-repeat;
    font-weight: bold;
    color: #FAFAFA;
    border-radius: 2px;
    cursor: pointer;
    height: 32px!important;
    line-height: 32px!important;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

#user_default .add_message table span {
    display: none;
}

#user_default .add_message table span.notice {
    color: #FF0000;
    display: block;
}

#user_default .userinfo {
    width: 100%;
    margin: 10px auto;
}

.tab h3 {
    height: 26px;
    line-height: 25px;
    margin: 3px 3px 3px 0;
    border-bottom: 1px solid #855E0B;
}

.tab h3 a {
    color: #000;
    padding: 5px;
    background: #CCC;
}

.tab h3 a.active {
    color: #FFF;
    background: #855E0B;
}

#user_default .user_info table tr td select {
    width: 80px;
    border: 1px solid #dedede;
    height: 22px;
    line-height: 22px;
}

#user_default .user_info table,
#user_default .order_detail table {
    width: 600px;
}

.bnt_bonus {
    background-size: 100% 100%;
    background: url(../Img/btn_report_search.jpg) no-repeat;
    font-weight: bold;
    color: #FAFAFA;
    border-radius: 2px;
    cursor: pointer;
    height: 32px!important;
    line-height: 32px!important;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

#user_default .user_info_top {
    border: 0px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin-bottom: 1px;
    display: inline-block;
    padding: 0 9px;
    color: #006bd0;
    font-weight: bold;
}

#user_default table .n-msg {
    margin-left: 10px;
    color: red;
}


/*登陆日志*/

table.uc_table {
    border: 1px solid #b0b1b5;
    width: 100%!important;
    text-align: center!important;
}

table.uc_table a:hover {
    text-decoration: underline;
}

table.uc_table tr th {
    text-align: center!important;
}

table.uc_table tr td.order_num a {
    color: #006bd0;
}

table.uc_table tr {
    height: 35px;
    line-height: 35px;
}

table.uc_table tr.title {
    background: url(../Img/diamond_data_tr.jpg) repeat-x;
    height: 39px;
    line-height: 39px;
    color: #000;
}

table.uc_table tr td a {
    color: #006bd0!important;
}

table.uc_table tr:nth-child(2n) {
    background-color: #E8ECEE!important;
}


/*用户地址*/

#address_edit li {
    border-bottom: none!important;
}

.boxCenterList {
    margin: 20px auto;
}

.boxCenterList tr {
    height: 30px;
    line-height: 30px;
}

.boxCenterList select {
    width: 110px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc!important;
}

.add_address tr {
    background: none!important;
}

.add_address tr td {
    padding: 10px 5px 0;
}

.add_address ul {
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    padding: 10px 0 5px;
}

.add_address ul li {
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
    margin: 2px 0;
    position: relative;
}
.add_address select {
    padding: 3px 5px;
    border: 1px solid #ccc;
}

.add_address input {
    height: 23px;
    border: 1px solid #ccc!important;
}

#address_edit a {
    margin-left: 20px;
}

.add_address input.bnt_blue_1 {
    height: 21px;
}

.add_address input.input_mini {
    width: 60px;
}

.add_address input.input_long {
    width: 343px;
}

.add_address ul .tit {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    zoom: 1;
}

.add_address .btn_common {
    border: 1px solid #006bd0;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin-bottom: 1px;
    display: inline-block;
    padding: 0 9px;
    color: #006bd0;
    font-weight: bold;
}


/** 用户注册界面 */

#register {
    width: 1180px;
    margin: 40px auto 0px;
    overflow: hidden;
    min-height: 362px;
}

#register .weixin {
    width: 490px;
    margin: 0 auto;
    text-align: center;
}

#register .login {
    width: 660px;
    margin: 0 auto;
    background-color: #f2f1f0;
}

.lb .social {
    text-align: center;
    margin-bottom: -11px;
    margin-top: 20px;
}
.lb .social span {
    display: inline-block;
    background: #FFF;
    padding: 0 10px;
    color: #353535;
    font-weight: 500;
}
.lb .pt-icon {
    text-align: center;
    margin-top: 20px;
}
.lb .pt-icon img {
    margin: 0 15px;
}
.lb hr { color: #000; background: #000;}

#register #tabs {
    width: 600px;
    margin: 30px auto;
    /*border-bottom: 1px solid #855b0b;*/

}

#register #tabs ul {
    background: none!important;
    border-bottom: 1px solid #855b0b;
    height: 40px;
}

#register #tabs ul li {
    width: 100px!important;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    background-color: #cccccc;
    color: #FFF;
    font-weight: bold;
}

#register #tabs ul li.ui-state-focus {
    border: 0 none!important;
}

#register #tabs ul li.ui-state-active {
    background-color: #855b0b;
    border: 0 none!important;
}

#register #tabs ul li a {
    width: 100px;
    display: block;
    color: #FFF;
    font-size: 14px;
}

#register .login table {
    width: 100%;
    margin: 10px auto;
}

#register .login table tr {
    background: 0 none;
}

#register .login table tr th {
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
}

#register .login table input.input {
    height: 20px;
    line-height: 20px;
    padding: 3px;
    width: 232px;
    border: 1px solid #ccc;
}

#register table input,
#register table label {
    float: left;
}

.ui-state-highlight {
    display: block!important;
    color: #FF0000;
}

/* 用户中心 */

.mt10 {
    margin-top: 10px;
}

.tdLeft {
    text-align: left;
    padding-left: 5px;
}

.tdCenter {
    text-align: center;
}

.orderList {
    width: 100%;
}

.orderList form {
    display: block;
}

.orderList table {
    width: 100%;
    border: 1px solid #b0b1b5;
    text-align: center;
}

.orderList table th {
    font-weight: bold!important;
}

.orderList table tr {
    line-height: 30px;
}

.tbl_order_search tr select {
    width: 150px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
}

.tbl_order_search tr {
    background: 0 none!important;
}

.tbl_order_search tr.title {
    background: url(../Img/diamond_data_tr.jpg) repeat-x!important;
    height: 39px;
    line-height: 39px;
    color: #000;
}

.tbl_order_search tr td, .tbl_order_search tr th {
    line-height: 40px!important;
    border: 0 none;
}

.tbl_order_search tr input.datepicker {
    width: 100px;
    height: 25px;
    padding: 3px;
    border: 1px solid #ccc;
}

.tbl_order_search tr input.order_sn {
    width: 222px;
    height: 25px;
    padding: 3px;
    border: 1px solid #ccc;
}

.bnt_bonus,
.btns {
    background-size: 100% 100%;
    background: url(../Img/btn_report_search.jpg) no-repeat;
    font-weight: bold;
    color: #FAFAFA;
    border-radius: 2px;
    cursor: pointer;
    height: 32px!important;
    line-height: 32px!important;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

/* 用户中心 订单详情  */

.orderInfo {
    width: 900px;
    margin-bottom: 20px;
}

.orderInfo h3 {
    background: #0a174e;
    width: 100%;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
}

.orderInfo h3 span {
    float: right;
    padding-right: 10px;
}

.orderInfo h3.payment {
    background: #e6e5e5;
    color: #FFF;
}

.orderInfo a.downloadOrder {
    float: right;
    margin-right: 10px;
}

.orderInfo h3.payment span {
    background: #09174f;
    width: 100px;
    height: 100%;
    float: left;
}

.orderInfo h3.order_sn {
    background: #e6e5e5;
    color: #FFF;
}

.orderInfo h3.order_sn span {
    width: 300px;
    height: 100%;
    float: left;
    color: red;
}

.orderInfo p {
    padding: 30px;
}

.orderInfo table {
    width: 100%;
    text-align: center;
}

.orderInfo table tr.bottom {
    color: #cc0200;
    font-weight: bold;
    background: #e6e7eb;
}

.tdRight {
    text-align: right;
    padding-right: 10px;
}

.orderInfo table tr th {
    font-weight: bold;
}

.orderInfo table tr {
    height: 30px;
    line-height: 30px;
}


/* 订单详情 */

.orderHistory {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: auto;
    background: #FFF;
    border: 5px solid #ebebeb;
    z-index: 100;
    margin: -241px 0 0 -401px;
    display: none;
    overflow: auto;
    max-height: 500px;
}

.orderHistory .title {
    height: 35px;
    line-height: 35px;
    background: #f3f3f3;
    width: 100%;
}

.orderHistory .title span {
    float: right;
    padding-right: 10px;
    padding-top: 7.5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.orderHistory .title h3 {
    padding-left: 10px;
}

.orderHistory table {
    width: 100%;
    text-align: center;
}

.orderHistory table tr {
    height: 25px;
    line-height: 25px;
    background: #FFF!important;
}

.orderHistory table tr.top {
    background: #e6e7eb!important;
}

.fRed {
    color: red;
}

.orderHistory .updateOrder {
    width: 100%;
}

.orderHistory .updateOrder tr.top {
    background: #0a174e!important;
    color: #0099cc;
}

.orderHistory .updateOrder tr.gray {
    background: #dddddd!important;
}

.orderHistory .updateOrder {
    border: 1px solid #FFF;
}

.tbl_total {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tbl_total #count_number,
.tbl_total #count_price,
.tbl_total #count_weight,
#total_amount {
    color: #ca3737;
    font-weight: bold;
    font-size: 14px;
}

.periods {
    background: #ebebeb;
    width: 100%;
    overflow: hidden;
    color: #845e0b;
    font-weight: bold;
}

.periods dl {
    float: right;
}

.periods dl dd {
    border: 1px solid #845e0b;
    background: #FFF;
    color: #845e0b;
    margin: 5px;
    padding: 5px;
    font-size: 13px;
}

table.order_total_amount td {
    font-size: 15px;
    line-height: 35px;
}

#user_default {
    width: 900px;
    float: right;
}

/*申请加入分销商*/

.traderAdd * {
    font-size: 16px;
}

.traderAdd .title {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background: #E5E5E5;
    font-size: 20px;
    color: #333333;
    font-weight: bolder;
}

.traderAdd .editContent {
    padding: 20px 0 20px 0px;
    overflow: hidden;
}

.traderAdd .editContent table {
    background: 0 none!important;
    font-size: 12px!important;
}

.traderAdd .editContent table tr {
    background: 0 none!important;
    line-height: 30px;
}

.traderAdd .editContent table td {
    font-size: 14px!important;
    zoom: 1;
    background: #fff;
}

.traderAdd .editContent input[type=text] {
    float: left;
    height: 25px;
    padding: 0 5px;
    line-height: 25px;
    border: 1px solid #666666;
    width: 200px;
    border-width: 1px;
}

.traderAdd .editContent .help-inline {
    float: left;
}

.traderAdd .editContent select {
    border: 1px solid #666666;
}

.traderAdd .info {
    padding-bottom: 10px;
}

.traderAdd .info .name {
    float: left;
    width: 120px;
    text-align: right;
}

/* 新登录界面 */
.account {
    width: 528px;
    margin: 100px auto;
    font-size: 14px;
}
.account h1 {
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.account .form-box {
    padding: 10px 67px;
    /*border: 1px solid #ccc;*/
}
.account p {
    margin-bottom: 10px;
}
.account .form-control,
.account .address {
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 6px;
    border: 1px solid #BCBCBC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
}
.account .code-test {
    width: 210px;
    float: left;
}
.account input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
}
.account .code {
    margin: 0 10px;
    float: left;
}
.account .reload {
    float: right;
    margin-top: 18px;
}
.account .mt10 {
    margin-top: 10px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.account .pass-box {
    margin: 10px 0;
}
.account .pass-box span,
.account .pass-box a {
    color: #353535;
}
.account .btn {
    width: 100%;
    background: #129BFB;
    color: #FFF;
    text-align: center;
    border: none;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}
.account .w380 {
    width: 380px;
}
.account .w252 {
    width: 252px;
}
.account .mr0 {
    margin-right: 0;
}
.account .getcode {
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: none;
    background: #D6D6D6;
    margin-left: 7px;
    cursor: pointer;
}
.account .address {
    width: 49%;
    height: 39px;
    line-height: 39px;
    float: left;
    margin-right: 7px;
}
.account .address:last-child {
    margin-right: 0;
}

/*优化会员注册流程UI交互 wuchukun 2017-10-23*/
.regAccount{ width:950px; margin: 100px auto;}
.regAccount .head{ margin-top:-20px; margin-bottom:50px; font-size: 16px;}
.regAccount .head h1{ font-size: 18px; margin: 0;}
.regAccount .head a{ color: rgb(6, 137, 224);}
.regAccount .form-box{ width:504px; margin:0 auto;}
.regAccount .form-box .tt{ width:90px; height: 45px; line-height: 39px; text-align: right; padding-right: 20px;}
.regAccount .form-box .reg_btn{ width:280px;}
.regAccount .form-group{margin-bottom:30px; position: relative;}
.regAccount .form-group .n-msg{ position: absolute; left: 110px; top:38px; height: 30px; line-height: 30px;}
.regAccount .form-group.pass-box{ line-height: 39px;}
.regAccount .form-group.pass-box a{ color: rgb(6, 137, 224);}
.regAccount .form-group .code-btn{ width:160px; height: 39px; position: relative; top:2px;}

/*新增优惠卷页面ui wuchukun 2017-11-25*/
.user-box { margin-bottom:20px; border:1px solid #e0e0e0;}
.user-box .head{ height: 48px; line-height: 48px; padding-left: 20px; font-size:18px; color: #835e0d; font-weight: bold; border-bottom:1px solid #e0e0e0; background: #f3f3f3;}
.coupon-box{ padding:20px;}
.coupon-total{ font-size: 16px; padding:20px 0 40px 0; border-bottom:1px solid #e0e0e0;}
.coupon-total .price{ color: #ff4442; font-size: 36px; font-weight: bold;}

.coupon-tab .title{ font-size: 18px; font-weight: bold; color: #333333; height: 55px; line-height: 55px;}
.coupon-tab-nav{ display:inline-block; height: 50px; border-right:1px solid #e0e0e0;}
.coupon-tab-nav ul li{ float: left; width:150px; height: 48px; line-height: 48px; font-size: 16px; color: #666666; text-align: center; border:1px solid #e0e0e0; border-right:0; cursor: pointer;}
.coupon-tab-nav ul li.on{ color: #835e0d; height: 47px; line-height: 47px; border-top:2px solid #835e0d;}

.coupon-cont{ display: none;}
.coupon-cont.on{ display: block;}
.coupon-cont ul li{ float: left; width:408px; height: 175px; margin:18px 18px 0 0;}
.coupon-price{ width:160px; padding:0 5px; padding-top:35px; text-align: center; font-size: 14px; color: #594517; line-height: 18px; font-family: '微软雅黑';}
.coupon-price h3{ font-size: 30px; height: 48px; line-height: 48px; color: #d32b40;}
.coupon-price h3 span{ display: inline-block; position: relative;}
.coupon-price h3 span i{ position: absolute; right: -22px; bottom:9px; display: block; font-size: 12px; font-style: normal; width:15px; height: 15px; line-height: 16px; border-radius: 100px; border:3px solid #fff; color: #fff; text-align: center; background:#d32b40;}
.coupon-price h3.split{ padding:20px 0 13px 0;}
.coupon-price h4{ font-size: 22px; line-height: 22px; padding:5px 0; color: #646464; text-decoration:line-through; }
.coupon-detail{ width:222px; padding-left: 15px; padding-top:45px; font-family: '微软雅黑';}
.coupon-detail .title{ font-size: 18px; color: #d32b40; font-weight: bold;}
.coupon-detail .des{ font-size: 16px; color: #2d2d2e; padding:5px 0;}
.coupon-detail .price{ font-size: 18px; color: #2d2d2e; font-weight: bold; padding:5px 0;}
.coupon-detail .date{ font-size: 14px; color: #594517; }
.coupon-no-use ul li{ background-image: url(../Img/user/coupon-no-use.jpg);}
.coupon-use ul li{ background-image: url(../Img/user/coupon-use.jpg);}
.coupon-expire ul li{ background-image: url(../Img/user/coupon-expire.jpg);}

.coupon-notice{ margin-top:20px; font-size: 14px; border-top:1px solid #e0e0e0;}
.coupon-notice h3{ height: 50px; line-height: 50px; font-size:18px; font-weight: bold; color: #333333;}
