body {
  font-size: 1.4rem;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
[class*='am-icon-']:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.am-btn-main {
  background-color: #F86353;
  border-color: #F86353;
  color: #fff;
}
.am-btn-main:hover {
  color: #fff;
}
.btn-main-empty {
  background: #fff;
  border-color: #F86353;
  color: #F86353;
}
.btn-main-empty:hover {
  color: #F86353;
}
.am-header-default {
  background: #fff;
}
.am-header-default .am-header-nav > a {
  color: #666;
}
.am-navbar-default .am-navbar-nav {
  border-top: 1px solid #ddd;
  background: #333;
}
.am-navbar-default .am-navbar-nav a {
  color: #fff;
}
.am-navbar-default .am-navbar-nav .active {
  color: #F86353;
}
.color-bg {
  background: #F7F8F8;
  padding-bottom: 20px;
  position: relative;
  padding-top: 2rem;
}
.white-bg {
  background: #fff;
}
.text-turquoise {
  color: #1ABC9C;
}
.text-emerland {
  color: #2ECC71;
}
.text-peterriver {
  color: #3498DB;
}
.text-sunflower {
  color: #F1C40F;
}
.text-carrot {
  color: #E67E22;
}
.text-alizrin {
  color: #E74C3C;
}
.bg-default {
  background: #F2DEDE;
  color: #E0282A;
}
.bg-info {
  background: #4D97DF;
}
.bg-info small {
  color: #4D97DF;
}
.bg-danger {
  background: #D9544F;
}
.bg-success {
  background: #1ABC9C;
}
/**会员中心首页**/
.user-msg {
  background: #fff;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
.user-msg .user-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.user-msg .user-pic img {
  width: 100%;
}
.user-msg .tool-btn a {
  font-size: 1.4rem;
  margin: 0 10px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  color: #666;
}
.tool-btn-box {
  margin-top: 15px;
  background: #fff;
}
.tool-btn-box .tool-items {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  padding: 1.0rem;
}
.tool-btn-box .tool-items a {
  font-size: 1.4rem;
}
.tool-btn-box .tool-items .tool-icon {
  dispaly: block;
  font-size: 2.4rem;
}
.tool-btn-box .tool-items p {
  margin: 0;
  color: #999;
}
.account-capital {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -2rem;
  padding: 10px;
  background: url('../images/user-bg.jpg') no-repeat center;
  background-size: 100%;
  color: #fff;
  font-size: 1.4rem;
}
.account-capital .user-name {
  display: block;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
.account-capital .user-name .icon {
  float: right;
  display: inline;
}
.account-capital .capital-num {
  text-align: left;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.account_items {
  background: #fff;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 15px;
}
.account_items .item {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.account_items .item-mes dl dt {
  color: #fff;
}
.account_items .item-mes dl dd {
  color: #fff;
}
.account_items dl {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px 0;
  border-radius: 5px;
}
.account_items dl dt {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
}
.account_items dl dd {
  margin: 0;
  color: #F86353;
}
.user-navlist {
  margin: 15px -10px;
}
.user-navlist ul li {
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}
.user-navlist a {
  color: #666;
}
.user-navlist .user-icon {
  color: #999;
  float: right;
  dispaly: inline;
}
.user-navlist .navlist-page {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  z-index: 999;
  transition: 0.3s left;
  -webkit-transition: 0.3s left;
  -o-transition: 0.3s left;
  -moz-transition: 0.3s left;
  -ms-transition: 0.3s left;
  height: 100%;
  background: #F7F8F8;
}
.user-navlist .navlist-page .goback {
  text-align: center;
  color: #999;
  width: 100%;
}
.user-page {
  position: relative;
}
.site-title {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 30%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #fff;
  margin-top: -4rem;
  position: relative;
  z-index: 999;
  background: #F86353;
  margin-bottom: 1rem;
}
/**会员中心首页**/
.user-form-box {
  margin-top: 2rem;
}
.user-form-box small {
  color: #999;
}
.user-form-box p {
  color: #999;
  font-size: 1.4rem;
}
.user-form-box .am-form .am-form-field {
  border: 1px solid #f1f1f1;
}
.user-form-box .form-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #f1f1f1;
  margin: 0.8rem 0;
  padding: 0 1rem;
  color: #999;
  background: #fff;
}
/**充值**/
.tips-box {
  margin: 2rem 0;
  padding: 1rem;
  background: #fff;
}
/**充值**/
/**提现**/
.card-type {
  text-align: center;
  box-shadow: 0 0 2px #d1d1d1;
  padding: 1rem 0;
  border-radius: 5px;
}
.card-type p {
  border-top: 1px solid #f1f1f1;
  margin: 1rem 2rem 0 2rem;
  padding-top: 1rem;
}
/**提现**/
.tips-box {
  text-align: center;
  background: #fff;
  display: none;
  width: 100%;
  z-index: 999;
}
.tips-box .tips-icon {
  font-size: 4.8rem;
  font-weight: 400;
  display: block;
}
.tips-box .success-tips .tips-icon {
  color: #3498DB;
}
.tips-box .error-tips .tips-icon {
  color: #3498DB;
}
.tips-box span {
  font-size: 1.4rem;
}
.tips-box a {
  margin-top: 2rem;
}
.tips {
  padding: 5px 8px;
  color: #fff;
  font-size: 1.2rem;
  display: none;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.tips p {
  position: relative;
  z-index: 99;
  margin: 0;
  color: #fff;
}
.tips .tips-bg {
  background: #F1C40F;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.am-list li {
  color: #999;
  border-color: #F1F1F1;
}
.trading-list {
  font-size: 1.2rem;
}
.trading-list ul li {
  overflow: hidden;
}
.trading-list label {
  font-weight: 400;
  float: left;
  display: inline;
  margin-right: 15px;
  margin-bottom: 0;
}
.trading-list span {
  float: right;
  display: inline;
}
.user-block {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  margin-bottom: 1.0rem;
  overflow: hidden;
  color: #999;
}
.user-block .msg-item {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.user-block .user-tool-btn {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.user-block ul {
  padding: 0 10px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.nlist {
  margin: 0.5rem 0;
}
.nlist dl {
  background: #fff;
  border-color: #f1f1f1;
}
.nlist dl dt {
  background: #fff;
}
.nlist .am-active .am-accordion-title {
  background: #fff;
}
.nlist .am-accordion-title {
  border-bottom: 1px solid #f1f1f1;
}
.nlist .am-accordion-item {
  border-color: #f1f1f1;
}
.nlist ul {
  margin-bottom: 0;
}
.nlist ul li {
  overflow: hidden;
}
.nlist ul li span {
  float: right;
  display: inline;
}
.subnavlist {
  margin: 0 -1rem;
}
.subnavlist ul li {
  padding: 0 1.0rem;
}
.subnavlist a {
  color: #999;
}
.tips-content {
  text-align: center;
}
.tips-content .tips-msg {
  font-size: 2.4rem;
}
.tips-content .tips-success .tips-msg {
  color: #7CDC2F;
}
.tips-content .tips-error .tips-msg {
  color: #E33B42;
}
/**好友推荐**/
.tj-bg {
  position: absolute;
  top: -2px;
  left: 0;
  background: #FDD623;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tj-banner {
  margin-top: -1rem;
}
.tj-banner img {
  width: 100%;
}
.tj-content {
  background: #FDD623;
  padding: 1rem;
  margin: 1rem 0;
}
.tj-content .tj-data {
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  border-radius: 10px;
}
.tj-content .tj-data span {
  color: #F86353;
  font-size: 2.4rem;
  margin: 0 0.5rem;
}
.tj-content .tj-link {
  width: 100%;
  border-radius: 5px;
  border: 0px;
  padding: 0.5rem;
  margin-top: 2rem;
}
.tj-instructions {
  background: #F7EEDC;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.tj-instructions .title {
  color: #EB3F3E;
  font-weight: 400;
}
.tj-instructions p {
  color: #EB3F3E;
}
.diss-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.canvas-box .am-offcanvas-content {
  padding-left: 5rem;
  padding-top: 5rem;
}
.canvas-box .am-offcanvas-content a {
  font-size: 1.6rem;
}
.canvas-box .canvas-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem;
}
.canvas-box .canvas-btn a {
  margin-top: 1rem;
}
