/*
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-input-placeholder{
	color: #CCC!important;
}
input:-moz-placeholder{
	color: #CCC!important;
}
input::-moz-placeholder{
	color: #CCC!important;
}
input:-ms-input-placeholder{
	color: #CCC!important;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #F4F4F4 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;
}
.price-gray {
 color: #999;
 font-size: 14px;
}
.price-cue {
 background-color: #fff1eb;
 color: #ff5000;
 font-size: 11px;
 padding: 2px 6px;
 border-radius: 10px;
 margin-left: 3px;
 margin-right: 6px;
}
.none {
 display: none;
}
.pointer {
 cursor: pointer;
}
@media (max-width: 992px) {
 .m-none {
  display: none;
 }
}
@media (min-width: 992px) {
 .p-none {
  display: none;
 }
}
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #0072C6;
 color: #EEE;
 padding: 8px 45px;
 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:active {
 box-shadow: none;
}
.btn:hover {
 text-decoration: none;
 color: #FFFFFF;
 background-color: #007AD5;
}
.btn-gray {
 display: inline-block;
 background-color: #CCC;
 color: #555;
 padding: 8px 45px;
 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;
 vertical-align: middle;
}
.btn-mini {
 display: inline-block;
 color: #333;
 border: 1px solid #DDD;
 padding: 3px 5px;
 line-height: 1em;
 font-size: 12px;
 cursor: pointer;
}
.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 0;
 width: 110px;
 text-align: center;
 text-transform: capitalize;
 cursor: pointer;
 font-size: 13px;
 box-sizing: content-box;
}
.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 {
 box-sizing: border-box;
 padding: 7px;
 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;
 box-sizing: border-box;
}
.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;
 box-sizing: border-box;
}
@media (max-width: 768px) {
 .btn, .btn-gray, .btn-payment, .btn-captcha {
  max-width: 100%;
 }
 .text-input, .text-area, .text-area-auto, .inp-main {
  width: 100%;
 }
}
.select {
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 padding: 7px 5px 7px 2px;
}
/*- 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;
}
/*- fileBox -*/
.fileBox {
 zoom: 1;
 overflow: hidden;
}
.fileBox .fileBtn li {
 display: block;
 width: 130px;
 line-height: 30px;
 text-align: center;
 border: 1px solid #DDD;
 border-bottom: 0;
 background-color: #F4F4F4;
 cursor: pointer;
 font-size: 12px;
 color: #333;
}
.fileBox .fileBtn li img {
 margin-top: 12px;
}
.fileBox .fileAdd {
 float: left;
}
.fileBox .fileAdd li {
 width: 80px;
 height: 80px;
 line-height: 80px;
 text-align: center;
 border: 1px dotted #CCCCCC;
 background-color: #F4F4F4;
 cursor: pointer;
 font-size: 14px;
}
.fileBox .fileAdd li img {
 margin-top: 40px;
}
.fileBox .fileList {
 margin-left: 80px;
 zoom: 1;
 overflow: hidden;
}
.fileBox .fileList li {
 float: left;
 border: 1px dotted #CCCCCC;
 height: 80px;
 overflow: hidden;
 margin-left: 10px;
 position: relative;
}
.fileBox .fileList li img {
 width: 80px;
 height: 80px;
}
.fileBox .fileList li span {
 display: none;
 background-color: #60BBFF;
 color: #FFF;
 width: 20px;
 height: 20px;
 text-align: center;
 line-height: 20px;
 cursor: pointer;
 position: absolute;
 bottom: 0;
 right: 0;
}
.fileBox .fileList li:hover span {
 display: block;
}
/*- 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;
}
.table-div dl dt i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
.table-div dl dd {
 color: #999;
}
.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;
 }
}
/* -- empty-list -- */
.filter {
 margin: 0 0 10px -2px;
 height: 35px;
}
.filter form {
 float: left;
}
.filter span {
 float: right;
}
@media (max-width: 768px) {
 .filter .inpMain {
  width: 120px;
 }
 .filter .btnGray {
  padding: 4px 5px;
 }
 .filter span {
  display: none;
 }
}
/* -- empty-list -- */
.empty-list {
 border: 1px solid #EEE;
 color: #DDD;
 padding: 150px 30px;
 text-align: center;
 margin-top: 40px;
 font-size: 30px;
}
/* -- 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 .container {
 display: flex;
 justify-content: space-between;
 align-items: center;
 height: 65px;
}
#header .head .logo {
}
#header .head .logo img {
 height: 35px;
}
#header .head .search-box {
 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;
}