@charset "utf-8";
.formbox .input_wrap {
    width: 100%;
    clear: both;
    position: relative;
}

.formbox .text {
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 5px;
    width: 97%;
    height: 36px;
    line-height: 36px;
}

.formbox select {
    margin-left: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
}

.formbox .text.error {
    border: 1px solid #999;
}

.formbox label.error {
    clear: both;
    width: 100%;
    display: block;
    color: #6CC;
}

.formbox .login_btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    height: 42px;
    line-height: 42px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #6CF;
    background-color: #6CF;
    border-radius: 5px;
}

.formbox .width5 {
    width: 50%;
}

.formbox .width6 {
    width: 60%;
}

.formbox .width10 {
    width: 97%;
}

.formbox .verification_code {
    border-radius: 5px;
    font-size: 1rem;
    width: 26%;
    position: absolute;
    right: 10px;
    height: 32px;
    line-height: 32px;
    top: 10px;
    background: #fff;
    border: 0;
    color: #00dbf5;
    text-align: center;
}

#register_form {
    padding: 10px;
}

#login_form {
    margin: 20px;
}

.login_right {
    margin: 0 20px;
    height: 30px;
    line-height: 30px;
    color: #cccccc;
	text-align:right;
}

.login_right h4 {
    font-weight: normal;
    font-size: 12px;
	float:left;
}
.login_right h4 a{color:#fff;background: #6ad68b;padding:5px;border-radius:5px;}

.login_right a {
    color: #666;
    padding:5px;
}

/*会员中心*/
.content {
    background: #FFF;
}

.user_wrap {
    margin: 0;
}

.membertop {
    padding: 20px 10px;
    height: 120px;
    background: #4ec0f9;
    position: relative;
	color: #FFF;
}

.membertop .notice {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #FFF;
    color: #666;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 12px;
}

.membertop img {
    float: left;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 3.7rem;
    border: solid 2px #FFF;
    margin-left: 5%;
}

.membertop .my_name {
    float: left;
    margin-left: 20px;
    width: 70%;
    color: #FFF;
    font-size: 14px;
    margin-top: 5px;
}

.membertop .my_name p,.membertop .my_name p.profile_name a {
    color: #FFF;
}

.membertop .my_information {
    color: #FFF;
}

.membertop .my_information ul li {
    float: left;
    width: 48%;
    text-align: center;
    height: 40px;
    border-right: 1px solid #dddddd;
}

.membertop .my_information ul li.border_none {
    border: none;
}

.membertop .my_information ul li a {
    height: 40px;
    display: block;
}

.membertop .my_information ul li a:hover {
    text-decoration: underline;
}

.membertop .my_information ul li a p {
    height: 20px;
    line-height: 20px;
}

.membertop .my_information ul li a p span {
    color: #ff0000;
}

.membertop .my_information a.update {
    background-color: #F57694;
    color: white;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 12px;
}

.membertop .quan1 {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    width: 4rem;
    height: 4rem;
    border-radius: 3rem;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0.6rem rgba(250, 0, 0, 0.2);
}

.membertop .quan2 {
    position: absolute;
    right: 3rem;
    top: 2.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0.6rem rgba(250, 0, 0, 0.15);
}

.membertop .quan3 {
    position: absolute;
    right: 5rem;
    top: 4.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 3rem;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0.6rem rgba(250, 0, 0, 0.1);
}

/*账户金额显示*/
.moneybox {
    height: 42px;
    line-height: 42px;
    border: 5px solid #6CF;
    display: table;
    width: 100%;
    background-color: #FFF;
}

.moneybox a {
    display: block;
    text-align: center;
    display: table-cell;
    color: #000;
}

.moneybox a.w1 {
    border-right: 0px solid #6CF;
}

.order_nav {
    padding: 5px;
    background-color: white;
    text-align: center;
    height: auto;
}

.order_nav a {
    display: block;
    width: 25%;
    height: 3rem;
    float: left;
    text-align: center;
}

.order_nav img {
    width: 26%;
}

.order_nav span {
    display: block;
}

.order_tj {
    border-top: 3px solid #C6C6C6;
    background-color: #FFF;
}

.order_tj ul {
    padding: 2%;
    border-bottom: 1px solid #B3B2B7;
    padding-left: 3%;
}

.order_tj ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.order_tj ul li span {
    display: block;
    width: 40%;
    height: 40px;
    float: left;
    margin-top: 3px;
}

.order_tj ul li span.ico1 {
    background: url("images/uico1.png") no-repeat center center;
    background-size: 70%;
}

.order_tj ul li span.ico2 {
    background: url("images/uico2.png") no-repeat center center;
    background-size: 70%;
}

.order_tj ul li.bt {
    font-size: 12px;
    text-align: left;
}

.order_tj ul li.bt b {
    line-height: 40px;
}

.member_main {
    margin: 10px 0 0;
    background-color: #FFF;
}

.member_main ul {
    width: 100%;
}

.member_main ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 15px;
	line-height: 36px;
}

.member_main ul li a {
    display: block;
    position: relative;
}

.member_main ul li i {
    background-image: -webkit-linear-gradient(left, transparent 70%, #666 70%, #999 100%), -webkit-linear-gradient(top, transparent 70%, #666 70%, #999 100%);
    background-image: -moz-linear-gradient(left, transparent 70%, #666 70%, #999 100%), -moz-linear-gradient(top, transparent 70%, #666 70%, #999 100%);
    background-image: -o-linear-gradient(left, transparent 70%, #666 70%, #999 100%), -o-linear-gradient(top, transparent 70%, #666 70%, #999 100%);
    position: relative;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
    float: right;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-45deg);
    top: 0.9rem;
}

.member_main li span.rnum {
    background-color: #F66;
    color: white;
    padding: 0 10px;
    position: absolute;
    right: 0.5rem;
    border-radius: 10px;
    font-size: 12px;
}

.member_main .sonlist {
    margin-top: 5px;
}

.member_main .sonlist a {
    border-top: 1px dotted #e6e6e6;
    padding: 8px;
}

.order_all {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order_all ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.order_all ul li dl dt i {
    color: #999;
}

.buyer_stat {
    width: 100%;
    white-space: nowrap;
    float: left;
    overflow-x: scroll;
    overflow-y: hidden;
    display: inline;
    background-color: #f6f6f6;
    font-size: 0;
}

.buyer_stat li {
	padding:2px 8px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-right: 1px dotted #cccccc;
    font-size: 14px;
    vertical-align: top;
}
.buyer_stat li.active{background-color: #FFF;}

.buyer_stat li a {
    width: 100%;
    display: block;
    color: #333333;
}

.buyer_stat li.active a {
    color: red;
}

#profile_form th {
    text-align: right;
    padding-right: 5px;
}

/*新增地址*/
.form_address {
    padding: 10px;
}

.form_address #warning {
    color: #fd207d;
    margin: 8px 0;
}

.form_address select {
    padding: 6px;
    margin: 4px;
}

.form_address h3 {
    font-size: 14px;
}

.form_address .text {
}

.form_address .edit_region {
    border: 1px solid #ccc;
    padding: 3px 6px;
    cursor: pointer;
}

/*地址列表*/
.address_list {
    background: #ffffff;
    padding: 10px;
}

.address_list li {
    padding: 5px 0;
    border: 1px solid #eaeaea;
    margin: 10px 0;
    font-size: 15px;
    color: #333;
}

.address_list li.no_address {
    border: none;
    color: #cacaca;
    background: #f6f6f6;
    text-align: center;
}

.address_list li p {
    overflow: hidden;
    padding-left: 15px;
}

.address_list .address_action {
    font-size: 14px;
    border-top: 1px solid #eaeaea;
}

.address_list li p span.edit {
    border-right: 1px solid #eaeaea;
}

.address_list li p span {
    display: inline-block;
    float: left;
    width: 48%;
    text-align: center;
}

.address_list li p span a {
    display: block;
    color: #666;
    margin: 0 10px;
    padding: 5px 0;
}

.edit_icon {
    display: inline-block;
    background: url(images/head_menu_btn.png);
    background-position: -177px 0;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: -1px;
}

.delete_icon {
    display: inline-block;
    background: url(images/head_menu_btn.png);
    background-position: -228px 0;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: -1px;
}

/*订单列表*/
.order_list {
    font-size: 12px;
    background-color: #FFF;
    margin: 10px;
    position: relative;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.order_list .num {
    padding: 10px;
    font-size: 14px;
    background-color: #EEE;
	font-weight:bold;
}

.order_list .num span {
    font-size: 12px;
    float: right;
    background-color: orange;
    color: white;
    border-radius: 3px;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
}

.order_list .con {
    padding: 10px;
    float: left;
    width: 25%;
}

.order_list .con .ware_pic {
    width: 100%;
}

.order_list .con .ware_pic img {
    width: 90%;
}

.order_list .con .ware_text {
    float: left;
    width: 80%;
    font-size: 12px;
    color: #666;
}

.order_list .con .price span, div.handle #order39_order_amount {
    color: #f34;
}

.order_list .btm {
    color: #999;
    padding: 0 10px;
    background: #f6f6f6;
    border-top: 1px solid #ddd; 
    height: 30px;
    line-height: 30px;
	text-align:center;
}

.order_list .handle {
    position: absolute;
	bottom:3px;
	right:10px;
}

.order_list .handle a {
    margin: 0 5px;
    height: 36px;
    line-height: 36px;
    display: block;
    float: left;
}

.order_list .handle .btn1 {
    background-color: #e47d8b;
    border-radius: 3px;
    padding: 0 8px;
    color: white;
    font-size: 12px;
}

.order_list .handle .btn2 {
    background-color: #999;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 12px;
    color: white;
}

.order_list .telbtn {
    position: absolute;
    line-height: 18px;
    padding: 5px;
    border-radius: 5px;
    right: 10px;
    top: 40px;
    background-color: #6699CC;
    color: white;
}

.order_list .actbtn {
    position: absolute;
    width: 50px;
    height: 18px;
    padding: 5px;
    border-radius: 5px;
    right: 10px;
    bottom: 40px;
    background-color: #43b6c1;
    color: white;
}

/*查看订单页面*/
.particular {
    padding: 10px;
    line-height: 2;
}

.particular .order_detail_list {
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px solid #eaeaea;
    color: #666;
    padding: 5px 0;
}

.particular .order_detail_list li {
    min-height: 30px;
}

.particular .order_detail_list li.title {
    color: #333;
    font-weight: bold;
}

.particular .order_detail_list .telbtn {
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    background-color: #099;
    color: white;
    padding: 5px;
    margin-left: 20px;
}

.particular .ware_line {
    margin: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.particular .ware_list {
    min-height: 60px;
}

.particular .ware_list strong, .ware_text i, .transportation b {
    color: #f34;
}

.particular .ware_pic {
    width: 20%;
    float: left;
}

.particular .ware_pic img {
    width: 80%;
}

.particular .ware_text {
    width: 80%;
    font-size: 12px;
    color: #999;
    float: left;
}

.particular .photos dt {
    color: #999;
    font-size: 12px;
}

.particular .photos dd img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 5px;
}

.particular .btn_list {
    padding: 15px;
}

.particular .btn_list a {
    width: 45%;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    color: #FFF;
    padding: 0 5px;
}

.particular .btn_list a.order_cancel {
    margin-right: 2px;
    background-color: #6699CC;
}

.particular .btn_list a.order_pay {
    float: right;
    background-color: #f52f40;
}

/*取消订单页面*/
.order_cancel_box {
    padding: 10px;
    line-height: 25px;
}

.order_cancel_box h3 {
    text-align: center;
    height: 36px;
}

.order_cancel_box p span {
    color: #f34;
    font-weight: bold;
}

.order_cancel_box dl {
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.order_cancel_box dt {
    color: #666;
}

.order_cancel_box dd .li {
    padding: 5px 0;
}

.order_cancel_box dd .text {
    width: 80%;
    padding: 8px;
    height: 60px;
}

/**积分记录***/
.log_box {
    background-color: #FFF;
}

.log_box .logtop {
    background-color: #eee;
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

.log_box .logtop h3 {
    font-size: 16px;
    float: left;
}

.log_box .logtop .select {
    float: right;
}

.log_box .logth {
    padding: 10px;
    background-color: #eee;
}

.log_box .log_list li {
    border-bottom: 1px solid #DDD;
    padding: 10px;
    font-size: 12px;
    position: relative;
    color: #666;
}

.log_box .log_list .info_l {
    line-height: 1rem;
}
.log_box .log_list .info_l p{color: #666;}

.log_box .log_list .info_r {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
}

.log_box .log_list .info_r .num {
    font-weight: bold;
    font-size: 1rem;
}

.log_box .log_list .info_r .status {
    color: #666;
}

.log_box .log_list p.date {
    color: #999;
}

.log_box .mbox {
    padding: 10px;
    background-color: #66ccff;
    color: white;
    position: relative;
}

.log_box .mbox .price {
    color: #333;
    font-size: 30px;
}

.log_box .mbox .paybtn {
    text-align: center;
    display: block;
    color: red;
    position: absolute;
    right: 30px;
    top: 20px;
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    font-weight: bolder;
    box-shadow: 3px 3px 5px #888888;
}

/**切换导航***/
.topnav {
    height: 38px;
    line-height: 36px;
    display: table;
    width: 100%;
    background-color: #FFF;
}

.topnav li {
    text-align: center;
    display: table-cell;
}

.topnav li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #DDD;
}

.topnav li a.w1 {
    border-right: 1px solid #DDD;
}

.topnav li a.cur {
    color: red;
    border-bottom: 1px solid #F63;
}

/*升级*/
.upgrade_box {
    background-color: #FFF;
    border: 1px solid #eee;
    margin: 10px;
    padding: 10px;
}

.upgrade_box li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    clear: both;
}

.upgrade_box li span.inleft {
    color: #999;
}

.upgrade_box li label.gsel {
    margin-right: 10px;
    display: block;
}

.upgrade_box li .intro {
    padding: 5px 10px;
    color: #999;
    font-size: 12px;
}

.upgrade_box .submit .btn {
    border-radius: 5px;
    display: block;
    line-height: 36px;
    border: 0;
    text-align: center;
    background-color: #F90;
    color: white;
    margin-top: 10px;
    width: 100%;
}

.yongjin_tip {
    padding: 10px;
    background-color: #FFC;
    color: #666;
    border-bottom: 1px solid #DDD;
    font-size: 11px;
}

.yongjin_tip b {
    color: red;
}

/*代理中心*/
#agentcenter .agenttop {
    background-color: #09F;
}

#agentcenter .moneybox {
    background-color: #FFF;
    border-top: 1px solid #09F;
}

#agentcenter .moneybox a {
    color: #09F;
}

#agentcenter .moneybox a.w1 {
    border-right: 1px solid #f3f7fa;
}

.agent_headbar {
    background-color: #09F;
}

/*优惠券列表*/
.dis_list li {
    height: 66px;
    background-color: #FFF;
    margin: 10px;
    font-size: 13px;
    color: #666;
}

.dis_list li .money {
    float: left;
    height: 56px;
    margin-right: 2%;
    width: 25%;
    background-color: #F60;
    border-radius: 6px 0 0 6px;
    border: solid 1px #F60;
    text-align: center;
    color: white;
    padding-top: 8px;
}

.dis_list li .money b {
    font-size: 20px;
}

.dis_list li .black {
    background-color: #999;
    border: solid 1px #999;
}

.dis_list li .info {
    float: left;
    width: 68%;
    line-height: 1.5;
    height: 59px;
    padding-top: 5px;
}

/*订单评价*/
.comments {
    font-size: 14px;
}

.comments li {
    padding: 10px;
    background-color: #FFF;
    border-bottom: solid 1px #EEE;
    margin-top: 10px;
    position: relative;
}

.comments li .infos {
    width: 90%;
    color: #999;
}

.comments li .rank {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}

.comments li .infos .info {
    padding: 5px 0;
    color: #333;
}

.comments li .infos .date {
    font-size: 12px;
    color: #999;
}

.comments li .rank span {
    display: block;
    width: 30px;
    height: 30px;
}

.form_comment .rank {
    float: left;
    display: block;
    margin-right: 10px;
}

.form_comment input {
    float: left;
    display: block;
    margin-top: 8px;
}

.form_comment .ico {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
}

.form_comment .rank1, .comments .rank1 {
    background: url(images/rank1.png);
    background-size: cover;
}

.form_comment .rank2, .comments .rank2 {
    background: url(images/rank2.png);
    background-size: cover;
}

.form_comment .rank3, .comments .rank3 {
    background: url(images/rank3.png);
    background-size: cover;
}