body {
  background-color: #f7f8fa;
}
.msg-area {
  padding: 0 10px;
  margin-top: 30px;
}
.msg-area-inner {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 25px 30px;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
.msg-area-form {
  font-size: 0;
}
.msg-area-form-item {
  margin-bottom: 10px;
}
.msg-area-form-item:last-child {
  margin-bottom: 0;
}
.msg-area-form-label {
  font-size: 14px;
  color: #666;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
  width: 80px;
}
.msg-area-form-con {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 102px);
}
.pc-mod {
  display: block;
}
.m-mod {
  display: none;
}
.c-item-ctrl {
  position: relative;
  padding-right: 50px;
}
.c-item-ctrl-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  color: #00a4ff;
}
.c-item-ctrl-icon {
  width: 10px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(sprite/msg-201808301029.svg);
  background-position: 25.21% 82.22%;
  background-size: 1290% 600%;
  background-repeat: no-repeat;
}
.c-item-ctrl-btn.hide .c-item-ctrl-icon {
  transform: rotate(180deg);
}
.c-radio-block {
  font-size: 0;
}
.c-radio-block-item {
  box-sizing: border-box;
  min-width: 80px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.c-radio-block-item:hover {
  background-color: #f7f8fa;
  border: 1px solid #b3b3b3;
}
.c-radio-block-item.actived {
  background-color: #eff9ff;
  border: 1px solid #00a4ff;
}
.c-checkbox-block {
  font-size: 0;
  margin-bottom: -10px;
}
.c-checkbox-block-item {
  box-sizing: border-box;
  min-width: 80px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.c-checkbox-block-item:hover {
  background-color: #f7f8fa;
  border: 1px solid #b3b3b3;
}
.c-checkbox-block-item.actived {
  background-color: #fff;
  border: 1px solid #0052d9;
}
.c-checkbox-block-item.actived a {
  color: #0052d9;
}
.c-checkbox-block-item.actived:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(sprite/msg-201808301029.svg);
  background-position: 0.88% 97.37%;
  background-size: 806.25% 337.5%;
  background-repeat: no-repeat;
}
.msg-list-item {
  border-bottom: #e5e5e5 1px solid;
  position: relative;
  padding: 15px 5px;
}
.msg-list-con {
  font-size: 14px;
  line-height: 21px;
}
.msg-list-item.center {
  border: 0;
}
.center .msg-list-con {
  text-align: center;
}
.msg-list-con a {
  color: #333;
  vertical-align: middle;
}
.msg-list-con a:hover {
  color: #00a4ff;
}
.icon-msg-em {
  background-color: #e1504a;
  border: 1px solid #e1504a;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  margin-left: 3px;
}
.icon-msg-em.weak {
  background-color: #fff;
  border: 1px solid #fd7822;
  color: #fd7822;
}
.msg-list-aside {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  padding: 15px 5px;
  color: #999;
}
.msg-list-hd .msg-list-aside,
.msg-list-hd .msg-list-con {
  font-size: 16px;
  color: #999;
}
.msg-b-nav {
  padding: 0 10px;
  color: #999;
  margin-bottom: 20px;
  margin-top: 30px;
}
.msg-b-nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: #e5e5e5 1px solid;
}
.msg-b-nav a {
  color: #333;
}
.msg-b-nav a:hover {
  color: #00a4ff;
}
.msg-d-wrap {
  padding: 0 50px;
}
.msg-d-hd {
  font-size: 18px;
  line-height: 28px;
  padding: 50px 0 30px;
  border-bottom: #e5e5e5 2px solid;
  text-align: center;
}
.msg-d-bd {
  padding: 30px 0;
  line-height: 24px;
}
.msg-d-bd.weak {
  color: #999;
}
.msg-d-bd p {
  margin-bottom: 10px;
}
.msg-d-ft {
  text-align: right;
  padding-top: 40px;
}
.msg-logo {
  display: inline-block;
  width: 127px;
  height: 34px;
  background-image: url(sprite/msg-201808301029.svg);
  margin-bottom: 10px;
  background-position: 50% 5%;
  background-size: 101.57480315% 158.82352941%;
  background-repeat: no-repeat;
}
.m-select-top {
  line-height: 50px;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}
.m-select-top-tit {
  font-size: 16px;
}
.m-select-top-btn {
  position: absolute;
  top: 0;
  right: 20px;
  color: #00a4ff;
  cursor: pointer;
}
.m-select-top-btn span {
  vertical-align: middle;
}
.msg-icon-select {
  width: 10px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(sprite/msg-201808301029.svg);
  background-position: 35.29% 82.22%;
  background-size: 1290% 600%;
  background-repeat: no-repeat;
}
.m-select-con-list {
  padding: 10px 20px 0;
}
.m-select-con-item {
  height: 30px;
  line-height: 30px;
  position: relative;
  background-color: #e5e5e5;
  padding: 0 30px 0 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 10px;
}
.m-select-con-item-close {
  color: #999;
  position: absolute;
  right: 10px;
  top: 0;
}
.msg-select-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000;
  opacity: 0.4;
}
.msg-select-inner {
  position: fixed;
  top: 0;
  right: 0;
  left: 40px;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
}
.msg-select-inner-con {
  height: calc(100% - 90px);
  overflow: auto;
}
.msg-select-inner-con .msg-area-form-label {
  display: block;
  width: auto;
  padding: 10px 0 10px 15px;
}
.msg-select-inner-con .msg-area-form-con {
  display: block;
  width: auto;
}
.msg-select-inner-con .c-checkbox-block {
  padding-left: 15px;
}
.msg-select-inner-con .c-radio-block {
  margin-bottom: -10px;
  padding-left: 15px;
}
.msg-select-inner-con .c-checkbox-block-item,
.msg-select-inner-con .c-radio-block-item {
  min-width: calc((100% - 35px) / 3);
  margin-bottom: 10px;
  font-size: 12px;
  vertical-align: top;
  padding: 0 5px;
}
.msg-select-inner-con .msg-area-form-item {
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.msg-select-inner-con .msg-area-form-item:last-child {
  border: 0;
}
.msg-select-inner-tit {
  line-height: 50px;
  text-align: center;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.msg-select-inner-close {
  display: inline-block;
  position: absolute;
  font-size: 0;
  left: 20px;
  top: 18px;
  width: 20px;
  height: 20px;
}
.msg-select-inner-close i {
  content: '';
  position: absolute;
  width: 9px;
  height: 14px;
  top: 0;
  left: 0;
  background-image: url(sprite/msg-201808301029.svg);
  background-position: 15.83% 92.5%;
  background-size: 1433.33333333% 385.71428571%;
  background-repeat: no-repeat;
}
.msg-select-inner-ft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.msg-select-inner-ft .c-btn {
  width: 65%;
  border: 0;
  box-sizing: border-box;
  min-width: 0;
  border-top: #00a4ff 1px solid;
  vertical-align: top;
}
.msg-select-inner-ft .c-btn.c-btn-weak {
  width: 35%;
  border: 0;
  border-top: #e5e5e5 1px solid;
}
.msg-last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #fff;
  }
  .msg-area-inner {
    border: 0;
    padding: 0 5px;
  }
  .pc-mod {
    display: block;
  }
  .m-mod {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .msg-list-hd {
    display: none;
  }
  .msg-list-aside {
    position: static;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .msg-b-nav {
    padding: 0;
    margin-top: 30px;
  }
  .msg-b-nav-inner {
    padding: 0;
    line-height: 54px;
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .msg-b-nav a {
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 20px;
    top: 18px;
    width: 20px;
    height: 20px;
  }
  .msg-b-nav a:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 14px;
    top: 0;
    left: 0;
    background-image: url(sprite/msg-media3-201808301029.svg);
    background-position: 50% 50%;
    background-size: 122.22222222% 114.28571429%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .msg-d-wrap {
    padding: 0;
  }
  .msg-d-bd {
    padding: 20px 0;
    line-height: 24px;
  }
  .msg-d-hd {
    padding: 20px 0;
    border-bottom: #e5e5e5 1px solid;
  }
}
#MAXIM {
  content: 'veg2018911154307';
}
.c-nav-wrap-dark {
  background-color: #2b303b;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  backdrop-filter: blur(3px);
}
.c-checkbox-block-item.actived {
  background-color: #fff;
  border: 1px solid #0052d9;
}
