/*
Module Name: 会员中心
Author: DouCo Co.,Ltd.
Author URI: https://www.douphp.com/
*/
/* 初始化
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color: #FFF;
}
body, button, input, textarea {
 font-size: 14px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 color: #333333;
 text-decoration: none;
}
a:hover {
 color: #333333;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 14px;
 margin: 0;
 padding: 0;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset !important;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
 cursor: pointer;
}
/* 全局样式
----------------------------------------------- */
/* -- scale -- */
.scale {
 overflow: hidden;
}
.scale img {
 width: 100%;
 cursor: pointer;
 transition: all 0.6s;
}
.scale img:hover {
 transform: scale(1.1);
}
/* -- common -- */
.cue {
 color: red;
 font-size: 14px;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.captcha {
 text-transform: uppercase;
}
.price {
 color: #CC0000;
}
.price-line {
 color: #999;
 font-size: 14px;
 text-decoration: line-through;
}
.none {
 display: none;
}
.pointer {
 cursor: pointer;
}
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #0072C6;
 color: #EEE;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align: center;
 -webkit-appearance: none;
 font-size: 14px;
 line-height: 1.5;
 border-radius: 0;
 border: 0;
}
.btn:hover {
 text-decoration: none;
 color: #FFFFFF;
 background-color: #007AD5;
}
.btn-gray {
 display: inline-block;
 background-color: #CCC;
 border: 0;
 color: #333;
 padding: 6px 15px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 -webkit-appearance: none;
}
.btn-payment {
 display: inline-block;
 background-color: #ff4246;
 color: #FFF;
 padding: 7px 28px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 -webkit-appearance: none;
}
.btn-captcha {
 display: inline-block;
 background-color: #19B4EA;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border: 0;
 color: #FFF;
 padding: 7px 22px;
 text-transform: capitalize;
 cursor: pointer;
 font-size: 13px;
}
.btn-captcha[disabled], .btn-captcha:disabled, .btn-captcha.disabled {
 color: #FFF;
 background-color: #b2b2b2;
 opacity: 1;
}
/* -- color -- */
.cRed {
 color: #F40;
}
.cOra {
 color: #f30;
}
.cGre {
 color: #0c6;
}
.cBlu {
 color: #69c;
}
.cGra {
 color: #999;
}
/* -- input -- */
.text-input {
 height: 34px;
 padding: 6px;
 font-size: 14px;
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 color: #666;
 -webkit-appearance: none;
}
.text-input[disabled], .text-input:disabled, .text-input.disabled {
 color: #999;
}
.text-area {
 padding: 4px;
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 line-height: 20px;
 -webkit-appearance: none;
}
.text-area-auto {
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 padding: 0;
 font-size: 12x;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
}
@media (max-width: 768px) {
 .btn, .btn-gray, .btn-payment, .btn-captcha {
  max-width: 100%;
 }
 .text-input, .text-area, .text-area-auto, .inp-main {
  max-width: 96%;
 }
}
/*- input-file -*/
.input-file {
 width: 80px;
}
.input-file .input-file-show {
 height: 80px;
 line-height: 80px;
 text-align: center;
 color: #555;
 background-color: #F5F5F5;
}
.input-file .input-file-show img {
 width: 100%;
 height: 80px;
}
.input-file .input-file-btn {
 width: 100%;
 background-color: #EEE;
 color: #999;
 line-height: 25px;
 cursor: pointer;
 text-align: center;
 -webkit-appearance: none;
}
/*- table-basic -*/
.table-basic {
 color: #666666;
 border-left: 1px solid #EEE;
 border-top: 1px solid #EEE;
 border-collapse: collapse;
}
.table-basic select {
 color: #8F8F8F;
}
.table-basic td, .table-basic th {
 border-right: 1px solid #EEE;
 border-bottom: 1px solid #EEE;
}
.table-basic th {
 background-color: #EEE;
}
.table-basic .child {
 background-color: #FFFFFF;
}
.table-basic td label {
 margin-right: 15px;
}
.table-basic td i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
/*- form-basic -*/
.form-basic dl {
 zoom: 1;
 overflow: hidden;
 margin-bottom: 20px;
}
.form-basic dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 13px;
}
.form-basic dl dt i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
.form-basic dl dd label {
 margin-right: 15px;
 line-height: 34px;
}
/*- form-control -*/
.form-control {
 border: 1px solid #E9E9E9;
 padding: 6px 3px;
}
@media (min-width: 768px) {
 .form-control {
  display: inline-block;
  width: auto;
 }
}
/*- table-div -*/
.table-div {
 zoom: 1;
 overflow: hidden;
}
.table-div dl {
 zoom: 1;
 overflow: hidden;
 margin-bottom: 20px;
}
.table-div dl .td {
 display: inline-block;
 margin-right: 20px;
}
.table-div dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 13px;
}
.table-div dl dt i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
.table-div dl dd label {
 margin-right: 15px;
 line-height: 34px;
}
.table-div dl dd .newline {
 margin-top: 10px;
}
@media (max-width:768px) {
 .table-div dl dt {
  float: none;
 }
}
/* -- pager -- */
.pager {
 text-align: right;
 padding-top: 20px;
 color: #666;
 font-size: 14px;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* -- pager class two -- */
.pager ul {
 display: inline-block;
 *display: inline;
 border-left: 1px solid #dddddd;
}
.pager ul li {
 display: inline;
}
.pager ul li a, .pager ul li em {
 float: left;
 padding: 0 14px;
 line-height: 38px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-left-width: 0;
}
.pager ul li a:hover {
 background-color: #f5f5f5;
}
.pager ul li.active a {
 background-color: #f5f5f5;
 color: #999999;
 cursor: default;
}
.pager ul li em.total {
 margin-left: 10px;
 border-left-width: 1px;
 color: #999;
}
/* footer
----------------------------------------------- */
#footer .copy-right {
 padding: 30px 0;
 text-align: center;
 border-top: 1px solid #EEE;
 margin-top: 40px;
}
#footer .net-safe-record {
 margin-left: 10px;
}
#footer .net-safe-record img {
 vertical-align: bottom;
}
/* 主体框架
----------------------------------------------- */
#wrapper .container {
 padding: 0 15px;
}
@media (min-width: 1200px) {
 #wrapper .container {
  width: 1200px;
  margin: 0 auto;
 }
}
/* 头部导航
----------------------------------------------- */
/* -- top -- */
#header .top {
 height: 50px;
 border-bottom: 1px solid #EEE;
 text-align: right;
}
/* top-nav */
#header .top .top-nav {
 float: left;
 position: relative;
 z-index: 1000;
 height: 50px;
 margin-left: -7px;
}
@media (max-width: 768px) {
 #header .top .top-nav {
  display: none;
 }
}
/* userTop */
#header .top .user-top {
 float:right;
}
#header .top li {
 float: left;
 zoom: 1;
 text-align: center;
}
#header .top li.spacer {
 overflow: hidden;
 margin: 20px 5px 0;
 width: 1px;
 height: 12px;
 background-color: #BBB;
}
#header .top li a {
 padding: 0 7px;
 height: 50px;
 line-height: 50px;
 color: #333;
}
#header .top li a b {
 color: #19B4EA;
}
#header .top li.hover {
 position: relative;
 border-bottom: 0;
}
#header .top li.hover s {
 border-left: 1px solid #FFF;
}
#header .top .top-nav ul {
 background: #FFFFFF;
 border: 1px solid #DDDDDD;
 border-top: 0;
 width: 100%;
 display: none;
 position: absolute;
 top: 100%;
 left: -1px;
 padding-bottom: 4px;
}
#header .top .top-nav ul li {
 float: none;
}
#header .top li.hover ul li {
 border: none;
}
#header .top li.hover ul li a {
 height: 35px;
 line-height: 35px;
}
/* -- head -- */
#header .head {
 background-color: #F5F5F5;
}
#header .head .logo {
 padding: 14px 0;
 float: left;
}
#header .head .logo img {
 height: 60px;
}
#header .head .search-box {
 float: right;
 margin: 25px 0 0 100px;
 height: 22px;
 padding: 4px 10px;
 border: 1px solid #DDDDDD;
 background-color: #FFF;
 padding-left: 10px;
 position: relative;
 box-sizing: content-box;
}
@media (max-width: 768px) {
 #header .head .search-box {
  display: none;
 }
}
#header .head .search-box .keyword {
 width: 360px;
 color: #CCCCCC;
}
#header .head .search-box .btn-search {
 position: absolute;
 right: 0;
 top: 0;
 background-color: #EEE;
 width: 86px;
 height: 30px;
 overflow: hidden;
 cursor: pointer;
}
#header .head .search-box .btn-search i {
 font-size: 14px;
 color: #999;
}
/* 会员中心
----------------------------------------------- */
#user {
 zoom:1;
 overflow:hidden;
 min-height: 500px;
}
#user .userLeft {
 float: left;
 width: 160px;
 margin-right: 30px;
}
#user .userIn {
 margin-left: 190px;
 overflow: hidden;
}
@media (max-width: 768px) {
 #user {
  min-height: auto;
 }
 #user .userLeft {
  float: none;
  width: auto;
  margin-right: 0;
 }
 #user .userIn {
  margin-left: 0;
 }
}
#user .userIn .main {
 margin-top: 25px;
 padding:20px 30px;
 border: 1px solid #EEE;
}
@media (max-width: 768px) {
 #user .userIn .main {
  padding:20px 0;
  border: 0;
 }
}
#user .userIn .main h3 {
 color: #555;
 font-size: 26px;
 padding-bottom: 20px;
 font-weight:normal;
}
#user .userIn .main h3 .more {
 float:right;
 color:#888;
 font-size:12px;
 margin-top:9px;
 font-weight:normal;
}
/* -- passport -- */
#user .passport {
 padding:50px 0 80px 0;
}
#user .passport .register h3 {
 font-size: 22px;
 font-weight: bold;
 color: #19B4EA;
 border-bottom: 1px dashed #CCCCCC;
 padding-bottom: 20px;
 margin-bottom:40px;
}
#user .passport .register h3 em {
 display:block;
 color: #999;
 font-size:12px;
 font-weight:normal;
}
#user .passport .register h3 a {
 color: #19B4EA;
}
#user .passport .register .btn {
 width:200px;
}
#user .passport .login {
 margin:0 auto;
 width:320px;
}
#user .passport .login h3 {
 font-size: 22px;
 font-weight: bold;
 margin-bottom:40px;
}
#user .passport .login h3 em {
 display:block;
 color: #999;
 font-size:12px;
 font-weight:normal;
}
#user .passport .login .text-input {
 width:306px;
}
#user .passport .login .btn {
 width:100%;
}
#user .passport .login .btnRegister {
 display: block;
 width:318px;
 border: 1px solid #CCCCCC;
 color: #555555;
 padding: 6px 0;
 cursor: pointer;
 font-weight: bold;
 text-align:center;
}
/* -- userTree -- */
#user .userTree {
 margin-top: 25px;
}
#user .userTree h3 {
 background-color: #DDD;
 line-height: 100px;
 color: #555;
 font-weight: normal;
 font-size: 18px;
 text-align: center;
}
@media (max-width: 768px) {
 #user .userTree h3 {
  line-height: 60px;
  color: #555;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
 }
}
#user .userTree ul {
 padding-top: 5px;
}
#user .userTree li a {
 display:block;
 padding:8px 10px;
 color: #555;
 font-size: 14px;
}
#user .userTree li.cur {
 background-color:#19B4EA;
}
#user .userTree li.cur a {
 color:#FFF;
}
#user .userTree .searchBox {
 margin:20px 0;
}
#user .userTree .searchBox .keyword {
 width: 136px;
}
/* -- 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;
}
/* -- startPage -- */
#user .startPage {
 padding: 10px;
}
#user .startPage .basicInfo .basic {
 padding: 30px 0 20px 150px;
 border-bottom: 1px solid #DDD;
 position: relative;
 height: 150px;
 margin-bottom: 20px;
}
#user .startPage .basicInfo .basic h2 {
 font-size: 18px;
 font-weight: 400;
}
#user .startPage .basicInfo .basic h2 em {
 color: #999;
}
#user .startPage .basicInfo .basic p {
 color: #999;
 margin-bottom: 10px;
}
#user .startPage .basicInfo .basic a {
 color: #19B4EA;
}
#user .startPage .basicInfo .basic .avatar {
 position: absolute;
 left: 0;
 top: 0;
 padding: 4px;
 border: 1px solid #e0e0e0;
 border-radius: 120px;
}
#user .startPage .basicInfo .info {
 font-size: 14px;
 zoom: 1;
 overflow: hidden;
 margin-bottom: 30px;
}
#user .startPage .basicInfo .info li {
 padding: 8px 0;
 color: #999;
 width: 33%;
 float: left;
}
/* -- sns -- */
#user .snsIcon a {
 display: inline-block;
 width: 30px;
 height: 30px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -o-border-radius: 50%;
 border-radius: 50%;
 margin-right: 10px;
}
#user .snsLink {
 font-weight: bold;
 margin-bottom:40px;
 text-align: center;
}
#user .snsLink .head {
 font-size: 22px;
 font-weight: bold;
 margin-bottom:40px;
}
#user .snsLink .img img {
 width: 100px;
 height: 100px;
 border: 1px solid #e0e0e0;
 border-radius: 100px;
}
#user .snsLink .action {
 margin-top: 40px;
}
#user .snsList dl {
 zoom:1;
 overflow: hidden;
 padding: 15px 0;
 border-top: 1px dotted #DDD;
 line-height: 30px;
}
#user .snsList dt {
 float: left;
}
#user .snsList dt i {
 display: inline-block;
 width: 30px;
 height: 30px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -o-border-radius: 50%;
 border-radius: 50%;
 margin-right: 10px;
 vertical-align: middle;
}
#user .snsList dt em {
 color: #19B4EA;
}
#user .snsList dd {
 float: right;
}
#user .snsList dd a {
 color: #0072C6;
}
/* -- wxlogin -- */
#user .wxlogin a {
 display: block;
 border: 1px solid #EEE;
 width: 180px;
 text-align: center;
}
#user .wxlogin a .fa {
 height: 120px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -o-border-radius: 50%;
 border-radius: 50%;
 font-size: 80px;
 text-align: center;
 line-height: 120px;
 color: #44AE64;
}
#user .wxlogin a .name {
 padding-bottom: 20px;
 font-size: 18px;
 color: #555;
}
/* -- 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;
}
@media (max-width: 768px) {
 #user .orderList .item .detail .info em {
  margin-right: 0;
  display: block;
  margin-top: 5px;
 }
}
#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 {
 height: 64px;
 margin: 15px 0;
 padding: 10px 10px 10px 0;
 line-height: 22px;
 color: #333;
}
#user .orderList .item .detail .list .listBox dl.img {
 position: relative;
 padding-left: 80px;
}
#user .orderList .item .detail .list .listBox dl .image {
 position: absolute;
 left: 0;
 top: 0;
}
@media (max-width: 768px) {
 #user .orderList .item .detail .list .listBox dl dt {
  display: none;
 }
 #user .orderList .item .detail .list .listBox dl dd {
  display: none;
 }
}
#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;
}
@media (max-width: 768px) {
 #user .order .head .title h2 {
  width: 50%;
  color: #888;
 }
}
#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;
}