.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}
.btn.btn-circle {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.caret-variant {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
}
.caret-top {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  border-bottom: 4px solid #000000;
}
.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  border-left: 4px solid #000000;
}
.caret-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  border-top: 4px solid #000000;
}
.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  border-right: 4px solid #000000;
}
.triangle-up {
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-top: none;
  border-right-color: transparent;
  border-left-color: transparent;
}
.triangle-down {
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-right-color: transparent;
  border-bottom: none;
  border-left-color: transparent;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: none;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-top-color: transparent;
  border-right: none;
  border-bottom-color: transparent;
}
.triangle-top-left {
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-right-color: transparent;
  border-bottom: none;
  border-left: none;
}
.triangle-top-right {
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-right: none;
  border-bottom: none;
  border-left-color: transparent;
}
.triangle-bottom-left {
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-top: none;
  border-right-color: transparent;
  border-left: none;
}
.triangle-bottom-right {
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-top: none;
  border-right: none;
  border-left-color: transparent;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  padding-bottom: 270px;
  background: #ffffff;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  height: 100%;
  z-index: 1;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
}
input,
select,
textarea,
button {
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 14px;
  outline: none !important;
}
input::-ms-clear,
select::-ms-expand {
  display: none;
}
* {
  box-sizing: border-box;
}
i {
  padding-right: 5px;
  color: #ffae00;
}
.container .text-danger {
  color: #ff2736;
}
.logo {
  float: left;
}
.logo img {
  display: block;
  margin-top: 18px;
}
.header {
  background: #fff;
  /* height: 110px;*/
  min-height: 110px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
}
.header .heder-top {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #dfe7ff;
}
.header .heder-top .header-tel,
.header .heder-top .header-links {
  padding: 0;
}
.header .heder-top .header-tel {
  color: #333333;
  font-weight: bold;
}
.header .header-links a {
  margin-left: 10px;
  color: #777777;
}
.header .header-links a i {
  color: #92adff;
}
.product-hot {
  height: 265px;
  margin-bottom: 160px;
  background: url("../images/hot-bg.jpg") center center no-repeat;
}
.product-hot .title {
  font-size: 26px;
  padding-top: 50px;
  float: left;
}
.product-hot .hot-group {
  text-align: right;
  padding-top: 55px;
}
.product-hot .hot-group .hot-list {
  display: inline-block;
  width: 224px;
  height: 320px;
  margin-left: 15px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product-hot .hot-group .hot-list .hot-img {
  display: block;
  width: 194px;
  height: 194px;
  margin: 0 auto;
  background: #ddd;
}
.product-hot .hot-group .hot-list .hot-title {
  padding-top: 10px;
}
.product-hot .hot-group .hot-list .hot-title,
.product-hot .hot-group .hot-list .hot-text {
  text-align: center;
  font-weight: normal;
}
.product-hot .hot-group .hot-list .hot-text {
  margin-top: 15px;
  color: #ffae00;
  font-size: 30px;
}
.product-body {
  float: left;
  width: 540px;
  position: relative;
}
.product-body .title {
  margin: 0 0 25px;
}
.product-body .title .mark {
  display: block;
  float: left;
  font-size: 14px;
  background: #ffae00;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  padding: 5px;
  position: relative;
}
.product-body .title .mark:after {
  position: absolute;
  content: "";
  width: 0;
  top: 8px;
  right: -5px;
  border-top: 5px solid transparent;
  border-left: 5px solid #ffae00;
  border-bottom: 5px solid transparent;
}
.product-body .sub-title {
  margin: 15px 0;
  color: #444444;
}
.product-text {
  color: #333333;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
}
.product-text span {
  color: #ff7600;
}
.product-text .product-text-item {
  display: inline-block;
  float: left;
  position: relative;
}
.product-text .product-text-item + .product-text-item {
  margin-left: 10px;
  padding-left: 10px;
}
.product-text .product-text-item + .product-text-item:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 1px;
  height: 14px;
  background: #ccc;
}
.product-tags {
  margin-top: 20px;
  padding: 0 200px 0 0;
  height: auto;
  overflow: hidden;
}
.product-tags .row {
  margin: 0 -10px;
}
.product-tags .tags-item {
  padding: 5px 10px;
}
.product-tags .tags-item span {
  display: block;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ddd;
}
.product-tags .btn-icon {
  border-radius: 0;
}
.product-tags .btn-icon i {
  color: #92adff;
}
.product-tags .btn-icon:hover i {
  color: #fff;
}
.product-tags .btn-icon.disabled {
  border-color: #aaa !important;
  background: #f0f0f0 !important;
}
.product-tags .btn-icon.disabled i {
  color: #888;
}
.product-list-before {
  position: absolute;
  top: 20px;
  left: -240px;
  display: block;
  width: 300px;
  height: 200px;
  background: #fff;
}
.product-list-before img {
  display: block;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.product-list-before .hot {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
  height: 64px;
  background: url("../images/hot.png") 0 0 no-repeat;
  z-index: 99;
}
.product-list {
  position: relative;
  margin: 0 0 30px 240px;
  padding: 20px 20px 20px 100px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.product-list:before,
.product-list:after {
  content: " ";
  display: table;
}
.product-list:after {
  clear: both;
}
.circle-box {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 100px;
  color: #fff !important;
  background: #9d9d9d;
  clear: right;
  margin-bottom: 5px;
}
.product-after {
  position: relative;
  float: right;
  width: 260px;
  height: 200px;
  display: block;
  padding-left: 20px;
  text-align: center;
  border-left: 1px solid #c5d3ff;
}
.product-after .title {
  display: block;
  margin: 36px auto 15px;
  font-size: 48px;
  color: #ffae00;
}
.product-after .title span {
  font-size: 16px;
  color: #333;
}
.product-after .title small {
  font-size: 16px;
  color: #ff7600;
}
.product-after .btn {
  display: inline-block;
  margin: 0 auto;
}
.product-after .product-after-mark {
  position: absolute;
  top: 0;
  right: 0;
}
.product-after .product-after-mark img {
  display: block;
  width: 64px;
}
.product-after .product-text {
  margin-top: 10px;
  text-align: left;
  color: #777;
  padding-top: 10px;
  margin-bottom: 20px;
}
.product-after .product-text .product-text-item {
  display: block;
  font-size: 12px;
  width: 50%;
  text-align: center;
}
.product-after .product-text .product-text-item + .product-text-item {
  margin-left: 0;
  padding-left: 0;
}
.product-after .product-text .product-text-item + .product-text-item:before {
  display: none;
}
.product-after .product-text .product-text-item span {
  color: #777;
}
.product-after .product-text .product-text-item span.star {
  display: inline-block;
  height: 14px;
  background: url("../images/star.png") left 0 repeat-x;
}
.product-after .product-text .product-text-item span.star.star-5 {
  width: 90px;
}
.product-after .product-text .product-text-item span.star.star-4 {
  width: 72px;
}
.product-after .product-text .product-text-item span.star.star-3 {
  width: 54px;
}
.product-after .product-text .product-text-item span.star.star-2 {
  width: 36px;
}
.product-after .product-text .product-text-item span.star.star-1 {
  width: 18px;
}
.pages {
  text-align: center;
  margin-bottom: 30px;
}
.pages a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
}
.pages a.current {
  background: #ffae00;
  color: #fff;
}
.pages a:hover {
  background: #eeeeee;
}
.pages:before,
.pages:after {
  content: " ";
  display: table;
}
.pages:after {
  clear: both;
}
.web-info {
  padding: 30px 0;
  color: #4a4a4a;
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 24px;
}
.web-info .title {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.web-info .col-xs-6 {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.web-info ul li {
  color: #333333;
  line-height: 32px;
}
.web-info ul li a {
  color: #333333;
  text-align: center;
}
.web-info ul li a:hover {
  color: #000;
}
.web-info ul i {
  font-size: 14px;
  width: 20px;
  text-align: center;
  margin-right: 5px;
  color: #333333;
}
.web-info .follow {
  display: block;
}
.web-info .follow i,
.web-info .follow span {
  display: block;
  width: 100%;
}
.footer-pic-group img {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.footer {
  background: #090909;
  font-size: 12px;
  text-align: center;
  color: #aaa;
  line-height: 48px;
}
.footer i {
  color: #fff;
}
.order .form {
  width: 790px;
  float: left;
  position: relative;
}
.order .form .form-card {
  padding: 20px 100px 20px 40px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.order .form .form-card:before,
.order .form .form-card:after {
  content: " ";
  display: table;
}
.order .form .form-card:after {
  clear: both;
}
.order .form .form-card .title {
  position: relative;
  padding: 5px 10px 5px 30px;
  margin: -20px -100px 30px -40px;
  background: #fff;
  height: auto;
  overflow: hidden;
  text-align: right;
  border-bottom: 1px solid #eee;
}
.order .form .form-card .title i.fa {
  font-size: 16px;
  line-height: 44px;
}
.order .form .form-card .title h4 {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.order .form .form-card .title:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #ffae00;
  z-index: 9;
  top: 50%;
  height: 20px;
  left: 15px;
  margin-top: -12px;
}
.order .form .form-card .subtitle {
  padding: 5px 100px 5px 40px;
  margin: -1px -100px 20px -40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  background: #f8f8f8;
}
.order .form .form-card .btn-group {
  position: absolute;
  top: 110px;
  right: 40px;
  width: 60px;
  border-radius: 0;
}
.order .form .form-card .btn.btn-outline {
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 0 !important;
  float: left;
  background: #eef2ff;
  border: 1px solid #c5d3ff;
  margin-left: 0;
  margin-bottom: 20px;
}
.order .form .form-card .btn.btn-outline i {
  padding: 0;
  margin: 0 auto 5px;
  font-size: 20px;
  padding-top: 10px;
  color: #92adff;
}
.order .form .form-card .btn.btn-outline span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.order .form .form-card .radio-control.sex {
  margin: 0px 0 0 -70px;
}
.order .form .form-card.table-card {
  padding: 20px 40px;
}
.order .form .form-card.table-card .subtitle {
  font-size: 18px;
  margin: 30px 0 15px;
  color: #92adff;
}
.order .form .form-card.table-card .title {
  margin: -20px -40px 30px -40px;
}
.order .form .form-card.table-card dt {
  display: inline-block;
  float: left;
  line-height: 24px;
}
.order .form .form-card.table-card dd {
  line-height: 24px;
}
.order .form .form-card.table-card .list:before,
.order .form .form-card.table-card .list:after {
  content: " ";
  display: table;
}
.order .form .form-card.table-card .list:after {
  clear: both;
}
.order .form .form-card.table-card .list span {
  float: right;
}
.order .form .form-card .order-type {
  margin-bottom: 30px;
}
.order .form .form-card .order-type .order-type-item {
  border: 1px solid #ddd;
  padding: 10px 30px;
  margin-right: 10px;
  border-radius: 3px;
}
.order .form .form-card .order-type .order-type-item:hover {
  background: #dfe7ff;
  border: 1px solid #c5d3ff;
  cursor: pointer;
  color: #92adff;
}
.order .form .form-card .order-type .order-type-item.current {
  background: #92adff;
  border-color: #92adff;
  color: #fff;
}
.order .form .form-card .order-type .order-type-item.current:hover {
  background: #dfe7ff;
  border: 1px solid #c5d3ff;
  cursor: pointer;
  color: #92adff;
}
.order .form .form-group {
  position: relative;
  float: left;
  min-width: 170px;
}
.order .form .form-group .form-control {
  height: 48px;
  padding-right: 48px;
  padding-left: 0;
  border-width: 0 0 1px;
  border-color: #ddd;
}
.order .form .form-group .form-control:focus {
  border-color: #92adff;
}
.order .form .form-group .form-control:focus + .control-label {
  top: -10px;
  font-weight: bold;
}
.order .form .form-group i {
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  left: 461px;
  top: 1px;
  padding: 0;
  color: #c5d3ff;
}
.order .form .form-group .form-inline.radio .form-control,
.order .form .form-group .form-inline.checkbox .form-control {
  padding: 6px 24px;
}
.order .form .form-group .form-inline .form-control {
  display: inline-block;
  margin-right: 15px;
  line-height: 28px;
}
.order .form .form-group .form-inline .form-control.checked {
  border-color: #92adff;
  background: #92adff;
  color: #fff;
}
.order .form .form-group .form-item {
  display: table-cell;
}
.order .form .form-group .form-item .form-control {
  padding-right: 12px;
  width: 144px;
  margin-right: 0;
}
.order .form .form-group span.form-item {
  padding: 0 10px;
}
.order .form .form-group .input-group-addon {
  background-color: transparent;
  border: 1px solid #c5d3ff;
  border-left: 0;
  border-radius: 0;
}
.order .form .form-group .input-group-addon i {
  position: relative;
  padding: 0;
  color: #c5d3ff;
}
.order .form .form-group.form-group-full {
  width: 100%;
  max-width: 520px;
}
.order .form .form-group.form-group-lg {
  width: 315px;
  margin-left: 30px;
}
.order .form .form-group.form-group-md {
  width: 245px;
}
.order .form .form-group.float-none {
  float: none;
}
.order .form .form-group .selectboxit-container {
  border-bottom: 1px solid #ddd;
  margin-top: -15px;
}
.order .form .form-group .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  margin: 0;
}
.order .form .form-group .selectboxit-container .selectboxit-text {
  text-indent: 0;
}
.order .form .form-group .selectboxit-container .selectboxit-options {
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.order .form .form-group .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #92adff;
  color: #fff;
}
.order .form .form-group .selectboxit-container .selectboxit-arrow-container:after {
  text-align: center;
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 15px;
}
.order .form .from-group-text {
  float: left;
  display: block;
  height: 37px;
  line-height: 48px;
  margin: 0 15px;
}
.order .form .btn-card {
  margin-bottom: 30px;
}
.order .form .btn-card .form-group {
  margin-bottom: 10px;
}
.order .form .btn-custom {
  margin: -15px 0 30px;
}
.order .form .btn-custom .btn i {
  color: #92adff;
}
.order .form .btn-custom .btn:hover i {
  color: #fff;
}
.order .form .btn-custom .btn:last-child {
  float: right;
}
.order .form .btn-custom .btn:last-child i {
  color: #fff;
}
.order .order-mini {
  float: right;
  width: 360px;
  vertical-align: top;
  border: 1px solid #92adff;
}
.order .order-mini .product {
  background: #92adff;
  margin: 0;
  padding: 30px 15px;
  color: #fff;
  font-size: 24px;
}
.order .order-mini h6 {
  text-align: center;
  color: #fff;
  background: #789aff;
  padding: 10px 15px;
  margin: 0;
}
.order .order-mini .order-text {
  margin-bottom: 15px;
}
.order .order-mini .order-text .title {
  background: #eef2ff;
  color: #222222;
  padding: 10px 15px;
  font-weight: bold;
}
.order .order-mini .order-text .title img {
  display: block;
  float: right;
  height: 20px;
}
.order .order-mini .order-text-item {
  display: table;
  width: 100%;
  line-height: 36px;
}
.order .order-mini .order-text-item .order-text-item-beofre,
.order .order-mini .order-text-item .order-text-item-after {
  display: table-cell;
  padding: 0 15px;
}
.order .order-mini .order-text-item .order-text-item-beofre {
  font-weight: normal;
  color: #555555;
}
.order .order-mini .order-text-item .order-text-item-after {
  text-align: right;
  font-weight: bold;
  color: #ffae00;
}
.order .order-mini .panel-group {
  margin-bottom: 0;
}
.order .order-mini .panel-heading {
  background: #eef2ff;
  border: 0 !important;
  border-radius: 0;
}
.order .order-mini .panel-heading span.title {
  font-weight: bold;
}
.order .order-mini .panel-heading img {
  display: block;
  float: right;
  height: 20px;
}
.order .order-mini .panel-heading:hover {
  background: #dfe7ff;
}
.order .order-mini .panel-body {
  padding: 0;
  border: 0;
}
.order .order-mini .panel {
  border: 0;
}
.order .order-mini .divider {
  margin: 0;
}
.step {
  display: block;
  float: left;
  padding-top: 15px;
  width: 790px;
  color: #777777;
  margin: 30px auto;
}
.step .step-item {
  padding: 0;
}
.step .step-mark {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}
.step .step-mark:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #c8c8c8;
  z-index: 9;
  top: 9px;
  left: 0;
  width: 41%;
  background: #92adff;
}
.step .step-mark:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #c8c8c8;
  z-index: 9;
  top: 9px;
  left: 59%;
  width: 41%;
  background: #92adff;
}
.step .step-mark i.fa:before {
  font-size: 18px;
  content: "\f10c";
  color: #92adff;
}
.step .checked {
  color: #777777;
}
.step .checked .step-mark:before,
.step .checked .step-mark:after {
  background: #c8c8c8;
}
.step .checked .step-mark i.fa:before {
  content: "\f058";
  color: #c8c8c8;
}
.step .current {
  color: #ffae00;
}
.step .current .step-mark:before,
.step .current .step-mark:after {
  background: #ffae00;
}
.step .current .step-mark i.fa:before {
  content: "\f111";
  color: #ffae00;
}
.step .step-text {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.divider {
  display: block;
  height: 1px;
  background: #c5d3ff;
  margin: 5px 0;
}
.text-warning {
  color: #ffae00;
}
.details {
  margin: 0 auto;
}
.details:before,
.details:after {
  content: " ";
  display: table;
}
.details:after {
  clear: both;
}
.details .product-preview {
  height: 480px !important;
}
.details .product-iteminfo {
  float: right;
  width: 550px;
  padding: 45px 0;
  margin: 0;
  text-align: right;
}
.details .product-iteminfo .title {
  margin: 0 0 15px;
}
.details .product-iteminfo .sub-title {
  color: #333333;
}
.details .product-iteminfo .price {
  margin: 30px 0;
  color: #ff8700;
  font-size: 36px;
  text-align: left;
  padding-left: 180px;
  color: #222;
}
.details .product-iteminfo .item-info {
  margin-bottom: 10px;
  padding-left: 180px;
}
.details .product-iteminfo .item-info:before,
.details .product-iteminfo .item-info:after {
  content: " ";
  display: table;
}
.details .product-iteminfo .item-info:after {
  clear: both;
}
.details .product-iteminfo .item-info i {
  margin-right: 10px;
  font-size: 18px;
  color: #5592ff;
}
.details .product-iteminfo .item-info dt {
  width: 120px;
  float: left;
  font-size: 16px;
  font-weight: normal;
  color: #555555;
}
.details .product-iteminfo .item-info dd {
  float: left;
  font-size: 16px;
}
.details .product-iteminfo a.btn {
  float: left;
  margin-left: 180px;
  padding-right: 60px;
  padding-left: 60px;
}
.tabs {
  margin-bottom: 45px;
}
.tabs .tabs-nav {
  border-bottom: 4px solid #ddd;
  margin-bottom: 20px;
}
.tabs .tabs-nav:before,
.tabs .tabs-nav:after {
  content: " ";
  display: table;
}
.tabs .tabs-nav:after {
  clear: both;
}
.tabs .btn {
  margin-top: 12px;
}
.tabs-nav-item {
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  float: left;
  margin-bottom: -2px;
}
.tabs-nav-item + .tabs-nav-item {
  margin-left: -1px;
}
.tabs-nav-item.current {
  color: #508cfd;
  position: relative;
}
.tabs-nav-item.current:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #508cfd;
  z-index: 9;
  width: 60px;
  bottom: -2px;
  left: 28px;
}
.tabs-body .title {
  font-size: 18px;
  padding: 30px 15px;
  font-weight: bold;
  position: relative;
}
.tabs-body .title:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #ffae00;
  z-index: 9;
  top: 50%;
  left: 0;
  height: 18px;
  margin-top: -9px;
}
.tabs-body table > thead > tr > th {
  min-width: 200px;
  text-align: center;
  line-height: 42px;
}
.tabs-body table > tbody > tr > td {
  vertical-align: middle;
}
.tabs-body h2.product-title {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #4384fd;
  color: #fff;
  margin-left: -30px;
}
.tabs-body h2.product-title:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-right-color: transparent;
  border-bottom: none;
  border-left: none;
  top: 0;
  right: -32px;
}
.tabs-body h2.product-title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-top: none;
  border-right-color: transparent;
  border-left: none;
  bottom: 0;
  right: -32px;
}
.tabs-body h4.subtitle {
  color: #365fb2;
}
.tabs-body .table-price .table > thead > tr > th {
  padding: 10px 0;
  font-size: 32px;
  color: #ffae00;
  border-bottom-width: 1px;
}
.tabs-body .table-price .table.table-bordered {
  border: 1px solid #ddd;
}
.tabs-body .table-price .table > tbody > tr > td {
  height: 42px;
  text-align: center;
  border-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tabs-body .table-price .table > tbody > tr > td:first-child {
  text-align: left;
  border-left: 1px solid #ddd;
}
.tabs-body .table-price .table > tbody > tr > td:last-child {
  border-right: 1px solid #ddd;
}
.tabs-body .table-price .table > tbody > tr > td i {
  font-size: 18px;
  color: #3dae72;
}
.tabs-body .table-price .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
.tabs-body .table-price .table > tbody > tr:last-child > td .btn {
  margin: 15px auto;
}
.tabs-body .product-class {
  background: #eef2ff !important;
  color: #222;
  font-weight: bold;
}
.big-sale {
  padding-bottom: 60px;
  background: #f6faff;
}
.big-sale .big-sale-group {
  background: #fff;
  padding: 15px 0;
}
.big-sale .big-sale-group:before,
.big-sale .big-sale-group:after {
  content: " ";
  display: table;
}
.big-sale .big-sale-group:after {
  clear: both;
}
.big-sale .big-sale-item {
  position: relative;
  height: 370px;
  padding: 15px 0 98px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.big-sale .big-sale-item h4.title {
  color: #92adff;
  font-weight: bold;
  margin-bottom: 15px;
}
.big-sale .big-sale-item .price {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 70px;
  left: 0;
  font-size: 24px;
  line-height: 48px;
  color: #ffae00;
}
.big-sale .big-sale-item:hover {
  margin-top: -5px;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.big-sale .big-sale-item .btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin: 0 0 0 -41px;
}
.big-sale .banner {
  width: 25%;
  height: 310px;
  padding-left: 30px;
  float: left;
}
.product-box:before,
.product-box:after {
  content: " ";
  display: table;
}
.product-box:after {
  clear: both;
}
.product-box .product-info {
  width: 320px;
  height: 420px;
  float: left;
  padding: 15px;
  margin-top: 0;
  color: #fff;
}
.product-box h2.title {
  margin: 30px 0 20px;
  font-weight: bold;
}
.product-box .subtitle {
  line-height: 28px;
  color: #fff;
  font-size: 16px;
}
.product-box .product-group {
  width: 790px;
  float: right;
}
.product-box .product-group:before,
.product-box .product-group:after {
  content: " ";
  display: table;
}
.product-box .product-group:after {
  clear: both;
}
.product-group {
  padding: 15px 0;
}
.product-group > .product-group-list {
  padding: 0 10px;
}
.product-group .product-item {
  position: relative;
  height: 160px;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.product-group .product-item.product-col-height {
  height: 340px;
}
.product-group .product-item h4.title {
  margin-bottom: 15px;
}
.product-group .product-item span.price {
  font-weight: bold;
  color: #ffae00;
}
.product-group .product-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.product-group .product-item.product-popular .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.product-group .product-item-img {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.product-group .product-item-img.sport {
  left: auto;
  right: 85px;
  bottom: 10px;
}
.product-group .product-item-img.sport.sport-01 {
  bottom: 43px;
  right: 70px;
}
.product-group .product-item-img.sport.sport-02 {
  bottom: -40px;
  right: 120px;
}
.product-group .product-item-img.sport.sport-04 {
  bottom: 15px;
  right: 100px;
}
.product-group .product-item-img.safe.safe-02 {
  bottom: -40px;
  left: 220px;
}
.product-group .product-item-img.safe.safe-03 {
  left: 220px;
}
.product-group .product-item-img.kids.kids-01 {
  left: 30px;
  bottom: 40px;
}
.product-group .product-item-img.kids.kids-02 {
  left: 30px;
  bottom: 50px;
}
.news-item {
  margin-bottom: 15px;
}
.product-box {
  height: 480px;
}
.product-sport {
  background: url("../images/bg/bg-sport.jpg") top center no-repeat;
}
.product-sport .product-info {
  background: rgba(0, 155, 170, 0.75);
}
.product-sport h4.title {
  color: #009fbc;
}
.product-kids {
  background: url("../images/bg/bg-kids.jpg") top center no-repeat;
}
.product-kids .product-info {
  background: rgba(230, 170, 0, 0.4);
}
.product-kids h4.title {
  color: #ff8700;
}
.product-old {
  background: url("../images/bg/bg-old.jpg") top center no-repeat;
}
.product-old .product-info {
  background: rgba(60, 180, 85, 0.6);
}
.product-old h4.title {
  color: #46a500;
}
.product-family {
  background: url("../images/bg/bg-family.jpg") top center no-repeat;
}
.product-family .product-info {
  background: rgba(110, 75, 220, 0.6);
}
.product-family h4.title {
  color: #4447d2;
}
.product-tag {
  margin: 30px 0;
}
.product-tag a {
  padding: 0 10px;
  position: relative;
}
.product-tag a:first-child {
  margin-left: 0;
}
.product-tag a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #555555;
  z-index: 9;
  height: 14px;
  top: 4px;
  right: 0;
}
.product-details {
  background: url("../images/details.jpg") top center no-repeat;
}
.product-details .product-info {
  background: rgba(60, 180, 85, 0.6);
}
.service {
  height: 540px;
  background: #f9f9f9;
}
.service-group:nth-child(2) i {
  background: #37b676;
}
.service-group:nth-child(3) i {
  background: #ffae00;
}
.service-group:nth-child(4) i {
  background: #00c0ff;
}
.service-group:nth-child(5) i {
  background: #f33b51;
}
.service-item {
  margin-top: 75px;
  padding: 30px 15px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.service-item i {
  width: 72px;
  height: 72px;
  line-height: 72px;
  padding: 0;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  -ms-border-radius: 72px;
  -o-border-radius: 72px;
  border-radius: 72px;
  margin-bottom: 10px;
  background: #92adff;
  color: #fff;
}
.service-item h4 {
  margin-top: 30px;
}
.news .page-btn {
  margin: 45px auto;
}
.news-item {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.news-item .news-media {
  display: table-cell;
  width: 200px;
  padding: 15px;
  vertical-align: top;
}
.news-item .news-media img {
  display: block;
  width: 100%;
}
.news-item .news-info {
  display: table-cell;
  vertical-align: top;
  padding: 15px;
}
.news-item .news-info .news-title {
  margin-top: 0;
  margin: 0 !important;
}
.news-item .news-info .news-time {
  color: #777777;
  line-height: 28px;
}
.news-item .news-info .news-text {
  display: block;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
h3.page-title {
  position: relative;
  text-align: center;
  margin: 45px;
  color: #222222;
  font-weight: bold;
}
h3.page-title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #92adff;
  z-index: 9;
  width: 120px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -200px;
}
h3.page-title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #92adff;
  z-index: 9;
  width: 120px;
  top: 50%;
  right: 50%;
  margin: -1px -200px 0 0;
}
.tips-text {
  display: table;
  width: 100%;
}
.tips-text dt,
.tips-text dd {
  display: table-cell;
  vertical-align: middle;
}
.tips-text dt {
  width: 36px;
}
.tips-text dt span {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #92adff;
  color: #fff;
  margin: 0 10px 0 0;
}
.tabs-body {
  padding: 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.tabs-body .step {
  width: 100%;
  float: none;
}
.tabs-body .step:before,
.tabs-body .step:after {
  content: " ";
  display: table;
}
.tabs-body .step:after {
  clear: both;
}
.tabs-body .step .step-item {
  position: relative;
}
.tabs-body .step .step-item .fa-3x {
  position: absolute;
  top: -28px;
  left: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: -24px 0 0 -26px;
  color: #92adff;
}
.tabs-body .step .step-text {
  padding-top: 10px;
}
.tabs-body .step .step-text .step-mark i {
  padding: 0;
}
.product-pro.product-box {
  height: 520px;
  position: relative;
}
.product-pro.product-box .product-info {
  width: 280px;
  height: 370px;
}
.product-pro.product-box .subtitle {
  color: #365fb2;
  font-size: 22px;
}
.product-pro.product-box .subtitle span {
  margin-right: 15px;
}
.product-pro.product-box h2.title {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #4384fd;
  padding: 15px;
}
.product-pro.product-box h2.title:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-right: none;
  border-bottom: none;
  border-left-color: transparent;
  top: 0;
  left: -32px;
}
.product-pro.product-box h2.title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-top: none;
  border-right: none;
  border-left-color: transparent;
  bottom: 0;
  left: -32px;
}
.product-pro.product-box .product-pro-tags {
  width: 290px;
  height: 460px;
  background: #fff;
  float: left;
  margin: 30px 0;
  padding: 15px;
}
.product-pro.product-box .product-pro-tags .title {
  width: 250px;
  margin: 0;
  position: relative;
  background: #4384fd;
  color: #fff;
  margin-left: -15px;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
}
.product-pro.product-box .product-pro-tags .title:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-right-color: transparent;
  border-bottom: none;
  border-left: none;
  top: 0;
  right: -22px;
}
.product-pro.product-box .product-pro-tags .title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 32px solid #4384fd;
  border-right: 32px solid #4384fd;
  border-bottom: 32px solid #4384fd;
  border-left: 32px solid #4384fd;
  border-top: none;
  border-right-color: transparent;
  border-left: none;
  bottom: 0;
  right: -22px;
}
.product-pro.product-box .product-pro-tags .subtitle {
  font-size: 18px;
  margin: 10px 0;
}
.product-pro.product-box .product-pro-tags .divider {
  margin: 0 -15px;
}
.product-pro.product-box .product-pro-tags h4 {
  margin-bottom: 15px;
}
.product-pro.product-box .product-pro-tags .tag {
  padding: 10px;
  background: #f0f6ff;
  margin: 0 -15px;
}
.product-pro.product-box .product-pro-tags .tag span {
  display: block;
  line-height: 24px;
}
.product-pro.product-box .product-pro-tags .tag i {
  color: #629fff;
}
.product-pro.product-box .product-pro-tags ul li {
  line-height: 42px;
}
.product-pro.product-box .product-group {
  width: 870px;
  padding: 30px 0;
}
.product-pro.product-box .product-group .product-item {
  height: 460px;
  background: url("../images/price-mark.png") top center no-repeat #ffffff;
}
.product-pro.product-box .product-group .product-item .btn {
  margin: 15px auto;
  display: block;
  max-width: 160px;
}
.product-pro.product-box .product-group .product-item:hover {
  margin-top: -5px;
  transition: ease-in-out all 0.3s;
  transform: scale(1);
}
.product-pro.product-box .product-group .product-item .title {
  color: #5d7bda;
  font-size: 54px;
  margin-bottom: 36px;
}
.product-pro.product-box .product-group .product-item ul li {
  line-height: 42px;
  text-align: center;
}
.product-pro.product-box .product-group .product-item ul li:before,
.product-pro.product-box .product-group .product-item ul li:after {
  content: " ";
  display: table;
}
.product-pro.product-box .product-group .product-item ul li:after {
  clear: both;
}
.product-pro.product-box .product-group .product-item ul li span {
  float: right;
}
.product-pro.product-box .product-group .product-item span.price {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #ffae00;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.order-complete {
  margin: 45px auto !important;
  text-align: center;
  border: 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.order-complete .text-success {
  color: #4bd575;
  display: block;
  margin: 0 auto;
}
.order-complete p a {
  text-decoration: underline;
  padding: 0 10px;
}
.btn-group-normal .btn {
  margin-left: 15px;
}
.modal .modal-header {
  background: #eef2ff;
}
.modal .modal-title {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.modal .modal-title:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: #ffae00;
  z-index: 9;
  height: 18px;
  top: 50%;
  left: 0;
  margin: -9px 0 0;
}
.modal .modal-content {
  border-radius: 0;
}
.table-bottom .pages {
  text-align: right;
  margin-bottom: 0;
}
.table-bottom .pages a {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.table-bottom .pages a.current:hover {
  background: #b37a00;
}
.header-mini {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.header-mini .logo img {
  margin: 0;
}
.header-mini .header-after {
  padding-top: 8px;
  float: right;
}
.footer-mini {
  font-size: 12px;
  text-align: center;
  color: #777;
}
.sidebar {
  width: 200px;
  border: 1px solid #dfe7ff;
}
.sidebar .title {
  width: 100%;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  padding: 15px;
  transition: ease-in-out all 0.2s;
}
.sidebar .list-group {
  margin-bottom: 0;
}
.sidebar .list-group .list-group-item {
  border: 0;
}
.sidebar .list-group .list-group-item:hover {
  background: #92adff;
  color: #fff;
  transition: ease-in-out all 0.2s;
}
.sidebar .list-group .list-group-item.active {
  background: #eef2ff;
  color: #000;
  font-weight: bold;
}
.sidebar .list-group .list-group-item:first-child,
.sidebar .list-group .list-group-item:last-child {
  border-radius: 0;
}
.text-wanring {
  color: #ffae00;
}
.tools {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.tools a.dropdown-toggle {
  display: block;
  text-align: center;
  width: 48px;
  height: 48px;
  border: 1px solid #c5d3ff;
  box-sizing: content-box;
  padding: 5px;
}
.tools a.dropdown-toggle i {
  font-size: 24px;
  display: block;
  color: #92adff;
  margin: 0 auto 5px;
  padding-right: 0;
}
.tools a.dropdown-toggle span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.tools a.dropdown-toggle:hover {
  background: #92adff;
  border-color: #92adff;
  color: #fff;
}
.tools a.dropdown-toggle:hover i {
  color: #fff;
}
.tools .dropdown-menu {
  top: auto;
  right: 0;
  bottom: 62px;
  left: auto;
  box-shadow: none !important;
}
.browse-history {
  display: table;
  width: 100%;
  border: 1px solid #c5d3ff;
  padding: 10px;
  margin-bottom: 20px;
}
.browse-history label {
  display: table-cell;
  width: 100px;
  vertical-align: top;
  line-height: 34px;
}
.browse-history ul {
  display: table-cell;
  vertical-align: top;
}
.browse-history ul li a {
  height: 34px;
  line-height: 34px;
}
.browse-history .control {
  display: table-cell;
  width: 50px;
  vertical-align: top;
}
.browse-history .control .btn {
  display: block;
  margin: 0 auto;
}
.browse-history .control .btn i {
  padding-right: 0;
}
.browse-history .control .btn:hover,
.browse-history .control .btn:focus,
.browse-history .control .btn:active {
  background-color: transparent;
  border-color: transparent;
}
.browse-history .control .btn:hover i,
.browse-history .control .btn:focus i,
.browse-history .control .btn:active i {
  padding-right: 0;
  color: #92adff;
}
.bill-account:before,
.bill-account:after {
  content: " ";
  display: table;
}
.bill-account:after {
  clear: both;
}
.bill-account .bill-account-message {
  display: block;
  float: left;
  width: 460px;
  height: 285px;
  background: #F1F4FF;
  border: 1px solid #CBD8FF;
  padding: 15px;
  position: relative;
  z-index: 1;
  padding-left: 160px;
}
.bill-account .bill-account-message .mark {
  width: 68px;
  height: 58px;
  background: url("../images/bill-account/mark.png") top center no-repeat;
  color: #fff;
  position: absolute;
  z-index: 9;
  top: -4px;
  left: 15px;
  text-align: center;
  padding-top: 10px;
}
.bill-account .bill-account-message .mark h3 {
  display: inline;
  font-size: 32px;
  font-weight: bold;
}
.bill-account .bill-account-message .mark span {
  display: inline;
  font-size: 14px;
}
.bill-account .bill-account-message .bill-account-message-select {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
  border: 1px solid #6587EE;
  background: #92ADFF;
  border-radius: 4px;
  padding: 6px 12px;
}
.bill-account .bill-account-message .bill-account-message-select:hover {
  background: #6587EE;
}
.bill-account .bill-account-message .bill-account-message-select span,
.bill-account .bill-account-message .bill-account-message-select i {
  color: #fff;
  font-size: 14px;
}
.bill-account .bill-account-message .bill-account-message-bg {
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  width: 112px;
  top: 72px;
  left: 20px;
}
.bill-account .bill-account-message .bill-account-message-bg img {
  display: block;
  width: 100%;
}
.bill-account .bill-account-message .bill-account-message-text {
  padding-top: 50px;
}
.bill-account .bill-account-message .bill-account-message-text h4 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #2633AA;
}
.bill-account .bill-account-message .bill-account-message-text p {
  line-height: 2;
}
.bill-account .bill-account-message .bill-account-message-tips {
  position: absolute;
  z-index: 9;
  padding-top: 15px;
  left: 160px;
  bottom: 10px;
  right: 15px;
  text-align: right;
  border-top: 1px dashed #CBD8FF;
}
.bill-account .bill-account-blocklist {
  display: block;
  float: left;
  width: 460px;
  height: 285px;
  margin-left: 20px;
  border: 1px solid #DFE7FF;
  padding: 0 10px;
}
.bill-account .bill-account-blocklist .title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}
.bill-account .bill-account-blocklist .list {
  padding: 0 10px;
}
.bill-account .bill-account-blocklist .list .list-group {
  display: block;
  margin: 0 -20px;
}
.bill-account .bill-account-blocklist .list .list-group:before,
.bill-account .bill-account-blocklist .list .list-group:after {
  content: " ";
  display: table;
}
.bill-account .bill-account-blocklist .list .list-group:after {
  clear: both;
}
.bill-account .bill-account-blocklist .list .list-group .list-item {
  float: left;
  background: #F2F5FF;
  margin: 10px;
  width: 208px;
  padding: 10px;
  border-radius: 5px;
}
.bill-account .bill-account-blocklist .list .list-group .list-item .list-block-image {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  float: left;
  padding: 10px;
  margin-right: 10px;
  background-image: -webkit-linear-gradient(top, #dfe7ff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #dfe7ff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #dfe7ff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfe7ff', endColorstr='#ffffffff', GradientType=0);
}
.bill-account .bill-account-blocklist .list .list-group .list-item img {
  display: block;
  max-width: 40px;
  max-height: 40px;
  margin: 0 auto;
}
.bill-account .bill-account-blocklist .list .list-group .list-item h4 {
  font-weight: bold;
  font-size: 22px;
  color: #2633AA;
  margin-bottom: 6px;
}
.bill-account .bill-account-blocklist .bill-account-blocklist-footer {
  text-align: right;
  font-weight: bold;
}
.bill-account .bill-account-blocklist .bill-account-blocklist-footer .price {
  font-size: 22px;
  color: #ffae00;
}
.bill-account .bill-account-table {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.bill-account .bill-account-table .title {
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  display: inline;
  margin-right: 15px;
  line-height: 30px;
}
.bill-account .bill-account-table .title span {
  padding-top: 5px;
}
.bill-account .bill-account-table .title + .btn {
  height: 30px;
  line-height: 18px;
}
.bill-account .bill-account-table .title + .btn i {
  color: #fff;
}
.bill-account .bill-account-table .table {
  margin-top: 10px;
}
.bill-account .bill-account-table .table thead tr {
  background: #f8faff;
}
.bill-account .bill-account-table .table thead tr th {
  padding: 0;
  height: 30px;
  vertical-align: middle;
}
.bill-account .bill-account-table .table tbody tr th {
  width: 40px;
  min-height: 30px;
  padding: 0;
}
.bill-account .bill-account-table .table tbody tr td {
  height: 30px;
  min-height: 30px;
}
.bill-account .bill-account-table .table.table-bordered {
  border-color: #dfe7ff;
}
.bill-account .bill-account-table .table.table-bordered > thead > tr th,
.bill-account .bill-account-table .table.table-bordered > tbody > tr th,
.bill-account .bill-account-table .table.table-bordered > thead > tr td,
.bill-account .bill-account-table .table.table-bordered > tbody > tr td {
  border-color: #dfe7ff;
}
.bill-account .bill-account-table .table.table-bordered > tbody > tr:hover {
  background: #f8faff;
}
.strategy {
  position: relative;
  z-index: 1;
}
.strategy .tabs .nav.nav-tabs {
  float: none;
  width: 100%;
  border: 1px solid #c5d3ff;
  border-bottom-width: 2px;
}
.strategy .tabs .nav.nav-tabs li a {
  border-bottom-color: transparent;
}
.strategy .tabs .nav.nav-tabs li.active a {
  border-bottom-color: #5f87ff;
}
.strategy .tabs .btn {
  margin-top: 0;
}
.strategy .page-title {
  font-size: 28px;
  padding: 10px 0;
  border-bottom: 2px solid #c5d3ff;
}
.strategy .page-title i,
.strategy .page-title h4 {
  display: inline-block;
  font-size: 28px;
}
.strategy .page-title + .form {
  padding-top: 20px;
}
.strategy .panel.form.form-block {
  border: 1px solid #c5d3ff;
  border-top: 0;
  padding: 20px;
}
.strategy .panel.form.form-block .form-group {
  height: 30px;
  margin-right: 10px;
}
.strategy .panel.form.form-block .form-group .input-group {
  height: 30px;
}
.strategy .panel.form.form-block .form-group + .btn {
  margin-top: 0;
}
.strategy .panel.form.form-block .control-label {
  display: table-cell;
}
.strategy .panel.form.form-block .btn.btn-search {
  margin-top: 0;
}
.strategy .panel.form.form-block .btn.btn-search i {
  color: #fff;
}
.strategy .form-vertical .form-group {
  margin-right: 0;
  margin-left: 0;
}
.strategy .form-vertical .form-group .control-label {
  width: 120px;
  text-align: left;
}
.strategy .form-vertical .form-group .control-label + .radio-group .radio-inline:first-child {
  padding-left: 0;
}
.strategy .form-vertical .form-group .control-label + .checkbox-group .checkbox-inline:first-child {
  padding-left: 0;
}
.strategy .form-vertical .form-group .input-group .form-control {
  width: 180px;
}
.strategy .form-vertical .form-group .input-group .input-group-addon {
  width: auto;
  border: 0;
  background: 0;
}
.strategy .form-vertical .form-group .input-group .input-group-addon a {
  color: #92adff;
  text-decoration: underline;
}
.strategy .form-vertical .form-group .radio-inline {
  display: block;
  float: left;
}
.strategy .form-vertical .form-group .radio-inline label {
  font-weight: normal;
  margin-bottom: 0;
}
.strategy .form-vertical .form-group .radio-inline + .select {
  display: inline-block;
  margin-left: 20px;
}
.strategy .select {
  width: 180px;
  display: table-cell;
  border: 1px solid #c5d3ff;
}
.strategy .select .selectboxit-container span,
.strategy .select .selectboxit-container .selectboxit-options a {
  height: 28px;
}
.strategy table.table-bordered {
  border: 1px solid #c5d3ff;
}
.strategy table.table-hover tr:hover {
  background: #f2f5ff;
}
.strategy table thead tr th,
.strategy table tbody tr th,
.strategy table thead tr td,
.strategy table tbody tr td {
  height: 34px;
  min-height: 34px;
  border-color: #c5d3ff;
  text-align: center;
}
.strategy table thead tr th:first-child,
.strategy table tbody tr th:first-child,
.strategy table thead tr td:first-child,
.strategy table tbody tr td:first-child {
  width: 34px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.strategy table .table-footer .table-footer-before {
  line-height: 30px;
}
.strategy table .table-footer .table-footer-before label {
  margin-bottom: 0;
}
.strategy table .table-footer .table-footer-before .btn {
  margin-left: 10px;
}
.strategy table .table-footer .pages {
  float: right;
  margin-bottom: 0;
}
.strategy table .table-footer-before .btn {
  margin-top: 0 !important;
}
.strategy .template-details {
  background: #f3f6ff;
  border: 1px solid #c5d3ff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.strategy .template-details .panel-header .title {
  padding: 20px;
}
.strategy .template-details .panel-header .title h4 {
  font-weight: bold;
  margin: 0;
}
.strategy .template-details .panel-header .badge {
  position: absolute;
  top: -15px;
  right: -12px;
  z-index: 9;
  width: 84px;
  height: 84px;
  border-radius: 84px;
  border: 2px solid #b1e6d9;
  background: transparent;
  color: #00d19d;
  padding-top: 10px;
  line-height: 84px;
  transform: rotate(30deg);
}
.strategy .template-details .panel-header .badge:before {
  position: absolute;
  z-index: 10;
  content: '\f005';
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 20px;
  top: 22px;
  left: 50%;
  margin-left: -10px;
}
.strategy .template-details .panel-header .badge:after {
  position: absolute;
  content: '';
  width: 64px;
  height: 64px;
  border-radius: 64px;
  z-index: 9;
  border: 1px solid #b1e6d9;
  top: 8px;
  right: 8px;
}
.strategy .template-details .list {
  border-top: 1px dashed #c5d3ff;
  padding: 20px;
}
.strategy .list .list-group {
  margin: 0;
}
.strategy .list .list-group .list-item {
  display: inline-block;
}
.strategy .list .list-group .list-item + .list-item {
  padding-left: 30px;
}
.strategy .list .list-group .list-item .list-text .label {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  text-align: left;
}
.strategy .list.list-block .panel-header {
  margin: 0;
  background: #e3eaff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
}
.strategy .list.list-block .panel-header .form-inline {
  display: inline-block;
}
.strategy .list.list-block .panel-header .selectboxit-container {
  background: #fff;
}
.strategy .list.list-block .panel-header .btn i {
  color: #fff;
}
.strategy .list.list-block .panel-header .info {
  float: right;
  line-height: 32px;
}
.strategy .list.list-block .panel-header .info span {
  font-weight: bold;
}
.strategy .list.list-block .panel-header .info span + span {
  margin-left: 10px;
  font-weight: normal;
}
.strategy .list.list-block .list-group {
  margin: 0 0 20px;
}
.strategy .list.list-block .list-group:before,
.strategy .list.list-block .list-group:after {
  content: " ";
  display: table;
}
.strategy .list.list-block .list-group:after {
  clear: both;
}
.strategy .list.list-block .list-group .list-item {
  display: table;
  width: 100%;
  border: 1px solid #c5d3ff;
}
.strategy .list.list-block .list-group .list-item:hover {
  background: #f6f8ff;
}
.strategy .list.list-block .list-group .list-item + .list-item {
  padding-left: 0;
  border-top: 0;
}
.strategy .list.list-block .list-group .list-item .list-before {
  padding: 10px;
  display: table-cell;
  width: 60px;
  text-align: center;
}
.strategy .list.list-block .list-group .list-item .list-before i,
.strategy .list.list-block .list-group .list-item .list-before span {
  display: block;
  margin: 0 auto;
}
.strategy .list.list-block .list-group .list-item .list-before i {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  padding-left: 4px;
  margin-bottom: 4px;
}
.strategy .list.list-block .list-group .list-item .list-before i.fa-user {
  background: #e3eaff;
  color: #92adff;
}
.strategy .list.list-block .list-group .list-item .list-before i.fa-users {
  background: #d9f4ed;
  color: #00d19d;
}
.strategy .list.list-block .list-group .list-item .list-content {
  padding: 10px;
  display: table-cell;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title {
  font-size: 16px;
  display: inline-block;
  width: 45%;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type {
  border: 1px solid #eee;
  display: inline-block;
  width: 70px;
  text-align: center;
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 4px;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type span {
  font-size: 12px;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-team {
  border-color: #ffba34;
  background: #fff5ee;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-team i,
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-team span {
  color: #f86900;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-personal {
  border-color: #69b7ff;
  background: #f2f9ff;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-personal i,
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-personal span {
  color: #006acc;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-normal {
  border-color: #99e94c;
  background: #f1fce6;
}
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-normal i,
.strategy .list.list-block .list-group .list-item .list-content .list-title .list-type.type-normal span {
  color: #54ab00;
}
.strategy .list.list-block .list-group .list-item .list-content .list-text {
  display: inline-block;
  width: 20%;
}
.strategy .list.list-block .list-group .list-item .list-after {
  width: 180px;
  padding: 10px;
  display: table-cell;
  text-align: center;
}
.strategy .list.list-block .list-group .list-item .list-after .badge {
  display: inline-block;
}
.strategy .list.list-block .list-group .list-item .list-after .btn {
  display: inline-block;
  margin-left: 20px;
}
.strategy .list.list-block .pages {
  text-align: right;
}
.strategy .btn-group .btn:first-child,
.strategy .btn-group .btn:last-child {
  border-radius: 3px !important;
}
.strategy .btn-group .btn + .btn {
  margin-left: 5px;
}
.strategy .btn-group + .btn-group {
  margin-left: 20px;
}
.modal.fade.in {
  display: block;
}
.modal-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.btn-group.btn-group-row {
  display: block;
  width: 100%;
  padding: 20px;
  padding-left: 120px;
  border-top: 1px solid #c5d3ff;
  height: auto;
  overflow: hidden;
}
.strategy-dropdown {
  position: absolute;
  z-index: 9;
  background: #fff;
  border: 1px solid #c5d3ff;
  top: 147px;
  left: 111px;
  width: 450px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}
.strategy-dropdown .tags {
  padding: 5px 10px;
  background: #f1f4fe;
}
.strategy-dropdown .tags .tags-group {
  margin-right: -5px;
  margin-left: -5px;
}
.strategy-dropdown .tags .tags-group .tags-list {
  display: inline-block;
  margin: 5px;
  border: 1px solid #c5d3ff;
  padding: 4px 10px;
  padding-right: 5px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}
.strategy-dropdown .tags .tags-group .tags-list .btn.btn-icon {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 16px;
  border-radius: 18px;
}
.strategy-dropdown .tags .tags-group .tags-list .btn.btn-icon:hover {
  color: #fff;
  background: #ffae00;
}
.strategy-dropdown .tags .tags-group .tags-list:hover {
  background: #f9f9f9;
  cursor: pointer;
}
.strategy-dropdown .input-group-search {
  width: 100%;
  background: #c5d3ff;
  padding: 10px;
  position: relative;
  z-index: 1;
  border: 0;
}
.strategy-dropdown .input-group-search::before {
  position: absolute;
  z-index: 9;
  content: '\f002';
  font-family: 'FontAwesome';
  opacity: 0.45;
  font-size: 18px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.strategy-dropdown .input-group-search .form-control {
  width: 100% !important;
  padding-left: 32px;
}
.strategy-dropdown .input-group-search .input-group-btn .btn.btn-icon {
  border: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.strategy-dropdown .input-group-search .input-group-btn .btn.btn-icon:hover {
  background: #ffae00;
  color: #fff;
}
.strategy-dropdown .form.form-vertical {
  margin-bottom: 0;
  border: 0;
}
.strategy-dropdown .form.form-vertical .checkbox-group .checkbox-inline {
  padding: 10px 10px;
}
.strategy-dropdown .form.form-vertical .checkbox-group .checkbox-inline label {
  margin-bottom: 0;
  width: 100%;
}
.strategy-dropdown .dropdown-footer {
  border-top: 1px solid #c5d3ff;
}
.strategy-dropdown .dropdown-footer .btn-group {
  padding: 10px;
}
.strategy-dropdown .dropdown-footer .btn-group:first-child {
  padding: 0;
  border-right: 1px solid #c5d3ff;
}
.strategy-dropdown .dropdown-footer .btn-group:first-child .btn,
.strategy-dropdown .dropdown-footer .btn-group:first-child .page-menu {
  float: left;
  height: 54px;
  line-height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}
.strategy-dropdown .dropdown-footer .btn-group:first-child .page-menu {
  padding: 0 30px;
  font-weight: bold;
}
.strategy-dropdown .dropdown-footer .btn-group:last-child {
  float: right;
}
.modal .strategy-dropdown {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: auto;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  box-shadow: none;
  border: 0;
  margin-bottom: -15px;
}
.modal .strategy-dropdown .form.form-vertical .form.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.modal .strategy-dropdown .form.form-vertical .form.form-horizontal .form-group:first-child {
  margin-bottom: 0;
}
.modal .strategy-dropdown .tags {
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal .strategy-dropdown .input-group-search .input-group-btn .btn.btn-icon {
  margin-right: 10px;
}
.modal .strategy-dropdown .checkbox-group.checkbox-group-vertical {
  padding-left: 15px;
  padding-right: 15px;
}
.modal .strategy-dropdown .dropdown-footer {
  height: auto;
  overflow: hidden;
  border-top: 0;
  text-align: center;
  background: #f8f8f8;
}
.modal .strategy-dropdown .dropdown-footer .btn-group {
  margin: 0;
  float: none;
  border: 0;
  padding: 10px;
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.modal .strategy-dropdown .dropdown-footer .btn-group .page-menu,
.modal .strategy-dropdown .dropdown-footer .btn-group .btn {
  border: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  float: none;
}
.modal .strategy-dropdown .dropdown-footer .btn-group .page-menu:hover,
.modal .strategy-dropdown .dropdown-footer .btn-group .btn:hover {
  background: #ddd;
}
.modal .strategy-dropdown .dropdown-footer .btn-group .page-menu:hover,
.modal .strategy-dropdown .dropdown-footer .btn-group .btn:hover,
.modal .strategy-dropdown .dropdown-footer .btn-group .page-menu:focus,
.modal .strategy-dropdown .dropdown-footer .btn-group .btn:focus,
.modal .strategy-dropdown .dropdown-footer .btn-group .page-menu:active,
.modal .strategy-dropdown .dropdown-footer .btn-group .btn:active {
  border: 1px solid #ddd;
  box-shadow: none;
}
.modal .strategy-dropdown .dropdown-footer .btn-group .page-menu {
  border: 1px solid #ccc;
  margin: 0 10px;
  background: transparent;
}
.modal .strategy-dropdown .dropdown-footer .btn-group .page-menu:hover {
  border: 1px solid #ccc;
  background: transparent;
}
.table.table-bordered {
  border: 1px solid #c5d3ff;
}
.table.table-hover tr:hover {
  background: #f2f5ff;
}
.table thead tr th,
.table tbody tr th,
.table thead tr td,
.table tbody tr td {
  height: 34px;
  min-height: 34px;
  border-color: #c5d3ff;
  text-align: center;
}
.table thead tr th:first-child,
.table tbody tr th:first-child,
.table thead tr td:first-child,
.table tbody tr td:first-child {
  width: 34px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.table .table-footer .table-footer-before {
  line-height: 30px;
}
.table .table-footer .table-footer-before label {
  margin-bottom: 0;
}
.table .table-footer .table-footer-before .btn {
  margin-left: 10px;
}
.table .table-footer .pages {
  float: right;
  margin-bottom: 0;
}
.checkbox-group.checkbox-group-vertical {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.checkbox-group.checkbox-group-vertical .checkbox-inline {
  padding-left: 0;
  margin-left: 0;
}
.checkbox-group.checkbox-group-vertical .checkbox-inline label {
  font-weight: normal;
}
.form-grid .panel-header {
  background: #e5ebff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #c5d3ff;
  border-bottom: 0;
}
.form-grid .panel-header p {
  margin: 0;
}
.form-grid .panel-header .input-group {
  max-width: 400px;
}
.form-grid .panel-header .input-group .input-group-addon:first-child {
  background: #fff;
  border: 1px solid #c5d3ff;
  border-right: 0;
  border-radius: 0;
}
.form-grid .panel-header .input-group .input-group-addon:first-child i {
  color: #ccc;
}
.form-grid .panel-header .input-group .input-group-addon + .form-control {
  border-left: 0;
}
.form-grid .panel-header .input-group .input-group-addon + .form-control:focus {
  border-color: #c5d3ff;
}
.form-grid .panel-header .input-group .input-group-addon:last-child {
  border: 0;
  background: transparent;
}
.form-grid .panel-header .input-group .input-group-addon:last-child a {
  text-decoration: underline;
}
.form-grid .form-group {
  margin-bottom: 0;
  border: 1px solid #c5d3ff;
  border-bottom: 0;
}
.form-grid .form-group:before,
.form-grid .form-group:after {
  content: " ";
  display: table;
}
.form-grid .form-group:after {
  clear: both;
}
.form-grid .form-group + .form-group {
  border-top: 0;
  border-bottom: 0;
}
.form-grid .form-group:last-child {
  border-bottom: 1px solid #c5d3ff;
}
.form-grid .form-group .form-item {
  padding: 10px 20px;
  float: left;
}
.form-grid .form-group .form-item:first-child {
  width: 350px;
}
.form-grid .form-group .form-item .control-label {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.form-grid .form-group .form-item .control-label .fa {
  color: #222;
  padding: 0 10px;
}
.form-grid .form-group .form-item .form-control {
  text-align: center;
  width: 122px;
}
.form-grid .panel-footer {
  background: #e5ebff;
  border: 1px solid #c5d3ff;
  padding: 10px;
  text-align: right;
}
.form-grid .panel-footer:before,
.form-grid .panel-footer:after {
  content: " ";
  display: table;
}
.form-grid .panel-footer:after {
  clear: both;
}
.form-grid .panel-footer .btn i {
  color: #fff;
}
.form-grid .panel-setting {
  display: block;
  float: left;
}
.form-grid .panel-setting .form.form-horizontal .form-group {
  margin: 0;
  border: 0 !important;
}
.form-grid .panel-setting .form.form-horizontal .form-group .control-label {
  float: none;
}
.form-grid .panel-setting .form.form-horizontal .form-group .radio-group {
  display: inline;
  font-weight: normal;
}
.form-grid .panel-setting .form.form-horizontal .form-group .radio-group label {
  font-weight: normal;
}
.form-grid .panel-setting + .btn-group {
  float: right;
}
.login-panel .login-block {
  position: relative;
  z-index: 1;
}
.login-panel .login-block .input-element:before {
  z-index: 2;
}
.login-panel .login-block .login-type-control {
  position: absolute;
  z-index: 19;
  top: 20px;
  right: 20px;
  height: 54px;
  width: 200px;
  text-align: right;
}
.login-panel .login-block .login-type-control.pc a .fa:before {
  content: '\f108';
}
.login-panel .login-block .login-type-control.mobile a .fa:before {
  content: '\f029';
}
.login-panel .login-block .login-type-control a .fa::before {
  color: #aaa;
  font-size: 28px;
}
.login-panel .login-block .login-type-control a:hover .fa:before {
  color: #92adff;
}
.login-panel .login-block .login-type-control .mark {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 48px;
}
.login-panel .login-block .login-type-control .mark span {
  background: #92adff;
  border-radius: 3px;
  color: #fff;
  padding: 4px 10px;
}
.login-panel .login-block .login-type-control .mark::before {
  position: absolute;
  z-index: 9;
  content: '';
  top: 4px;
  right: -5px;
  width: 0;
  height: 0;
  border-top: 12px solid #92adff;
  border-right: 12px solid transparent;
  transform: rotate(10deg);
}
.login-panel .login-block .login-type-control .mark:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
.login-panel .login-qrcode {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  padding-top: 45px;
}
.login-panel .login-qrcode .title {
  text-align: center;
  font-size: 22px;
  padding: 10px;
  padding-bottom: 0;
}
.login-panel .login-qrcode .qr-code {
  display: block;
  margin: 10px auto;
  width: 256px;
  position: relative;
  z-index: 1;
}
.login-panel .login-qrcode .qr-code img {
  display: block;
  width: 180px;
  margin: 30px auto;
}
.login-panel .login-qrcode .qr-code.timeout .timeout-compontents {
  display: block;
}
.login-panel .login-qrcode .qr-code .timeout-compontents {
  display: none;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
}
.login-panel .login-qrcode .qr-code .timeout-compontents p {
  padding-top: 60px;
  color: #333;
}
.login-panel .login-qrcode .qr-code .timeout-compontents .btn {
  display: block;
  margin: 10px auto;
}
.login-panel .login-qrcode h4,
.login-panel .login-qrcode p {
  padding: 0 10px;
  text-align: center;
}
.login-panel .login-qrcode h4 {
  font-size: 16px;
  margin-top: 5px;
}
.login-panel .login-qrcode p {
  color: #92adff;
}
.customer-account.customer-account-block {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.customer-account.customer-account-block:before,
.customer-account.customer-account-block:after {
  content: " ";
  display: table;
}
.customer-account.customer-account-block:after {
  clear: both;
}
.customer-account.customer-account-block .customer-account-info {
  display: block;
  float: left;
}
.customer-account.customer-account-block .customer-account-info h4 {
  margin-bottom: 3px;
  font-weight: bold;
}
.customer-account.customer-account-block .customer-account-info h6 {
  margin-bottom: 0;
  margin-top: 0;
  color: #666;
}
.customer-account.customer-account-block .panel-control {
  float: right;
  padding-top: 10px;
}
.customer-account.customer-account-block .account-list {
  float: left;
  width: 100%;
}
.customer-account.customer-account-block .account-list ul {
  margin: 0 -10px;
}
.customer-account.customer-account-block .account-list ul .account-list-item {
  width: 210px;
  height: 180px;
  padding-left: 15px;
  margin: 10px;
  background: #F2F5FF;
  border-radius: 6px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.customer-account.customer-account-block .account-list ul .account-list-item h4 {
  text-align: center;
  color: #2633AA;
  font-size: 22px;
  margin-bottom: 0;
}
.customer-account.customer-account-block .account-list ul .account-list-item .media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  margin-bottom: 10px;
  background-image: -webkit-linear-gradient(top, #dfe7ff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #dfe7ff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #dfe7ff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfe7ff', endColorstr='#ffffffff', GradientType=0);
}
.customer-account.customer-account-block .account-list ul .account-list-item .media img {
  display: block;
  width: 32px;
  height: 32px;
}
