
/* 2022/03/30 yyq 修改 */
#indexPage #servicelist .serviceitem div {
  width: 100%;
  box-sizing: border-box;
}

.npagePage #category {
  padding-bottom: 50px;
}

#sitecontent .npagePage #category a.active,
.bodylist #category a {
  display: inline-block;
}

.ui.form .field > label,
.ui.form .grouped.fields > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.fields > label,
.ui.checkbox .box:after,
.ui.checkbox label:after,
.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after,
.ui.toggle.checkbox .box,
.ui.toggle.checkbox label,
.ui.checkbox input:focus ~ label,
#sitecontent .npagePage.formPage .content .header p.title,
.formPage .formbox .list-item label.fl,
.ui.checkbox .box,
.ui.checkbox label,
.verification label,
.ui.checkbox + label,
.ui.checkbox input:active ~ label,
.ui.checkbox label:hover,
.ui.checkbox + label:hover {
  color: #fff;
}

.ui.form input[type="text"] {
  background-color: #2c2c2c;
  color: #fff;
}

.ui.form input[type="text"]:focus {
  background-color: #808080;
  color: #fff;
  outline: none;
  border: none;
}

.ui.form .field > .selection.dropdown {
  background-color: #808080 !important;
}

.ui.search.dropdown > .text,
.ui.form input:not([type]):focus,
.ui.form input:not([type]),
.ui.selection.visible.dropdown > .text:not(.default),
.ui.active.search.dropdown input.search:focus + .text {
  color: #fff;
}

.formWrap .button {
  transition: 0.3s ease-in-out;
}

.formWrap .button:hover {
  background-color: #ffc000;
  color: #fff;
}

#indexPage #mnews .content {
  padding-bottom: 150px;
}
/* 2022/03/30 yyq 修改 */

/* 2022/04/07 yyq 修改 */
#indexPage #mpage .content,
#indexPage #mpage .module-content,
#indexPage #mpage .wrapper,
#indexPage #mpage .slider {
  padding-bottom: 0;
}

#indexPage #mpage .wrapper li {
  padding-bottom: 180px;
}

#indexPage #mpage .content {
  height: auto;
}

#indexPage #mpage a.more {
  position: absolute;
  bottom: 0;
  left: calc(50% - 96.5px);
}

#indexPage #mpage .wrapper li .fimg {
  width: 100%;
  height: 398px;
  display: block;
  padding-bottom: 0;
}
/* 2022/04/07 yyq 修改 */


/* 2023-9-12 tao start */
.agent-pc #header #logo{
  margin-right:0;
}
/* 2023-9-12 tao end */

body > div{opacity:0}