*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-size: 14px;
    line-height: 24px;
}

input[type=button], input[type=submit], input[type=reset], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input:focus, input:hover, input:active {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
    outline: 0;
}

select:focus, select:hover, select:active {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
    outline: 0;
}

.red {
    color: #ff0068;
}

table {
    border-collapse: collapse;
}

.center_top_pic {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    background: #999;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}

.center_top_pic img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.icon_en {
    display: inline-block;
    width: 20px;
    height: 40px;
    background: url(../../images/center/icon_en.png) no-repeat center center/16px auto;
    vertical-align: top;
}

/*.marketList{display:none;}*/
.my_top {
    padding-right: 30px;
}

.serchModetop {
    border-bottom: 1px solid #eee;
}

.center {
    padding: 30px 0;
}

.serchMode .shopCart {
    line-height: 39px;
}

/* 左侧公用部分 */
.sidebar {
    width: 200px;
    height: auto;
    border: 1px solid #eee;
    float: left;
    padding: 10px 0 40px;
    border-radius: 2px;
}

.sidebar_tit {
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: 18px;
    height: 24px;
    line-height: 24px;
}

.sidebar_tit i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-right: 3px;
}

.sidebar_tit i.icon_side_1 {
    background: url(../../images/center/icon_side_1.png) no-repeat center center/auto 18px;
}

.sidebar_tit i.icon_side_2 {
    background: url(../../images/center/icon_side_2.png) no-repeat center center/auto 15px;
}

.sidebar_tit i.icon_side_3 {
    background: url(../../images/center/icon_side_3.png) no-repeat center center/auto 13px;
}

.sidebar_tit i.icon_side_4 {
    background: url(../../images/center/icon_side_4.png) no-repeat center center/auto 13px;
}

.sidebarlist {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.sidebarlist a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 45px;
    color: #666;
    position: relative;
}

.sidebarlist a.cur, .sidebarlist a:hover {
    color: #FF0068;
}

.sidebarlist a.cur::before, .sidebarlist a:hover::before {
    content: "";
    width: 2px;
    height: 15px;
    background: #FF0068;
    position: absolute;
    left: 0;
    top: 7.5px;
}

/* 右侧 */
.center_content {
    width: 970px;
    height: auto;
    float: right;
}

.center_top {
    width: 100%;
    height: auto;
    position: relative;
    background: -webkit-linear-gradient(#FAF0E9, #E9D2B4);
    background: -o-linear-gradient(#FAF0E9, #E9D2B4);
    background: -moz-linear-gradient(#FAF0E9, #E9D2B4);
    background: -mos-linear-gradient(#FAF0E9, #E9D2B4);
    background: linear-gradient(#FAF0E9, #E9D2B4);
    border-radius: 2px;
    padding: 50px 55px;
}

.center_myleft {
    width: 350px;
    height: 105px;
    border-right: 1px dashed #FF0068;
    float: left;
    padding-left: 100px;
    position: relative;
}

.center_mypic {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}

.center_mypic img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.center_mycon {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.center_mycon_top {
    font-size: 16px;
}

.icon_vip {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #FF0068;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    font-family: "Arial";
    font-style: italic;
    font-weight: bold;
    margin-right: 5px;
}

.icon_vip em {
    font-size: 12px;
}

.patner_bq {
    display: inline-block;
    color: #FF0068;
    background: rgba(255, 0, 104, 0.1);
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 2px;
}

.center_mycon_cz {
    width: 200px;
    height: auto;
    padding-top: 15px;
}

.speed {
    width: 100%;
    height: 8px;
    background: rgba(255, 0, 104, 0.1);
    border-radius: 15px;
    position: relative;
}

.speed_con {
    width: 100%;
    height: auto;
    padding-top: 10px;
    font-size: 12px;
}

.speed_now {
    float: left;
}

.growbtn {
    float: right;
}

.growbtn span {
    font-family: "宋体"
}

.center_myright {
    float: left;
    padding: 0 0 0 40px;
}

.center_myright a {
    display: block;
    width: 50%;
    float: left;
    line-height: 52px;
    font-size: 14px;
}

.center_myright span {
    margin-left: 10px;
}

.designer_enter {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 28px;
    background: rgba(255, 0, 104, 0.1);
    color: #FF0068;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    border: 1px solid #FF0068;
    border-radius: 2px;
}

.addfxbtn {
    top: 70px;
}

.designer_enter:hover {
    width: 120px;
}

.designer_enter .icon_designer {
    display: inline-block;
    width: 15px;
    height: 28px;
    background: url(../../images/center/icon_designer.png) no-repeat center center/15px auto;
    vertical-align: top;
    margin-right: 5px;
}

.designer_enter .addfxbtn_icon {
    background: url(../../images/center/icon_fx.png) no-repeat center center/15px auto;
}

.center_none {
    text-align: center;
    padding: 100px 0;
}

.center_none img {
    margin-bottom: 20px;
}

.center_nonedes {
    font-size: 14px;
    color: #999;
}

.go_btn {
    display: block;
    width: 110px;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
    background: rgba(255, 0, 104, 0.1);
    color: #FF0068;
    border-radius: 2px;
    margin: 15px auto;
    border: 1px solid #FF0068;
}

.go_btn:hover {
    width: 120px;
}

.myreleasepl {
    position: relative;
}

.dele_relepl {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    color: #FF0068;
}

/* 我的订单 */
.center_order {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border: 1px solid #e4eaee;
}

.center_order_top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #F4F4F4;
    padding: 0 20px;
}

.center_order_tit {
    float: left;
}

.more_order {
    float: right;
    font-size: 12px;
}

.more_order span {
    font-family: "宋体";
    margin-left: 5px;
}

.center_order_list {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 20px;
}

.center_order_list li {
    display: block;
    width: 100%;
    border: 1px solid #e4eaee;
    margin-bottom: 10px;
    padding: 20px;
}

.center_order_goods {
    width: 228px;
    float: left;
}

.center_order_goods a {
    display: block;
    width: 100%;
    height: auto;
    min-height: 70px;
    padding-left:80px;
    position: relative;
}

.shopcart_pic {
    display: block;
    width: 80px;
    height: 80px;
    background: #eee;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.shopcart_pic img {
    width: 100%;
    height: 100%;
}

.info_con p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}

.info_con span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.info_con p.info_dz {
    color: #FF0068;
    font-size: 12px;
}

.orderstate {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    color: #FF0068;
    height: 80px;
    line-height: 80px;
}

.order_payment {
    width: 180px;
    /*padding-top: 15px;*/
    line-height: 24px;
    float: left;
    text-align: center;
}

.order_payment b {
    font-size: 16px;
}

.order_payment span {
    display: block;
    font-size: 12px;
    color: #666;
}

.order_pay {
    width: 165px;
    height: auto;
    float: right;
}

.order_pay a {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
}

.order_pay a:hover {
    color: #FF0068;
}

.order_pay a.order_pay_btn {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #FF0068;
    text-align: center;
    border-radius: 2px;
    color: #fff;
}

.order_pay a.order_pay_btn:hover {
    width: 90px;
}

/* 订单提醒 */
.message_tab {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

.message_tab a {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
}

.message_tab a.message_tabcur {
    color: #FF0068;
    border-bottom: 2px solid #FF0068;
}

.message_ul {
    display: block;
    width: 100%;
    height: auto;
}

.message_ul li {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.message_tit {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    padding: 0 120px 0 10px;
    position: relative;
    margin-bottom: 10px;
}



/* .message_tit::before {
    content: "";
    width: 2px;
    height: 15px;
    background: #FF0068;
    position: absolute;
    left: 0;
    top: 10px;
}
 */
.message_time {
    display: block;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.message_des {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-bottom: 8px;
}

.message_more {
    color: #438AD8;
    font-size: 12px;
}

.message_more span {
    display: inline-block;
    font-family: "宋体";
    margin-left: 3px;
}

.message_ul li:hover .message_tit {
    color: #FF0068;
}

.message_detail_tit {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
}

.message_detail_tit span {
    color: #999;
    display: block;
    line-height: 24px;
    font-size: 12px;
}

.edit {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.edit img {
    max-width: 100%;
    height: auto;
}

/* 分页 */
.pagetation {
    margin: 0 auto;
    padding: 30px 0;
    width: 290px
}

.pagetation .next, .pagetation .prve {
    float: left;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 2px;
    background: rgba(249, 249, 249, 1);
    background: url(../../images/icon/next_page.png) no-repeat center center;
    text-align: center;
    line-height: 36px;
    cursor: pointer
}

.pagetation a {
    float: left;
    display: block;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 2px;
    background: rgba(249, 249, 249, 1);
    text-align: center;
    line-height: 36px
}

.pagetation a.active {
    background: rgba(255, 0, 104, 1);
    color: #fff
}

.pagetation_box {
    margin-bottom: 60px;
    background: #fff
}


/* 订单提醒 */
.message_order {
    width: 100%;
    height: auto;
    padding-left: 10px;
    position: relative;
    min-height: 100px;
    padding-top: 15px;
}

.message_orderpic {
    display: block;
    width: 110px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #eee;
    overflow: hidden;
}

.message_orderpic img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.message_ordertit {
    margin-bottom: 5px;
    color: #666;
}

/* 账号信息 */
.basic {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
}

.basic_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    padding: 0 20px;
    font-size: 16px;
}

.apply_list {
    padding: 40px 0;
}

.apply_list li {
    display: block;
    width: 100%;
    min-height: 40px;
    margin-top: 30px;
    padding: 0 0 0 140px;
    position: relative
}

.apply_list span {
    display: block;
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right
}

.checkbox_con .input_checkbox {
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.selfbasetlimged {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
}

.selfbasetlimged img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.selfbasetlimged i {
    font-style: inherit;
    background: url(../../images/center/icon_xj.png) no-repeat center center/20px auto;
    height: 24px;
    line-height: 24px;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center
}

.selfbasetlimgedup {
    display: none
}

.address_edit_ul .address_edit_text {
    width: 320px;
    height: 40px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 0 10px
}

.custom_list_con .custom_label {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer
}

.custom_labelcur .radiobg {
    background: #FF0068;
    border: 4px solid #eee;
    vertical-align: -7px
}

.radiobg {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: -6px
}

.custom_list_con .custom_label .custom_radio {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0
}

.address_edit_ul select {
    width: 160px;
    height: 40px;
    border: 1px solid #e8e8e8;
    padding: 0 10px;
    background: url(../../images/icon/arrow.png) no-repeat 96% center;
    border-radius: 5px
}

.address_edit_ul .add_btn {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #FF0068;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    margin-top: 40px;
}

.tel_change {
    color: #FF0068;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
}

/* 添加地址 */
.address_tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.address_tcon {
    width: 530px;
    height: auto;
    border-radius: 2px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 2;
}

.address_tc .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.address_edit_ul textarea {
    width: 320px;
    height: 70px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    resize: none;
    padding: 10px;
    outline: none;
}

.address_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.address_tc .address_edit_ul {
    padding: 0 0 40px 0;
}

.address_tc .address_edit_ul select {
    width: 105px;
}

.close_this {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../images/icon/login_close.png) no-repeat center center/20px auto;
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: -9999px;
    cursor: pointer;
}

.address_tc .apply_list li {
    margin-top: 20px;
}

.address_tc .add_btn {
    margin-top: 0;
}

/* 地址列表 */
.addresslist_tit {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.add_address {
    float: right;
    color: #438AD8;
    font-size: 14px;
    cursor: pointer;
}

.address_table {
    border: 1px solid #eee;
}

.address_table table {
    width: 100%;
    height: auto;
    text-align: center;
}

.address_table tr {
    border-bottom: 1px solid #eee;
}

.address_table tr:last-child {
    border: none;
}

.address_table th {
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    padding: 0 10px;
}

.address_table td {
    padding: 25px 10px;
}

.address_table .add_bj {
    color: #438AD8;
    margin: 0 5px;
    font-size: 12px;
    cursor: pointer;
}

.address_table .set_add {
    color: #438AD8;
    font-size: 12px;
    cursor: pointer;
}

.address_table .set_addcur {
    display: inline-block;
    color: #FF0068;
    border: 1px solid #FF0068;
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
}

/* 账号安全 */
.center_con {
    border: 1px solid #eee;
}

.safe_list {
    width: 100%;
    height: auto;
}

.safe_list_address {
    font-size: 16px;
    border-bottom: 1px dashed #e8e8e8;
    padding: 20px;
}

.safe_list_ul li {
    display: block;
    width: 100%;
    padding: 30px 200px 30px 100px;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.icon_safe_1 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../images/center/icon_safe_1.png) no-repeat center center/30px auto;
    position: absolute;
    left: 20px;
    top: 30px
}

.safe_list_con p {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px
}

.safe_list_ul a {
    display: block;
    width: 80px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #FF0068;
    border-radius: 5px;
    text-align: center;
    background: rgba(255, 0, 104, 0.1);
    color: #FF0068;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 43px
}

.icon_safe_2 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../../images/center/icon_safe_2.png) no-repeat center center/25px auto;
    position: absolute;
    left: 20px;
    top: 30px
}

.safe_list_con p {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px
}

.safe_list_con span {
    color: #666;
    font-size: 14px
}

.safe_tips {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 20px;
    border-top: 1px solid #eee;
    color: #999;
    margin-top: 150px;
}

.safe_tips h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}


/* 修改密码 */
.safe_con {
    width: 100%;
    height: auto;
    padding: 100px 0 0;
    text-align: center;
}

.safe_con img {
    width: 500px;
}

.safe_con_list {
    padding-bottom: 40px;
}

.safe_con_ul {
    width: 100%;
    height: auto;
    padding-top: 5px;
}

.safe_con_ul li {
    display: inline-block;
    margin: 0 73px;
    color: #999;
}

.safe_con_ul li.safecur {
    color: #FF0068;
}

.safe_text {
    width: 100%;
    height: auto;
}

.safe_text_des {
    color: #999;
}

.yzm_input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto;
    border-radius: 2px;
    border: 1px solid #eee;
    padding-right: 100px;
    position: relative;
    overflow: hidden;
}

.yzm_input .input_text {
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

.yzm_btn {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FF0068;
    color: #fff;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.next_btn {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FF0068;
    color: #fff;
    border-radius: 2px;
    margin: 40px auto 0;
}

.password_input {
    padding: 0;
    margin: 20px auto;
}

.safe_text_sucess {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}

.icon_sucess {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../images/center/icon_sucess.png) no-repeat center center/30px 30px;
    vertical-align: middle;
    margin-right: 10px;
}

/* 订单中心 */
.ordercontent {
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.order-ul ul li {
    float: left;
}

.order-ul ul li a {
    display: block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.order-ul ul li a.ordercur2 {
    border-bottom: 3px solid #FF0068;
    color: #FF0068;
}

.ordersearch {
    margin-right: 10px;
    float: right;
    margin-top: 7.5px;
}

.ordersearch input.ordertext {
    float: left;
    border: 1px solid #e8e8e8;
    background: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 2px 0 0 2px;
    width: 200px;
    color: #999;
    padding: 0 10px;
}

.ordersearch input.orderbtn {
    float: left;
    display: block;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #FF0068;
    background: #FF0068;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    color: #fff;
}

.order-ul span {
    color: #FF0068;
}

.order-right table {
    width: 100%;
    height: auto;
    font-size: 12px;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.order-right table, .order-right table tr th, .order-right table tr td {
    border: 1px solid #e8e8e8;
    vertical-align: middle;
}

.order-right table tr:first-child {
    width: 100%;
    height: 45px;
    background: #f4f4f4;
    color: #666
}

.order-right table td {
    padding: 10px;
    text-align: center;
    font-size: 12px
}

.order-right .detail td {
    padding: 0;
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    text-align: left;
    padding: 0 10px
}

.order_delete {
    float: right;
    margin-right: 10px
}

.order-right .center_order_goods {
    float: left
}

.shopcon {
    display: block;
    width: 400px;
    height: auto;
    padding: 0 0 0 85px;
    min-height: 70px;
    position: relative;
    text-align: left
}

.shopcart_pic {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.shopcart_pic img {
    width: 100%;
    min-height: 100%;
    height: auto
}

.info_con {
    width: 100%;
    height: auto
}

.info_con p {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px
}

.info_con span {
    color: #999;
    font-size: 13px;
    margin-right: 10px
}

.order_payment {
    width: 100px;
    float: left;
    text-align: center
}

.order_payment b {
    font-size: 16px
}

.logoColor {
    font-size: 16px;
    font-weight: 700;
    color: #ff0068;
    width: 90px;
    margin:auto;
}

.order-right .orderstate {
    width: auto;
    float: none;
    height: auto;
    line-height: inherit
}

.orderbtn {
    display: block;
    width: 90px;
    margin:auto;
}

.last_child {
    width: 90px;
    margin: auto
}

.orderpay {
    background: #ff0068;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    margin: 0 auto 5px
}

.order_detailinfor {
    width: 100%;
    height: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    margin-bottom: 10px
}

.order_detailinforul {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px
}

.order_detailinforul li {
    width: 100%;
    height: auto;
    padding-left: 80px;
    position: relative;
    margin: 10px 0
}

.order_detailinforul span {
    display: block;
    width: 80px;
    text-align: right;
    position: absolute;
    position: absolute;
    left: 0;
    top: 0
}

.order_detailinforul a {
    color: #ff0068;
    cursor: pointer;
}

.order_detailtop {
    width: 100%;
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 20px 260px 20px 200px;
    position: relative;
}

.order_detailtop_l {
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 23px;
    text-align: center;
    font-size: 16px;
    color: #ff0068
}

.order_detailtop_l .icon_time {
    background: url(../../images/center/icon_wait.png) no-repeat center center/35px 35px;
}

.order_detailtop_l .icon_sh {
    background: url(../../images/center/icon_sh.png) no-repeat center center/35px auto
}

.order_detailtop_l .icon_fh {
    background: url(../../images/center/icon_fh.png) no-repeat center center/35px auto
}

.order_detailtop_l .icon_wc {
    background: url(../../images/center/icon_wc.png) no-repeat center center/35px auto
}

.order_detailtop_l .icon_gb {
    background: url(../../images/center/icon_gb.png) no-repeat center center/35px auto
}

.order_detailtop_l i {
    display: inline-block;
    width: 200px;
    height: 38px;
    margin-bottom: 5px
}

.order_detailtop_c li {
    display: block;
    width: 100%;
    font-size: 12px;
}

.order_detailtop_r {
    width: 250px;
    position: absolute;
    right: 0;
    top: 35px;
    text-align: right
}

.order_detailtop_r a {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #ff0068;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    margin-right: 15px;
    font-size: 14px
}

.order_detailtop_r .qxbtn {
    background: #aaa
}

.cart-table {
    width: 100%;
    height: auto;
    border-bottom: none
}

.cart-table2 td, .cart-table2 th {
    border: 1px solid #e8e8e8;
    background: #fff;
    text-align: center
}

.cart-table2 th {
    background: #f4f4f4;
    font-size: 14px;
    padding: 10px
}

.cart-table td {
    padding: 15px 10px;
    vertical-align: middle;
}

.shopcon {
    display: block;
    width: 400px;
    height: auto;
    padding: 0 0 0 85px;
    min-height: 70px;
    position: relative;
    text-align: left
}

.shopcart_pic {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.shopcart_pic img {
    width: 100%;
    min-height: 100%;
    height: auto
}


.cart-table2 .time {
    color: #ff0068;
    font-size: 12px;
}

.cart-table2 .money {
    font-weight: bold;
    font-size: 16px;
}

.settlecon {
    color: #777;
    padding: 10px 0 30px;
}

.settlecon li {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 13px;
}

.settlecon span {
    color: #333;
    font-weight: bold;
    font-size: 15px;
}

.settlecon b {
    color: #ff0068;
    font-size: 18px;
}

/* 评价中心 */
.news_all {
    padding-top: 30px;
    margin-bottom: 40px;
}

.discuss_tit {
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
    color: #000;
    font-weight: bold;
}

.discuss_tit p {
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

.discuss_tit span {
    color: #333;
}

.discuss_pro {
    float: left;
    width: 600px;
    height: auto;
    padding: 40px 40px 40px 300px;
    position: relative;
}

.discuss_pro_w {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.discuss_text {
    background: #fff;
    border-radius: 2px;
    padding-bottom: 40px;
}

.discuss_propic {
    display: block;
    width: 240px;
    height: 240px;
    overflow: hidden;
    position: absolute;
    left: 40px;
    top: 40px;
}

.discuss_propic img {
    width: 100%;
    height: auto;
}

.discuss_protit {
    font-size: 14px;
    height: auto;
    margin-top: 15px;
}

.discuss_promoney {
    font-size: 14px;
    font-weight: bold;
}

.discuss_pronum {
    color: #999;
}

.discuss_r_w {
    width: 598px;
    float: right;
    padding: 40px 40px 40px 120px;
    position: relative;
    border-left: 1px solid #e8e8e8;
}

.discuss_r_tit {
    width: 80px;
    position: absolute;
    left: 40px;
    top: 40px;
    font-size: 14px;
}

.dis_con textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    resize: none;
    padding: 10px;
    font-family: "微软雅黑";
}

.dis_con .dispic {
    width: 100%;
    height: auto;
    padding: 0 0 0 60px;
    position: relative;
    margin-top: 10px;
}

.selectpic {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/center/addpic.png) no-repeat center center/60px 60px;
}

.selectpic input {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 60px;
    height: 60px;
}

.selectpiclist {
    display: inline-block;
}

.selectpiclist li {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    float: left;
    margin-left: 5px;
    position: relative;
}

.selectpiclist .icon_delete {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/center/delico.png) no-repeat center center/20px 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.selectpiclist img {
    width: 100%;
    min-height: 100%;
}

.fb_btn {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto;
    border-radius: 2px;
    background: #FF0068;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    clear: both;
}

.fb_btn:hover {
    color: #fff;
}

/* 发票管理 */
.invoices {
    border: 1px solid #eee;
}

/*日期*/
.pers_date {
    padding: 0 0 15px;
    font-size: 14px;
}

.pro_datetime {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 0px 30px 0px 10px;
    background: url(../../images/center/wdxb_date.png) no-repeat 108px 7px/15px auto;
}

.pro_dateto {
    margin: 0 5px;
    line-height: 30px;
    vertical-align: middle;
}

.pro_dateque {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    line-height: 30px;
    margin: 0 15px;
    background: #ff0068;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.pro_dateque:hover {
    color: #fff;
}

/*  table表格样式  */
.pers_tabel table tr th {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
}

.pers_tabel table tr td {
    border: none;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 12px;
}

.pers_tabel {
    padding: 0;
}

.pers_tabel table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 30px;
}

.pers_tabel th {
    color: #666;
    font-weight: normal;
    background: #f4f4f4;
    padding: 15px 0;
    line-height: 20px;
}

.pers_tabel tr {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.pers_tabel table tr:last-child td {
    border-bottom: none;
}

.pers_tabel_til, .pers_tabel tr.pers_tabel_til:hover {
    background: #f3f3f3;
}

.pers_tabel tr:hover {
    background: #f4f4f4;
}

.pers_tabel tr td {
    padding: 10px 0;
    color: #333;
}

.pers_tabel tr td a {
    color: #ff0068;
    cursor: pointer;
}

.pers_date ul {
    float: left;
}

.pers_date li {
    display: inline-block;
    margin-right: 10px;
}

.pers_date li:last-child {
    margin-right: 0;
}

.pers_date .select_xz {
    width: 130px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: url(../../images/center/arrow2.png) no-repeat 96% center;
    padding-left: 5px;
}
.order_num{
    width: 45px;
}

.pers_date .order_num {
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

/* 填写发票信息 */
.invoice-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    display: none
}

.invoice-mask-box {
    width: 620px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 4px solid rgba(0, 0, 0, .2);
    border-radius: 5px
}

.invoice-mask-title {
    position: relative;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
    background: #f3f3f3;
    font-size: 14px;
    color: #666
}

.close_in {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../../images/icon/login_close.png) no-repeat center center/16px auto;
}

.invoice-mask-content {
    padding: 20px
}

.invoice-mask-tab {
    margin-bottom: 10px;
    overflow: hidden
}

.invoice-tab-list {
    float: left;
    padding: 6px 24px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    color: #666
}

.tab-cur {
    border: 1px solid #ff0068;
    background: url(../../images/center/icon_bq.png) no-repeat right bottom/15px auto;
}

.invoice-tips {
    padding: 10px 0;
    background-color: #fffaea;
    margin: 10px 0
}

.invoice-tips p {
    padding-left: 10px;
    font-size: 12px;
    color: #666
}

.invoice-list-text {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 130px
}

.invoice-list-text span {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    line-height: 24px;
    margin-right: 20px;
    font-size: 14px;
    text-align: right;
    padding: 4px 0 3px;
    color: #666
}

.invoice-list-right {
    height: auto;
    margin-bottom: 10px;
    color: #666
}

.personal {
    height: 35px;
    width: 280px;
    line-height: 19px;
    border: 1px solid #e8e8e8;
    padding: 6px 5px
}

.personal input {
    border: none;
    width: 100%;
    height: 19px;
    font-size: 12px;
}

.personal-cur {
    border: 1px solid #ff0068;
    background: url(../../images/center/icon_bq.png) no-repeat right bottom/15px auto;
}

.list-right-tab {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 30px;
    line-height: 18px;
    margin: 2px 10px 4px 0;
    border: 1px solid #e8e8e8;
    padding: 6px 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #666
}

.list-right-cur {
    border: 1px solid #ff0068;
    background: url(../../images/center/icon_bq.png) no-repeat right bottom/15px auto;
}

.qmark {
    height: 13px;
    width: 13px;
    display: inline-block;
    background: url(../../images/center/qmark03.png) no-repeat;
    position: relative;
    top: 2px;
    margin-right: 5px
}

.list-right-tips {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    vertical-align: middle
}

.invoice-list-right > input {
    width: 195px;
    height: 25px;
    padding: 3px 5px 2px;
    border: 1px solid #e8e8e8
}

.invoice-list-right a {
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 90px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px
}

.invoice-list-right .preser:hover {
    color: #fff
}

.preser {
    background: #ff0068;
    color: #fff;
    margin-right: 10px
}

.esc {
    border: 1px solid #e8e8e8;
    background: #f7f7f7
}

.personal-tab-list {
    display: none
}

.right-tab-cur {
    border: 1px solid #ff0068;
    background: url(../../images/center/icon_bq.png) no-repeat right bottom/15px auto;
}

.fore {
    border: 1px dotted #ccc;
    color: #ccc;
    float: left;
    position: relative;
    height: 38px;
    line-height: 18px;
    color: #999;
    padding: 10px;
    font-size: 12px;
}

.curr {
    border: 1px dotted #333;
    color: #333
}

.gap {
    width: 0;
    height: 0;
    float: left;
    position: relative;
    color: #333;
    border: 1px dotted #000;
    padding: 10px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 21px
}

.invoice-step-wrapper ul {
    display: block;
    margin-bottom: 10px;
    margin-left: 40px
}

.next-step, .step1-esc, .step2-next, .step2-return, .step3-esc, .step3-preser {
    height: 32px;
    width: 90px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background: #f7f7f7;
    margin-right: 10px
}

.next-step:hover {
    color: #333
}

.esc:hover {
    color: #333
}

.invoice-btn-wrapper {
    margin-top: 20px
}

.step2, .step3 {
    display: none
}


/* 成长值 */

.my_grow {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    padding: 50px 0 20px;
    margin-bottom: 70px;
    border-radius: 2px;
}

.my_grow_num {
    font-size: 35px;
    color: #ff0068;
    margin-bottom: 10px;
}

.my_grow_tit {
    color: #666;
    font-size: 14px;
}

.my_grow_time {
    font-size: 14px;
    margin-left: 10px;
}

.grow_top {
    width: 100%;
    height: auto;
    background: #FFFAF5 url(../../images/center/vip_bg.jpg) no-repeat center center;
    padding: 0 20px;
}

.grow_list {
    width: 100%;
    height: 100px;
    position: relative;
}

.grow_bar {
    width: 100%;
    height: 5px;
    background: rgba(255, 0, 104, 0.1);
    border-radius: 30px;
}

.grow_listul {
    width: 100%;
    height: auto;
    position: absolute;
    top: -45px;
}

.grow_listul li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}

.grow_level {
    font-size: 24px;
    font-family: "Arial";
    color: #ff0068;
    margin-bottom: 35px;
    font-style: oblique;
}

.grow_level em {
    font-size: 14px;
}

.grow_con {
    font-size: 16px;
    color: #ff0068;
    position: relative;
}

.grow_con::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff0068;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -px;
    border-radius: 50%;
}

.grow_table {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.grow_table_tit {
    width: 100%;
    height: 45px;
    line-height: 43px;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 14px;
    background: #eee;
    font-weight: bold;
}

.grow_table_des {
    float: right;
    font-size: 12px;
}

.grow_table_list {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.grow_table_list tr, .grow_table_list td, .grow_table_list th {
    border: 1px solid #eee;
    padding: 10px;
}

.grow_table_list th {
    background: #f9f9f9;
    font-weight: bold;
}

.grow_ts {
    color: #999;
    margin-top: 20px;
    font-size: 12px;
}

/* 积分明细 */
.jf_top {
    width: 100%;
    height: auto;
    background: url(../../images/center/jf_bg.jpg) no-repeat center bottom/cover;
    padding: 50px 0;
    position: relative;
    text-align: center;
    color: #fff;
}

.icon_jf {
    display: block;
    width: 80px;
    height: 80px;
    background: url(../../images/center/icon_jf.png) no-repeat center center/80px auto;
    margin: 0 auto 30px;
}

.jf_num {
    font-size: 45px;
}

.jf_num span {
    font-size: 18px;
}

.buy_btn {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 30px;
    letter-spacing: 2px;
}


/* 优惠券管理 */
.coupon_w {
    border: 1px solid #eee;
    border-radius: 2px;
    min-height: 630px;
    padding-bottom: 20px;
}

.coupon_tab {
    width: 100%;
    height: 45px;
    line-height: 43px;
    background: #f2f2f2;
    border-bottom: 1px solid #eee;
    position:relative;
}

.coupon_tab a {
    display: block;
    float: left;
    padding: 0 40px;
    cursor: pointer;
}

.coupon_tab a.coupon_tabcur {
    background: #fff;
    color: #ff0068;
    border-top: 2px solid #ff0068;
    border-right: 1px solid #eee;
}

.coupon_con {
    width: 100%;
    height: auto;
    display: none;
}

.coupon_con li {
    display: block;
    width: 290px;
    margin: 25px 0 0 25px;
    padding: 13px 10px 0;
    float: left;
    border: 1px solid #FFB9D5;
    border-radius: 5px;
    background: #fff7fa;
    position: relative;
}

.coupon_con li::before {
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: -1px;
    bottom: 27px;
    background: url(../../images/center/red_left.png) no-repeat center center/8px auto;
}

.coupon_con li::after {
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    right: -1px;
    bottom: 27px;
    background: url(../../images/center/red_right.png) no-repeat center center/8px auto;
}

.coupon_top {
    width: 100%;
    height: 85px;
    padding-left: 100px;
    position: relative;
    color: #ff0068;
    border-bottom: 1px dashed #ddd;
}

.coupon_money {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.coupon_money span {
    font-size: 12px;
    margin-left: 5px;
}

.coupon_tit {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
}

.coupon_time {
    font-size: 12px;
    line-height: 20px;
}

.go_use {
    display: block;
    width: 60px;
    height: 22px;
    line-height: 21px;
    background: #ff0068;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    color: #fff;
    margin-top: 5px;
}

.coupon_bot {
    height: 35px;
    line-height: 35px;
    color: #ff0068;
    font-size: 12px;
    text-align: center;
}

.icon_quan {
    display: block;
    width: 80px;
    height: 86px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.icon_quan_1 {
    background: url(../../images/center/icon_quan_1.png) no-repeat center center/80px auto;
}

.coupon_gray li {
    background: #cfcfcf;
    border: 1px solid #cfcfcf;
}

.coupon_gray .coupon_top {
    color: #fff;
}

.coupon_gray li .coupon_bot {
    color: #fff;
}

.icon_quan_2 {
    background: url(../../images/center/icon_quan_2.png) no-repeat center center/80px auto;
}

/* 我的收藏 */
.sales_mian2 {
    width: 1000px;
}

.sales_mian2 .new_list_box {
    margin: 0 20px 20px 0;
    width: 227px;
    height: 320px;
}

.sales_mian2 .new_list_box .pic_scroll {
    width: 100%;
    height: 200px;
}

.sales_mian2 .new_list_box img {
    width: 100%;
    height: auto;
}

/* 帮助中心 */
.help_list {
    width: 100%;
    height: auto;
    padding: 20px 30px;
}

.help_list a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
    background: url(../../images/center/icon_wt.png) no-repeat left center;
    padding: 0 20px;
}

.help_edit {
    width: 100%;
    height: auto;
    padding: 20px;
}

.news_detail_tit {
    width: 100%;
    height: auto;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

/* 我的发布 */
.technical_all, .postlist {
    width: 100%;
    height: auto;
}

.postlist li {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 220px 30px 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.postlist li:last-child {
    border: none;
}

.postlist_pic {
    display: block;
    width: 180px;
    height: 120px;
    background: #f2f2f2;
    position: absolute;
    right: 20px;
    top: 21px;
    overflow: hidden;
}

.postlist_pic img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.userinfo_tx {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #eee;
    float: left;
}

.userinfo_tx img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.userinfo_name {
    display: block;
    line-height: 30px;
    float: left;
    color: #333;
    font-size: 12px;
    margin-left: 10px;
}

.go_detail .eye_box {
    float: left;
    font-size: 12px;
    color: #999;
}

.postlist .go_detail .eye_box {
    line-height: 30px;
    margin-right: 10px;
}

.go_detail .eye_box img {
    height: 11px;
}

.technical_forum .main .main_list .go_detail .eye_num {
    font-size: 12px;
}

.technical_forum .main .main_list li:hover a {
    color: #ff0068;
}

.post_time {
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 30px;
}


.postlist_tit {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.postlist_des {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}

.postlist li:hover .postlist_tit {
    color: #ff0068;
}

.delete_btn {
    color: #438AD8;
    cursor: pointer;
    line-height: 30px;
    margin-right: 10px;
}

.news_detail_tit span {
    display: block;
    font-size: 12px;
    color: #999;
}


.post_user {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

.post_userpic {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.post_userpic img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.post_discuss, .post_dising {
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
    padding: 20px;
    margin-top: 10px;
}

.post_discuss_tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.post_usertit span {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

.post_dicuss_con {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.post_hf {
    float: right;
    font-size: 14px;
    color: #FF0068;
    cursor: pointer;
    margin: 10px 0;
}

.post_hflist {
    width: 100%;
    background: #f8f8f8;
    clear: both;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.post_hflist:last-child {
    border: none;
}

.post_hfcon {
    width: 100%;
    height: auto;
}

.post_hfcon span {
    font-weight: bold;
}

.post_hftime {
    font-size: 12px;
    color: #999;
}


.post_textarea {
    margin-top: 5px;
    display: none;
}

.post_textarea input {
    width: 100%;
    height: 35px;
    border: 1px solid #eee;
    resize: none;
    padding: 10px;
    outline-color: #FF0068;
    font-size: 14px;
}

.fb_btn {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #FF0068;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    float: right;
    font-size: 14px;
    margin-top: 7px;
    margin-right: 43px;
}

.post_dising {
    margin-bottom: 30px;
}

.post_dising textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #eee;
    resize: none;
    padding: 10px;
    outline-color: #FF0068;
    font-size: 14px;
}


/* 线下支付 */
.under_pay_w {
    padding: 30px 0
}

.under_pay {
    border: 1px solid #eee;
    padding-bottom: 30px
}

.confirm_tit_sucess {
    font-size: 20px;
    font-weight: 700
}

.confirm_tit {
    height: 50px;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    color: #999
}

.public_infor {
    padding: 10px 20px
}

.public_infor li {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 14px
}

.public_infor li > span {
    color: #999;
    width: 120px;
    text-align: right;
    display: inline-block
}

.order-total {
    width: 25%;
    float: right;
    text-align: right;
    padding: 10px 0;
    margin-right: 30px
}

.order-total-title {
    float: left;
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.order-total-text {
    color: #FF0068;
    margin-bottom: 5px
}

.goods-total-price {
    color: #FF0068;
    font-weight: bolder;
    font-size: 16px;
    padding-top: 10px
}

.submit-order {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #FF0068;
    color: #fff;
    display: inline-block;
    margin-top: 20px
}

.submit-order:hover {
    color: #fff
}

.confirm_con {
    overflow: hidden
}

.confirm_mk {
    border: 1px solid #eee;
    width: 100%;
    height: auto;
    padding: 0 0 20px;
    margin: 10px 0 20px
}

.confirm_mk_tit {
    font-weight: 700;
    height: 45px;
    line-height: 44px;
    background: #f4f4f4;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    margin-bottom: 15px;
    font-weight: 400
}

.public_infor {
    padding: 10px 20px
}

.upload_con {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 20px;
    text-align: center
}

.upload_tit {
    font-size: 16px;
    text-align: center
}

.upload_label {
    display: block;
    width: 233px;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
    margin: 20px auto 10px;
    position: relative
}

.upload_label input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer
}

.upload_label img {
    width: 233px;
    height: 150px
}

.upload_con .submit-order {
    width: 200px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 15px;
    background: #FF0068;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    text-align: center
}

.upload_des {
    color: #999;
    font-size: 14px;
    padding-top: 10px
}

/* 我的佣金 */
.yongjin_top {
    padding: 70px 0;
    background: url(../../images/center/yongjin_bg.jpg) no-repeat center center/cover;
}

.yongjin_tit {
    padding: 0 0 20px;
    font-size: 16px;
}

.yongjin_des {
    padding-top: 20px;
    color: #ddd;
    font-size: 14px;
}

.yongjin_top .jf_num {
    font-size: 50px;
}

.tx_btn {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 30px;
    border-radius: 20px;
    color: #FF0068;
    text-align: center;
    border: 1px solid #fff;
    letter-spacing: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 30px;
}

.yongjin_top .buy_btn {
    right: 150px;
}


.yongjin_bot {
    width: 400px;
    height: auto;
    margin: auto;
    margin-top: 40px;
}

.yongjin_con {
    width: 50%;
    float: left;
    text-align: center;
}

.yongjin_con:first-child {
    border-right: 1px dashed #eee;
}

/* 售后服务 */
.refund_lx {
    width: 100%;
    height: auto;
    padding: 40px 40px 50px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.refund_lx_product {
    display: block;
    width: 100%;
    height: auto;
    min-height: 130px;
    padding: 0 30px 0 120px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.refund_lx_pic {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.refund_lx_pic img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.refund_lx_protit {
    font-size: 16px;
    margin-bottom: 10px;
}

.refund_lx_prodes {
    color: #999;
    font-size: 14px;
}

.refund_lx_list {
    width: 1200px
}

.refund_lx_list a {
    display: block;
    width: 545px;
    height: auto;
    padding: 40px 20px 40px 110px;
    margin: 0 25px 25px 0;
    float: left;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    position: relative;
}

.refund_lx_list i {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 40px;
    top: 43px;
}

.refund_lx_list .icon_refund_1 {
    background: url(../../images/center/icon_refund_1.png) no-repeat center center/50px 50px;
}

.refund_lx_list .icon_refund_2 {
    background: url(../../images/center/icon_refund_2.png) no-repeat center center/50px 50px;
}

.refund_lx_list .icon_refund_3 {
    background: url(../../images/center/icon_refund_3.png) no-repeat center center/50px 50px;
}

.refund_lx_list h2 {
    font-size: 20px;
    padding-bottom: 10px;
}

.refund_lx_list p {
    font-size: 16px;
    color: #999;
}

.refund_lx_tit {
    font-size: 16px;
    height: 50px;
    color: #000;
    line-height: 50px;
    margin-top: 20px;
}

.refund_lx_list .refund_lx_tit {
    color: #000;
}


/* 退换货 */
.top_process, .top_process img {
    width: 100%;
    height: auto;
}

.return_process {
    width: 100%;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 10px;
}

.return_process_l {
    width: 820px;
    padding: 40px;
    min-height: 600px;
    border-right: 1px solid #e8e8e8;
    height: auto;
    float: left;
    line-height: 40px;
}

.return_process_l > ul li {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0 15px 0 80px;
    position: relative;
}

.return_process_l > ul li:first-child {
    min-height: 80px;
}

.return_process_l .return_name {
    width: 80px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

.return_process_pic {
    width: 100%;
    height: 80px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 20px;
}

.return_process_pic .return_process_img {
    display: block;
    border-radius: 2px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.return_process_pic .return_process_img img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.return_process_con {
    line-height: 25px;
}

.return_process_tit {
    font-size: 15px;
    margin-bottom: 5px;
}

.return_process_des2 {
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.return_process_l .select_list {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 10px;
    background: url(../../images/center/arrow2.png) no-repeat 96% center;
}

.select_listcon {
    display: none;
}

.return_money {
    color: #FF0068;
}

.return_process_l .return_text {
    width: 600px;
    height: 150px;
    outline: none;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 10px;
    resize: none;
    font-family: "微软雅黑";
}

.return_process_l .file_con {
    display: block;
    width: 116px;
    height: 92px;
    border: 1px dashed #e8e8e8;
    position: relative;
    float: left;
    margin-right: 20px;
}

.return_process_l .file_con img {
    width: 114px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.return_process_l .input_file {
    width: 114px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    filter: alpha(opacity:0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.return_process_l .tjbtn {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    background: #FF0068;
    text-align: center;
    color: #fff;
    font-size: 16px;
    clear: both;
    margin-top: 20px;
    float: left;
}

.return_process_l .custom_label {
    display: block;
    font-size: 14px;
}

.return_process_l .radiobg {
    width: 15px;
    height: 15px;
    vertical-align: -17px;
}

.return_process_l .address_con {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 50px;
}

.return_process_r {
    width: 376px;
    padding: 40px 30px;
    float: right;
}

.return_process_rtit {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.return_process_infor {
    width: 100%;
    height: auto;
    clear: both;
    font-size: 13px;
}

.return_process_infor p {
    margin-top: 5px;
}

.return_process_infor span {
    color: #999;
}

.return_process_infor b {
    font-weight: normal;
    color: #FF0068;
}

.return_process_mk {
    margin: 10px 0;
}

.return_process_mk:first-child {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.return_process_success {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.return_process_success p {
    color: #666;
}

.return_process_success b {
    font-size: 20px;
}

.return_process_success span {
    color: #FF0068;
}

.return_process_success i.icon_sj {
    display: inline-block;
    width: 20px;
    height: 43px;
    margin-right: 5px;
    background: url(../images/icon_wait.png) no-repeat center center/15px auto;
    vertical-align: -15px;
}

.return_process_successcon {
    color: #999;
}

.return_process_successcon .xgbtn {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #FF0068;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    margin: 10px 0;
}

.return_process_successcon .cxbtn {
    color: #FF0068;
}

.return_process_l .discusslist {
    padding: 0;
    margin-top: 60px;
    padding-top: 10px;
}

.consult_tit {
    font-size: 16px;
    font-weight: bold;
}

.money_way {
    width: 100%;
    border: 1px solid #e8e8e8;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 13px;
    color: #333;
    margin-top: 10px;
}

.return_process_l .discusslist li {
    padding-left: 0;
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px 0;
    margin-bottom: 0;
}

.return_process_l .discusslist li:last-child {
    border-bottom: none;
}

.refund_lx_wt {
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #f8f8f8;
    padding: 10px 40px 40px;
}

.refund_lx_wt .problem_con {
    width: 100%;
    height: auto;
    float: none;
}

.return_process .apply_list .input_text {
    width: 60%;
    border: 1px solid #e8e8e8;
    background: #fff;
    border: 1px solid #e8e8e8;
    height: 40px;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 15px;
}


.discusslist .discusscon {
    line-height: 25px;
}

.discuss_pic {
    width: 100%;
    height: auto;
}

.discuss_pic li {
    display: block;
    width: 80px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    float: left;
    padding: 0;
    margin: 10px 10px 0 0;
}

.discuss_pic li img {
    width: 100%;
    height: auto;
    min-height: 100%;
    cursor: pointer;
}

.coupon_tab .post_btn{ display:block; width:80px; height:30px; line-height:30px; border-radius:3px; background:rgba(255, 0, 104, 1);color:#fff;text-align:center; position:absolute;right:10px; top:7px; padding:0;}
.message_tab button{cursor:pointer;}