﻿/*==购物车==*/
.cartstate {
    width: 1100px;
    margin: 0 auto;
}

.allorder {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #e5e5e5
}

.allorder h1 {
    width: 160px;
    display: block;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
    color: #1443ad;
    border-bottom: 2px solid #1443ad;
}

.cart_cboxall {
    width: 70px;
    height: 48px;
    position: relative;
    overflow: hidden;
    display: none;
}

.cart_cbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.cart_cboxall input[type=checkbox], .cart_cbox input[type=checkbox] {
    position: absolute;
    left: -100px;
}

.cart_cboxall label.lab_cbox, .cart_cbox label.lab_cbox {
    float: left;
    position: relative;
    width: 19px;
    height: 19px;
    margin: 50px 0 0 10px;
    line-height: 111px;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/cbox.jpg) no-repeat;
}

.cart_cboxall label.lab_cbox {
    margin-top: 15px;
}

.cart_cboxall label.cbox_cur, .cart_cbox label.cbox_cur {
    background: url(../images/cbox_cur.jpg) no-repeat;
}

.CartList {
    width: 1098px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
}

.CartList dl dt {
    width: 100%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.CartList dt ul li {
    height: 48px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.CartList dt ul li.CartNav1 {
    width: 70px;
}

.CartList dt ul li.CartNav2 {
    width: 520px;
}

.CartInfolist li {
    height: 118px;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.CartList dt ul li.CartNav3 {
    width: 130px;
}

.CartList dt ul li.CartNav4 {
    width: 170px;
}

.CartList dt ul li.CartNav5 {
    width: 135px;
}

.CartList dt ul li.CartNav6 {
    width: 95px;
    text-align: right;
}

.CartList dl dd {
    width: 100%;
    height: 119px;
}

.CartList dl dd a {
    color: #999;
    text-decoration: none;
}

.CartCheckBox {
    width: 50px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.CartInfo {
    width: 1000px;
    height: 106px;
    padding: 6px 0;
    border-bottom: 1px solid #e5e5e5;
}

.CartInfolist li.CartInfo1 {
    width: 420px;
    padding-left: 50px;
}

.CartInfolist li.CartInfo2, .CartInfolist li.CartInfo2 div {
    width: 130px;
    font-size: 14px;
    color: #333;
}

.CartInfolist li.CartInfo3 {
    width: 170px;
}

.CartInfolist li.CartInfo4, .CartInfolist li.CartInfo4 div {
    width: 135px;
}

.CartInfolist li.CartInfo5, .CartInfolist li.CartInfo5 div {
    width: 95px;
    text-align: right;
}

.CartGoodsImg {
    width: 68px;
    height: 68px;
    border: 1px solid #e5e5e5;
    margin-top: 21px;
    overflow: hidden;
}

.CartGoodsImg img {
    width: 100%;
    height: 100%;
}

.CartGoodsName {
    width: 170px;
    height: 70px;
    margin: 21px 0 0 10px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
}

.CartGoodsAttr {
    width: 124px;
    height: 104px;
    border: 1px dashed #e5e5e5;
}

.CartInfolist li .CartTab {
    height: 108px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *height: 54px;
    *padding-top: 40px;
}

.CartInfolist li.CartInfo3 div {
    padding: 0 26px;
    *height: 54px;
    *padding-top: 40px;
}

.CartInfolist li.CartInfo3 input[type=button], .CartInfolist li.CartInfo3 input[type=text] {
    display: inline-block;
    float: left;
    height: 25px;
    margin: 0 2px;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
}

.CartInfolist li.CartInfo3 input[type=button] {
    width: 25px;
    cursor: pointer;
    font-size: 16px;
}

.CartInfolist li.CartInfo3 input[type=text] {
    width: 50px;
    height: 23px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.hpbuyrule {
    text-decoration: line-through;
    color: #999;
}

dl dd.CartListNone {
    height: 102px;
    padding: 90px 0;
}

.cartsettle {
    width: 1100px;
    height: 50px;
    overflow: hidden;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 50px;
    background-color: #e5e5e5;
    color: #666;
    z-index: 2222;
}

.cartsettleL {
    color: #999;
    width: 200px;
}

.cartsettleL .cart_delete {
    margin: 0 0 0 48px;
}

.cartsettleL .cart_delete a {
    color: #999;
}

.cartsettleR span {
    margin-right: 45px;
    font-size: 18px;
    color: #333;
}

.cartsettleR span.marginR10 {
    margin-right: 10px;
}

.cartsettleR span font {
    color: #1443ad;
}

.settle_sub a {
    display: block;
    width: 130px;
    font-size: 18px;
    height: 50px;
    background-color: #1443ad;
    color: #fff;
    text-align: center;
}

.cartsettle_fixed {
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin: 50px 0 0 -550px;
}

/*=======购物车（空）=======*/
.cartlist_none {
    width: 379px;
    height: 102px;
    margin: 0 auto;
    background: url(../images/cartlist_none.jpg) left no-repeat;
}

.cartlist_noneshop {
    width: 235px;
    float: right;
    color: #666;
    font-size: 18px;
    margin-top: 30px;
}

.cartlist_noneshop a {
    display: block;
    width: 115px;
    height: 35px;
    margin-top: 10px;
    background: url(../images/shopping.jpg) no-repeat;
}

/* ---------------------------------------- 公用css-----------------------------------------  */
/*======登陆========*/
.logoin_border {
    margin: 10px auto;
    padding: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ebebed;
}

.container #login {
    width: 640px;
    margin: 50px auto 5px;
    height: 240px;
    background: url(../images/textareabg.png) 0 100% repeat-x;
}

.container #login form {
    border: 1px solid #ececed;
}

.container .passwork form {
    height: 208px;
}

#login .ifhideselect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    z-index: -1;
}

#login {
    margin: 0 auto;
    height: 370px;
    width: 700px;
}

#login h2, .container h2.title {
    margin: 10px 0 15px;
    border-bottom: 2px solid #c6c6c6;
    color: #1443ad;
    line-height: 30px;
}

#login h2 strong, .container h2.title strong {
    display: block;
    width: 150px;
    border-bottom: 2px solid #1443ad;
}

#login p {
    margin: 10px 0;
}

#login input {
    height: 22px;
    border: solid 1px #ccc;
    vertical-align: middle;
    background: url(images/btnbg.gif) 0 -85px repeat-x;
}

#login p.radio_input input {
    width: auto;
    height: auto;
    border: none;
    background: none;
}

.content .radio_Buyer_input label, .content .radio_Buyer_input input {
    float: none;
    width: 20px;
    display: inline;
    color: #565656;
}

#login p input {
    width: 45%;
    overflow: hidden;
    vertical-align: middle;
}

#login p textarea {
    width: 45%;
    height: 120px;
    overflow: hidden;
    vertical-align: middle;
}

#login p .txtCode {
    width: 60px;
}

#login p .imgCode {
    height: 25px;
}

#login p input.submit {
    margin: 0 10px 0 90px;
    width: 57px;
    height: 21px;
    border: none;
    text-align: center;
    color: #fff;
    background: url(../images/btnbg.gif) 0 -54px no-repeat;
    cursor: pointer;
}

input.button {
    cursor: hand;
}

#login p input.button {
    margin: 0 15px 0 0;
    width: 57px;
    height: 21px;
    border: none;
    text-align: center;
    color: #fff;
    background: url(../images/btnbg.gif) 0 -54px no-repeat;
    cursor: pointer;
}

#login label {
    display: block;
    float: left;
    width: 80px;
    margin-right: 5px;
    text-align: right;
    letter-spacing: 0.2em;
}

#login img {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
}

#login p span {
    margin-left: 10px;
    color: #e50100;
}

#login p em {
    margin: 0 5px;
    color: #e50100;
    font-weight: normal;
}

#login p a.register {
    padding: 2px 5px;
    color: #fff;
    background: #e50100;
}

#login .KeepLogin {
    overflow: hidden;
    padding: 10px 0 0 85px;
}

#login .KeepLogin label {
    width: auto;
    padding-left: 5px;
    margin: 0;
    text-align: left;
    line-height: 22px;
}

#login .KeepLogin input {
    float: left;
    background: none;
    border: 1px solid #d1d1d1;
}

#login .KeepLogin a {
    float: left;
    padding-left: 10px;
    line-height: 22px;
    text-decoration: underline;
}

#login .KeepLogin a:link, #login .KeepLogin a:visited {
    color: #e50100;
    text-decoration: underline;
}

/*======注册========*/
.container h2.title {
    margin-top: 25px;
}

.container #register {
    margin: 30px auto 5px;
    width: 85%;
    height: auto;
}

.container #register p span {
    display: inline;
    clear: both;
    margin-left: 0px;
    color: #bbb;
}

.container #register label {
    display: block;
    float: left;
    width: 170px;
    height: auto;
    margin-right: 5px;
    text-align: right;
    letter-spacing: 0.2em;
}

.container #register p {
    margin: 15px 0;
}

#register {
    margin: 0 auto;
    width: 1100px;
    height: auto;
    overflow: hidden;
}

#register h2 {
    margin: 10px 0 15px;
    border-bottom: 1px solid #c6c6c6
}

#register h2 strong {
    border-bottom: 2px solid #1443ad;
}

#register p {
    margin: 10px 0;
    clear: both;
}

#register p input {
    height: 22px;
    border: solid 1px #ccc;
    background: url(images/btnbg.gif) 0 -85px repeat-x;
}

#register p input {
    width: 45%;
    overflow: hidden;
    vertical-align: middle;
}

#register input.submit {
    margin: 0 15px 0 85px;
    width: 57px;
    height: 21px;
    border: none;
    text-align: center;
    color: #fff;
    background: url(../images/btnbg.gif) 0 -54px no-repeat;
    cursor: pointer;
}

#register .register_point {
    margin-left: 85px;
}

#register label {
    display: block;
    float: left;
    width: 80px;
    height: 35px;
    margin-right: 5px;
    text-align: right;
    letter-spacing: 0.2em;
}

#register img {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
}

#register p span { /*display:block; clear:both;margin-left:85px;*/
    color: #bbb;
}

#register p em {
    color: #e50100;
    margin-right: 5px;
}

#register p .txtCode {
    width: 60px;
}

#register p .imgCode {
    height: 25px;
    vertical-align: middle;
}

/*======会员管理左右结构========*/
.leftnav {
    float: left;
    width: 195px;
}

/*======会员管理侧导航========*/
.leftnav {
    margin-bottom: 15px;
}

.leftnav h3 {
    color: #e50100;
    border-bottom: 1px solid #c6c6c6;
}

.leftnav h3 strong {
    padding-right: 5px;
    border-bottom: 2px solid #1443ad;
}

.leftnav div {
    padding: 10px 5px;
    border: 1px solid #c6c6c6;
    border-width: 0 1px 1px;
}

.leftnav div div {
    margin-bottom: 2px;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #c6c6c6;
}

.leftnav h5, .leftnav p strong {
    color: #1443ad;
    line-height: 2em;
}

.leftnav h6 {
    margin-bottom: 5px; /*padding-left:5px;*/
    font-size: 12px;
}

.leftnav h6 a {
    color: #e50100;
    background: #fcf2d1;
}

.leftnav dl {
    margin-bottom: 10px;
}

.leftnav dl dt {
    background: url(../images/btnbg.gif) 0 -85px repeat-x;
}

.leftnav dl dt a:link, .leftnav dl dt a:visited {
    display: block;
    padding-left: 15px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #c6c6c6;
    border-width: 0 0 1px 0;
    background: url(../images/memberbg.gif) 2px 4px no-repeat;
}

.leftnav dl dt a:hover {
    font-weight: bold;
    background: url(../images/memberbg.gif) 2px -15px no-repeat;
}

.leftnav dl dd {
    padding-left: 25px;
    height: 22px;
    line-height: 22px;
}

.leftnav dl dd.last {
    border-bottom: 1px solid #c6c6c6;
}

.leftnav dl dd a:link, .leftnav dl dd a:visited {
    display: block;
    color: #666;
}

.leftnav dl dd a:hover {
    font-weight: bold;
    color: #1443ad;
}

/*======会员管理 右边内容========*/
.rightcontent {
    margin-bottom: 15px;
    line-height: 1.8;
    float: left;
    width: 938px;
    padding: 0;
    overflow: hidden;
    margin-left: 10px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rightcontent table {
    margin: 10px auto;
    width: 100%;
    font-size: 14px;
}

.rightcontent table td, .rightcontent table th {
    padding: 5px;
    border-bottom: 1px solid #efefef;
    text-align: center;
}

.rightcontent table th {
    background: #f7f7f7;
    border-top: 1px solid #efefef;
}

.rightcontent table td {
    /* border-right: 1px solid #efefef; */
}

.rightcontent table td:first-child {
    /* border-left: 1px solid #efefef; */
}

.rightcontent table td img {
    width: 50px;
    padding: 1px;
    border: solid 1px #eee;
    height: 50px;
}

.rightcontent table td .hr {
    width: 100%;
    height: 1px;
    border: 0px;
    border-top: 1px dashed #ccc;
    text-align: left;
}

.rightcontent table td .promotion {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.rightcontent table tr.order_tr {
    background: #eee url(../images/top.png) 10px center no-repeat;
}

.rightcontent table tr.order_tr td {
    padding-left: 25px;
}

.rightcontent table tr.order_tr img {
    width: auto;
}

.rightcontent table tr.order_tr td {
    text-align: left;
}

.rightcontent table tr.order_tr td strong {
    margin-right: 50px;
}

.rightcontent table .nocontact td {
    height: 25px;
    color: #969c9c;
    text-align: left;
}

.rightcontent table a { /*padding:0 5px;*/
    display: inline-block;
    margin-right: 10px;
}

.rightcontent .firsttable img {
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    border: 0;
}

.rightcontent h5 {
    margin: 10px 19px;
    color: #1443ad;
    border-bottom: 1px solid #ebebeb;
}

.rightcontent h5 strong {
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 4px solid #1443ad;
    box-sizing: border-box;
    padding: 0 20px;
}

.rightcontent .memberindex h4 {
    padding-left: 22px;
    color: #fff;
    height: 42px;
    text-align: left;
    line-height: 42px;
    background: url(../images/memberbg.gif) 0 -42px no-repeat;
}

.rightcontent p strong {
    color: #e50100;
    font-size: 16px;
    font-weight: normal;
}

.rightcontent p.limit {
    font-size: 16px;
}

.rightcontent p .p-card-limit strong, .rightcontent p .use-voucher-limit strong {
    color: #E50100;
    font-size: 16px;
}

#p-card-info {
    font-size: 16px;
}

.rightcontent tr.bgcolor {
    background: #eee;
}

.rightcontent input.submit {
    padding: 5px 0;
    margin: 20px 20px 20px 124px;
    width: 117px;
    border: none;
    text-align: center;
    color: #fff;
    background: #1443ad;
    font-size: 12px;
    border-radius: 2px;
}

.rightcontent input.submit.MarginTop5, .rightcontent input.submit.btn-add {
    margin-left: 1%;
    padding: 8px 0;
}

.orderseach {
    margin: 0 auto;
    width: 95%;
}

.orderseach input.submit {
    margin-left: 10px;
    width: 57px;
    height: 22px;
    border: none;
    text-align: center;
    color: #fff;
    background: #1443ad;
    padding: 0;
}

.orderseach input, .orderseach select {
    height: 23px;
    border: solid 1px #ccc;
    vertical-align: middle;
    background: #fff;
    padding: 0 6px;
}

.orderseach span {
    display: block;
    float: right;
}

.content {
    margin-top: 20px;
}

.content hr {
    display: none;
}

.content p {
    margin: 10px 5px;
    clear: both;
}

.content p input {
    height: 22px;
    width: 45%;
    overflow: hidden;
    border: solid 1px #ccc;
    background: url(../images/btnbg.gif) 0 -85px repeat-x; /*float:left;*/
}

.content .btn-submit {
    margin: 0 15px 0 0;
    width: 130px;
    height: 20px;
    border: none;
    text-align: center;
    color: #fff;
}

.content input.submit {
    padding: 8px;
    border-radius: 2px;
}

#login.content input.submit {
    padding: 0;
}

.content input.commissionQrBtn {
    margin: 0 0 0 10px;
    width: auto;
    height: auto;
}

.content label {
    display: block;
    float: left;
    width: 120px;
    margin-right: 5px;
    text-align: right;
    letter-spacing: 1px;
}

/*.content select{float:left;}*/
.content img {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
}

.content p span {
    margin-left: 10px;
    color: #bbb;
}

.content span em {
    color: #e50100;
    margin-right: 5px;
}

.content p.phone input {
    float: left;
    width: 10%;
}

.content p.radio_input input {
    width: auto;
    height: auto;
    border: none;
    background: none;
    margin-left: 5px;
}

input.submit_btn {
    margin-left: 10px;
    width: 57px;
    height: 22px;
    border: none;
    text-align: center;
    color: #fff;
    background: url(../images/btnbg.gif) 0 -54px no-repeat;
    cursor: pointer;
}

/*======订单详情======*/
.order_detail h6 {
    margin-left: 15px;
    color: #008000;
}

.order_detail div p {
    color: #999;
    line-height: 2em;
    margin: 0 0 10px 10px;
}

.order_detail div p > a {
    display: inline-block;
    padding: 0 5px 0 5px;
    height: 30px;
    background: #1443ad;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.order_detail p {
    margin-left: 10px;
}

.order_detail table td, .order_detail table th {
    text-align: left;
    border-color: #e5e5e5;
}

.order_detail table th {
    color: #C63;
}

.order_detail table td.firsttd {
    width: 70px;
    text-align: center;
}

/*========购物车=========*/
.shop_cart {
    border: none;
    width: 1100px;
}

.shop_cart table th {
    height: 25px;
    background: #e5e5e5;
    font-weight: bold;
    text-align: center;
}

.shop_cart table td {
    height: 65px;
    background: #f6f5f5;
    text-align: center;
}

.shop_cart table td a:link, .shop_cart table td a:visited {
    display: block;
    color: #333;
}

.shop_cart table td a:hover {
    color: #663;
}

.shop_cart table td input, .order-submit-page .add-address input {
    margin-right: 5px;
}

.shop_cart table td.firsttd {
    width: 15%;
}

.shop_cart table.firsttable {
    border: none;
}

.shop_cart table.firsttable img {
    width: auto;
    vertical-align: middle;
}

.shop_cart table.firsttable td {
    height: 25px;
    background: transparent;
    border: none;
    text-align: left;
}

.shop_cart table.firsttable td a.btn-update-address {
    color: #2272c8;
}

.shop_cart table.firsttable td a.delShipping {
    color: #999;
}

.shop_cart table.firsttable td a {
    display: inline;
}

.shop_cart table.secondtable th {
    text-align: left;
}

.shop_cart table.secondtable td {
    height: 25px;
    text-align: left;
}

.shop_cart table.secondtable td a {
    display: inline;
}

.shop_cart h5 {
    height: 38px;
    border: none;
    color: #000;
    font-weight: normal;
    background: url(../images/memberbg.gif) 0 -104px no-repeat;
    margin-left: 10px;
}

.shop_cart h5 span {
    display: block;
    float: left;
    width: 145px;
    text-align: center;
    line-height: 35px;
}

.shop_cart h5 span strong {
    color: #fff;
    border-bottom: none;
}

.shop_cart h5.second {
    background: url(../images/memberbg.gif) 0 -149px no-repeat;
}

.shop_cart h5.third {
    background: url(../images/memberbg.gif) 0 -193px no-repeat;
}

.shop_cart h5.exchange {
    background: url(../images/memberbg.gif) 0 -310px no-repeat;
}

.shop_cart h5.exchange2 {
    background: url(../images/memberbg.gif) 0 -356px no-repeat;
}

.shop_cart p span {
    margin: 0;
}

#span-paymoney {
    margin: 0;
}

#sSumTotal {
    font-size: 18px;
}

.shop_cart .contain p.textright {
    margin: 0 15px 8px 0;
    text-align: right;
    line-height: 100%;
}

.shop_cart p.textright a {
    float: right;
}

.shop_cart p.textright .cbpd {
    vertical-align: middle;
}

.shop_cart .content {
    padding-top: 5px;
    width: 94%;
    margin: 0 auto;
. rightcontent p strong border-top-width: 3 px;
}

.saile_submit {
    margin: 15px 15px 0 0;
    width: 134px;
    height: 32px;
    color: #fff;
    border: none;
    font: 20px "微软雅黑", Microsoft YaHei, SimHei;
    background: #e50100;
    cursor: pointer;
    float: right;
    font-size: 15px;
    border-radius: 2px;
}

.shop_cart .content input.submit {
    clear: both;
    display: block;
    margin: 0 auto;
}

.number input {
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    background: url(../images/showbg.png) 0 -169px no-repeat;
}

.shop_cart h6 {
    margin: 30px 0 15px 15px;
    font-size: 14px;
    border-bottom: 1px solid #c6c6c6;
}

.number span input {
    width: 50px;
    border: 1px solid #eee;
    background: #fff;
    background-image: none;
}

.clearcart {
    float: right;
    width: 70px;
    padding: 0;
    padding-left: 15px;
    background: url(../images/clear.gif) 0 center no-repeat;
    margin-top: 15px;
    margin-right: 10px;
}

.cartbtn {
    float: right;
}

.cartbtn img {
    margin-right: 10px;
    cursor: pointer;
}

.contain {
    margin: 10px auto;
    padding: 10px 0;
    width: 98%;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
}

.order-submit-page .contain {
    padding: 15px;
}

.contain span {
    margin-left: 15px;
}

.contain p {
    margin-left: 15px;
}

.shop_cart .contain {
    padding-bottom: 20px;
}

#useVoucher {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 0;
    margin: 0 8px;
    width: 113px;
}

#useVoucher {
    color: #E50100;
}

.big-text {
    font-size: 16px;
}

.contain p textarea {
    width: 420px;
}

.contain h1 {
    margin-left: 15px;
    padding: 15px 0 0 55px;
    height: 35px;
    color: #1443ad;
    font: 20px "微软雅黑", Microsoft YaHei, SimHei;
    background: url(../images/memberbg.gif) 0 -240px no-repeat;
}

/*========Tab 滑动门=========*/
.content-box {
    margin-top: 23px;
}

.content-box-header {
    height: 35px;
}

.content-box-header .content-box-tabs {
    height: 25px;
    background: #eaeaea;
}

.content-box-header .content-box-tabs li {
    float: left;
    display: inline;
    text-align: center;
}

.content-box-header .content-box-tabs li a {
    color: #565656;
    font-weight: normal;
    padding: 5px 10px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}

.content-box-header .content-box-tabs .current {
    font-weight: bold;
    border: 1px solid #c6c6c6;
    border-bottom: none;
    color: #1443ad;
    background: #fff;
}

.content-box-content {
    clear: both;
}

.content-box-content {
    padding: 5px 0;
    background: #fdfdfd;
}

.content-box-content .tab-content {
    display: block;
    padding-top: 0px;
    line-height: 2em;
}

.comment table {
    border-width: 1px 0;
    border-color: #e5e5e5;
}

.comment table th {
    height: 15px;
    padding: 2px 5px;
}

.comment table td, .comment table th {
    text-align: left;
    border-width: 0 0 1px 0;
    border-color: #e5e5e5;
}

.comment table td a:link, .comment table td a:visited {
    color: #37A3F7;
}

.comment table td a:hover {
    color: #166197;
}

/* ---------------------------------------- 文章类(单页:如关于我们,联系我们等)-----------------------------------------  */
.article p {
    text-indent: 2em;
}

.article ul {
    margin-left: 35px;
}

.no_border p.pic img {
    margin-left: 0px;
    max-width: 600px; /*IE7和Firefox用*/
    width: expression(this.width > 600 ? 600: true); /*IE6用*/
}

/**********登录************/
.member {
    margin: 0 auto;
    padding: 50px 0;
    border: 1px solid #c9c9c9;
}

.memberL {
    width: 422px;
    margin-left: 44px;
}

.memberR {
    width: 315px;
    margin-right: 64px;
}

.memberR h2 {
    color: #333;
    margin-bottom: 10px;
}

.memberlist li {
    margin-bottom: 30px;
}

.memberlist li.marginB0 {
    margin-bottom: 0;
}

.memberlist li input {
    font-size: 14px;
    color: #999;
    background: none;
}

.memberlist .member_salesoutlets {
    background: url(../images/PLocation.png) no-repeat;
    position: relative;
}

.memberlist .member_salesoutlets select {
    width: 270px;
    height: 38px;
    border: 0;
    border: none;
    background: none;
    margin-left: 44px;
}

.memberlist .member_name {
    background: url(../images/name.png) no-repeat;
}

.memberlist .member_pw {
    background: url(../images/pw.png) no-repeat;
}

.memberlist .member_recommend {
    background: url(../images/reg-recommend.png) no-repeat;
}

.memberlist .member_vip {
    background: url(../images/reg-vip.png) no-repeat;
}

.memberlist .member_email {
    background: url(../images/reg-email.png) no-repeat;
}

.memberlist .member_np {
    width: 100%;
    height: 38px;
    border: 1px solid #a2a1a6;
    background-position: 6px center;
}

.memberlist .member_np input {
    width: 246px;
    height: 38px;
    margin-left: 44px;
    line-height: 38px;
    border: 0;
}

.memberlist .member_code input {
    width: 98px;
    height: 28px;
    border: 1px solid #a2a1a6;
}

.memberlist .member_bt input.submit {
    display: block;
    margin: 0 auto;
    width: 315px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #fff url(../images/commonBg.png) 0 -184px no-repeat;
    appearance: none;
    -webkit-appearance: none;
}

.memberlist .member_fg:after {
    content: "";
    display: block;
    clear: both;
}

.memberlist .member_fg .floatL a {
    color: #1443ad;
    margin-left: 12px;
    text-decoration: underline;
}

.memberlist .member_fg .floatR {
    font-size: 16px;
    color: #666;
}

.memberlist .member_thirdt {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-top: -12px;
    background: url(../images/member_thirdbg.png) center no-repeat;
}

.memberlist .member_third {
    margin-top: -20px;
    text-align: center;
}

.memberlist .member_third a {
    margin-right: 15px;
}

.memberlist .member_third a img {
    max-width: 44px;
    max-height: 44px;
}

.memberlist .member_rule a {
    color: #1443ad;
    text-decoration: underline;
}

.memberlist .member_line {
    width: 100%;
    border-top: 1px solid #c7c5c5;
    margin: -10px 0 17px 0;
}

.memberlist .member_has a {
    color: #666;
    font-size: 16px;
}

.memberlist .member_mobile {
    background: url(../images/reg-mobile.png) no-repeat;
}

.member_container {
    display: none;
    width: 100%;
    height: 100%;
    background: #7f7f7f;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11111;
}

.member_nav {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.member_nav li {
    float: left;
    width: 50%;
    height: 30px;
    text-indent: 7px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.member_nav li.cur {
    border-bottom: 2px solid #1443ad;
}

.normal {
    color: #000000;
    margin: 0px;
}

.content p .normal {
    color: #000000;
    margin: 0px;
}

#formOnlinePay table img {
    width: 110px;
    height: 20px;
}

/*=============订单============*/
.ordermain {
    width: 1100px;
    overflow: hidden;
    margin: 30px auto 0;
}

.ordermainL {
    width: 150px;
    padding: 30px 0;
    font-size: 16px;
    background-color: #fafafa;
    text-align: center;
    overflow: hidden;
    margin: 0 0 10px 0;
    border: 1px solid #ebebeb;
}

.ordermainR {
    width: 936px;
    font-size: 14px;
}

.ordermainL a {
    color: #262626;
    font-weight: bold;
    font-size: 15px;
}

.ordermainL a:hover, .ordermainL a.active {
    color: #1443ad;
}

.ordermainL .logout {
    display: block;
    width: 105px;
    margin: 10px auto;
    text-align: left;
}

.ordermainL .userimg {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -o-border-radius: 55px;
    -ms-border-radius: 55px;
    position: relative;
    z-index: 2;
    behavior: url(ie-css3.htc);
}

.ordermainL .userimg img {
    border-radius: 50%;
    behavior: url(ie-css3.htc);
    position: relative;
    z-index: 11;
}

/*.ordermainL .username {
    width: 140px;
    overflow: hidden;
    margin: 10px auto 10px;
    font-size: 13px;
    color: #333;
}

.ordermainL .username p {
    margin-bottom: 10px;
    word-break: break-all;
    word-wrap: break-word;
    margin-left: 10px;
    text-align: center;
}

.ordermainL .username p span {
    margin-right: 5px;
    display: block;
}

.ordermainL .username p font {
    color: #e50100;
}

.ordermainL .username p a:hover {
    color: #1443ad;
}*/

.ordermainL .member-index {
    border-bottom: 1px solid #e50100;
    padding: 14px 0;
    color: #262626;
    margin: 0 0 25px 0;
}

.orderinfo {
    text-align: left;
    color: #333;
    padding: 0 20px;
}

.ordermainR .ordernav li font, .orderinfo font {
    color: #1443ad;
}

.orderinfo dt {
    width: 105px;
    cursor: pointer;
    margin: 10px 0;
}

.orderinfo .dt_drop {
    background: url(../images/MenArrow_up.png) right center no-repeat;
}

.orderinfo .orderinfo_con a {
    color: #939393;
    font-size: 13px;
    font-weight: normal;
}

.orderinfo .dtjump {
    background: url(../images/arrow_jump.jpg) right center no-repeat;
}

/*.orderinfo .dt_drop>a{ color:#1443ad;}*/
.orderinfo dd {
    width: 100px;
    font-size: 14px;
    padding: 1px 0;
}

.orderinfo .dt_jump {
    background: url(../images/arrow_jump.jpg) right center no-repeat;
}

/*.orderinfo .orderinfo_con,.orderinfo .orderall_con{ display:none;}*/
.orderinfo .orderinfo_con {
    text-align: left;
}

.orderinfo .orderinfo_con p {
    margin-bottom: 10px;
}

.orderinfo .orderall {
    background: url(../images/arrow_up.jpg) right center no-repeat;
    cursor: pointer;
    margin-bottom: 10px;
}

.orderinfo .dt_dropup {
    background: url(../images/arrow_down.jpg) right center no-repeat;
}

.orderinfo .dt_dropup > a {
    color: #333;
}

.ordermainR .ordernav {
    width: 100%;
    height: 50px;
    background-color: #fafafa;
}

.ordermainR .ordernav li {
    float: left;
    width: 130px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}

.ordermainR .ordernav li.curr {
    height: 48px;
    border-bottom: 2px solid #1443ad;
    color: #1443ad;
}

.ordermainR .ordernav li:hover {
    height: 48px;
    color: #1443ad;
}

.ordermainR .ordernav li font {
    margin-left: 6px;
}

.ordermainR .order_search {
    width: 268px;
    height: 28px;
    border: 1px solid #1443ad;
    margin-top: 11px;
}

.ordermainR .order_search input {
    float: left;
    width: 209px;
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 12px;
    border: 0;
    background: none;
}

.ordermainR .order_search a {
    float: left;
    display: block;
    width: 59px;
    height: 28px;
    background: url(../images/order_searchBt.jpg) center no-repeat;
}

.orderlist_tab1 {
    max-height: 913px;
    overflow: hidden;
}

.orderlist_t, .orderlist {
    width: 934px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 22px;
}

.orderlist_t {
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
}

.orderlist {
    height: 127px;
}

.orderlist .orderlist_serial {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    text-align: left;
}

.orderlist .orderlist_serial span {
    margin-left: 20px;
}

.orderlistul li {
    float: left;
    width: 115px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.orderlistul li a {
    color: inherit;
}

.orderlistul .order_info {
    width: 359px;
}

.orderlistul .order_info .order_infopic {
    width: 68px;
    height: 68px;
    border: 1px solid #e5e5e5;
    margin-left: 20px;
}

.orderlistul .order_info .order_infoname {
    width: 227px;
    overflow: hidden;
    margin-left: 7px;
    text-align: left;
}

.orderlistul .order_uprice, .orderlistul .order_num, .orderlistul .order_pay, .orderlistul, .order_status, .orderlistul, .order_oper {
}

.orderlist .orderlistul {
    margin-top: 15px;
}

/*dx user tree*/
.rightcontent table.usertreeTB td {
    text-align: left;
}

.rightcontent table.usertreeTB td img {
    width: auto;
    height: auto;
}

/*登录弹出框*/
.member_container {
    display: none;
    width: 100%;
    height: 100%;
    background: #7f7f7f;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.pop_member {
    display: none;
    width: 822px;
    min-height: 494px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -412px;
    background: #fff;
    z-index: 1000;
}

.pop_member .member_close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.pop_member .member_close img {
    width: 100%;
}

.pop_member .memberL {
    width: 422px;
    margin: 70px 0 0 29px;
}

.pop_member .memberR {
    width: 315px;
    margin: 40px 40px 0 0;
}

.member_nav {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.member_nav li {
    float: left;
    display: inline-block;
    width: 157px;
    height: 30px;
    text-indent: 7px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.member_nav li.cur {
    border-bottom: 2px solid #1443ad;
}

.pop_member .memberlist li {
    margin-bottom: 15px;
}

.pop_member .memberlist .member_line {
    width: 100%;
    border-top: 1px solid #c7c5c5;
    margin: -10px 0 5px 0;
}

.pop_member .memberlist .member_thirdt, .pop_member .memberlist .member_third {
    margin-top: 0;
}

/*- dx add 一元购购物车 -*/
/*=====购物车=====*/
.cartstate {
    width: 1100px;
    margin: 0 auto;
}

.allorder {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #e5e5e5
}

.allorder h1 {
    width: 160px;
    display: block;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
    color: #1443ad;
    border-bottom: 2px solid #1443ad;
}

.cartlists {
    width: 1098px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.cartlist {
    width: 1098px;
    position: relative;
}

.cartlist_z {
    z-index: 1111;
}

.cartlistR {
    width: 1000px;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0;
}

.listnav {
    width: 1098px;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    font-size: 15px;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.listcbox {
    width: 68px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 69px;
}

.listprice {
    width: 100px;
    text-align: center;
}

.listnum {
    width: 200px;
}

.listsub {
    width: 100px;
    text-align: center
}

.listoper {
    width: 100px;
    text-align: center
}

.listinfo {
    width: 470px;
    position: relative;
}

.listinfo ul li {
    float: left;
    overflow: hidden;
}

.listinfo ul li.listimg {
    width: 69px;
    height: 69px;
    margin-top: 24px;
    border: 1px solid #e5e5e5;
}

.listinfo ul li.listimg a img {
    width: 69px;
    height: 69px;
}

.listinfo ul li.listname {
    width: 260px;
    padding: 27px 0 0 10px;
}

.listinfo ul li.listname a {
    color: #333;
}

.listinfo ul li.listedit {
    width: 124px;
    padding: 21px 0 23px 0;
    overflow: hidden;
    text-align: center;
    border: 1px dashed #ccc;
    background: url(../images/edit.jpg) right top no-repeat;
    cursor: pointer;
}

.listinfo ul li.listedit p {
    margin-bottom: 13px;
}

.listinfo ul li.listedit_cur {
    border: 1px dashed #1443ad;
    background: url(../images/editH.jpg) right top no-repeat;
}

.edit_curs {
    display: none;
    width: 400px;
    position: absolute;
    top: 74px;
    left: 240px;
    z-index: 111;
    overflow: hidden;
    background: #fff url(../images/edit_arrow.png) 0 0 no-repeat;
}

.edit_cur {
    width: 398px;
    margin-top: 9px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
}

.edit_con {
    width: 224px;
    height: auto !important;
    min-height: 173px;
    border-right: 1px solid #e5e5e5;
}

.editlist {
    width: 210px;
    overflow: hidden;
    margin: 10px 0 0 10px;
}

.editlist2 {
    width: 150px;
    margin-left: 36px;
}

.editlist2 span {
    width: 38px;
    height: 18px;
    display: block;
    float: left;
    line-height: 18px;
    margin: 0 10px 10px 0;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.editlist2 span.col {
    border: 1px solid #1443ad;
}

.edit_bt {
    width: 120px;
    height: 20px;
    margin: 10px auto 20px;
}

.edit_bt a {
    width: 50px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    color: #666;
    background: url(../images/allbt_bg.png) no-repeat;
}

.edit_bt a.edit_submit {
    background-position: 0 0;
    color: #fff;
}

.edit_bt a.edit_cancle {
    background-position: 0 -32px;
}

/*.edit_img{ }*/
.cart_cboxall input, .cart_cbox input {
    position: absolute;
    top: -19px;
    left: -19px;
}

.cart_cboxall label.lab_cbox, .cart_cbox label.lab_cbox {
    float: left;
    position: relative;
    width: 19px;
    height: 19px;
    margin: 50px 0 0 10px;
    line-height: 111px;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/cbox.jpg) no-repeat;
}

.cart_cboxall label.lab_cbox {
    margin-top: 15px;
}

.cart_cboxall label.cbox_cur, .cart_cbox label.cbox_cur {
    background: url(../images/cbox_cur.jpg) no-repeat;
}

.listprice .ori-price {
    text-decoration: line-through;
    color: #999;
    margin-top: 14px;
}

.listprice .bgr-price {
    margin-top: 14px;
}

.ori-price {
    text-decoration: line-through;
    color: #999;
    margin-top: 5px;
}

.bgr-price {
    margin-top: 5px;
}

/*.listprice .pro-price{}*/
.listnum p {
    display: block;
    width: 118px;
    color: #999;
    margin: 42px auto 0;
}

.listsub p {
    margin-top: 52px;
}

.listoper a {
    display: block;
    margin-top: 52px;
    color: #999;
}

.cartsettle {
    width: 1100px;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    line-height: 50px;
    background-color: #e5e5e5;
    margin-top: 20px;
    color: #666;
    z-index: 2222;
}

.cartsettleL {
    color: #999;
    width: 125px;
}

.cartsettleL .cart_delete {
    margin: 0 0 0 48px;
}

.cartsettleL .cart_delete a {
    color: #999;
}

.cartsettleR span {
    margin-right: 45px;
    font-size: 18px;
    color: #333;
}

.cartsettleR span.marginR10 {
    margin-right: 10px;
}

.cartsettleR span font {
    color: #e50100;
}

.settle_sub a {
    display: block;
    width: 130px;
    font-size: 18px;
    height: 50px;
    background-color: #e50100;
    color: #fff;
    text-align: center;
}

.cartsettle_fixed {
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin: 50px 0 0 -550px;
}

/*=======购物车（空）=======*/
.cartlist_none {
    width: 379px;
    height: 102px;
    margin: 0 auto;
    background: url(../images/cartlist_none.jpg) left no-repeat;
}

.cartlist_noneshop {
    width: 235px;
    float: right;
    color: #666;
    font-size: 18px;
    margin-top: 30px;
}

.cartlist_noneshop a {
    display: block;
    width: 115px;
    height: 35px;
    margin-top: 10px;
    background: url(../images/shopping.jpg) no-repeat;
}

/*=============一元竞购============*/

.OrCrowdShopImg {
    width: 78px;
    height: 78px;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
}

.OrCrowdShopImg img {
    width: 78px;
    height: 78px;
}

.OrCrowdShopCon {
    margin-left: 88px;
    color: #333;
    font-size: 14px;
}

.OrCrowdShopCon .OrCrowdShopT {
    height: 50px;
    overflow: hidden;
}

.OrCrowdShopCon .OrCrowdBt {
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: url(../images/CrowdBt.png) center no-repeat;
}

.OrCrowdInfo {
    margin-top: 10px;
}

.OrCrowdBackList {
    text-align: right;
    font-size: 14px;
}

.OrCrowdBackList a {
    color: #42b7ff;
}

.OrCrowdLists li {
    width: 100%;
    min-height: 49px;
    border-bottom: 1px solid #ccc;
}

.OrCrowdLists .OrCrowdListsT {
    height: 28px !important;
    min-height: 28px;
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #ccc;
}

.OrCrowdLists .OrCrowdListsT .OrCrowdListtd {
    line-height: 28px;
}

.OrCrowdLists li .OrCrowdListtd {
    float: left;
    height: 100%;
    text-indent: 10px;
    line-height: 49px;
    overflow: hidden;
}

.OrCrowdLists li .OrCrowdListtd1 {
    width: 280px;
}

.OrCrowdLists li .OrCrowdListtd2 {
    width: 100px;
}

.OrCrowdLists li .OrCrowdListtd3 {
    width: 424px;
    overflow: hidden;
}

.OrCrowdLists li .OrCrowdListtd3 span {
    display: block;
    height: 20px;
    padding: 0px 5px;
    line-height: 20px;
    float: left;
    margin-top: 15px;
}

.OrCrowdsWarn {
    width: 100%;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ff8500;
    background: #fffbe3;
    text-indent: 10px;
    color: #666;
    font-size: 14px;
}

.OrCrowdsWarn .OrCrowdsWarnNum {
    margin-right: 20px;
    color: #42b7ff;
}

.OrCrowdsWarn .OrCrowdsWarnNum font {
    color: #ff8500;
}

.OrCrowdsTime {
    width: 100%;
    height: 30px;
    margin: 20px auto 0;
}

.OrCrowdsTimeL {
    width: 415px;
}

.OrCrowdsTimeL span {
    padding: 2px 8px;
    font-size: 14px;
    margin-right: 15px;
}

.OrCrowdsTimeL span.cur {
    background: #42b7ff;
    color: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 111px;
    behavior: url(ie-css3.htc);
}

.OrCrowdsTimeR ul li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
}

.OrCrowdsTimeR input[type=text] {
    width: 98px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: none;
    border: 1px solid #ccc;
}

.OrCrowdsTimeR ul li a.OrCrowdsSearch {
    display: block;
    width: 68px;
    height: 23px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 23px;
    color: #666;
    font-size: 14px;
}

.OrCrowdsTimeR span {
    margin-right: 5px;
    font-size: 14px;
}

.Ortd {
    float: left;
    min-height: 28px;
    overflow: hidden;
}

.Ortd1 {
    width: 99px;
}

.Ortd2 {
    width: 338px;
}

.Ortd3 {
    width: 182px;
}

.Ortd4 {
    width: 182px;
}

.Ortd5 {
    width: 86px;
}

.OrGoodsInfo ul li {
    height: auto !important;
    padding: 20px 0;
    font-size: 14px;
}

.OrGoodsInfo ul li.Winning {
    background: url(../images/WinningBg.png) center center no-repeat;
}

.OrGoodsInfo ul li.OrCrowdListsT {
    padding: 0;
    height: 28px;
    line-height: 28px;
}

.OrGoodsInfo ul li.OrCrowdListsT .Ortd {
    text-indent: 5px;
}

.OrGoodsImg {
    width: 78px;
    height: 78px;
    border: 1px solid #ccc;
    margin: 0;
    text-align: center;
}

.OrGoodsImg img {
    max-width: 78px;
    max-height: 78px;
    vertical-align: middle;
}

.OrGoodsNames {
    width: 285px;
    color: #666;
}

.OrGoodsNames > div {
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.OrGoodsName {
    width: 100%;
    color: #333;
    line-height: 16px;
}

.OrGoodsProBar {
    width: 258px;
    height: 8px;
    border: 1px solid #dadada;
    background: #e7e7e7;
    border-radius: 2px;
    float: left;
    position: relative;
    z-index: 111px;
    behavior: url(ie-css3.htc);
}

.OrGoodsProBarBg {
    width: 25px;
    height: 8px;
    background: #ff9600;
    float: left;
    border-radius: 2px;
    position: relative;
    z-index: 111px;
    behavior: url(ie-css3.htc);
}

.OrGoodsProInfo {
    width: 260px;
    margin: 0;
}

.OrGoodsProInfo dl dd {
    float: left;
    width: 33.333333%;
}

.OrGoodsProInfo dl dd p {
    height: 20px;
}

.OrGoodsProInfo dl dd.OrGoodsProInfo1 {
    text-align: left;
}

.OrGoodsProInfo dl dd.OrGoodsProInfo2 {
    text-align: center;
}

.OrGoodsProInfo dl dd.OrGoodsProInfo3 {
    text-align: right;
}

.OrGoodsNum {
    width: 100%;
}

.OrGoodsNum a.AllCrowds {
    display: block;
    width: 101px;
    height: 25px;
    text-indent: 20px;
    background: url(../images/AllCrowds.png) center no-repeat;
}

.OrGoodsOper a.OrGoodsDet {
    color: #42b7ff;
}

.OrGoodsGeter a {
    color: #42b7ff;
}

.OrGoodsGetNum {
    margin: 10px 0;
    font-size: 14px;
}

.fonte81615 {
    color: #e50100;
}

.font3399ff {
    color: #3399ff;
}

.font666 {
    color: #666;
}

.font33cc33 {
    color: #33cc33;
}

.fontff9600 {
    color: #ff9600;
}

.font42b7ff {
    color: #42b7ff;
}

.no_border p .p-img-set-account {
    width: 20px;
    margin-right: 5px;
    margin-left: 10px;
}

.shop_cart h6.crowdfund_payok_title {
    width: 1060px;
    margin: 0 auto;
    font-size: 18px;
    color: #FF8500;
}

.crowdfund_payok {
    width: 1060px;
    margin: 10px auto;
    text-indent: 70px;
    height: 59px;
    line-height: 59px;
    background: url(../images/YiSucBg.png) left center no-repeat;
    font-size: 35px;
    color: #99cc66;
}

.crowdfund_submit_info {
    width: 1060px;
    margin: 10px auto;
}

.crowdfund_continue_shop {
    width: 1060px;
    margin: 10px auto;
}

.crowdfund_continue_shop a {
    display: block;
    width: 160px;
    height: 30px;
    background: #e35f54;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.OrCrowdLists li.list { /*min-height:79px;*/
    height: auto !important;
    clear: both;
}

/*- dx add end 一元购购物车 -*/

.UserOrderConfirmBt {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #1443ad;
    border: 0;
    margin-left: 10px;
    cursor: pointer;
}

.FindUserPassword {
    width: 800px !important;
    margin-top: 80px !important;
}

.ordermainL .username p span.rank {
    margin: 6px 0;
    display: block;
    text-align: center;
    font-size: 92.3%;
    border-radius: 20px;
    color: #fff;
    padding: 3px 8px;
    box-shadow: inset 0 0 7px rgba(255, 255, 190, 0.43);
}

.user-name {
    margin-top: 11px;
}

.instruction {
    position: relative;
    float: left;
    width: 32.3%;
    vertical-align: top;
    margin: 16px 0 24px;
}

.instruction img {
    position: absolute;
    width: 40px;
    margin-left: 41px;
}

.instruction .text {
    margin-left: 94px;
}

.instruction .title {
    font-weight: bold;
}

.instruction .detail {
    line-height: 100%;
}

.content-title {
    background: #f5f5f5;
    padding: 9px;
}

.content-title h1 {
    background: #f5f5f5;
    line-height: 100%;
}

.content-title .iden {
    margin-left: 9px;
}

.formUserInfo {
    position: relative;
    font-size: 12px;
}

.formUserInfo {
    position: relative;
    font-size: 12px;
}

.formUserInfo .user-msg {
    position: absolute;
    right: 20px;
    top: 7px;
    background: #fafafa;
    width: 350px;
    height: 140px;
    border: 1px solid #dcdcdc;
    padding: 16px;
    z-index: 1;
}

.formUserInfo .user-msg .avatar {
    width: 111px;
    margin-left: 10%;
    border: 1px solid #DCDCDC;
    border-radius: 50%;
}

.formUserInfo .user-msg .text {
    margin: 10% 0 0 50%;
}

.formUserInfo .user-msg span {
    color: #000;
}

.formUserInfo .user-msg .btn-submit {
    display: block;
    background: #1443AD;
    color: #fff;
    border-color: #DCDCDC;
    width: 83px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin: 10px 0 0 0;
}

.formUserInfo li {
    padding: 0 15px;
    position: relative;
}

.formUserInfo .page-2 {
    background: #f4f4f4;
}

.formUserInfo li.upload {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 11px;
    padding: 22px 36px;
    background: #fafafa;
}

.formUserInfo li.half {
    width: 50%;
}

.formUserInfo li .text {
    display: block;
    padding: 10px 0;
    line-height: 100%;
}

.formUserInfo li.upload .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.formUserInfo li.upload .text span {
    font-size: 12px;
    color: #b3b3b3;
}

.formUserInfo li .input-box {
    display: block;
    margin: 0 0 10px 0;
    vertical-align: top;
}

.formUserInfo li.upload .input-box {
    vertical-align: middle;
=: center margin: 0;
    margin: 0;
}

.formUserInfo li .input-box[disabled="disabled"] {

    border: none;

    background: none;

    width: auto;
}

.formUserInfo li .text.text-age {
    width: 55px;
}

.formUserInfo li .input-box.input-age {
    width: 60px;
    margin-left: 58px;
}

.formUserInfo li .input-box .btn-radio {
    margin: 9px 0;
}

.formUserInfo li .text .red {
    vertical-align: middle;
    margin-right: 6px;
}

.formUserInfo li span.input-box {
    display: inline-block;
    padding: 11px 3px;
    vertical-align: middle;
    line-height: 100%;
}

.formUserInfo li .input-box.no-pass {
    background: #e50100;
}

.formUserInfo li input.input-box, .formUserInfo li .input-box select {
    display: block;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 8px 7px;
    border-radius: 4px;
    background: #fafafa;
}

.formUserInfo .box-upload input.preview {

    border: 1px solid #DADADA;

    width: 236px;

    padding: 8px 10px;
}

.SendVerifyCode {
    padding: 9px 12px;
    -webkit-transition: all 0.1s;
    position: absolute;
    background: transparent;
    right: 15px;
    bottom: 0;
    color: #245fac;
}

#SendVerifyCode:hover {
    border-color: #1443AD;
    background: #1443AD;
    color: #fff;
}

.formUserInfo li input.input-box.mobileVerify {
    border-color: #245fac;
}

.formUserInfo li .input-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 111px;
    background: #fff;
}

.formUserInfo li .input-box label {
    display: inline-block;
    float: none;
    text-align: center;
    letter-spacing: 0;
    margin-right: 13px;
}

.formUserInfo li.upload .input-box .box-upload {
    display: inline-block;
}

.formUserInfo li .input-box div.btn-submit {
    float: none;
    height: auto;
    width: 232px;
    width: 146px \9;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    margin: 0 0 42px 0;
}

.formUserInfo li .input-box img {
    margin: 0;
    width: 22px;
}

.formUserInfo li .input-box div label {
    padding: 0 0 0 12px;
    margin-right: 0;
}

.formUserInfo li .icon-warm {
    margin-left: 67px;
}

.formUserInfo li.remark .text {
    font-weight: bold;
}

.formUserInfo li.remark p {
    margin: 0 0 0 130px;
    line-height: 100%;
    color: #b3b3b3;
    font-size: 12px;
    padding: 14px 0;
}

.formUserInfo li.remark p {
    margin: 0 0 0 130px;
    line-height: 100%;
    color: #b3b3b3;
    font-size: 12px;
    padding: 11px 0;
}

.formUserInfo .btn-submit input {
    display: block;
    width: 100%;
    border-radius: 2px;
    background: #1443AD;
    border: none;
    padding: 6px 0;
}

.formUserInfo .input-box .warm {
    display: inline-block;
}

.Validform_checktip {
    display: none;
}

.Validform_wrong {
    display: inline;
    color: #1443ad;
}

.Validform_right {
    display: block;
    position: absolute;
    top: 0;
    left: 472px;
    width: 34px;
    height: 34px;
    background: url("../images/icon-yes.png") center center no-repeat;
    background-size: 14px auto;
}

.cash-coupon {
    background: #eee;
}

.cash-coupon .summary {
    background: #fff;
    padding: 0 1.5% 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #f2f2f2;
}

.cash-coupon .summary li {
    display: inline-block;
    width: 47%;
    padding: 4.687% 0;
    margin: 2% 0 0 2%;
    border-radius: 6px;
    text-align: center;
}

.cash-coupon .summary li:nth-child(4n+1) {
    background: #fdf5e1;
}

.cash-coupon .summary li:nth-child(4n+2) {
    background: #fddfe7;
}

.cash-coupon .summary li:nth-child(4n+3) {
    background: #e9fde4;
}

.cash-coupon .summary li:nth-child(4n+4) {
    background: #ecfdff;
}

.cash-coupon .summary .detail-link {
    display: inline-block;
    padding: 2.95% 5.9%;
    margin-top: 3.393%;
    border-radius: 4px;
}

.cash-coupon .content {
    height: auto;
}

.cash-coupon .content div {
    padding: 0;
    text-indent: 0;
}

.cash-coupon .tabs {
    background: #fff;
    padding: 0;
}

.cash-coupon .tabs .tab {
    display: inline-block;
    float: left;
    background: #fff;
    width: 38.5%;
    padding: 3.437%;
    margin: 0 6.25%;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.cash-coupon .tabs .tab.active {
    color: #1443ad;
    border-color: #1443ad;
}

.cash-coupon .tabs .tab:last-child {
    margin-right: 0;
}

.cash-coupon div.tab-content-1 {
    padding: 2.343% 1.562%;
}

.cash-coupon .list li {
    margin-top: 3.125%;
    position: relative;
    background: url("../images/bg-cash-coupon.png") center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.cash-coupon .list .top {
    padding: 3.733% 0 1.136%;
    width: 85.714%;
    margin-left: 11.688%;
    border-bottom: 1px dashed #ccc;
}

.cash-coupon .list .from, .cash-coupon .list .id {
    display: inline-block;
}

.cash-coupon .content p {
    margin: 0;
    padding: 0;
}

.cash-coupon .list .mid {
    padding: 4.531% 0;
    width: 85.714%;
    margin-left: 11.688%;
}

.cash-coupon .list .money {
    color: #ccc;
    margin-right: 3.246%;
}

.cash-coupon .list .money.main-color {
    color: #1443ad;
}

.cash-coupon .list .time {
    padding: 0 0 5%;
    width: 85.714%;
    margin-left: 11.688%;
}

.cash-coupon .list li .status {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 47px;
    height: 47px;
    border: 1px solid #eee;
    border-radius: 50%;
    -webkit-transform: rotateZ(-35deg);
    -moz-transform: rotateZ(-35deg);
    -ms-transform: rotateZ(-35deg);
    -o-transform: rotateZ(-35deg);
    transform: rotateZ(-35deg);
}

.cash-coupon .list li .status p {
    margin: 3px 0 0 3px;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #ccc;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}

.cash-coupon .tab-content-2 table, .cash-coupon .tab-content-2 table tbody {
    display: block;
    background: #fff;
}

.cash-coupon .tab-content-2 tr {
    display: block;
    margin: 0 3%;
    border-top: 1px solid #eee;
    padding-bottom: 4%;
}

.cash-coupon .tab-content-2 .title {
    margin: 0;
    padding: 0 3%;
    border-top: none;
    background: #eee;
}

.cash-coupon .tab-content-2 th {
    display: inline-block;
    padding: 2.5% 0;
}

.cash-coupon .tab-content-2 td {
    display: inline-block;
    padding: 4% 0 0;
    vertical-align: top;
}

.cash-coupon .tab-content-2 .from {
    width: 60%;
}

.cash-coupon .tab-content-2 .time {
    width: 20%;
}

.cash-coupon .tab-content-2 .amount {
    width: 20%;
    margin-right: -3%;
}

.pagination {
    margin: 21px 20px 300px 0;
    float: right;
}

.pagination .btn {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 6px;
    text-align: center;
}

.pagination .btn .icon-triangle-left {
    margin-right: 7px;
}

.pagination .btn .icon-triangle-right {
    margin-left: 7px;
}

.pagination .btn .btn-direct {
    padding-left: 20px;
    padding-right: 20px;
}

.pagination .btn:hover {
    border-color: #1443ad;
    color: #1443ad;
}

/* 会员积分消费明细 */
.user-integral-record-list .detail-table {
    border: 1px solid #f5f5f5;
}

.user-integral-record-list .detail-table tr {
    border: none;
}

.user-integral-record-list .detail-table th, .user-integral-record-list .detail-table td {
    border: none;
    border-left: 1px solid #f5f5f5;
    text-align: center;
}

.user-integral-record-list .detail-table td {
    border-top: 1px solid #f5f5f5;
}

.user-integral-record-list .detail-table tr td:first-child {
    border-left: none;
}

.user-integral-record-list .consume {
    color: #e50100;
}

.user-integral-record-list .get {
    color: #33cc66;
}

/* 我的兑换码列表 */
.user-exchangeCode-list .detail-table {
    border: 1px solid #f5f5f5;
}

.user-exchangeCode-list .detail-table tr {
    border: none;
}

.user-exchangeCode-list .detail-table th, .user-exchangeCode-list .detail-table td {
    border: none;
    border-left: 1px solid #f5f5f5;
    text-align: center;
}

.user-exchangeCode-list .detail-table td {
    border-top: 1px solid #f5f5f5;
}

.user-exchangeCode-list .detail-table tr td:first-child {
    border-left: none;
}

.user-exchangeCode-list .consume {
    color: #e50100;
}

.user-exchangeCode-list .get {
    color: #28c558;
}

.user-exchangeCode-list .blue {
    color: #1e90ff
}

.user-exchangeCode-list .rightcontent table a {
    margin: 0;
}

a.btn-send-to-other {
    color: #fff;
    background: #1443ad;
    height: 22px;
    width: 60px;
    display: inline-block;
    line-height: 22px;
    text-align: center
}

.user-goods-order-list .order-list .list-title, .user-goods-order-list .order-list .list-content {
    text-align: center;
}

.user-goods-order-list .order-list .list-title, .user-goods-order-list .order-list .goods-msg > li, .user-goods-order-list .order-list .list-content .top {
    padding: 12px 0;
}

.user-goods-order-list .order-list .list-title {
    background: #f5f5f5;
    border: 1px solid #efefef;
    color: #5a5a5a;
    margin-bottom: 5px;
}

.user-goods-order-list .order-list .list-content {

}

.user-goods-order-list .order-list .list-content li {
    border-right: 1px solid #efefef;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user-goods-order-list .order-list .list-content > li {
    margin-top: 13px;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: none;
}

.user-goods-order-list .order-list .list-content .top {
    display: block;
    background: #f5f5f5;
    border: 1px solid #efefef;
    color: #b1aab1;
    text-align: left;
}

.user-goods-order-list .order-list .list-content .top:hover {
    color: #1443ad;
}

.user-goods-order-list .order-list .list-content .top span {
    display: inline-block;
    padding: 0 25px;
}

.user-goods-order-list .order-list .detail {
    width: 420px;
}

.user-goods-order-list .order-list .list-content .detail {
    border-right: none;
    padding: 0;
}

.user-goods-order-list .order-list .list-content .detail a {
    display: block;
    padding: 8px 0 8px 25px;
    border-top: 1px solid #efefef;
}

.user-goods-order-list .order-list .list-content .detail a:first-child {
    border-top: none;
}

.user-goods-order-list .order-list .list-content .detail .thumbImg {
    width: 93px;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.user-goods-order-list .order-list .list-content .detail .text {
    display: inline-block;
    margin-left: 18px;
    line-height: 150%;
    vertical-align: middle;
    padding: 5% 0;
    text-align: left;
}

.user-goods-order-list .order-list .list-content .detail .text .attr {
    display: block;
    color: #9e9e9e;
    margin-top: 3px;
}

.user-goods-order-list .order-list .list-content .detail .amount, .user-goods-order-list .order-list .list-content .price {
    color: #9e9e9e;
}

.user-goods-order-list .order-list .price {
    width: 110px;
}

.user-goods-order-list .order-list .list-content .detail .amount {
    display: block;
    padding: 33px 8%;
}

.user-goods-order-list .order-list .price span,
.user-goods-order-list .order-list .buyer span,
.user-goods-order-list .order-list .sum span {
    display: block;
    padding: 30px 0;
}

.user-goods-order-list .order-list .buyer {
    width: 118px;
}

.user-goods-order-list .order-list .sum {
    width: 124px;
}

.user-goods-order-list .order-list .status {
    width: 130px;
}

.user-goods-order-list .filterSearch {
    margin: 13px 0 13px 20px;
}

.user-goods-order-list .filterSearch a {
    display: block;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 0 12px;
}

.user-goods-order-list .filterSearch a.cur {
    color: #e70000;
}

.user-goods-order-list .orderseach {
    width: auto;
}

.user-goods-order-list .orderseach input.submit {
    background: #f6f5f5 url("../images/icon-search.png") center no-repeat;
    border: 1px solid #ddd;
    height: 25px;
    width: 53px;
    margin: 0;
    cursor: pointer;
}

.order-submit-page .goods-table tr {
    border-bottom: 1px solid #ccc;
}

.order-submit-page .goods-table tr:first-child {
    border-top: 1px solid #ccc;
}

.order-submit-page .goods-table th, .order-submit-page .goods-table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.order-submit-page .goods-table td:first-child {
    border-left: 1px solid #ccc;
}

.order-submit-page .name {
    margin-left: 0;
}

.order-submit-page .shop_cart table.firsttable {
    width: 100%;
}

.order-submit-page .shop_cart h6 {

    margin-left: 0;
}

.order-submit-page .add-address .icon-location {
    margin-left: 20px;
}

.order-submit-page .value-list li {
    padding: 5px 0;
}

.order-submit-page .shop_cart table.firsttable .confirm-address:hover,
.order-submit-page .shop_cart table.firsttable .confirm-address.active {
    background: #e2eafd;
}

.order-submit-page .shop_cart table.firsttable .confirm-address .ctrl-active,
.order-submit-page .shop_cart .add-address .ctrl-active {
    opacity: 0;
    filter: alpha(opacity=0);
}

.order-submit-page .shop_cart table.firsttable .confirm-address:hover .ctrl-active,
.order-submit-page .shop_cart table.firsttable .confirm-address.active .ctrl-active,
.order-submit-page .shop_cart .add-address:hover .ctrl-active,
.order-submit-page .shop_cart .add-address.active .ctrl-active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.user-safety-page .list-form li {
    padding: 11px 0;
}

.user-safety-page .list-form label {
    width: 140px;
    vertical-align: middle;
    min-height: 1px;
}

.blue, a.blue {
    color: #1443ad;
}

.user-safety-page .list-form input {
    width: 258px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dcdcdc;
    margin-right: 9px;
    vertical-align: middle;
}

.user-safety-page .btn-send {
    background: #f7f7f7;
    border: 1px solid #dcdcdc;
    width: 148px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    cursor: pointer;
}

.user-safety-page .btn-submit {
    background: #e50100;
    border: 1px solid #dcdcdc;
    width: 148px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
}

.scan-pay-page {
    background: #eee;
}

.scan-pay-page .headAll {
    background: #fff;
}

.scan-pay-page .main {
    width: 1000px;
    background: #fff;
    margin: 38px auto;
    padding: 48px 0;
}

.scan-pay-page .main .title {
    text-align: center;
    font-size: 18px;
}

.scan-pay-page .main .img-scan {
    display: block;
    width: 210px;
    height: 210px;
    margin: 40px auto;
}

.scan-pay-page .main .order-table {
    width: 100%;
    font-size: 14px;
}

.scan-pay-page .main .order-table th, .scan-pay-page .main .order-table td {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 35px;
    padding: 0 15px;
}

.scan-pay-page .main .order-table tr th:first-child .scan-pay-page .main .order-table tr td {
    border-left: 1px solid #ededed;
}

.scan-pay-page .main .order-table th {
    background: #f6f5f5;
    border-top: 1px solid #ededed;
}

.scan-pay-page .button {
    margin: 50px 10px 0 0;
    display: block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #1443ad;
    color: #fff;
}

.green {
    color: #00cc33;
}

.user-commission-index-page .no-join {
    padding: 30px 0;
}

.user-commission-index-page .no-join .tip {
    font-size: 16px;
    padding: 0 35px;
    text-align: center;
    margin: 0 0 20px 0;
}

.user-commission-index-page .btn-go {
    display: block;
    background: #1243aa;
    color: #fff;
    text-align: center;
    margin: 10px 23px;
    font-size: 15px;
    padding: 5px 0;
}

.user-commission-index-page .container a.blue {
    color: #0090e3;
    text-decoration: underline;
}

.user-commission-index-page .top {
    background: #e9e8e8;
    padding: 10px 15px;
}

.user-commission-index-page .top .operation-tip {

}

.user-commission-index-page .container .img-banner {
    width: 100%;
    background-size: 100% auto;
    padding: 10px 15px;
}

.user-commission-index-page .container .img-banner img {
    width: 100%;
}

.user-commission-index-page .btn-normal {
    background: #1443AD;
    display: block;
    text-align: center;
    padding: 7px 0;
    margin: 10px 15px;
    font-size: 15px;
    color: #fff;
}

.user-commission-index-page .msg-list {
    padding: 0 15px;
    line-height: 200%;
}

.user-commission-index-page .btn-green {
    display: block;
    background: #4db500;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0;
    font-size: 15px;
    color: #fff;
}

.user-commission-index-page .tip {
    color: #737373;
    padding-bottom: 20px;
}

.user-commission-index-page .tip p {
    color: #ababab;
    line-height: 150%;
}

.user-commission-index-page .ad-content {
    margin: 10px 15px;
    line-height: 200%;
}

.user-commission-index-page .ad-content img {
    max-width: 100%;
    text-align: center;
}

.user-commission-index-page .container-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 201;
}

.user-commission-index-page .container-dialog .window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 300px;
    margin: 25% auto;
}

.user-commission-index-page .container-dialog .window img {
    width: 100%;
}

.user-commission-index-page .se-join {
    padding: 20px 0;
    color: #9c9c9c;
}

.user-commission-index-page .se-join img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.user-commission-index-page .se-join span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
}

a.btn-submit {
    display: block;
    margin: 10px 0;
    padding: 8px 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #1243aa;
    border: 1px solid #d9d9d9;
}

a.btn-submit.disabled {
    background: transparent;
    color: #C1B7B7;
    border: none;
}

a.btn-submit.hide {
    display: none;
}

.user-commission-downline .commission-fans-list {
    /* background: #f8f8f8; */
    padding-bottom: 10px;
}

.user-commission-downline .list {
    color: #6c6c6c;
    background: #eee;
}

.user-commission-downline .list li {
    padding: 6px 10px;
}

.user-commission-downline .list .col-title {
    color: #8e8e8e;
    background: #f8f8f8;
}

.user-commission-downline .list .col-title span {
    width: 40%;
    text-align: center;
}

.user-commission-downline .list .row {
    background: #fff;
    margin-bottom: 10px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.user-commission-downline .list .row .avatar {
    width: 16%;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 3% 0 11%;
}

.user-commission-downline .list .row .username {
    vertical-align: middle;
    padding: 4% 0;
    font-size: 14px;
    width: 30%;
}

.user-commission-downline .list .row .count {
    vertical-align: middle;
    width: 40%;
    text-align: center;
    padding: 4% 0;
    font-size: 14px;
}

.register-page .cd-main-content, .login-page .cd-main-content {
    padding-bottom: 0;
}

.register-page .login {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #cecece;
    margin-bottom: 13px;
}

.register-page .login .btn {
    display: inline-block;
    width: 34%;
    padding: 8px 0;
    text-align: center;
    background: #17c658;
    color: #fff;
    margin-left: 10%;
    font-size: 16px;
}

.register-page .login .icon-devices {
    width: 21.7%;
    height: 0;
    padding: 17% 0 0 0;
}

.register-page .reg {
    text-align: center;
    padding: 22px 0;
}

.register-page .reg .tip {
    color: #9c9c9c;
}

.register-page .reg .scan {
    width: 62.5%;
    margin-top: 22px;
}

.login-page, .login-page a {
    color: #a8a8a8;
}

.login-page .MenBg {
    background: #fff;
    vertical-align: baseline;
}

.login-page .btn-forget {
    display: block;
    text-decoration: underline;
    line-height: 25px;
    margin-bottom: 20px;
}

.login-page .btn-login-wechat {
    background: #4db500;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
}

.login-page .btn-login-wechat a {
    color: #fff;
}

.user-info-certified-page .btn-main {
    display: block;
    width: 100%;
    padding: 8px 7px;
    margin-bottom: 10px;
}

.user-info-certified-page .btn-next {
    background: #e50100;
    color: #fff;
}

.user-info-certified-page .btn-prev {
    border: 1px solid #e50100;
    color: #e50100;
    background: #fff;
}

.user-info-certified-page .RecomNickName {
    display: block;
    width: 100%;
    padding: 8px 0;
}

.user-info-certified-page .btn-file {
    opacity: 0;
    position: absolute;
    left: -100%;
    width: 0;
    height: 0;
    pointer-events: all;
}

.user-info-certified-page .top-ad {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 10px 0;
}

.user-info-certified-page .top-ad img {
    width: 100%;
}

.user-info-certified-page .remark {
    color: #b3b3b3;
    padding: 3px 0;
}

.user-info-certified-page .upload .Validform_checktip {
    display: block;
    padding: 0 38px;
}

.user-info .avatar {
    display: block;
    margin: 5% auto;
    border-radius: 50%;
    width: 40%;
}

.user-info .cd-main-content li {
    color: #9c9c9c;
    padding: 4px 40px;
    font-size: 13px;
}

.user-info .btn-main {
    display: block;
    background: #1243aa;
    color: #fff;
    text-align: center;
    margin: 10px 23px;
    font-size: 15px;
    padding: 5px 0;
}

.user-pay-online-page p {
    margin: 0;
}

.user-pay-online-page {
    background: #eee;
}

.user-pay-online-page .blue {
    color: #0078bd;
}

.user-pay-online-page .red {
    color: #ff0000;
    background: transparent;
}

.user-pay-online-page .cd-main-content {
    background: #eee;
}

.user-pay-online-page .other {
    display: block;
    color: #9c9c9c;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    background: #fff;
}

.user-pay-online-page .other li {
    width: 50%;
    padding: 10px 0;
    text-align: center;
}

.user-pay-online-page .other .name, .user-pay-online-page .other .value {
    display: inline-block;
    vertical-align: middle;
}

.user-pay-online-page .other li span.red {
    font-size: 16px;
}

.user-pay-online-page .other .text {
    display: block;
    color: #9c9c9c;
}

.user-pay-online-page .main, .user-shipping-address .main {
    background: #fff;
}

.user-pay-online-page .nav, .user-shipping-address .nav {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.user-pay-online-page .nav .tab-controller, .user-shipping-address .nav .tab-controller {
    display: block;
    width: 50%;
    border-left: 1px solid #e1e1e1;
    border-bottom: 4px solid #fff;
    color: #9a9a9a;
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
}

.user-pay-online-page .nav .tab-controller.active, .user-shipping-address .nav .tab-controller.active {
    border-bottom-color: #009def;
    color: #1243aa;
}

.user-pay-online-page .tab {
    padding: 15px;
}

.user-shipping-address .tab {
    padding: 0 15px;
}

.user-pay-online-page input.input-box {
    display: block;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 8px 7px;
    border-radius: 4px;
    background: #fafafa;
}

.user-pay-online-page input.input-box:hover {
    border-color: #009def;
}

.user-pay-online-page .faster-selection {
    padding: 10px 0;
}

.user-pay-online-page .faster-selection .option {
    width: 31%;
    margin-left: 3.5%;
}

.user-pay-online-page .faster-selection .option:nth-child(3n+1) {
    margin-left: 0;
}

.user-pay-online-page .faster-selection a {
    display: block;
    width: 100%;
    height: 53px;
    border: 1px solid #9a9a9a;
    color: #9a9a9a;
    border-radius: 4px;
    padding: 10px 0;
    margin: 0 6px 10px 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.user-pay-online-page .faster-selection a.active {
    border-color: #e80000;
    color: #e80000;
}

.user-pay-online-page .faster-selection a span {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 100%;
}

.user-pay-online-page .faster-selection .default span {
    display: block;
    height: 31px;
    line-height: 31px;
}

.user-pay-online-page .faster-selection a.active span {
    color: #e80000;
}

.user-pay-online-page .payment-list {
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
}

.user-pay-online-page .payment-list li {
    padding: 5px;
    clear: none;
    border-bottom: none;
    width: auto;
}

.user-pay-online-page .tip {
    color: #b3b3b3;
    text-align: center;
}

.user-pay-online-page .cash .tip {
    text-align: left;
    margin-bottom: 20px;
}

.user-pay-online-page .btn-submit {
    background: #1443AD;
    padding: 2px 0 5px;
}

.user-pay-online-page .btn-submit span {
    display: block;
    font-size: 12px;
    line-height: 100%;
    margin: 0;
}

.user-pay-online-page .recharge-protocol-view, .login-page .dialog-view {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.user-pay-online-page .recharge-protocol-view .window , .login-page .dialog-view .window {
    width: 80%;
    max-height: 80%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 5%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 10% auto;
    z-index: 200;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    overflow-y: auto;
}

.login-page .dialog-view .window {
    margin: 0 auto;
    background: #000;
    padding: 6% 5%;
}

.user-pay-online-page .recharge-protocol-view .window .title, .login-page .dialog-view .window .title {
    font-size: 14px;
}

.user-pay-online-page .recharge-protocol-view .window .content, .login-page .dialog-view .window .content {
    text-align: left;
    line-height: 130%;
    font-size: 13px;
}

.login-page .dialog-view .window .content {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
}

.login-page .dialog-view .window .content .icon-tip {
    width: 24px;
    margin: -3px 6px 0 0;
    vertical-align: middle;
}

.user-pay-online-page .recharge-protocol-view .window .submit, .login-page .dialog-view .window .submit {
    display: inline-block;
    padding: 3px 10%;
    background: #1443ad;
    border-radius: 2px;
    margin: 15px auto;
    color: #fff;
}

.user-password-page .list-form, .password-find .list-form {
    padding: 10px 15px;
}

.user-password-page .list-form li, .password-find .list-form li {
    padding: 11px 0 0;
}

.user-password-page .list-form label, .password-find .list-form label {
    font-size: 14px;
    color: #6c6c6c;
}

.user-password-page .list-form input, .password-find .list-form input {
    width: 100%;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dedede;
    border-radius: 4px;
    vertical-align: middle;
    margin: 5px 0 0 0;
    background: #fafafa;
}

.user-password-page .list-form input.mobileCode, .password-find .list-form input.mobileCode {
    width: 55%;
}

.user-password-page input.btn-send, .password-find input.btn-send {
    background: #f7f7f7;
    border: 1px solid #dcdcdc;
    width: auto;
    height: 33px;
    padding: 0 10px;
    line-height: 33px;
    vertical-align: middle;
    cursor: pointer;
}

.user-password-page input.btn-submit, .password-find input.btn-submit {
    background: #e50100;
    vertical-align: middle;
    border-radius: 0;
    cursor: pointer;
    padding: 7px 0;
    line-height: 100%;
    font-size: 15px;
    color: #fff;
}

.user-index-page {
    background: #eee;
}

.user-index-page .pay-online {
    display: block;
    color: #9c9c9c;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    background: #fff;
}

.user-index-page .pay-online li {
    width: 50%;
    padding: 10px 0;
    text-align: center;
}

.user-index-page .pay-online .name, .user-index-page .pay-online .value {
    display: inline-block;
    vertical-align: middle;
}

.user-index-page .pay-online li span.red {
    font-size: 17px;
}

.user-index-page .pay-online .text {
    display: block;
    color: #9c9c9c;
    margin: 3px 0 0 0;
}

.user-index-page .red {
    color: #e50100;
    background: transparent;
}

.user-index-page .cd-main-content {
    background: #eee;
}

.user-index-page .top {
    padding: 15px 0 0;
}

.user-index-page .top .floatL {
    margin-left: 15px;
    width: 50%;
}

.user-index-page .top .text {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.user-index-page .top .avatar {
    width: 40%;
    border-radius: 50%;
    vertical-align: middle;
}

.user-index-page .top .floatR {
    margin: 16px 15px 0 0;
}

.user-index-page .top .join-us {
    display: inline-block;
    padding: 3px 5px;
    color: #e80000;
    border: 1px solid #e80000;
}

.user-index-page .top .val-name {
    text-align: right;
    display: block;
}

.user-index-page .top .val-name, .user-index-page .top .value {
    color: #9c9c9c;
}

.user-index-page .top .fillMoney {
    text-align: center;
}

.user-index-page .top .records-link {
    border-top: 1px solid #eee;
    margin: 10px 0 0;
    padding: 0 15px;
    color: #9c9c9c;
    text-align: center;
}

.user-index-page .top .records-link span {
    margin: 15px 0;
}

.user-index-page .top .records-link a {
    display: inline-block;
    padding: 15px 0;
    color: #9c9c9c;
}

.user-index-page .top .records-link a.right-arrow {
    padding-right: 13px;
    background: url("../images/icon-arrow-right.png") center right no-repeat;
    background-size: auto 28%;
}

.user-index-page .top .records-link a i {
    color: #333;
}

.user-index-page .top, .user-index-page .menu {
    margin: 0 0 15px;
    background: #fff;
}

.user-index-page .mid {
    background: #fff;
}

.user-index-page .mid .pay-get {
    display: block;
    margin-right: 15px;
    padding: 10px 15px;
    background: url("../images/icon-arrow-right.png") center right no-repeat;
    background-size: auto 40%;
    color: #9c9c9c;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}

.user-index-page .mid .pay-get i {
    font-size: 12px;
}

.user-index-page .mid .pay-get .orange {
    color: #ff8400;
}

.user-index-page .mid .pay-get h5 {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.user-index-page .menu li {
    width: 25%;
}

.user-index-page .menu li a {
    display: block;
    padding: 10px 0;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.user-index-page .menu li:nth-child(4n+1) a {
    border-left-color: #fff;
}

.user-index-page .menu li a img {
    display: block;
    width: 28%;
    margin: 10% auto 10%;
}