/* 会员中心
----------------------------------------------- */
.user {
    margin-top: 40px;
    min-height: 400px;
    overflow: hidden;
    zoom: 1;
}
.user ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
@media (max-width: 767px) {
    .user {
        margin-top: 40px;
    }
}
/* -- login -- */
.user .login-wrap {
    margin: 0px auto;
    height: 500px;
}
.user .login-wrap h3 {
    text-align: center;
}
.user .login-wrap p.top {
    margin-bottom: 18px;
    padding-bottom: 6px;
    color: #999;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}
.user .login-wrap .login-way {
    display: inline-flex;
    justify-content: space-around;
    margin-top: 8px;
    width: 100%;
}
.user .login-wrap .login-way > .item {
    width: 32%;
    text-align: center;
    border: 1px dashed #d2d2d2;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}
.user .login-wrap .login-way > .item:hover,
.user .login-wrap .login-way > .item:focus {
    background-color: transparent;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    text-decoration: none;
}
.user .login-wrap .login-way > .item p {
    display: -webkit-box;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.user .login-wrap .login-way > .item:hover p {
    color: #f86442;
}
.user .login-wrap .login-way > .item p:first-child {
    background-color: #f9f9f9;
    border-radius: 8px;
}
.user .login-wrap .login-way > .item p:first-child img {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 48%;
}
.user .login-wrap .login-way > .item:hover p:first-child {
    background-color: #e6e6e6;
    border-radius: 8px;
}
.user .login-wrap .login-way > .item p:last-child,
.user .login-wrap .login-way > .item:hover p:last-child {
    color: #999;
    font-size: 14px;
}
.user .login-wrap .login-way > .wx_pub {
    width: auto;
    height: 150px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
@media (max-width: 767px) {
    .user .login-wrap .login-way > .wx_pub {
        height: 200px;
    }
}

.user .login-wrap form {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .user .login-wrap form {
        width: 66.6666666667%;
    }
}
@media (min-width: 768px) {
    .user .login-wrap {
        width: 50%;
    }
    .user .login-wrap form {
        width: 83.33333333%;
    }
}
@media (min-width: 1200px) {
    .user .login-wrap {
        width: 50%;
    }
    .user .login-wrap form {
        width: 66.66666667%;
    }
}
@media (min-width: 1400px) {
    .user .login-wrap {
        width: 50%;
    }
    .user .login-wrap form {
        width: 50%;
    }
}
.user .login-wrap ul li {}
.user .login-wrap ul li:last-child {
    margin-top: 12px;
    margin-bottom: 16px;
}
.user .login-wrap ul li p.help-block {
    margin-top: 2px;
    margin-bottom: 6px;
    height: 18px;
}
.user .login-wrap ul li > .group {
    display: flex;
}
.user .login-wrap ul li > .group .btn,
.user .login-wrap ul li > .group img {
    margin-left: 16px;
    width: 33.33333333%;
}
.user .login-wrap ul li > .group img {
    max-height: 34px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.user .login-wrap ul li > .group .btn.bg-warning {
    color: #333;
    background-color: #fcf8e3;
}
.user .login-wrap ul li input.btn {
    width: 100%;
}
.user .login-wrap .text-primary {
    text-align: center;
}
.user .login-wrap .help-block {
    color: red;
    font-size: 12px;
}
/* -- user tree -- */
.user .col-3 h4 {
    margin-top: 15px;
    height: auto;
    font-weight: normal;
    line-height: 100px;
    text-align: center;
    color: #555;
    background-color: #ddd;
    border-left: none !important;
    border-radius: 4px;
}
.user .col-3 ul li {
    margin-top: 10px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-left: 2px solid #ccc;
    border-bottom: 2px dotted #bbb;
    box-shadow: 0px 2px 2px 0px #ddd;
    -webkit-box-shadow: 0px 2px 2px 0px #ddd;
    -moz-box-shadow: 0px 2px 2px 0px #ddd;
}
.user .col-3 ul li a {
    display: block;
    padding-left: 20%;
    color: #444;
    line-height: 32px;
    font-weight: bold;
    text-decoration: none;
}
.user .col-3 ul li.active {
    color: #ff4611;
    border-left: 2px solid #ff4611;
    border-bottom: 2px dotted  #ff4611;
}
.user .col-3 ul li.active a {
    color: #ff4611;
}
.user .col-3 ul li.hover {
    color: #ff4611;
    border-left: 2px solid #ff4611;
    border-bottom: 2px dotted  #ff4611;
}
.user .col-3 ul li.hover a {
    color: #ff4611;
}
.user .col-9 > form > table {
    margin-top: 15px;
    margin-bottom: 30px;
}
.user .col-9 > form > table tr {
    height: 40px;
}
.user .col-9 > form > table tr > th {
    border: 2px dotted #ddd;
}
.user .col-9 > form > table tr > th,
.user .col-9 > form > table tr > td {
    padding: 2px 8px;
    vertical-align: middle;
    text-align: revert-layer;
}
.user .col-9 > form > table tr > th h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.user .col-9 > form > table tr > td .radio-inline:first-child {
    margin-left: 10px;
}
.user .col-9 > form > table tr > td i {
    color: red;
    margin-left: 5px;
    font-weight: bold;
}
.user .col-9 > form > table tr > td .help-block {
    margin-top: 0px;
    margin-bottom: 0px;
    color: red;
    font-size: 10px;
}
.user .col-9 > form > table > tbody > tr > td .img-ctrl {
}
.user .col-9 .img-ctrl p {
    margin-bottom: 0px;
    color: #555;
    text-align: center;
    background-color: #f5f5f5;
}
.user .col-9 .img-ctrl p img {
    height: 160px;
}
.user .col-9 > form .action {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.user .col-9 > form .action .btn {
    padding: 6px 36px;
    -webkit-appearance: none;
}
/* -- btnAction -- */
.user .btnAction a {
    display: block;
    margin: 0 0 10px auto;
    width: 120px;
    line-height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    color: #777;
}
.user .btnAction a:hover {
    border: 1px solid #999;
    background-color: #999;
    color: #fff;
}
.user .btnAction a.pay {
    border: 1px solid #e4393c;
    color: #e4393c;
}
.user .btnAction a.pay:hover {
    background-color: #e4393c;
    color: #fff;
}
/* -- user-info -- */
.user .user-info {
    padding: 20px 16px;
    margin-top: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}
.user .user-info .top {
    padding: 20px 0 20px 144px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 20px;
}
.user .user-info .top h4 {
    margin: 0 0 20px 0;
    font-weight: 700;
}
.user .user-info .top p {
    color: #999;
    margin-bottom: 10px;
}
.user .user-info .top a {
    color: #19b4ea;
}
.user .user-info .top img {
    position: absolute;
    left: 0;
    top: 0;
    width:120px;
    height: 120px;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 120px;
}
.user .user-info > ul {
    font-size: 14px;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.user .user-info > ul > li {
    padding: 8px 0;
    color: #999;
    width: 33.33%;
    float: left;
}
/* -- orderList -- */
.user .orderList {
    border-top: 1px solid #ddd;
}
.user .orderList .item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.user .orderList .item .status {
    padding: 15px 0 1px 0;
    color: #b0b0b0;
    font-size: 18px;
}
.user .orderList .item .detail .info {
    border-bottom: 1px solid #eee;
    padding: 1px 20px 15px 0;
}
.user .orderList .item .detail .info em {
    margin-right: 10px;
}
.user .orderList .item .detail .amount {
    width: 180px;
    border-bottom: 1px solid #eee;
    padding: 1px 0 15px 20px;
    text-align: right;
}
.user .orderList .item .detail .amount b {
    font-size: 16px;
}
.user .orderList .item .detail .list .listBox dl {
    position: relative;
    height: 44px;
    margin: 15px 0;
    padding: 10px 10px 10px 80px;
    line-height: 22px;
    color: #333;
}
.user .orderList .item .detail .list .listBox dl .img {
    position: absolute;
    left: 0;
    top: 0;
}
.user .orderList .item .detail .action {
    padding: 15px 0;
    text-align: right;
    vertical-align: top;
}
/* -- order -- */
.user .order .head {
    margin-bottom: 30px;
}
.user .order .head .title {
    border-bottom: 1px solid #ddd;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 10px;
}
.user .order .head .title h2 {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.user .order .head .title .action {
    float: right;
}
.user .order .head .subTitle {
    padding: 5px 0;
    color: #999;
    font-size: 14px;
}
.user .order .head .subTitle span {
    margin-right: 15px;
}
.user .order .itemList {
    width: 100%;
    border-top: 1px solid #eee;
}
.user .order .itemList td {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: left;
}
.user .order .info {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.user .order .info h2 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}
.user .order .info ul {
    line-height: 200%;
    color: #999;
    font-size: 14px;
}
.user .order .totalAmount {
    text-align: right;
    padding-top: 20px;
    line-height: 200%;
    font-size: 16px;
    color: #999;
}
