/*resize*/
html {
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background: #fff;
  min-height: 100%;
  /* 'Source Han Sans SC'思源黑体 */
  font-family: "PingFangSC-Regular", "Source Han Sans SC", "微软雅黑", Arial,
    sans-serif;
 
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ul li,
ol,
li {
  list-style: none outside none;
}
img {
  vertical-align: middle;
  border: none;
  width: 100%;
}
i {
  font: inherit;
}
input,
select,
option {
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
input {
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
strong {
  font-weight: normal;
}
select::-ms-expand {
  display: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  outline: none;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}


@font-face {
  font-family: "PingFangSC-Regular";
  src: url("__FONT__PingFangRegular.otf");
  src: url("__FONT__PingFangRegular.otf") format("otf");
}
/* @font-face {
  font-family: "PingFangSC-Heavy";
  src: url("__FONT__PingFangHeavy.otf");
  src: url("__FONT__PingFangHeavy.otf") format("otf");
}
@font-face {
  font-family: "PingFangSC-Medium";
  src: url("__FONT__PingFangMedium.otf");
  src: url("__FONT__PingFangMedium.otf") format("otf");
}

@font-face {
  font-family: "PingFangSC-Bold";
  src: url("__FONT__PingFangBold.otf");
  src: url("__FONT__PingFangBold.otf") format("otf");
} */

/*common*/
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.clearfix {
  /* 为了照顾ie6浏览器*/
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.clearfix {
  /* 为了照顾ie6浏览器*/
  zoom: 1;
}
.bg129a70 {
  background: #129a70;
}
.cl129a70 {
  color: #129a70;
}
.bgff8e00 {
  background: #ff8e00;
}
.bg0091ce {
  background: #0091ce;
}
.bgc2c2c2 {
  background: #c2c2c2;
}
.cl333 {
  color: #333;
}
.cl0093d2 {
  color: #0093d2;
}
.cl666 {
  color: #666;
}
.cl999 {
  color: #999;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 15px;
  position: relative;
}
input[type="checkbox"]:after {
  position: absolute;
  width: 10px;
  height: 15px;
  top: 0;
  content: "";
  background-color: #00a274;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 3px;
}
input[type="checkbox"]:checked:after {
  content: "✓";
  font-size: 12px;
}
.cl0087ce {
  color: #0087ce;
}
.bgd6ef9 {
  background: #d6eff9;
}
input[type="radio"] {
  width: 12px;
  height: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
}
input[type="radio"]:checked {
  background-color: #00a274;
}
.mb10 {
  margin-bottom: 10px;
}
.clccc {
  color: #ccc;
}
.mt50 {
  margin-top: 50px;
}
.clffca8c {
  color: #ffca8c;
}
.common_side {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
}
.side_bar {
  width: 55px;
  height: 100%;
  background-color: #454752;
}
.side_logo {
  background-color: #00a274;
  height: 55px;
}
.side_menu {
  padding: 30px 0;
}
.side_menu_item {
  height: 85px;
  position: relative;
  cursor: pointer;
}
.side_menu_item_container {
  width: 55px;
  text-align: center;
}
.side_menu_item_container > img {
  width: 20px;
  padding: 4px;
  margin-top: 18px;
}
.side_menu_item_container > p {
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
  left: 1px;
  color: #8d8d94;
}
.side_menu_item_arrow {
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #2e2e35;
  position: absolute;
  right: -9px;
  z-index: 9997;
  top: 32px;
  display: none;
}
.side_menu_item_active {
  background-color: #2e2e35;
}
.side_menu_item_active .side_menu_item_arrow {
  display: block;
}
.side_menu_item_active .side_menu_item_container p {
  color: #00a274;
}
.breathing_lamp p {
  color: #00a274;
}
.breathing_lamp {
  color: #00a274;
  animation-name: light;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes light {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}

.center_pldown {
  z-index: 102;
  border: 1px solid #e4e4e4;
  background: white;
  position: absolute;
  right: 0;
  width: 60px;
  line-height: 42px;
  top: 100%;
  padding: 0 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  display: none;
}
.center_pldown > a {
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 42px;
  white-space: nowrap;
  height: auto;
  position: relative;
}
.center_pldown > .line {
  height: 1px;
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  background-color: #e9e9e9;
}
.layui-laypage a,
.layui-laypage span {
  margin: 0 5px 5px 6px !important;
}
.msg_split {
  margin: 0 10px;
  font-size: 14px;
  position: relative;
  top: -1px;
  color: #ccc;
}
.w_renzheng {
  padding: 1px 6px;
  background-color: #cdcdcd;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  transform: scale(0.8);
  display: inline-block;
  position: relative;
  top: 2px;
}
.msg_desc {
  position: absolute;
  top: 60px;
  left: -50px;
}
.msg_desc .arrows {
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #454752 transparent;
  position: absolute;
  top: -9px;
  left: 70px;
  z-index: 9997;
}
.msg_desc .content {
  width: 125px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #454752;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.msg_desc .radius {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #00a274;
  display: inline-block;
}
.msg_desc .text {
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
}
.given {
  color: #fff;
  padding: 2px 8px;
  margin-right: 13px;
  border-radius: 4px;
  background-color: #00a274;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.given_n {
  background-color: #57b7ba;
}
.given_right {
  position: relative;
  left: -5px;
}
.notice_container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.notice_wrap {
  width: 454px;
  height: 564px;
  position: fixed;
  top: calc(50% - 282px);
  left: calc(50% - 227px);
}
.notice_img {
  width: 440px;
  height: 550px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  /*background-color: #f9f9f9;*/
}
.notice_close {
  width: 12px;
  height: 12px;
  padding: 7px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.goto_cert {
  display: inline-block;
  background-color: #00a274;
  padding: 5px 18px;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 2px;
  cursor: pointer;
  margin: 25px;
}
.wenhao {
  position: relative;
  display: inline-block;
  width: 14px;
}
.wenhaoDesc {
  position: absolute;
  top: 20px;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: none;
}
body {
  /* background-color: #2b2b2b; */
  font-family: PingFangSC-Regular !important;
}

@font-face {
  font-family: "FuturaLTMedium";
  src: url("../font/Futura LT Medium.ttf") format("truetype");
}
@font-face {
  font-family: "hanFont";
  src: url("../font/汉仪大宋繁.ttf") format("truetype");
}
div {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
body {
  background-color: #f4f4f4;
}

::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.footer {
  background-color: #3b3b3b;
  /* padding: 0 160px; */
}
.footer .warp {
  width: 1130px;
  margin: 0 auto;
}
.footer .msg,
.footer .copyright {
  display: flex;
  justify-content: space-between;
}
.footer .msg {
  font-size: 12px;
  color: #ffffff;
  padding-top: 22.5px;
}
.footer .msg .left {
  width: 460px;
}
.footer .msg .left p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 0.4;
}
.footer .msg .title {
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 8px;
  display: inline-block;
  font-family: PingFangSC-Medium;
}
.footer .msg .right {
  /* width: 275px; */
  font-size: 12px;
  letter-spacing: 0.9px;
  color: #ffffff;
  margin-top: 6.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .msg .right .one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .msg .right .one:first-child {
  margin-right: 14px;
}
.footer .msg .right img {
  width: 85px;
  height: 85.5px;
  border-radius: 3px;
  margin-bottom: 6px;
}
.footer .center .about {
  margin-bottom: 18px;
}

.footer .center a {
  font-size: 12px;
  margin-right: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.4;
  margin-bottom: 18px;
}
.footer .copyright {
  font-size: 10px;

  letter-spacing: 0.5px;
  color: #ffffff;
  opacity: 0.4;
  border-top: solid 0.5px #868686;
  padding: 13px 0;
  margin-top: 20px;
}
.common_header_fiex {
  line-height: 48px;
  height: 48px;

  /* margin-bottom: 60px; */
}
.common_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  color: #fff;
  background-color: #333333;
}
.common_header_warp {
  width: 1130px;
  min-width: 1130px;
  margin: 0 auto;
  
}
.common_header_list a {
  color: #fff;
}
.common_header_list > li {
  float: left;
  padding: 0 20px;
  cursor: pointer;
}
.common_header_list > li a {
  display: flex;
  align-items: center;
}

.common_header_list > li a img {
  margin-right: 5px;
}

.common_header .nav_btn {
  float: left;
  margin-left: 65px;
}

.common_header .nav_btn span {
  width: 60px;
  font-size: 14px;
  margin-right: 40px;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  height: 48px;
}
.common_header .nav_btn span.this {
  border-bottom: solid 3px #ffffff;
  font-weight: 600;
}
.common_header .nav_btn span a {
  color: #fff;
}

.index_banner {
}

.common_header_list .layui-nav-img {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  border-radius: 3px;
}
.common_header_warp .layui-nav {
  padding: 0;
}
.layui-nav-item a {
  display: flex;
  align-items: center;
}
.layui-nav .layui-nav-item {
  line-height: unset;
  padding: 0;
}
.common_header_list .layui-nav-bar {
  display: none;
}
.common_header_list .layui-nav-child {
  top: 48px;
}
.common_header_list .layui-this a {
  background-color: #fff !important;
  color: #2e996b !important;
}
.common_header_list .layui-nav-child dd:hover a {
  background-color: #fff !important;
  color: #2e996b !important;
}
.common_header_list .layui-nav .layui-nav-more {
  border-top-color: #fff;
}

.common_header_list > .login_register a {
  display: inline-block;
}
.layui-laydate .layui-this {
  background-color: #2e996b !important;
}
.input_div .pick-show span:hover {
  color: #333 !important;
}
.header_tip_div {
  width: 155px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 13px;

  letter-spacing: 0.65px;
  color: #333333;
  text-align: center;
  position: absolute;
  left: 75%;
  transform: translate(-50%, 0);
  top: 58px;
  z-index: 999;
}
.header_tip_line {
  width: 100%;
  height: 44px;

  display: flex;
  align-items: center;
  padding-left: 11px;
}
.header_tip_line span {
  width: 6.5px;
  height: 6.5px;
  background-color: #df0000;
  border-radius: 50%;
  margin-right: 3px;
  display: inline-block;
}
.header_tip_div:after {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-right: 10px transparent dashed;
  border-bottom: 10px #fff solid;
}
.situation {
  padding: 0 30px;
  overflow: hidden;
}
.situation .situation_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 21px 0; */
  border-bottom: solid 0.5px #ececec;
}

.situation .situation_line img {
  width: 43px;
  height: 43px;
  background-color: #000000;
  border-radius: 3px;
  margin-right: 14px;
}

.situation .situation_line .user {
  flex: 1;
}
.situation .situation_line .user .name {
  font-size: 15px;
  letter-spacing: 1.15px;
  color: #000000;
  margin-bottom: 2px;
  display: inline-block;
}

.situation .situation_line .user p {
  font-size: 13px;
  letter-spacing: 0;
  color: #999999;
}

.situation .situation_line .user p a {
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  color: #2e996b;
  cursor: pointer;
}
.situation .situation_line .btn {
  display: inline-block;
  width: 86px;
  height: 37px;
  background-color: #2e996b;
  border-radius: 3px;
  font-size: 13px;
  line-height: 37px;
  letter-spacing: 0.65px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.situation .btn {
  font-size: 13px;
  letter-spacing: 0.65px;
  color: #666666;
  width: 86px;
  height: 37px;
  background-color: #e2e2e2;
  border-radius: 3px;
  line-height: 37px;
  text-align: center;
  margin: 0 auto;
  margin-top: 31px;
  margin-bottom: 34px;
  cursor: pointer;
}
.layui-form-select .layui-edge{
  border-width: 5px!important;
}
.layui-input, .layui-select, .layui-textarea{
  font-size: 14px;
}