@import url("style_min768.css");
@import url("style_max768.css");
@import url("animate.min.css");

@font-face {
  font-family: "zg";
  src: url("../font/zg.eto");
  src: url("../font/zg.woff") format("woff"),
    url("../font/zg.ttf") format("truetype"),
    url("../font/zg.svg") format("svg");
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

/* Ã©â„¢Â¤Ã©Â¦â€“Ã©Â¡ÂµÃ¥Â¤â€“Ã§Å¡â€žÃ¥Â¯Â¼Ã¨Ë†ÂªÃ¤Â¸â€¹Ã¦â€¹â€°Ã¦Â¡â€  */
.nav .open>a {
  background-color: transparent;
}

ul#newsDropdownMenu {
  max-width: 116px;
  min-width: auto;
  background-color: rgba(255, 255, 255, 0.9);
}

ul#newsDropdownMenu>li {
  color: #333;
  border-bottom: 0;
  padding: 0 20px;
  line-height: 60px;
}

ul#newsDropdownMenu>li>a {
  display: inline;
  border-bottom: 1px solid transparent;
  padding: 0 9px 5px;
}

ul#newsDropdownMenu>li::after {
  position: static;
}

ul#newsDropdownMenu>li:hover {
  color: #2d77d5;
}

ul#newsDropdownMenu>li:hover>a {
  border-bottom: 1px solid #2d77d5;
}

/* end */
/* loading */
#unshiftapp {
  background-color: #fff;
  /* opacity: .5; */
  position: absolute;
  z-index: 99999999999999;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* margin-top: -50px; */
}

/* the loading icon */
.bonfire-pageloader-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  /* margin: 100px 0 0 0; */
  opacity: 1;
  top: 0;
  text-align: center;
  color: #000;
}

#unshiftapp svg {
  display: block;
  fill: #000;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* loadingEnd */

.clear::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.home_notice {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.zg {
  font-family: "zg" !important;
}

button {
  background: transparent;
  border: 0;
  outline: none;
}

button:focus,
input:focus {
  outline: 0;
}

input:invalid {
  border: 2px solid red;
}

.message {
  width: 40%;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999;
  text-align: center;
}

.show {
  display: block;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.hd {
  overflow: hidden;
}

.border {
  border: solid 1px #ddd;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*Ã¦Â­Â£Ã¥Â¸Â¸Ã¦Æ’â€¦Ã¥â€ ÂµÃ¤Â¸â€¹Ã¦Â»â€˜Ã¥Ââ€”Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset1px1px0rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset1px1px0rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
}

.radius {
  border-radius: 4px;
}

.container {
  /* padding-right: 0;
	padding-left: 0; */
}

/* .row{
	margin: 0;
} */
.fr {
  float: right;
}

.fl {
  float: left;
}

.w-100 {
  width: 100% !important;
}

.w-95 {
  width: 95% !important;
}

.w-50 {
  width: 50% !important;
}

.p-ab {
  position: absolute;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-5 {
  padding-left: 5px;
}

.ml_label {
  display: inline-block;
  margin: 1px !important;
}

.mr0 {
  margin: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

button {
  outline: none;
  border: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline-block !important;
}

a {
  color: inherit;
  text-decoration: none !important;
}

.mb-0 {
  margin-bottom: 0;
}

a,
.cursor {
  cursor: pointer;
}

a:focus,
a:active,
a:hover,
a:visited {
  color: inherit;
  background-color: transparent !important;
}

.pr {
  position: relative;
}

.gray {
  color: #999;
}

.hide {
  display: none;
}

.hidden {
  display: none;
}

.red {
  color: #e73f3f !important;
}

.white {
  color: #fff;
}

.eles {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.blue {
  color: #2d77d6 !important;
}

/* Ã©â€¡ÂÃ§Â½Â®css */
.dropdown-menu>li>a {
  color: inherit !important;
}

.btn-info {
  background-color: #00aeed !important;
  border-color: #00aeed !important;
}

.btn-primary {
  background-color: #2d77d6 !important;
  border-color: #2d77d6 !important;
}

.btn-primary.ghost {
  background-color: #fff !important;
  color: #2d77d6 !important;
}

.btn {
  padding: 6px 25px !important;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 2px 5px !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
  outline: none;
  box-shadow: none !important;
}

.myModal .modal-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
}

.myModal .modal-content {
  border: 10px solid #dcdcdc !important;
}

.myModal .modal-footer {
  text-align: center;
  border-top: none;
  padding-top: 0;
}

.myModal .modal-header {
  padding: 0 5px 0 15px;
  border-bottom: none;
}

.myModal .modal-title {
  border-bottom: solid 1px #ccc;
  line-height: 40px;
}

.modal-header .close {
  margin-top: 8px !important;
  margin-right: 6px !important;
}

.topbox {
  background-color: #f1f1f1;
  line-height: 30px;
  font-size: 12px;
}

.topCont_l {}

.topCont_l .wecome {
  margin-right: 10px;
  background: url(../images/icon/icon_earth.png) no-repeat left center;
  background-size: 12px;
  display: inline-block;
  padding-left: 20px;
}

.topCont_r .icon01 {
  background: url(../images/icon/icon_jg.png) no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}

.topCont_r .icon02 {
  background: url(../images/icon/icon_jg02.png) no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}

.topCont_r .iconUser {
  background: url(../images/icon/icon_user.png) no-repeat left center;
  background-size: 15px;
  padding-left: 20px;
}

.logobox {
  padding: 10px 0;
  /* overflow: hidden; */
  min-height: 50px;
}

.logo {
  position: relative;
}

.logo h1 {
  font-size: 14px;
  padding-left: 39px;
  margin: 0;
  line-height: 15px;
  font-weight: bold;
}

.logo img {
  position: absolute;
  width: 32px;
  height: 30px;
}

.searchbox {
  width: 300px;
  padding-top: 5px;
}

/* nav */

.dropdownbox {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  border-radius: 4px;
  background-color: #fff;
  color: #19b5ee;
}

.dropdownbox .dropdown-menu {
  background-color: #377cd6;
}

.dropdownbox .dropdown-menu li:first-child {
  border-bottom: solid 1px #fff;
}

.dropdownbox .dropdown-menu li a img {
  margin-right: 10px;
}

.dropdownbox .dropdown-menu li {
  color: #fff;
  padding: 5px 0;
  position: relative;
}

.dropdownbox .dropdown-menu li .cont {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 2px #333;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  color: #333;
  display: none;
}

.dropdownbox .dropdown-menu li:hover .cont {
  display: block;
}

.dropdownbox .dropdown-menu li .cont i {
  display: block;
  width: 0;
  height: 0;
  border-left: solid 10px #fff;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  top: 10px;
  position: absolute;
  right: -8px;
}

.bannerbox {
  min-height: 400px;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 40px 0;
}

.banner-text {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #333;
  letter-spacing: 6px;
  text-align: center;
}

.loginbox {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.loginbox .tab li {
  padding: 24px 0;
  border-left: solid 4px #21a5ef;
  border-bottom: solid 1px #6db3f7;
  padding-left: 10px;
  /* padding-right: 18px; */
  color: #fff;
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(90deg, #2e75d4, #22a0ee);
}

.loginbox .tab li.active {
  border-left: solid 4px #fff;
  color: #333;
  background-image: none;
}

.loginbox .tab li span {
  display: block;
  padding-left: 30px;
}

.loginbox .tab li.active .register {
  background: url(../images/icon/icon_company.png) no-repeat left center;
  background-size: 20px;
}

.loginbox .tab li .register {
  background: url(../images/icon/icon_company_white.png) no-repeat left center;
  background-size: 20px;
}

.loginbox .tab li .img {
  height: 50px;
  position: absolute;
}

.loginbox .tab li.active .img {
  display: none;
}

.loginbox .tab li.active .login {
  background: url(../images/icon/icon_personal.png) no-repeat left center;
  background-size: 20px;
}

.loginbox .tab li .login {
  background: url(../images/icon/icon_personal_white.png) no-repeat left center;
  background-size: 20px;
}

.loginbox .tab li.active .search {
  background: url(../images/icon/icon_search.png) no-repeat left center;
  background-size: 20px;
}

.loginbox .tab li .search {
  background: url(../images/icon/icon_search_white.png) no-repeat left center;
  background-size: 20px;
}

.tabCont .title {
  text-align: center;
}

.vadate input {
  padding-right: 110px;
}

.vadate .btns {
  position: absolute;
  right: 5px;
  top: 6px;
  border-left: solid 1px #ddd;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #007dcc;
}

.codebox input {
  width: 130px;
}

.codebox img {
  width: 100px;
  height: 34px;
  top: 0;
  position: absolute;
  right: 0;
}

.formbox .item {
  margin-bottom: 10px;
}

.stepList {
  background-color: #f8f8f8;
  padding: 30px 0;
  position: relative;
}

.stepList::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  border-top: dotted 3px #ccc;
  margin-top: -30px;
}

.stepList li {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  z-index: 9;
}

.stepList li .item-circle {
  width: 38px;
  max-width: 90%;
  height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px #999;
  margin: 0 auto;
  overflow: hidden;
}

.stepList li .item-circle img {
  display: block;
  width: 20px;
  margin: 7px auto 0;
}

.stepList li .item-circle p {
  line-height: 20px;
  font-size: 14px;
}

.stepList li h5 {
  text-align: center;
}

.infobox {}

.infoOne {
  position: relative;
}

.infoOne .imgbox {
  width: 120px;
  height: 85px;
  position: absolute;
  top: 20px;
  left: 0;
}

.infoOne .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  position: relative;
  z-index: 2;
}

.infoOne .imgbox::before,
.infoOne .imgbox::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  border-top: solid 20px transparent;
  border-left: solid 30px #0665bc;
  border-bottom: solid 20px transparent;
}

.infoOne .imgbox::before {
  top: -20px;
}

.infoOne .imgbox::after {
  bottom: -20px;
}

.infoRight {
  overflow: hidden;
  margin-left: 90px;
  padding: 1px 10px 10px 40px;
  height: 125px;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  background-image: linear-gradient(90deg, #2cc3fd, #389bf6);
}

.infoRight .pc_time {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 2px 10px;
}

.infoRight .pc_time span {
  display: block;
  border-top: solid 1px #ddd;
}

.infoRight .pc_more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff url(../images/icon/icon_arrow_right_blue.png) no-repeat center;
  background-size: 60%;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.infoRight .pc_more:hover {
  background: #ccc url(../images/icon/icon_arrow_right_blue.png) no-repeat center !important;
}

.infoList .newsItem {
  position: relative;
  padding-bottom: 20px;
  min-height: 70px;
}

.infoList .newsItem .time {
  background-color: #f5f5f5;
  padding: 10px;
  line-height: 15px;
  display: block;
  left: 0;
  top: 0;
  text-align: right;
  position: absolute;
  width: 70px;
  white-space: nowrap;
}

.infoList .newsItem .title {
  line-height: 25px;
  margin: 0 0 0 80px;
}

.hotProduct {
  background-color: #f8f8f8;
}

.productList {
  position: relative;
}

.productList .pc_more {
  position: absolute;
  top: -35px;
  right: 0;
  border-radius: 20px;
  color: #fff;
  /* 	height: 30px;
	line-height: 18px; */
}

.productList {
  padding-bottom: 40px;
}

.productList ul li {
  width: 50%;
  float: left;
  padding: 5px 0;
}

.proCard,
.proCardMore {
  margin: 0 5px;
  border: solid 1px #fafafa;
  box-shadow: 0 0 3px #999;
  border-radius: 4px;
}

.proCardMore {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}

/* .proCardMore a{
	display: block;
	line-height: 30px;
	font-size: 20px;
	padding: 20px 0;
	width: 60%;
	border:solid 1px #ddd;
	border-radius: 4px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	opacity: 0.8;
} */
.proCard .proCardTop {
  background-color: #fff;
  padding: 10px 8px;
}

.proCard .proCardTop .clogo {
  font-size: 16px;
}

.proCard .proCardTop .clogo img {
  max-width: 50%;
  height: 20px;
  margin-right: 5px;
}

.proCard .proCardTop .cText {
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
}

.proCardList {
  background-color: #f4f4f4;
  padding: 10px 10px 20px 10px;
}

.proCardList dl {
  margin-bottom: 15px;
}

.proCardList dd {
  line-height: 24px;
}

.proCardList .btn {
  width: 80%;
  margin: 0 auto;
}

.companyBox {
  position: relative;
}

.companyBg {
  background: url(../images/i_blue_bg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}

.companyBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #f8f8f8;
}

.yh_logo {
  background-color: #fff;
  height: 54px;
  /* padding: 5px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.yh_logo img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.severCompany {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 10px;
}

.creditSever {
  padding-bottom: 40px;
}

.footer {
  background-color: #e6e6e6;
  border-top: solid 1px #ddd;
  padding: 30px 0;
}

.footInfo .icon01 {
  background: url(../images/icon/icon_addr.png) no-repeat left center;
}

.footInfo .icon02 {
  background: url(../images/icon/icon_phone.png) no-repeat left center;
}

.footInfo .icon03 {
  background: url(../images/icon/icon_cz.png) no-repeat left center;
}

.footInfo span {
  padding-left: 20px;
  display: inline-block;
  min-width: 260px;
  text-align: left;
}

.footInfo li {
  margin-bottom: 10px;
  background-size: 18px;
  text-align: center;
}

.erweibox .imgbox {
  display: inline-block;
  margin-left: 20px;
}

.erweibox .imgbox img {
  width: 80px;
  height: 80px;
  margin-bottom: 3px;
}

.Alertbox {
  border: solid 1px #cccccc;
  padding: 8px 10px;
}

.Alertbox .icon {
  display: inline-block;
  background-color: #56a2ed;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 5px;
}

.authbox {
  padding-bottom: 20px;
}

.authbox .auth {
  border-bottom: solid 1px #ccc;
}

.authbox .auth:last-child {
  border-bottom: none;
}

.authbox .auth .iconImg {
  display: block;
}

.authbox .auth .btn {
  width: 130px;
}

.autoInfo {
  padding-bottom: 30px;
  display: none;
  padding-top: 30px;
}

.autoInfo .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  background: transparent;
  padding-top: 0;
}

.smSearchbox {
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #ecf9ff;
  padding-top: 20px;
}

.clearBoth {
  clear: both;
}

.smCondition {
  padding: 20px 0;
}

.smCondition ul li {
  padding-top: 10px;
  border-bottom: dashed 1px #ccc;
}

.smCondition li .list {}

.smCondition li .list span {
  display: inline-block;
  padding: 0 8px;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.proTitle {
  background: url(../images/icon/icon_search_blue.png) no-repeat left center;
  padding-left: 22px;
  background-size: 16px;
  margin-top: 15px;
}

.smProductList {
  padding-bottom: 20px;
}

.smProductList li {
  display: block;
  border-bottom: solid 1px #ccc;
  position: relative;
}

.isSpecal {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon/ICONS_5.png) no-repeat top left;
  background-size: 100%;
  width: 20px;
  height: 40px;
}

.smProductList li:last-child {
  border-bottom: none;
}

.smProductList ul {
  border: solid 1px #ccc;
}

.smCondition li.btns {
  border-bottom: none;
}

.yhImg {
  height: 62px;
  width: 140px;
  border: solid 1px #eee;
}

.yhInfo {
  display: flex;
}

.yhInfo .text {
  margin-left: 20px;
}

.yhInfo .text .title {
  margin-top: 6px;
  margin-bottom: 6px;
}

.labelList .label {
  border-radius: 10px;
  background-color: #d1efff !important;
  border: solid 1px #5ca5ca;
  color: #5ca5ca;
  font-weight: normal;
}

.yhInfoList {
  line-height: 30px;
}

.proBtn {
  text-align: center;
}

.page {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.orderCont li {
  border: solid 1px #eee;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.orderTitle {
  background-color: #f6f6f6;
  line-height: 30px;
}

.orderCont li p {
  margin: 0;
}

.orderCont li h3 {
  font-weight: 700;
  font-size: 18px;
}

.orderCont {
  display: none;
}

.changePassword {
  display: none;
}

.smdBannerbox {
  background: url(../images/sub_banner02.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 20px 0 30px 0;
}

.smdBannerBtn {
  background: url(../images/btn_red_bg.png) no-repeat center;
  background-size: 100% 100%;
  width: 100px;
  height: 50px;
  text-shadow: 0 0 2px #ccc;
  /* color: #fff; */
}

.formItem {
  position: relative;
  margin-bottom: 15px;
  margin-left: 8px;
  margin-right: 8px;
}

.formItem .labelText {
  width: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  /* margin-top: -10px; */
  transform: translateY(-50%);
  line-height: 20px;
  margin-bottom: 0;
  text-align: right;
  font-weight: normal;
}

.formItem .labelText2 {
  width: 70px;
  position: absolute;
  left: 30px;
  top: 15%;
  /* margin-top: -10px; */
  transform: translateY(-50%);
  line-height: 20px;
  margin-bottom: 0;
  text-align: right;
  font-weight: normal;
}

.proDetail .formItem {
  margin-left: 0;
  margin-right: 0;
}

.formItem .cont {
  margin-left: 80px;
  position: relative;
}

.formItem .cont .form-control {
  height: 32px;
  line-height: 32px;
  padding: 2px 6px;
}

.formItem .cont .dw {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
}

.formItem .cont .inputCont,
.formItem .form-control[disabled],
.formItem .form-control[readonly] {
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  background: #eee;
  min-height: 32px;
}

.pinfobox .formItem .cont .inputCont,
.pinfobox .formItem .form-control,
.pinfobox .formItem .form-control[disabled],
.pinfobox .formItem .form-control[readonly] {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #ddd;
}

.formItem .cont .inputCont p {
  margin-bottom: 0;
}

.smdCont {
  padding: 20px 0;
}

.smdCont .container {
  background-color: #ecf9ff;
  box-shadow: 0 0 4px #ccc;
}

.smdYhBox {
  border: solid 1px #ccc;
  position: absolute;
  overflow: hidden;
}

.smdYhBox .smdLogo {
  width: 136px;
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
}

.smdYhBox .smdText {
  background-color: #f4f4f4;
  margin-left: 136px;
  line-height: 20px;
  padding: 4px 10px;
  font-size: 12px;
  border-left: solid 1px #ccc;
  min-width: 160px;
  min-height: 52px;
}

.smdYhInfo {
  padding-bottom: 30px;
}

.smdDetailsbox {
  padding-top: 20px;
  border-top: solid 1px #e6e6e6;
}

.smbTitle {
  border-left: solid 4px #2d77d6;
  padding-left: 10px;
}

.orderDetail,
.proDetail {
  padding: 20px 20px 0 20px;
}

.orderDetail .formItem .labelText {
  width: 120px;
}

.orderDetail .formItem .cont {
  margin-left: 140px;
}

.stepBox {
  padding: 20px 0;
}

.stepBox ul {
  display: flex;
  display: -webkit-flex;
}

.stepBox li {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  position: relative;
  color: #999;
}

.stepBox li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-top: dotted 2px #dbdbdb;
}

.stepBox li p {
  line-height: 40px;
}

.stepBox li.active {
  color: #2477e3;
}

.stepBox li.active span {
  border-color: #2477e3;
}

.stepBox li b {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff url(../images/icon/icon_arrow_right_gray.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: 2;
}

.stepBox li {
  font-family: "zg";
}

.stepBox li span {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: solid 2px #dbdbdb;

  background-color: #fff;
  position: relative;
  z-index: 2;
}

.aLogoBox {
  display: flex;
  display: -webkit-flex;
}

.aLogoBox button {
  height: 34px !important;
}

.aLogoBox img {
  height: 34px;
  width: 106px;
  border: solid 1px #eee;
  border-radius: 4px;
  margin-left: 10px;
}

.radiobox {}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -18px !important;
}

.radiobox .radio {
  margin-left: 20px;
  float: left;
  margin-right: 15px;
  font-weight: normal;
}

.form-horizontal .control-label,
.checkbox {
  font-weight: normal;
}

.checkbox {
  margin-left: 20px;
  margin-right: 15px;
}

.checkboxGrup .checkbox {
  float: left;
}

.dwbox {
  line-height: 34px;
  position: relative;
}

.dwbox .dw {
  position: absolute;
  right: 5px;
  top: 0;
}

.form-control {
  padding-left: 10px;
}

.dwbox .form-control {
  padding-right: 30px;
  padding-left: 5px;
}

.switchbox {
  width: 60px;

  line-height: 30px;
  height: 30px;
  border-radius: 18px;

  position: relative;
  cursor: pointer;
}

.switchbox.noactive {
  color: #666;
  background: #ddd;
}

.switchbox.active {
  background: #2477e3;
  color: #fff;
}

.switchbox.active .open {
  display: block;
  padding: 0 6px;
}

.switchbox.active .clo,
.switchbox.noactive .open {
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 5px;
}

.switchbox.noactive .open {
  left: 5px;
}

.switchbox.noactive .clo {
  padding-left: 25px;
}

.switchbox.active .clo {
  right: 5px;
}

.prolist {
  padding-top: 10px;
  padding-bottom: 30px;
}

.prolist li {
  margin-bottom: 15px;
  border: solid 1px #ddd;
  border-radius: 2px;
}

.prolist li .toptitle {
  padding: 1px 10px;
  background-color: #f6f6f6;
}

.prolist li .toptitle .checkbox {
  margin-top: 6px;
  margin-bottom: 6px;
}

.prolist li .probody {
  padding: 5px 15px;
}

.prolist li .probody .title {
  font-weight: bold;
}

.prolist li .probody .formItem .labelText {
  top: 0;
  margin-top: 0;
  transform: translateY(0);
}

.prolist li .probody .formItem {
  margin: 0;
  margin-bottom: 6px;
}

.logoView {
  margin-left: 10px;
}

.tabList ul {
  display: flex;
  display: -webkit-flex;
  position: relative;
  overflow: hidden;
}

.tabList ul::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2d77d6;
}

.tabList li {
  display: block;
  margin-right: 6px;
  border: solid 1px #b7b7b7;
  border-radius: 2px;
  padding: 5px 10px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.tabList li.active {
  border-color: #2d77d6;
  color: #2d77d6;
}

.tabList li.active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  left: 0;
  z-index: 9;
  background-color: #ffffff;
}

.orderList {
  padding: 0 15px 15px 15px;
}

.orderList .header {
  position: relative;
  padding-bottom: 10px;
}

.orderList .status {
  color: #a47d4b;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 6px;
}

.warningInfo {

  display: inline;
  *zoom: 1;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #e73f3f;
  width: 20px;
  text-align: center;
}

.warnInfo1 {
  background: url(../images/icon/ICONS_1.png) no-repeat center;
}

.warnInfo2 {
  background: url(../images/icon/ICONS_2.png) no-repeat center;
}

.warnInfo3 {
  background: url(../images/icon/ICONS_3.png) no-repeat center;
}

.warnInfo4 {
  background: url(../images/icon/ICONS_4.png) no-repeat center;
}

.warnInfo {
  margin-left: 5px;
  padding: 10px 13px;
  background-size: 70%;
}

.orderList .status.red {
  color: #e12424;
}

.orderList .p-text {
  line-height: 24px;
  margin-bottom: 0;
}

.orderDetailbox {
  padding-top: 15px;
  padding-bottom: 50px;
}

.orderDetailbox .btngroups {
  padding-top: 10px;
}

.orderDetailbox .btngroups button {
  margin: 0 5px;
}

.dataInfo {
  padding: 10px 0;
}

.dataInfo .formItem .labelText {
  width: 100px;
  color: #999;
}

.dataInfo .formItem .cont {
  margin-left: 110px;
  position: relative;
  color: #999;
}

.pinfobox {
  padding: 30px 0;
}

/* Ã¨Âµâ€žÃ¨Â®Â¯ */
select {
  outline: none;
  background-color: transparent;
}

.selbox {
  border: solid 1px #ddd;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 2px;
  padding: 0 10px;
  width: 150px;
}

.n_searchbox {
  display: flex;
  display: -webkit-flex;
  padding-bottom: 20px;
  border-bottom: solid 2px #333;
  justify-content: flex-end;
}

.inputbox {
  position: relative;
}

.inputbox input {
  border: solid 1px #ddd;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  padding-right: 40px;
  padding-left: 10px;
}

.inputbox .sbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 30px;
  background: url(../images/icon_search.png) no-repeat center;
}

.eles {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eles3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /*Ã¨Â¦ÂÃ¦ËœÂ¾Ã§Â¤ÂºÃ§Å¡â€žÃ¨Â¡Å’Ã¦â€¢Â°*/
  -webkit-box-orient: vertical;
}

.newscont {
  padding: 20px 0 0 0;
}

.newscont li {
  border-radius: 4px;
  border: solid 1px #eee;
  position: relative;
  margin-bottom: 15px;
}

.newscont li .morebtn {
  padding-top: 15px;
}

.newscont li .timebox {
  position: absolute;
  line-height: 20px;
  color: #999;
  text-align: right;
}

.newscont li .timebox .timedate {
  display: block;
  font-size: 24px;
  color: #004dcc;
}

.newsDetailsCont {
  border-top: solid 1px #ddd;
  padding-bottom: 50px;
  min-height: 500px;
}

.newsDetailsbox .ntitle {
  line-height: 30px;
}

.newsDetailsCont img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.scrollAutoBox {
  margin-top: 15px;
  padding: 10px;
  border: solid 1px #bed3ee;
  background-color: #f7fbff;
}

.scrollAutoBox .tit {
  background: url(../images/icon/text.png) no-repeat left top;
  background-size: 24px;
  padding-left: 30px;
  ;
  font-size: 18px;
}

.scrollAuto {
  overflow: hidden;
  /* position: fixed; */
  /* right: 0; */
  /* top: 50%; */
  /* margin-top: -150px; */
  /* box-shadow: 0 0 6px #b9b9b9; */
  z-index: 99;
  /* width: 100px; */

}

.scrollAuto .cont {
  height: 160px;
  overflow: hidden;
}

.scrollAuto ul li {
  border-bottom: dashed 1px #ddd;
  padding: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.institution-list-enter-active,
.institution-list-leave-active {
  transition: all 1s;
}

.institution-list-enter {
  transform: translateX(1170px);
  opacity: 0;
}

.institution-list-leave {
  transform: translateX(-1170px);
}

/* @media (min-width: 769px) {
  .institution-list-enter, .institution-list-leave-to {
    transform: translateX(-1170px);
  }
} */
.qrcodeLogin {
  display: flex;
  position: relative;
}

.qrcodeLogin .qrcodeLoginImg {
  margin: 0 auto;
}

.qrcodeLogin .qrcodeLoginImgError {
  position: absolute;
  background: white;
  opacity: 0.9;
  width: 130px;
  height: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.qrcodeLogin .qrcodeLoginImgError button {
  display: block;
  height: 130px;
  line-height: 130px;
  text-align: center;
  margin: 0 auto;
  color: #1b88ee;
}

.qrcodeText {
  margin-top: 20px;
  text-align: center;
}

.qrcodeLoginFooter {
  text-align: center;
}

.loginTab {
  display: flex;

}

.loginTab>div {
  width: 50%;
}

.loginTabL {
  color: #0f0f0f;
  border-bottom: 2px #999 solid;
}

.loginTabR {
  border-bottom: 2px #999 solid;
}

.loginTab .tabActive {
  color: #0AE;
  border-bottom-color: #0AE;
}

.logobox .location {
  position: absolute;
  float: left;
  left: 290px;
  top: 0px;
  height: 55px;
  color: #888888;
}

.logobox .location .icon_location {
  margin-right: 5px;
}

.logobox .location .icon_down,
.logobox .location .icon_up {
  margin-left: 5px;
}

.logobox .location .up_arrow {
  position: absolute;
  top: -20px;
  height: 22px;
  line-height: 22px;
  padding-right: 44px;
  font-size: 22px;
  background: url("../images/uparrow.png") no-repeat;
}

.logobox .location .location_active {
  background: url(../images/addr.png) no-repeat left 15px center;
  width: 100px;
  height: 36px;
  line-height: 32px;
  text-indent: 3.2rem;
  border: 2px solid rgba(216, 216, 216, 0.5);
  border-radius: 5px;
}

.logobox .location .location_active i.menu_icon {
  background: url("../images/icon_10.png") -52px -20px no-repeat;
}

.logobox .location:hover .location_active i.menu_icon {
  background: url("../images/icon_10.png") -52px 5px no-repeat;
}

.logobox .location .location_sub {
  display: none;
  position: absolute;
  z-index: 20;
  top: 55px;
  padding: 25px;
  width: 260px;
  height: 260px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 21px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 6px 24px 4px rgba(0, 0, 0, 0.1);
}

.logobox .location:hover .location_sub {
  display: block;
}

.logobox .location .location_sub a {
  color: #888888;
  width: 33%;
  line-height: 26px;
  text-decoration: none;
}

.logobox .location .location_sub a.active {
  color: #222222;
}

.logobox .location .location_sub a:hover,
.logobox .location .location_sub b.active {
  color: #155BD5;
}

.logobox .location .location_sub .county {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}