﻿@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");
html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
}
html *,
body * {
  padding: 0px;
  margin: 0px;
}

.mapp {
  width: 100%;
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 50px;
}
.mapp .menucover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  color: white;
  transition: all 300ms ease;
  top: -2000px;
  opacity: 0.9;
  z-index: 99;
}
.mapp .menucover .li {
  width: 60%;
  margin: auto;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 5px;
  box-sizing: border-box;
  color: black;
}
.mapp .cbox {
  text-align: center;
}
.mapp .cbox .container {
  display: flex;
}
.mapp .cbox .container .left {
  position: relative;
}
.mapp .cbox .container .left img {
  position: absolute;
  bottom: 0px;
}
.mapp .cbox .container .right {
  padding-left: 150px;
}
.mapp .cbox .container .right .name {
  font-weight: bold;
  font-size: 13px;
  color: #033e68;
}
.mapp .cbox .container .right .desp {
  font-size: 12px;
}
.mapp .cbox .imgtxt {
  background-color: #e2c9a1;
  color: white;
  padding-top: 10px;
}
.mapp .cbox .imgtxt img {
  width: 74%;
  margin: auto;
  display: block;
}
.mapp .cbox .imgtxt .txt {
  background-color: #043d68;
  padding: 15px;
}
.mapp .menucover_active {
  top: 96px;
}
.mapp .header {
  width: 100%;
  height: 96px;
  background-color: white;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0px;
  text-align: center;
  z-index: 100;
}
.mapp .header .welcometxt {
  width: 100%;
  padding: 5px;
  color: white;
  background-color: #043d68;
  display: flex;
  font-size: 13px;
}
.mapp .header .welcometxt .left {
  flex: 1;
  text-align: left;
}
.mapp .header .welcometxt .right {
  width: 80px;
  text-align: right;
}
.mapp .header .welcometxt .right a {
  display: inline-block;
  color: white;
}
.mapp .header .container {
  display: flex;
}
.mapp .header .container .left {
  padding-top: 20px;
}
.mapp .header i {
  width: 20px;
  margin-right: 10px;
  margin-top: 6%;
  color: #595959;
}
.mapp .header i.oi-x, .mapp .header i.oi-align-left {
  padding-left: 10px;
}
.mapp .header i.oi-cart {
  font-size: 20px;
  margin-top: 20px;
}
.mapp .header .img {
  flex: 1;
}
.mapp .header .img img {
  width: 45%;
  margin-top: 15px;
}
.mapp .nav {
  width: 100%;
  height: 40px;
  background-color: #043d68;
}
.mapp .banner {
  width: 100%;
  /*height: 160px;*/
  background-color: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mapp .banner img {
  width: 100%;
}
.mapp .menu {
  width: 100%;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 10px;
  padding-top: 20px;
}
.mapp .menu .li {
  width: 25%;
  text-align: center;
}
.mapp .menu .li .box {
  width: 70%;
  height: 70px;
  border-radius: 6px;
  background-color: #ebebeb;
  margin: auto;
  overflow: hidden;
}
.mapp .menu .li .box img {
  width: 100%;
}
.mapp .menu .li .t {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: lighter;
  color: #595959;
}
.mapp .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px;
}
.mapp .productbox, .mapp .casebox, .mapp .caseboxdark {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding: 2% 1%;
  box-sizing: border-box;
  justify-content: space-between;
}
.mapp .productbox .li, .mapp .casebox .li, .mapp .caseboxdark .li {
  width: 49%;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  padding: 3px;
  box-sizing: border-box;
}
.mapp .productbox .li .img, .mapp .casebox .li .img, .mapp .caseboxdark .li .img {
  width: 100%;
  height: 180px;
  margin: auto;
  /*border-radius: $borderradius;*/
  background-color: #fff;
  overflow: hidden;
}
.mapp .productbox .li .img img, .mapp .casebox .li .img img, .mapp .caseboxdark .li .img img {
  width: 100%;
  height: 100%;
}
.mapp .productbox .li .info, .mapp .casebox .li .info, .mapp .caseboxdark .li .info {
  margin: auto;
  width: 92%;
}
.mapp .productbox .li .info .t, .mapp .casebox .li .info .t, .mapp .caseboxdark .li .info .t {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
  box-sizing: border-box;
  color: #595959;
}
.mapp .productbox .li .info .desp, .mapp .casebox .li .info .desp, .mapp .caseboxdark .li .info .desp {
  display: flex;
}
.mapp .productbox .li .info .desp .left, .mapp .casebox .li .info .desp .left, .mapp .caseboxdark .li .info .desp .left {
  width: 30%;
}
.mapp .productbox .li .info .desp .left b, .mapp .casebox .li .info .desp .left b, .mapp .caseboxdark .li .info .desp .left b {
  color: #ed4014;
}
.mapp .productbox .li .info .desp .right, .mapp .casebox .li .info .desp .right, .mapp .caseboxdark .li .info .desp .right {
  text-align: right;
  flex: 1;
  color: #FF8A00;
}
.mapp .productbox .li .info .desp .right b, .mapp .casebox .li .info .desp .right b, .mapp .caseboxdark .li .info .desp .right b {
  color: #FF8A00;
}
.mapp .morebox {
  width: 100%;
  background-color: white;
  display: inline-block;
  padding: 5px 0px;
  text-align: center;
}
.mapp .morebox .more {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #FF8A00;
  color: white;
  margin: auto;
}
.mapp .morebox .more a {
  color: white;
}
.mapp .casebox .li .img, .mapp caseboxdark .li .img {
  height: 150px;
}
.mapp .caseboxdark {
  background-color: #043d68;
}
.mapp .caseboxdark .info .t {
  color: white !important;
}
.mapp .aritcleimgbox {
  width: 100%;
  background-color: white;
}
.mapp .aritcleimgbox .li {
  width: 100%;
  display: flex;
  padding: 2%;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.mapp .aritcleimgbox .li .img {
  width: 87px;
  height: 87px;
  background-color: #fff;
  overflow: hidden;
}
.mapp .aritcleimgbox .li .img img {
  width: 100%;
  height: 100%;
}
.mapp .aritcleimgbox .li .info {
  flex: 1;
  padding-left: 1.5%;
  box-sizing: border-box;
}
.mapp .aritcleimgbox .li .info .t {
  width: 100%;
  font-weight: bold;
  color: #043d68;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mapp .aritcleimgbox .li .info .desp {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #595959;
}
.mapp .aritcleimgbox .li .info .time {
  color: #999;
}
.mapp .aritcleimgbox .more {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #FF8A00;
  color: white;
  margin: 10px auto;
}
.mapp .aritcleimgbox .more a {
  color: white;
}
.mapp .articlebox {
  width: 100%;
  background-color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mapp .articlebox .li {
  display: block;
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #ebebeb;
  color: #595959;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 25px;
}
.mapp .articlebox .li i {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #999;
}
.mapp .articlebox .li:last-child {
  border: none;
}
.mapp .filterbox {
  width: 100%;
  padding: 1%;
  box-sizing: border-box;
  display: flex;
}
.mapp .filterbox select {
  width: 25%;
  height: 30px;
  margin-left: 5px;
}

.main {
  position: relative;
}

.articledetail {
  width: 100%;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
}
.articledetail .atitle {
  text-align: center;
}
.articledetail .ainfo {
  text-align: center;
  color: #999;
  margin: 10px 0px;
}
.articledetail .adesp {
  background-color: #ebebeb;
  border-radius: 6px;
  padding: 5px;
  box-sizing: border-box;
  color: #595959;
  margin-bottom: 10px;
}
.articledetail .acontent p img {
  width: 100%;
  margin-top: 5px;
  border-radius: 6px;
}
.articledetail .bindproduct {
  width: 98%;
  margin: auto;
  color: #595959;
}
.articledetail .bindproduct .bindtxt {
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}
.articledetail .bindproduct .prodbox {
  border-radius: 3px;
  background-color: #f5f5f5;
  padding: 5px;
  display: flex;
  cursor: pointer;
  border: 1px solid #ddd;
}
.articledetail .bindproduct .prodbox:hover {
  background-color: #f0f0f0;
}
.articledetail .bindproduct .prodbox .tx {
  width: 80px;
  height: 80px;
  background-color: #ddd;
}
.articledetail .bindproduct .prodbox .tx img {
  width: 100%;
}
.articledetail .bindproduct .prodbox .info {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  flex: 1;
}
.articledetail .bindproduct .prodbox .info .t {
  width: 100%;
  max-height: 60px;
  min-height: 60px;
}
.articledetail .bindproduct .prodbox .info .desp {
  width: 100%;
  display: flex;
}
.articledetail .bindproduct .prodbox .info .desp .code, .articledetail .bindproduct .prodbox .info .desp .price {
  flex: 1;
}
.articledetail .bindproduct .prodbox .info .desp .price {
  text-align: right;
  color: #ed4014;
}
.articledetail .aintro .introcontent img {
  width: 100%;
}
.articledetail .aintro .introlink ul {
  list-style-type: none;
}
.articledetail .aintro .introlink a {
  display: inline-block;
  color: #ed4014;
  margin-top: 5px;
}
.articledetail .apage {
  border-top: 1px solid #ddd;
  padding: 0px 5px;
}
.articledetail .apage ul {
  display: inline-block;
  list-style-type: none;
}
.articledetail .apage ul li {
  margin-top: 10px;
}

.articlemenu {
  width: 100%;
  display: flex;
  padding: 10px 2px;
  box-sizing: border-box;
}
.articlemenu .li {
  padding: 0px 5px;
  box-sizing: border-box;
  color: #595959;
}
.articlemenu .li_active {
  color: #FF8A00;
}
.articlemenu .li:after {
  content: "|";
  border: none;
  width: 2px;
  height: 4px;
  margin-left: 5px;
  color: #595959;
}
.articlemenu .li:last-child:after {
  content: "";
}

.breadcurmb {
  padding: 5px;
}

.drawdetail {
  width: 100%;
  padding-bottom: 60px;
}
.drawdetail .imgcover {
  width: 100%;
}
.drawdetail .imgcover img {
  width: 100%;
}
.drawdetail > .t {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: white;
}
.drawdetail > .info {
  width: 100%;
  display: flex;
  padding: 5px;
  box-sizing: border-box;
  background-color: white;
}
.drawdetail > .info .p {
  color: #ed4014;
  font-weight: bold;
  width: 100px;
  font-size: 15px;
}
.drawdetail > .info .desp {
  flex: 1;
  text-align: right;
}
.drawdetail .attr, .drawdetail .content, .drawdetail .relatedcontent {
  width: 100%;
  background-color: white;
  margin-top: 10px;
}
.drawdetail .attr .tt, .drawdetail .content .tt, .drawdetail .relatedcontent .tt {
  width: 100%;
  font-weight: bold;
  padding: 8px 5px;
  box-sizing: border-box;
  position: relative;
  padding-left: 15px;
}
.drawdetail .attr .tt:before, .drawdetail .content .tt:before, .drawdetail .relatedcontent .tt:before {
  content: "1";
  position: absolute;
  height: 50%;
  border-left: 2px solid #043d68;
  left: 5px;
  top: 8px;
  color: white;
}
.drawdetail .attr .libox {
  padding-top: 0px;
  padding-bottom: 10px;
}
.drawdetail .attr .li, .drawdetail .attr .li_active {
  display: inline-block;
  padding: 3px 3px;
  border-radius: 6px;
  border: 1px solid #ed4014;
  color: #ed4014;
  margin: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
}
.drawdetail .attr .li_active {
  background-color: #ed4014;
  color: white;
}
.drawdetail .content {
  background-color: white;
}
.drawdetail .content .c {
  padding: 5px;
  box-sizing: border-box;
}
.drawdetail .content .c img {
  width: 100%;
}
.drawdetail .relatedcontent {
  margin-bottom: 10px;
}
.drawdetail .warning, .drawdetail .newwarning {
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 3px;
}
.drawdetail .newwarning {
  font-weight: bold;
  margin: 5px 0px;
}

.drawfooter {
  width: 100%;
  position: fixed;
  bottom: 0px;
  height: 55px;
  background-color: white;
  border-top: 1px solid #ddd;
  display: flex;
  box-sizing: border-box;
}
.drawfooter .menu {
  padding-left: 10px;
  box-sizing: border-box;
}
.drawfooter .menu a, .drawfooter .menu span {
  display: block;
  text-align: center;
}
.drawfooter .menu a {
  color: #595959;
  margin-top: -15px;
}
.drawfooter .menu a i {
  font-size: 20px;
}
.drawfooter .menu span {
  font-size: 12px;
}
.drawfooter .buy, .drawfooter .joincart {
  width: 200px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #ed4014;
  color: white;
}
.drawfooter .joincart {
  background-color: #043d68;
}

.footer {
  width: 100%;
  color: white;
}
.footer .sitemap {
  display: flex;
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  background-image: url(../static/img/bg03.jpg);
  background-size: cover;
  background-position-y: -15px;
  background-repeat: no-repeat;
}
.footer .sitemap .code {
  width: 200px;
  padding-top: 20px;
  box-sizing: border-box;
}
.footer .sitemap .code img {
  width: 94%;
}
.footer .sitemap .code div {
  letter-spacing: 8px;
  color: #6E839F;
  margin-top: 10px;
}
.footer .sitemap .li {
  width: 130px;
  border-right: 1px dashed #1D3453;
  padding-left: 30px;
  box-sizing: border-box;
}
.footer .sitemap .li .t {
  font-weight: bold;
  font-size: 13px;
}
.footer .sitemap .li .c {
  margin-top: 10px;
}
.footer .sitemap .li .c a {
  text-decoration: none;
  color: #6E839F;
}
.footer .sitemap .li .c a:hover {
  color: white;
}
.footer .sitemap .contact {
  flex: 1;
  display: flex;
  text-align: center;
}
.footer .sitemap .contact .box {
  width: 113px;
  height: 113px;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.footer .sitemap .contact .box img {
  width: 100%;
}
.footer .sitemap .contact .notice {
  flex: 1;
  background-color: #0E2139;
  height: 113px;
  padding-top: 30px;
  color: #687B98;
  box-sizing: border-box;
}
.footer .sitedesp {
  margin-top: 10px;
  display: flex;
  border-top: 1px solid #1D3453;
}
.footer .sitedesp .container {
  margin: auto;
  padding-bottom: 20px;
  background-color: #043d68;
}
.footer .sitedesp .container .info {
  font-size: 13px;
}
.footer .sitedesp .container .info div {
  text-align: center;
  margin-top: 5px;
  color: #6599c0;
}

.submenu {
  width: 100%;
  background-color: #ebebeb;
  text-align: center;
  position: fixed;
  z-index: 999;
}
.submenu .ul {
  display: inline-block;
  text-align: center;
  margin: auto;
}
.submenu .ul .li {
  display: inline-block;
  padding: 6px 20px;
  cursor: pointer;
}
.submenu .ul .li a {
  color: #454545;
}
.submenu .ul .li:hover {
  background-color: #023d67;
  color: white;
}
.submenu .ul .li:hover a {
  color: white;
}
.submenu .ul .li_active {
  background-color: #023d67;
  color: white;
}
.submenu .ul .li_active a {
  color: white;
}

.searchbox {
  width: 100%;
  background-color: white;
  padding: 5px 0px;
  position: relative;
}
.searchbox input {
  width: 94%;
  border: none;
  outline: none;
  background-color: #ebebeb;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  margin-left: 3%;
}
.searchbox i {
  color: #999;
  position: absolute;
  left: 41%;
  top: 14px;
}

.shopcartbox {
  background-color: white;
}
.shopcartbox .t {
  padding: 5px 5px;
  background-color: #ebebeb;
  font-weight: bold;
}
.shopcartbox .t .edit {
  float: right;
  margin-right: 5px;
}
.shopcartbox .shopcarttable table, .shopcartbox .waitpaytable table {
  width: 100%;
}
.shopcartbox .shopcarttable table td, .shopcartbox .waitpaytable table td {
  text-align: center;
  padding: 5px 0px;
}
.shopcartbox .shopcarttable table thead, .shopcartbox .waitpaytable table thead {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
}
.shopcartbox .shopcarttable .checkbox, .shopcartbox .waitpaytable .checkbox {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0px 5px;
}
.shopcartbox .shopcarttable .prod, .shopcartbox .waitpaytable .prod {
  width: 80%;
  display: flex;
}
.shopcartbox .shopcarttable .prod .img, .shopcartbox .waitpaytable .prod .img {
  width: 60px;
  height: 60px;
}
.shopcartbox .shopcarttable .prod .img img, .shopcartbox .waitpaytable .prod .img img {
  width: 100%;
  height: 100%;
}
.shopcartbox .shopcarttable .prod .info, .shopcartbox .waitpaytable .prod .info {
  flex: 1;
}
.shopcartbox .shopcarttable .settlefooter, .shopcartbox .waitpaytable .settlefooter {
  position: fixed;
  width: 100%;
  height: 55px;
  line-height: 55px;
  bottom: 0px;
  left: 0px;
  background-color: white;
  padding: 0px;
}
.shopcartbox .shopcarttable .settlefooter span, .shopcartbox .waitpaytable .settlefooter span {
  color: #ed4014;
  font-weight: bold;
}
.shopcartbox .shopcarttable .settlefooter b, .shopcartbox .waitpaytable .settlefooter b {
  display: inline-block;
  float: right;
  width: 100px;
  background-color: #ed4014;
  color: white;
}
.shopcartbox .shopcarttable .settlefooter .disabled, .shopcartbox .waitpaytable .settlefooter .disabled {
  background-color: #fff;
  color: #999;
}

.buyorderbox .t {
  padding: 5px 5px;
  background-color: #ebebeb;
  font-weight: bold;
}
.buyorderbox .t .edit {
  float: right;
  margin-right: 5px;
  font-weight: lighter;
}
.buyorderbox .c {
  padding: 5px;
  background-color: white;
  color: #595959;
}
.buyorderbox .cempty {
  color: #ed4014;
}
.buyorderbox .payway {
  background-color: white;
}
.buyorderbox .payway .checkbox {
  padding: 5px;
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #ed4014;
  color: #ed4014;
}
.buyorderbox .product .list {
  display: flex;
  width: 100%;
}
.buyorderbox .product .list .tx {
  width: 80px;
  height: 80px;
}
.buyorderbox .product .list .tx img {
  width: 100%;
}
.buyorderbox .product .list .info {
  flex: 1;
  padding-left: 10px;
  box-sizing: border-box;
}
.buyorderbox .changebox {
  width: 100%;
}
.buyorderbox .changebox .c {
  width: 100%;
}
.buyorderbox .changebox .c div {
  padding: 5px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.buyorderbox .changebox .c div input {
  margin-right: 5px;
}
.buyorderbox .changebox .c div:last-child {
  border: none;
}

.buyorderbtn {
  width: 100%;
  background-color: white;
  position: fixed;
  height: 55px;
  line-height: 55px;
  left: 0px;
  bottom: 0px;
  padding-left: 10px;
  box-sizing: border-box;
}
.buyorderbtn i {
  font-style: normal;
}
.buyorderbtn span {
  font-weight: bold;
  color: #ed4014;
}
.buyorderbtn .btn {
  float: right;
  width: 100px;
  height: 55px;
  background-color: #ed4014;
  color: white;
  text-align: center;
}
.buyorderbtn .disabled {
  background-color: #ddd;
  color: #999;
}

.paybox {
  /*@extend .normalwidth;*/
  width: 100%;
  height: 380px;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background-color: white;
}
.paybox .info {
  background-color: #F3FBFE;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #595959;
}
.paybox .code {
  text-align: center;
}
.paybox .success, .paybox .error {
  width: 60%;
  margin: auto;
  margin-top: 50px;
}
.paybox .success .icon, .paybox .error .icon {
  text-align: center;
}
.paybox .success .icon i, .paybox .error .icon i {
  font-size: 70px;
  color: green;
}
.paybox .success .txt, .paybox .error .txt {
  text-align: center;
  margin-top: 10px;
}
.paybox .error .icon i {
  color: #ed4014;
}

.pagetop {
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  line-height: 30px;
  border-radius: 80px;
  background-color: #043d68;
  display: block;
}

.address {
  width: 100%;
}
.address .form {
  width: 100%;
  background-color: white;
  padding: 10px 0px;
}
.address .form .cell {
  display: flex;
  margin-top: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.address .form .cell label {
  display: inline-block;
  width: 70px;
  text-align: right;
  color: #595959;
  margin-right: 5px;
  vertical-align: top;
  padding-top: 3px;
}
.address .form .cell label span {
  color: #ed4014;
}
.address .form .cell input, .address .form .cell textarea, .address .form .cell select {
  flex: 1;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px;
  box-sizing: border-box;
}
.address .form .cell select {
  width: 20%;
}
.address .edit {
  color: #595959;
}
.address .info a {
  float: right;
  color: #595959;
  padding-right: 7px;
}
.address .btnfix {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: flex;
}
.address .btnfix .btn {
  width: 50%;
  background-color: #ed4014;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: auto;
  margin: 10px;
}
.address .btnfix .second {
  border: 1px solid #ddd;
  background-color: #ebebeb;
  color: #999;
}

.designcasetabs {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: white;
  padding: 10px 0px;
  box-sizing: border-box;
}
.designcasetabs .span {
  display: inline-block;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #043d68;
  color: #043d68;
}
.designcasetabs .active {
  background-color: #043d68;
  color: white;
}

.onlinedesign, .cooperation {
  width: 100%;
}
.onlinedesign img, .cooperation img {
  width: 100%;
}

.cooperation {
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
}
.cooperation .t {
  font-weight: bold;
  color: #FF8A00;
  font-size: 20px;
}
.cooperation .ct {
  font-weight: bold;
  margin: 5px 0px;
}
.cooperation .c {
  line-height: 25px;
}

.onlineconsult {
  width: 100%;
  background-color: #043d68;
  color: white;
  padding: 10px 5px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  text-align: right;
}
.onlineconsult .tx {
  width: 55px;
  height: 55px;
  background-color: white;
  padding: 2px;
  box-sizing: border-box;
  position: absolute;
  left: 5px;
  top: -10px;
  overflow: hidden;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.6);
}
.onlineconsult .tx img {
  width: 100%;
}
.onlineconsult .txt {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.onlineconsult .btn, .onlineconsult .btndefault {
  display: inline-block;
  padding: 5px 5px;
  border-radius: 3px;
  background-color: #FF8A00;
  color: white;
  margin-left: 10px;
}
.onlineconsult .btn span, .onlineconsult .btndefault span {
  margin-left: 10px;
}
.onlineconsult .btn span:first-child, .onlineconsult .btndefault span:first-child {
  margin-left: 0px;
}
.onlineconsult .btndefault {
  background-color: #e8eaec;
  color: #595959;
}

.sharenotice {
  width: 100%;
  display: inline-block;
  color: #595959;
  margin-top: 5px;
}
.sharenotice .tx {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 60px;
  background-color: #ebebeb;
  border: 1px solid #ddd;
  overflow: hidden;
}
.sharenotice .tx img {
  width: 101%;
}
.sharenotice .c {
  float: left;
  width: 80%;
  display: inline-block;
  margin-left: 20px;
  background-color: #ebebeb;
  border-radius: 3px;
  padding: 10px;
  background-color: #5075A7;
  color: white;
  margin-top: 3px;
  position: relative;
}
.sharenotice .c:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 10px solid #5075A7;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  left: -20px;
}
.sharenotice .c a, .sharenotice .c span {
  color: white;
  padding: 0px 5px;
  text-decoration: underline;
}

.distributorbox {
  width: 100%;
}
.distributorbox img {
  width: 100%;
}
.distributorbox .txt {
  width: 100%;
  padding: 10px;
  line-height: 25px;
  box-sizing: border-box;
}
.distributorbox .txt b {
  color: #ff9900;
}
.distributorbox .form {
  padding: 10px;
  box-sizing: border-box;
}
.distributorbox .success {
  width: 94%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
}
.distributorbox .success .oi-circle-check {
  font-size: 30px;
  color: #19be6b;
}
.distributorbox .btn {
  width: 94%;
  margin: auto;
  padding: 5px 10px;
  box-sizing: border-box;
  color: white;
  background-color: #ed4014;
  border-radius: 3px;
  text-align: center;
  border: 0px;
  display: block;
}
.distributorbox .desp {
  width: 100%;
  padding: 15px;
}
.distributorbox .desp .list {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.distributorbox .desp .list .li, .distributorbox .desp .list .li1 {
  width: 100%;
  background-color: white;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.distributorbox .desp .list .li .tx, .distributorbox .desp .list .li1 .tx {
  width: 30px;
  height: 30px;
  border-radius: 35px;
  background-color: #FECE00;
  text-align: center;
  line-height: 32px;
  margin-top: 5px;
}
.distributorbox .desp .list .li .info, .distributorbox .desp .list .li1 .info {
  flex: 1;
  padding-left: 10px;
}
.distributorbox .desp .list div:last-child .tx {
  background-color: #FECE00;
}
.distributorbox .gohome {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.aboutbox {
  width: 100%;
}
.aboutbox .abouttxt {
  box-sizing: border-box;
}
.aboutbox .abouttxt .name {
  color: #043d68;
  font-weight: bold;
}
.aboutbox .abouttxt .name, .aboutbox .abouttxt .desp {
  margin-top: 10px;
  padding: 5px;
}
.aboutbox .info {
  display: flex;
  margin: auto;
  margin-top: 30px;
}
.aboutbox .info .li {
  width: 33%;
  text-align: center;
}
.aboutbox .info .li .tx img {
  width: 50%;
}
.aboutbox .info .li .i {
  box-sizing: border-box;
  margin-top: 10px;
}
.aboutbox .info .li .i .name {
  color: #043d68;
  font-size: 25px;
}
.aboutbox .info .li .i .desp {
  font-size: 12px;
}
.aboutbox .c {
  width: 100%;
  padding: 0px 5px;
  /*background-color: $maincolor;*/
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.aboutbox .c .bg {
  width: 550px;
  height: 330px;
  position: absolute;
  left: 0%;
}
.aboutbox .c .bg img {
  width: 100%;
}
.aboutbox .c .txt {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #f5f9fc;
  padding-right: 30%;
  font-size: 13px;
  color: #595959;
}
.aboutbox .c .txt .name {
  color: #043d68;
  margin: 15px 0px;
  font-weight: bold;
  font-size: 16px;
}
.aboutbox .c .txt .desp {
  margin-top: 15px;
}
.aboutbox .c .more a {
  display: inline-block;
  padding: 5px 10px;
  color: #ff9602 !important;
  cursor: pointer;
}

.aboutbox1 {
  background-color: #f6f7fb;
  display: flex;
}
.aboutbox1 .abouttxt {
  padding-left: 10px;
  flex: 1;
}
.aboutbox1 .abouttxt .name {
  color: #023d67;
  font-weight: bold;
  position: relative;
  text-align: left;
  font-size: 13px;
}
.aboutbox1 .abouttxt .name:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #023d67;
  top: 22px;
  left: 0px;
}
.aboutbox1 .abouttxt .desp {
  text-align: left;
  margin-top: 5px;
  font-size: 12px;
}
.aboutbox1 .abouttxt1 {
  padding-left: 10px;
  flex: 1;
}
.aboutbox1 .aboutimg {
  width: 160px;
}

.aboutcontainer {
  text-align: center;
  padding-top: 20px;
}

.aboutlist {
  /*f5f9fc*/
  width: 94%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutlist .aboutli {
  width: 49%;
  background-color: #f5f9fc;
  margin-bottom: 2%;
  padding: 5px;
}
.aboutlist .aboutli .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  padding-top: 20px;
  box-sizing: border-box;
}
.aboutlist .aboutli .name {
  color: #043d68;
  text-align: center;
  font-size: 20px;
  margin: 10px 0px;
}
.aboutlist .aboutli .desp {
  font-size: 13px;
}

.homerow {
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}
.homerow .title {
  text-align: center;
}
.homerow .title img {
  width: 23%;
  margin: auto;
}
.homerow > .list, .homerow > .list1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  /*.active:before {
      content: "";
      position: absolute;
      width: 110px;
      height: 2px;
      background-color: $maincolor;
      left: 20%;
      bottom: 0px;
  }*/
}
.homerow > .list .li, .homerow > .list1 .li {
  width: 23%;
  /*border-bottom: 2px solid transparent;*/
  text-align: center;
  position: relative;
  background-color: #e9ecf1;
  margin: 0px 1%;
  padding: 4px 5px;
  box-sizing: border-box;
}
.homerow > .list .li a, .homerow > .list1 .li a {
  color: #043d68;
}
.homerow > .list .active, .homerow > .list1 .active {
  background-color: #043d68;
}
.homerow > .list .active a, .homerow > .list1 .active a {
  color: white;
}
.homerow .list1 {
  width: 50%;
  margin: auto;
}
.homerow .list1 .li {
  width: 46%;
}
.homerow .content {
  clear: both;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px;
}

.abouttitle {
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  padding: 20px 0px;
}
.abouttitle:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 3px;
  background-color: #043d68;
  top: 46px;
  margin-left: 22px;
}

.abouttitle_white {
  color: white;
}
.abouttitle_white:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  background-color: white;
  top: 46px;
  margin-left: 25px;
}

.botommborder7:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  top: 46px;
  margin-left: 45px;
}

.botommborder8:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  top: 46px;
  margin-left: 55px;
}

.botommborder13:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  top: 46px;
  margin-left: 95px;
}

.loginbox {
  width: 90%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: auto;
  margin-top: 50px;
  padding: 10px;
  padding-top: 0px;
}
.loginbox .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.loginbox .validbtn, .loginbox .validbtn_active {
  display: inline-block;
  background-color: #1890FF;
  color: white;
  padding: 4px 6px;
}
.loginbox .validbtn_active {
  background-color: #ebebeb;
  color: #999;
}

.joinconstruction {
  width: 100%;
  text-align: center;
  padding: 100px 0px;
}
.joinconstruction img {
  width: 50%;
}

.ptbl {
  margin-top: 5px;
  width: 100%;
}
.ptbl table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.ptbl .thead, .ptbl .tbody {
  background-color: #ebebeb;
}
.ptbl .thead td, .ptbl .tbody td {
  padding: 8px;
  text-align: center;
}
.ptbl .thead td b, .ptbl .tbody td b {
  font-size: 14px;
}
.ptbl .tbody {
  background-color: #f9f9f9;
}
.ptbl .tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
.ptbl .alignleft td {
  text-align: left;
  padding: 10px 20px;
  box-sizing: border-box;
}

.page {
  width: 100%;
  text-align: center;
  background-color: white;
  padding: 10px 0px;
  box-sizing: border-box;
}

.alert-error {
  width: 96%;
  margin: 10px auto;
  background-color: #e85f5f;
  color: white;
  border-radius: 3px;
  text-align: center;
  padding: 5px 0px;
}

.clear {
  clear: both;
}

.empty {
  width: 100%;
  text-align: center;
  color: #595959;
  padding: 10px;
  box-sizing: border-box;
}

.ant-carousel .slick-slide {
  text-align: center;
  height: 160px;
  line-height: 140px;
  background: #364d79;
  overflow: hidden;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  display: none;
  opacity: 0;
  transition: all 200ms ease;
}
.modal .modal-dialog {
  width: 90%;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 50%;
  top: 180px;
  margin-left: -45%;
  display: none;
  opacity: 0;
  transition: all 200ms ease;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-body, .modal .modal-dialog .modal-footer {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.modal .modal-dialog .modal-header {
  background-color: #043d68;
  color: white;
  text-align: center;
}
.modal .modal-dialog .modal-header h4 {
  font-weight: bold;
}
.modal .modal-dialog .modal-body > div {
  margin-top: 10px;
}
.modal .modal-dialog .modal-body > div label {
  display: inline-block;
  width: 70px;
  text-align: right;
  color: #595959;
  margin-right: 5px;
  vertical-align: top;
  padding-top: 3px;
}
.modal .modal-dialog .modal-body > div input, .modal .modal-dialog .modal-body > div textarea, .modal .modal-dialog .modal-body > div select {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px;
  box-sizing: border-box;
}
.modal .modal-dialog .modal-body .ant-picker, .modal .modal-dialog .modal-body .ant-input-number {
  border: none !important;
}
.modal .modal-dialog .modal-body .ant-picker {
  padding: 0px !important;
}
.modal .modal-dialog .modal-body .ant-form-item-required {
  width: 80px !important;
}
.modal .modal-dialog .modal-body .ant-select-selector {
  border: 1px solid #999 !important;
}
.modal .modal-dialog .modal-body .modal-single-img {
  width: 100%;
}
.modal .modal-dialog .modal-footer {
  text-align: right;
}
.modal .modal-dialog .modal-footer .btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.modal .modal-dialog .modal-footer .btn-secondary {
  background-color: #ddd;
}

.modal_active {
  display: block !important;
  opacity: 1 !important;
  z-index: 998 !important;
}

.modal-dialog_active, .modal1-dialog_active {
  display: block !important;
  opacity: 1 !important;
  /*z-index: 999 !important;*/
}

@media (max-width: 575px) {
  .ant-form .ant-form-item .ant-form-item-control, .ant-form .ant-form-item .ant-form-item-label {
    flex: auto !important;
  }
}
@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
    max-width: 90px !important;
  }
  .ant-form-item .ant-form-item-label label {
    width: 80px !important;
  }
}
.modal1-dialog_active {
  top: 40px !important;
}

.ant-form-item {
  margin-bottom: 10px !important;
}

.pageloading {
  position: absolute;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -100px;
}
