@import "../vendors/bootstrap/css/bootstrap.min.css";
@import "../vendors/font-awesome/css/font-awesome.min.css";
#delColumnsDialog .dialog_container,
#confirmDialog .dialog_container {
  width: 450px !important;
  height: 300px;
  left: 50% !important;
  min-height: 180px;
}
#delColumnsDialog .dialog_container .dialog_title span.title-text,
#confirmDialog .dialog_container .dialog_title span.title-text {
  position: absolute;
  top: 30px;
  left: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #FA3C3B;
}
#delColumnsDialog .dialog_container .dialog_content,
#confirmDialog .dialog_container .dialog_content {
  min-height: 85px;
  padding-top: 50px;
}
#delColumnsDialog .dialog_container .dialog_content .msg-text,
#confirmDialog .dialog_container .dialog_content .msg-text {
  text-align: center;
  font-size: 22px;
}
#delColumnsDialog .dialog_container .dialog_footer,
#confirmDialog .dialog_container .dialog_footer {
  float: none !important;
  text-align: center !important;
  margin: 0 !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding: 0 !important;
}
#delColumnsDialog .dialog_container .dialog_footer .btn1,
#confirmDialog .dialog_container .dialog_footer .btn1 {
  background: #ccc !important;
}
#delColumnsDialog .dialog_container .dialog_footer #confirm,
#confirmDialog .dialog_container .dialog_footer #confirm {
  border: none;
  color: #fff;
  height: 36px;
  margin: 0 20px;
  border-radius: 20px;
  width: 120px;
  font-size: 16px;
  background: #FB6042;
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#F99864), to(#FA3C3B));
  /*webkit*/
  background: -moz-linear-gradient(left, #F99864, #FA3C3B);
  /*mozila*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie8+*/
}
#delColumnsDialog .dialog_container .dialog_footer #cancel,
#confirmDialog .dialog_container .dialog_footer #cancel {
  border: none;
  color: #fff;
  height: 36px;
  border-radius: 20px;
  width: 120px;
  font-size: 16px;
  background: #aaaaaa;
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#B0B0B0), to(#9B9B9B));
  /*webkit*/
  background: -moz-linear-gradient(left, #B0B0B0, #9B9B9B);
  /*mozila*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B0B0B0, endColorstr=#9B9B9B);
  /*ie9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B0B0B0, endColorstr=#9B9B9B);
  /*ie8+*/
}
.deletePswConfirmCom .dialog_container .dialog_content {
  padding: 20px 0 0 0 !important;
}
.deletePswConfirmCom .dialog_container .dialog_content .form-group {
  padding: 16px 15px;
}
.deletePswConfirmCom .dialog_container .dialog_content .form-group label {
  width: 136px;
}
.deletePswConfirmCom .dialog_container .dialog_content .form-group label.fieldError {
  margin: 5px 0 -10px 143px;
  width: 184px !important;
  display: block;
}
/*页面宽度，在不同分辨率下自适应*/
.content {
  margin: 0 auto;
  width: 1210px;
}
body {
  font-size: 14px;
  color: #333;
  background-color: #EBF2F6;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #333;
  outline-style: none;
}
ul li {
  list-style-type: none;
}
ul {
  margin: 0px;
  padding: 0px;
}
.breadcrumb {
  background-color: inherit;
  margin-bottom: 10px;
  font-size: 16px;
}
.breadcrumb li + li:before {
  content: "\003e";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
p {
  margin: 0px;
}
select:focus {
  outline: 0!important;
  box-shadow: none!important;
  border-color: inherit!important;
}
input,
textarea,
button {
  outline: none;
}
.btn:focus {
  outline: none!important;
}
span.requiredField {
  color: #FA2E2E;
}
label.fieldError {
  color: #FA2E2E;
}
.mainContainer {
  width: 1200px;
  margin: auto;
  margin-top: 80px;
  background-color: #fff;
  padding: 20px;
}
.settingLayoutStyle .page-content-container {
  padding: 15px;
  border: 1px solid #ebebeb;
  margin-top: 45px;
}
.settingLayoutStyle .page-content-container button.addItem {
  border: none;
  color: #fff;
  height: 36px;
  border-radius: 20px;
  width: 120px;
  font-size: 16px;
  background: #FB6042;
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#F99864), to(#FA3C3B));
  /*webkit*/
  background: -moz-linear-gradient(left, #F99864, #FA3C3B);
  /*mozila*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie8+*/
}
.settingLayoutStyle .page-content-container a.exportBtn {
  border: none;
  color: #fff;
  height: 36px;
  border-radius: 20px;
  width: 120px;
  font-size: 16px;
  background: #FB6042;
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#F99864), to(#FA3C3B));
  /*webkit*/
  background: -moz-linear-gradient(left, #F99864, #FA3C3B);
  /*mozila*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie8+*/
}
.settingLayoutStyle .page-content-container a.download {
  border: none;
  color: #fff;
  height: 36px;
  border-radius: 20px;
  width: 120px;
  font-size: 16px;
  background: #FB6042;
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#F99864), to(#FA3C3B));
  /*webkit*/
  background: -moz-linear-gradient(left, #F99864, #FA3C3B);
  /*mozila*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie8+*/
}
.settingLayoutStyle .bootstrap-table {
  height: 532px;
  margin-top: 15px;
}
.settingLayoutStyle .bootstrap-table table#listTable,
.settingLayoutStyle .bootstrap-table #detailTable,
.settingLayoutStyle .bootstrap-table #rechargeTable {
  border: 1px solid #ebebeb;
}
.settingLayoutStyle .bootstrap-table table#listTable thead,
.settingLayoutStyle .bootstrap-table #detailTable thead,
.settingLayoutStyle .bootstrap-table #rechargeTable thead {
  background-color: #F6F5F5;
  color: #333333;
}
.settingLayoutStyle .bootstrap-table table#listTable thead th:last-child,
.settingLayoutStyle .bootstrap-table #detailTable thead th:last-child,
.settingLayoutStyle .bootstrap-table #rechargeTable thead th:last-child {
  border-right: 1px solid #ebebeb;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr {
  cursor: pointer;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.editItem,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.editItem,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.editItem,
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.btn-edit,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.btn-edit,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.btn-edit {
  color: grey;
  margin-right: 15px;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.editItem:hover,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.editItem:hover,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.editItem:hover,
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.btn-edit:hover,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.btn-edit:hover,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.btn-edit:hover {
  color: #f77767;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.removeItem,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.removeItem,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.removeItem,
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.btn-delete,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.btn-delete,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.btn-delete {
  color: grey;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.removeItem:hover,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.removeItem:hover,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.removeItem:hover,
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.btn-delete:hover,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.btn-delete:hover,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.btn-delete:hover {
  color: #f77767;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.sortItem,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.sortItem,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.sortItem {
  color: grey;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr a.sortItem:hover,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr a.sortItem:hover,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr a.sortItem:hover {
  color: #f77767;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr td,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr td,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr td {
  color: #333333;
  padding: 10px;
}
.settingLayoutStyle .bootstrap-table table#listTable tbody tr td:last-child,
.settingLayoutStyle .bootstrap-table #detailTable tbody tr td:last-child,
.settingLayoutStyle .bootstrap-table #rechargeTable tbody tr td:last-child {
  border-right: 1px solid #ebebeb;
}
.settingLayoutStyle .bootstrap-table .fixed-table-pagination ul.pagination li a {
  color: #000;
  margin: 0 3px;
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 5px;
  border: 0px !important;
}
.settingLayoutStyle .bootstrap-table .fixed-table-pagination ul.pagination li.active a {
  color: #ff5722;
  opacity: 1;
  background: #fff;
}
.settingLayoutStyle .bootstrap-table .fixed-table-pagination ul.pagination li.page-pre a,
.settingLayoutStyle .bootstrap-table .fixed-table-pagination ul.pagination li.page-next a {
  color: #fff;
  background: #FB6042 ;
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#F99864), to(#FA3C3B));
  /*webkit*/
  background: -moz-linear-gradient(left, #F99864, #FA3C3B);
  /*mozila*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie8+*/
}
.settingLayoutStyle .bootstrap-table .fixed-table-pagination ul.pagination li.page-pre.disabled a,
.settingLayoutStyle .bootstrap-table .fixed-table-pagination ul.pagination li.page-next.disabled a {
  background: #cccccc;
}
.settingLayoutStyle .bootstrap-table .fixed-table-pagination .pagination-detail {
  color: #828282 !important;
}
.modal-dialog.modal-sm {
  margin-top: 200px;
}
.success-dialog .dialog_container {
  position: fixed;
  top: 40%;
  left: 40%;
  border-radius: 20px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(51, 51, 51, 0.65);
  min-width: 250px;
  min-height: 100px;
  padding-top: 30px;
  z-index: 1001;
}
.success-dialog .dialog_container .success-icon {
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url("../img/success-icon.png") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.success-dialog .dialog_container .success-msg {
  font-size: 20px;
  margin-left: 10px;
}
.custom-dropdown {
  position: absolute;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 2px #ccc;
  -moz-box-shadow: 0px 2px 10px 2px #ccc;
  box-shadow: 0px 2px 10px 2px #ccc;
  z-index: 5000;
  padding-left: 15px;
  width: 200%;
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
.custom-dropdown.services {
  width: 200%;
  left: 0;
}
.custom-dropdown > li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-right: 5px;
  border-bottom: 1px solid #ccc;
}
.custom-dropdown > li > span {
  font-weight: bold;
}
.custom-dropdown > li li {
  width: auto;
  float: left;
  margin-right: 15px;
}
.custom-dropdown > li li:hover {
  color: #FA3C3B;
}
.custom-dates-container {
  position: relative;
  vertical-align: middle;
}
.custom-dates-container .custom-dates {
  position: absolute;
  display: none;
  width: 430px;
  z-index: 100;
  box-shadow: 10px 5px 10px #ccc;
  background-color: #fff;
  color: #333333;
  padding: 10px;
  border: 1px solid #ccc;
}
.custom-dates-container .custom-dates input {
  display: inline-block;
  width: 150px;
}
.custom-dates-container .custom-dates span {
  padding-left: 5px;
  padding-right: 5px;
}
.custom-dates-container .custom-dates button {
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  background: #FB6042;
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#F99864), to(#FA3C3B));
  /*webkit*/
  background: -moz-linear-gradient(left, #F99864, #FA3C3B);
  /*mozila*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie9*/
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F99864, endColorstr=#FA3C3B);
  /*ie8+*/
}
.other-payments-container {
  position: relative;
  vertical-align: middle;
}
.other-payments-container .other-payments {
  position: absolute;
  display: none;
  right: 0px;
  width: 410px;
  z-index: 100;
  box-shadow: 10px 5px 10px #ccc;
  background-color: #fff;
  color: #333333;
  padding: 10px;
  border: 1px solid #ccc;
}
.other-payments-container .other-payments .filter-option {
  margin-right: 15px !important;
}
.other-payments-container .other-payments .filter-option:hover {
  color: #fa5240;
  font-weight: bold;
}
/* 未完成遮罩 */
.page-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  margin-top: 80px;
  padding-top: 230px;
  width: 100%;
  height: calc(100% - 80px);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  text-align: center;
  font-size: 50px;
  color: #fff;
  letter-spacing: 8px;
}
/* 20190910 员工下拉框 */
.employee-dropdown {
  position: absolute;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 2px #ccc;
  -moz-box-shadow: 0px 2px 10px 2px #ccc;
  box-shadow: 0px 2px 10px 2px #ccc;
  z-index: 5000;
  padding-left: 15px;
  width: 600px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 2;
}
.employee-dropdown-item {
  display: inline-block !important;
  margin-right: 0px !important;
  padding: 0 0;
}
.employee-dropdown-item:hover {
  color: #FA3C3B;
}
.employee-dropdown-item.activeItem {
  color: #FA3C3B;
  background: #f5f7fa;
}
.compare-flag {
  color: #333;
  font-weight: bold;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.control-label {
  white-space: nowrap;
}
body {
  overflow-y: scroll;
}
/*登录页导航*/
@media screen and (max-width: 1450px) {
  .login-area .login {
    right: 53% !important;
  }
}
.login-header {
  padding: 0 25px 0 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.login-header .logo {
  float: left;
  padding: 11px;
}
.login-header .login-tab {
  float: right;
  margin-right: 8%;
}
.login-header .login-tab li {
  float: left;
  padding: 26px 37px 30px 37px;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.login-header .login-tab li.active {
  background: linear-gradient(180deg, rgba(248, 154, 105, 0) 0%, #F5413A 100%);
  border-radius: 4px;
}
/*登录页*/
.login-area {
  background: url("../img/background.png") no-repeat;
  background-size: 100% 83%;
  background-attachment: fixed;
  height: calc(100vh);
}
.login-area .login {
  position: absolute;
  width: 301px;
  height: 400px;
  right: 63%;
  top: 30%;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0px 1px 22px -1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17px);
  border-radius: 15px;
  transform: scale(1.2);
}
.login-area .login .login-title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  /* identical to box height */
  color: #FFFFFF;
  letter-spacing: 1px;
  position: absolute;
  top: 6%;
  left: 10%;
}
.login-area .login .login-title1 {
  position: relative;
  left: 10%;
  top: 15%;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  color: #FFFFFF;
}
.login-area .login #tip {
  min-height: 25px;
  position: absolute;
  top: 19%;
  left: 2%;
  width: 290px;
  background: #ffd2d2;
  border: 1px solid #b01e23;
  text-align: center;
  padding: 2px 15px;
  color: #b01e23;
}
.login-area .login .input-group {
  position: absolute;
  top: 28%;
  left: 10%;
}
.login-area .login .input-group input::-ms-clear,
.login-area .login .input-group input::-ms-reveal {
  display: none;
}
.login-area .login .input-group .validate-code-div .get-validate-code {
  width: 92px;
  height: 26px;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.19);
  border-radius: 18px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
  position: absolute;
  cursor: pointer;
  top: 8px;
  left: 63%;
  text-align: center;
  padding-top: 5px;
}
.login-area .login .input-group .login-input {
  width: 241px;
  height: 30px;
  margin: 10px 0;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #fff;
  background: space;
  color: #fff;
}
.login-area .login .input-group .login-input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #fff;
}
.login-area .login .input-group .phone {
  position: relative;
  left: -7%;
  margin-top: -5px;
}
.login-area .login .input-group .locking {
  position: relative;
  left: -7%;
  margin-top: -5px;
}
.login-area .login .login-inline {
  font-size: 16px;
}
.login-area .login .login-inline .remember {
  position: absolute;
  top: 58%;
  left: 10%;
  display: table;
}
.login-area .login .login-inline .remember .unchecked {
  width: 15px;
  height: 20px;
  display: inline-block;
  background: url("../img/login-unchecked.png") no-repeat;
  cursor: pointer;
  margin-right: 10px;
}
.login-area .login .login-inline .remember .checked {
  width: 15px;
  height: 20px;
  display: inline-block;
  background: url("../img/login-checked.png") no-repeat;
  cursor: pointer;
  margin-right: 10px;
}
.login-area .login .login-inline .remember span {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  /* identical to box height */
  color: #FFFFFF;
  position: relative;
  top: -5px;
  left: -8%;
  display: table-cell;
  vertical-align: middle;
}
.login-area .login .login-inline .discover-pwd {
  position: absolute;
  left: 216px;
  top: 231px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  /* identical to box height */
  color: #FFFFFF;
  cursor: pointer;
}
.login-area .login .login-inline #apply-use {
  position: absolute;
  top: 65%;
  right: 16%;
  color: #FA4641;
  cursor: pointer;
}
.login-area .login .login-btn {
  position: absolute;
  top: 67%;
  left: 11%;
  color: #fff;
  background: url("../img/login-btn.png") no-repeat center;
  background-size: cover;
  width: 244px;
  height: 50px;
  font-size: 14px;
  text-align: center;
}
.login-area .login .login-btn #login-btn {
  color: #fff;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 12px;
}
.login-area .login .login-tryuse {
  position: absolute;
  top: 81%;
  left: 11%;
  color: #fff;
  background: url("../img/tryuse.png") no-repeat center;
  background-size: cover;
  width: 244px;
  height: 50px;
  font-size: 14px;
  text-align: center;
}
.login-area .login .login-tryuse #login-tryuse {
  color: #000;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 12px;
}
.login-area .logo2 {
  position: absolute;
  left: 51%;
  top: 10%;
  transform: scale(1.2);
}
.login-area .logo2 > :nth-child(1) {
  width: 100%;
}
.login-area .logo2 > :nth-child(2) {
  position: absolute;
  right: 8%;
  top: 38%;
  width: 26%;
}
#changeStatistic.glyphicon-eye-opens {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  background: url(../img/eyes2-open.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 300;
  top: 225px;
  right: 45px;
}
#changeStatistic.glyphicon-eye-closes {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 25px;
  background: url(../img/eyes2-close.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 300;
  top: 225px;
  right: 45px;
}
/*联系我们*/
.contact-area .section-seven {
  background: #262834;
  display: flex;
}
.contact-area .section-seven .text {
  color: #fff;
  width: 45%;
  margin: 2% 0 0 16%;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.contact-area .section-seven .text .red {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #DA453E;
}
.contact-area .section-seven .text .red1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  color: #DA453E;
}
.contact-area .section-seven .text .button {
  width: 12%;
  margin-top: 5%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1% 0;
  cursor: pointer;
}
.contact-area .section-seven .computer {
  margin-top: 1%;
  margin-left: 14%;
  width: 13%;
}
.contact-area .section-eight {
  background: #1E1F29;
  display: flex;
}
.contact-area .section-eight .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  padding: 2% 0 0 16%;
}
.contact-area .section-eight .text span {
  margin: 0px 1%;
  cursor: pointer;
}
.contact-area .section-eight .text div {
  margin-top: 1%;
}
.contact-area .section-eight .text p {
  font-size: 14px;
  line-height: 21px;
  padding: 1% 0 2% 0;
}
.contact-area .section-eight .kf1 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 2% 0 0 27%;
  text-align: center;
}
.contact-area .section-eight .kf1 p {
  margin-top: 5%;
}
.contact-area .section-eight .kf2 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 2%;
  text-align: center;
}
.contact-area .section-eight .kf2 p {
  margin-top: 5%;
}
.contact-area .shuffling {
  background: url("../img/contact-bg.png") no-repeat center;
  background-size: auto;
  height: 700px;
  position: relative;
}
.contact-area .shuffling .aboutUs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.contact-area .shuffling .aboutUs .text {
  margin-top: -25px;
}
.contact-area .shuffling .aboutUs p {
  margin-top: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.contact-area .shuffling .apply {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.contact-area .map {
  background: #fff;
  text-align: center;
  padding-top: 30px;
  position: relative;
}
.contact-area .map .text1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-area .map .text1 p {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 2px;
  color: #005BAC;
  margin-left: -40px;
}
.contact-area .map .text2 {
  width: 52%;
  margin: 0 auto;
  text-align: justify;
  font-size: 24px;
  line-height: 172.5%;
  color: #000000;
}
.contact-area .map .text2 .text3 {
  font-weight: bold;
}
.contact-area .map .text2 .text4 {
  font-weight: bold;
  color: #FF3D00;
}
.contact-area .map .address {
  width: 422px;
  height: 153px;
  background: rgba(255, 255, 255, 0.47);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.17);
  text-align: start;
  position: absolute;
  top: 50%;
  left: 52%;
  border-radius: 16px;
}
.contact-area .map .address img {
  margin-right: 10px;
  margin-top: -1px;
}
.contact-area .map .address span {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}
.contact-area .map .address .email {
  margin: 10px 0 10px 30px;
}
.contact-area .map .address .email img {
  margin: -1px 13px 0 1px;
}
.contact-area .map .address .address1 {
  margin: 25px 0 10px 30px;
}
.contact-area .map .address .phone2 {
  margin: 10px 0 10px 30px;
}
/*遮罩层*/
.dialog .mask {
  height: 100%;
  width: 100%;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #000;
  overflow: hidden;
}
.dialog .dialog_container {
  width: 603px;
  min-height: 313px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 60%;
  margin: -250px auto auto -450px;
  z-index: 1001;
}
.dialog .dialog_container .dialog_title {
  text-align: center;
  height: 42px;
  min-height: 42px;
  position: relative;
  background: url("../img/close-btn.png") no-repeat right;
  background-size: contain;
}
.dialog .dialog_container .dialog_title span {
  position: absolute;
  width: 89px;
  height: 24px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #F94B46;
  top: 50%;
  margin-left: 7px;
  transform: translate(-50%, -50%);
}
.dialog .dialog_container .dialog_title a {
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  right: 0;
}
.dialog .dialog_container .dialog_content {
  min-height: 195px;
  padding: 0 42px;
}
.dialog .dialog_container .dialog_content .tips {
  margin-bottom: 20px;
}
.dialog .dialog_container .dialog_content .tips span {
  font-size: 16px;
  color: #FA2E2E;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
.dialog .dialog_container .dialog_content .tips p {
  color: #F43F24;
  line-height: 20px;
}
.dialog .dialog_container .dialog_content label {
  width: 90px;
  display: flex;
}
.dialog .dialog_container .dialog_content label div {
  margin-top: 8px;
}
.dialog .dialog_container .dialog_content label div > :nth-child(1) {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #414141;
  width: 396px;
}
.dialog .dialog_container .dialog_content label div > :nth-child(2) {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #6D6D6D;
}
.dialog .dialog_container .dialog_content .inputForm {
  width: 75%;
  display: inline-block !important;
  background-color: #F8F8F8;
}
.dialog .dialog_container .dialog_footer {
  padding-left: 42px;
  float: right;
  margin-right: 85px;
  margin-bottom: 20px;
}
.dialog .dialog_container .dialog_footer #submit {
  background: url("../img/submit-btn.png") no-repeat center;
  width: 120px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
label.fieldError {
  margin: 5px 0 -10px 100px;
  width: 150px !important;
  display: none;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b4b7b9;
}
#footer a {
  color: #b4b7b9;
  margin-left: 12px;
}
#footer a:hover {
  color: #ffffff;
}
#loginOutDialog .dialog_container {
  width: 430px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  top: 35%;
  min-height: 276px;
}
#loginOutDialog .dialog_container .dialog_content {
  height: auto;
  margin-top: 20px;
  min-height: 140px;
}
#loginOutDialog .dialog_container .dialog_content p {
  text-align: center;
  font-size: 18px;
}
#loginOutDialog .dialog_container .dialog_footer {
  float: none;
  padding: 0;
  margin: 0;
}
#loginOutDialog .dialog_container .dialog_footer .submit {
  background: url(../img/submit-btn.png) no-repeat center;
  width: 120px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#selectDialog .dialog_container {
  width: 500px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  top: 26%;
}
#selectDialog .dialog_container .dialog_content {
  max-height: 350px;
  overflow: auto;
}
#selectDialog .dialog_container .dialog_content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#selectDialog .dialog_container .dialog_content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #DDDDDD;
  transition: all .2s;
  border-radius: 5px;
}
#selectDialog .dialog_container .dialog_content::-webkit-scrollbar-track {
  border-radius: 0;
}
#selectDialog .dialog_container .dialog_footer {
  float: none;
  padding: 0;
  margin: 0;
}
#selectDialog .dialog_container .dialog_footer .submit {
  background: url(../img/submit-btn.png) no-repeat center;
  width: 120px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 10px;
}
#applyDialog .dialog_content .apply-title {
  margin: 0 auto 20px;
  color: #F94E47;
  width: 90px;
  font-size: 20px;
  font-weight: bold;
}
#applyDialog .dialog_content .apply-phone {
  margin: 10px auto;
  width: 300px;
  font-size: 16px;
  font-weight: bold;
}
#applyDialog .dialog_content .apply-img {
  width: 200px;
  height: 200px;
  margin: 10px auto;
}
#applyDialog .dialog_content .apply-img img {
  width: 100%;
  height: 100%;
}
#applyDialog .dialog_content .tip-words {
  width: 140px;
}
#applyDialog .dialog_content .apply-time {
  width: 350px;
  margin: 20px auto 50px;
}
.radio_container > .chainCenterSet {
  background: url(../img/chainbg.png) no-repeat !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.radio_container > .chainCenterSet p {
  color: #F95C4D  !important;
  margin-top: 10px;
}
.radio_container span {
  margin-left: 20px;
}
.radio_container > .radio {
  margin: 15px 0  15px 0;
  background: rgba(205, 205, 205, 0.15);
  border-radius: 7px;
  cursor: pointer;
  height: 60px;
  display: flex;
  border: 1px solid #fff;
}
.radio_container > .radio.active {
  border: 1px solid #F95C4D;
}
.radio_container > .radio.active .toStore1,
.radio_container > .radio.active .toStore2 {
  display: none;
}
.radio_container > .radio .chainTitle {
  position: absolute;
  right: -25px;
  top: 40px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  width: 120px;
  height: 31px;
  padding: 6px 0 0 3px;
  display: none;
  color: #FF1C1C;
}
.radio_container > .radio .toStore1 {
  position: absolute;
  top: 20px;
  right: 47px;
  width: 21px;
  height: 20px;
  width: 15px;
  height: 21px;
}
.radio_container > .radio .toStore1:hover + .chainTitle {
  display: block;
}
.radio_container > .radio .toStore2 {
  position: absolute;
  top: 20px;
  right: 45px;
  width: 21px;
  height: 20px;
}
.radio_container > .radio .toStore2:hover + .chainTitle {
  display: block;
}
.radio_container .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.toNewBtn {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
