/**
* @name: components.less
* @description: 公共模块css
* @author: Alan(alan_webdeveloper@163.com)
* @update: 2019-09-10 16:30
*/
@import "../../../lib/iconfont/iconfont.css";
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}
address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
caption,
th {
  text-align: inherit;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img,
object,
input,
textarea,
button,
select {
  vertical-align: middle;
}
article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020";
}
textarea {
  overflow: auto;
  resize: vertical;
}
input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
mark {
  background-color: transparent;
}
a,
ins,
s,
u,
del {
  text-decoration: none;
}
sup,
sub {
  vertical-align: baseline;
}
html {
  overflow-x: hidden;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
}
a {
  color: #25a4bb;
}
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}
@font-face {
  font-size: 14px;
  font-family: Neo_Sans;
  src: url("../../../lib/font/Neo_Sans.ttf");
}
* {
  box-sizing: border-box;
}
body {
  font-family: Neo_Sans, "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "华文细黑", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "宋体", Heiti, "黑体", sans-serif;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.42857143;
}
p.infoError {
  display: block;
  float: left;
  width: 100%;
  padding-left: 150px;
  color: #f00;
  text-align: left;
  font-size: 12px;
}
#send_code {
  height: 30px;
  margin-left: 5px;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.container {
  margin: 0 auto;
}
.containerbefore,
.container:after {
  content: " ";
  display: table;
  zoom: 1;
}
.container:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .container {
    width: 83.333%;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
.common-width {
  margin: 0 auto;
}
.common-widthbefore,
.common-width:after {
  content: " ";
  display: table;
  zoom: 1;
}
.common-width:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .common-width {
    width: 70%;
  }
}
@media screen and (max-width: 1199px) {
  .common-width {
    width: 100%;
  }
}
header {
  height: 60px;
  line-height: 60px;
  background: #1D428A;
}
header .logo {
  float: left;
  margin: 10px 0;
}
header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
}
header .nav-box {
  float: right;
}
header .nav-box .account {
  float: left;
  position: relative;
}
header .nav-box .account .ico-box {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  cursor: pointer;
}
header .nav-box .account .ico-boxbefore,
header .nav-box .account .ico-box:after {
  content: " ";
  display: table;
  zoom: 1;
}
header .nav-box .account .ico-box:after {
  clear: both;
}
header .nav-box .account .ico-box span {
  float: left;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
header .nav-box .account .ico-box .iconfont {
  float: left;
  font-size: 24px;
  color: #fff;
}
header .nav-box .account .user-menu-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  border: 1px solid #eaeaea;
}
header .nav-box .account .user-menu-wrapper .user-menu-item {
  width: 140px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
}
header .nav-box .account .user-menu-wrapper .user-menu-item:nth-last-of-type(1) {
  border-bottom: none;
}
header .nav-box .account .user-menu-wrapper .user-menu-item a {
  display: block;
  padding: 0 10px;
  text-align: center;
  color: #1D428A;
}
header .nav-box .account .user-menu-wrapper .user-menu-item a:hover {
  background: #abcae9;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 20px;
  }
}
.g-footer {
  background: #333;
  margin: 60px 0 0;
}
.g-footer .foot-container {
  padding: 20px 0;
}
.g-footer .foot-containerbefore,
.g-footer .foot-container:after {
  content: " ";
  display: table;
  zoom: 1;
}
.g-footer .foot-container:after {
  clear: both;
}
.g-footer .foot-container dl {
  float: left;
  width: 16.66666667%;
  padding: 20px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.g-footer .foot-container dl:nth-of-type(1) {
  padding-left: 0;
  margin-left: 16.6%;
}
.g-footer .foot-container dl:nth-last-of-type(1) {
  padding-right: 0;
}
.g-footer .foot-container dl dt {
  color: #fff;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.g-footer .foot-container dl dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #888;
}
.g-footer .foot-container dl dd:nth-last-of-type(1) img {
  display: block;
}
.g-footer .foot-container dl dd img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin: 0;
}
.g-footer .foot-container dl dd a {
  display: inline-block;
  color: #888;
  line-height: 26px;
}
.g-footer .foot-container dl dd a:hover {
  color: #6196ff;
}
.g-footer .foot-container dl dd a .iconfont {
  font-size: 30px;
}
.g-footer .copy-right {
  padding: 5px 0;
  background: #000;
  color: #888;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .g-footer .foot-container dl {
    width: 25%;
  }
  .g-footer .foot-container dl:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .g-footer .foot-container dl {
    margin-bottom: 20px;
    padding: 0 20px !important;
  }
}
.g-path {
  margin: 20px 0;
  background: #fff;
}
.g-path .breadcrumb {
  padding: 0 15px;
  margin: 0 auto;
  background: #fff;
  line-height: 50px;
}
.g-path .breadcrumbbefore,
.g-path .breadcrumb:after {
  content: " ";
  display: table;
  zoom: 1;
}
.g-path .breadcrumb:after {
  clear: both;
}
.g-path .breadcrumb li {
  float: left;
}
.g-path .breadcrumb .active {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.g-path .breadcrumb a {
  color: #1D428A;
}
.g-path .breadcrumb a:hover {
  text-decoration: underline;
}
.g-path .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .g-path .breadcrumb li {
    font-size: 12px;
  }
}
.g-aside {
  float: left;
  width: 20%;
  padding-right: 20px;
}
.g-aside ul {
  background: #fff;
}
.g-aside ul li h3 {
  padding: 0 15px;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
}
.g-aside ul li a {
  display: block;
  padding: 0 15px;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #eaeaea;
}
.g-aside ul li a:hover {
  color: #1D428A;
  text-decoration: underline;
}
.g-aside ul li:nth-last-of-type(1) a {
  border-bottom: none;
}
.g-aside ul li .active {
  color: #1D428A;
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .g-aside {
    width: 25%;
  }
}
.g-main {
  float: left;
  width: 80%;
  min-height: 600px;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .g-main {
    width: 75%;
  }
}
.info-change-box {
  background: #fff;
}
.info-change-box .form-title {
  margin: 20px;
  text-align: center;
}
.info-change-box .form-title .title {
  font-size: 16px;
}
.info-change-box .form-title .notice {
  color: red;
  font-size: 12px;
}
.info-change-box .form-title .notice span {
  color: red;
}
.info-change-box .info {
  margin-bottom: 10px;
}
.info-change-box .infobefore,
.info-change-box .info:after {
  content: " ";
  display: table;
  zoom: 1;
}
.info-change-box .info:after {
  clear: both;
}
.info-change-box #send_code {
  height: 28px;
}
.info-change-box .btn-group {
  margin: 20px 0 0;
  text-align: center;
}
.info-change-box .btn-group .btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.info-change-box .btn-group .btn:nth-of-type(1) {
  background: #5cb85c;
  color: #fff;
}
.info-change-box .btn-group .btn:nth-of-type(1):hover {
  background: #66c266;
}
.info-change-box .btn-group .btn:nth-last-of-type(1) {
  background: #ccc;
  border-color: #ccc;
}
.info-change-box .btn-group .btn:nth-last-of-type(1):hover {
  background: #d6d6d6;
}
.info-change-box .personal-name .infobefore,
.info-change-box .personal-billing .infobefore,
.info-change-box .personal-delivery .infobefore,
.info-change-box .personal-zipCode .infobefore,
.info-change-box .personal-phone .infobefore,
.info-change-box .personal-email .infobefore,
.info-change-box .personal-name .info:after,
.info-change-box .personal-billing .info:after,
.info-change-box .personal-delivery .info:after,
.info-change-box .personal-zipCode .info:after,
.info-change-box .personal-phone .info:after,
.info-change-box .personal-email .info:after {
  content: " ";
  display: table;
  zoom: 1;
}
.info-change-box .personal-name .info:after,
.info-change-box .personal-billing .info:after,
.info-change-box .personal-delivery .info:after,
.info-change-box .personal-zipCode .info:after,
.info-change-box .personal-phone .info:after,
.info-change-box .personal-email .info:after {
  clear: both;
}
.info-change-box .personal-name .info label,
.info-change-box .personal-billing .info label,
.info-change-box .personal-delivery .info label,
.info-change-box .personal-zipCode .info label,
.info-change-box .personal-phone .info label,
.info-change-box .personal-email .info label {
  float: left;
  width: 130px;
  height: 28px;
  line-height: 28px;
  margin: 0 10px;
  text-align: right;
  font-weight: normal;
}
.info-change-box .personal-name .info input,
.info-change-box .personal-billing .info input,
.info-change-box .personal-delivery .info input,
.info-change-box .personal-zipCode .info input,
.info-change-box .personal-phone .info input,
.info-change-box .personal-email .info input {
  float: left;
  width: 240px;
  height: 28px;
  margin-left: 0;
  padding: 0 5px;
  border: 1px solid #ccc;
}
.info-change-box .personal-gender {
  text-align: center;
}
.info-change-box .personal-gender .info {
  display: inline-block;
  margin: 0 10px;
}
.info-change-box .personal-gender .info label,
.info-change-box .personal-gender .info input {
  cursor: pointer;
}
.info-change-box .personal-birthday {
  text-align: center;
}
.info-change-box .personal-birthday .info {
  display: inline-block;
  margin: 0 10px;
}
.info-change-box .personal-birthday .info select {
  width: 80px;
  height: 26px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.info-change-box .personal-country .info label {
  display: inline-block;
  width: 130px;
  height: 28px;
  line-height: 28px;
  margin: 0 10px 0;
  text-align: right;
}
.info-change-box .personal-country .info select {
  display: inline-block;
  width: 240px;
  height: 28px;
  padding: 0 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .g-path {
    margin: 10px 0;
  }
  .g-aside {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .g-main {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .info-change-box .personal-name .info,
  .info-change-box .personal-country .info,
  .info-change-box .personal-billing .info,
  .info-change-box .personal-delivery .info,
  .info-change-box .personal-zipCode .info,
  .info-change-box .personal-phone .info,
  .info-change-box .personal-email .info {
    overflow: hidden;
    display: flex;
    padding: 0 10px;
  }
  .info-change-box .personal-name .info label,
  .info-change-box .personal-country .info label,
  .info-change-box .personal-billing .info label,
  .info-change-box .personal-delivery .info label,
  .info-change-box .personal-zipCode .info label,
  .info-change-box .personal-phone .info label,
  .info-change-box .personal-email .info label {
    width: auto;
    margin: 0 5px 0 0;
  }
  .info-change-box .personal-name .info input,
  .info-change-box .personal-country .info input,
  .info-change-box .personal-billing .info input,
  .info-change-box .personal-delivery .info input,
  .info-change-box .personal-zipCode .info input,
  .info-change-box .personal-phone .info input,
  .info-change-box .personal-email .info input,
  .info-change-box .personal-name .info select,
  .info-change-box .personal-country .info select,
  .info-change-box .personal-billing .info select,
  .info-change-box .personal-delivery .info select,
  .info-change-box .personal-zipCode .info select,
  .info-change-box .personal-phone .info select,
  .info-change-box .personal-email .info select {
    flex: 1;
  }
}
/*# sourceMappingURL=components.css.map */