@charset "UTF-8";
.wrap {
  width: 80%;
  margin: 0 auto;
}

/* pc版 */
.wsyyt_header .wsyyt_top {
  padding: 18px 0;
  background-color: #fff;
}
.wsyyt_header .wsyyt_top > div {
  display: flex;
  justify-content: space-between;
}
.wsyyt_header .wsyyt_top > div .logo,
.wsyyt_header .wsyyt_top > div .phone {
  display: block;
  height: 84px;
}
.wsyyt_header .wsyyt_top > div .logo img,
.wsyyt_header .wsyyt_top > div .phone img {
  height: 84px;
}
.wsyyt_header .wsyyt_top > div .phone a {
  display: inline-block;
  margin-right: 24px;
}
.wsyyt_header .wsyyt_top > div .phone a:nth-child(2) {
  margin-right: 0;
}
.wsyyt_header .wsyyt_top > div .title {
  height: 60px;
  margin: auto 0px;
  padding-left: 40px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #aeaeae;
  color: #3c3c3c;
  font-size: 22px;
}
.wsyyt_header .wsyyt_top > div .login_register {
  display: flex;
  justify-content: center;
  align-self: center;
}
.wsyyt_header .wsyyt_top > div .login_register a {
  display: flex;
  align-items: center;
}
.wsyyt_header .wsyyt_top > div .login_register a img {
  margin-right: 4px;
}
.wsyyt_header .wsyyt_top > div .login_register .login {
  margin-right: 16px;
}
.wsyyt_header .wsyyt_nav {
  background-color: #00449c;
}
.wsyyt_header .wsyyt_nav ul {
  display: flex;
  justify-content: space-around;
}
.wsyyt_header .wsyyt_nav ul a {
  display: block;
  line-height: 51px;
  color: #fff;
  font-size: 18px;
  transition: all 0.25s;
}
.wsyyt_header .wsyyt_nav ul a:hover {
  color: #009ef7;
}
.wsyyt_header .wsyyt_topSlide {
  position: relative;
}
.wsyyt_header .wsyyt_topSlide .hd {
  z-index: 2;
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
}
.wsyyt_header .wsyyt_topSlide .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.25s;
}
.wsyyt_header .wsyyt_topSlide .hd li.on {
  background-color: #00b9ef;
}
.wsyyt_header .wsyyt_topSlide .tempWrap {
  width: 100% !important;
}
.wsyyt_header .wsyyt_topSlide .tempWrap img {
  width: 100% !important;
}

.wsyyt_main {
  padding: 42px 0 0;
}
.wsyyt_main > div > div {
  background-color: #fff;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.6);
}
.wsyyt_main .ywbl,
.wsyyt_main .zzfw {
  padding-bottom: 38px;
  margin-bottom: 28px;
}
.wsyyt_main .ywbl .title,
.wsyyt_main .zzfw .title {
  display: flex;
  line-height: 82px;
  padding-left: 48px;
}
.wsyyt_main .ywbl .title img,
.wsyyt_main .zzfw .title img {
  margin-right: 8px;
  margin-top: -4px;
  vertical-align: middle;
}
.wsyyt_main .ywbl .title span,
.wsyyt_main .zzfw .title span {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.wsyyt_main .ywbl .content,
.wsyyt_main .zzfw .content {
  padding-top: 8px;
}
.wsyyt_main .ywbl .content ul,
.wsyyt_main .zzfw .content ul {
  display: flex;
  justify-content: space-around;
}
.wsyyt_main .ywbl .content ul > li > a,
.wsyyt_main .zzfw .content ul > li > a {
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wsyyt_main .ywbl .content ul > li > a div,
.wsyyt_main .zzfw .content ul > li > a div {
  margin-bottom: 20px;
  border-radius: 20px;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wsyyt_main .ywbl .content ul > li > a div img,
.wsyyt_main .zzfw .content ul > li > a div img {
  transition: all 0.25s ease-out;
}
.wsyyt_main .ywbl .content ul > li > a div.icon1,
.wsyyt_main .zzfw .content ul > li > a div.icon1 {
  background-color: #6fd1b6;
}
.wsyyt_main .ywbl .content ul > li > a div.icon2,
.wsyyt_main .zzfw .content ul > li > a div.icon2 {
  background-color: #966fd1;
}
.wsyyt_main .ywbl .content ul > li > a div.icon3,
.wsyyt_main .zzfw .content ul > li > a div.icon3 {
  background-color: #d1946f;
}
.wsyyt_main .ywbl .content ul > li > a div.icon4,
.wsyyt_main .zzfw .content ul > li > a div.icon4 {
  background-color: #a991f3;
}
.wsyyt_main .ywbl .content ul > li > a div.icon5,
.wsyyt_main .zzfw .content ul > li > a div.icon5 {
  background-color: #d16f96;
}
.wsyyt_main .ywbl .content ul > li > a div.icon6,
.wsyyt_main .zzfw .content ul > li > a div.icon6 {
  background-color: #7fd16f;
}
.wsyyt_main .ywbl .content ul > li > a div.icon7,
.wsyyt_main .zzfw .content ul > li > a div.icon7 {
  background-color: #21cfb8;
}
.wsyyt_main .ywbl .content ul > li > a div.icon8,
.wsyyt_main .zzfw .content ul > li > a div.icon8 {
  background-color: #60b4fa;
}
.wsyyt_main .ywbl .content ul > li > a div.icon9,
.wsyyt_main .zzfw .content ul > li > a div.icon9 {
  background-color: #96affb;
}
.wsyyt_main .ywbl .content ul > li > a div.icon10,
.wsyyt_main .zzfw .content ul > li > a div.icon10 {
  background-color: #21cfb8;
}
.wsyyt_main .ywbl .content ul > li > a span,
.wsyyt_main .zzfw .content ul > li > a span {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  transition: all 0.25s ease-out;
}
.wsyyt_main .ywbl .content ul > li > a:hover img,
.wsyyt_main .zzfw .content ul > li > a:hover img {
  transform: rotateY(180deg);
}
.wsyyt_main .ywbl .content ul > li > a:hover span,
.wsyyt_main .zzfw .content ul > li > a:hover span {
  color: #009ef7;
}
.wsyyt_main .news_download {
  overflow: hidden;
}
.wsyyt_main .news_download > div {
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  padding: 10px 0 30px 0;
}
.wsyyt_main .news_download .top {
  line-height: 64px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
}
.wsyyt_main .news_download .top div {
  display: flex;
  align-items: center;
}
.wsyyt_main .news_download .top div img {
  margin-right: 8px;
}
.wsyyt_main .news_download .top div .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.wsyyt_main .news_download .top .more {
  font-size: 14px;
  color: #333333;
  margin-right: 8px;
}
.wsyyt_main .news_download .top .more:hover {
  color: #009ef7;
}
.wsyyt_main .news_download .news {
  padding-left: 32px;
  padding-right: 32px;
}
.wsyyt_main .news_download .news .news_con {
  padding-top: 12px;
}
.wsyyt_main .news_download .news .news_con li {
  overflow: hidden;
  line-height: 35.5px;
  padding: 0 8px 0 36px;
  position: relative;
  float: left;
  width: calc(50% - 44px);
}
.wsyyt_main .news_download .news .news_con li a {
  color: #0a0a0a;
  display: block;
  float: left;
  font-size: 16px;
  max-width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
}
.wsyyt_main .news_download .news .news_con li a:hover {
  color: #00b9ef;
  transform: translateX(8px);
}
.wsyyt_main .news_download .news .news_con li span {
  color: #c0bcbe;
  display: block;
  float: right;
  font-size: 14px;
}
.wsyyt_main .news_download .news .news_con li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00b9ef;
  top: calc(50% - 2px);
  left: 18px;
}
.wsyyt_main .news_download .download {
  padding-right: 20px;
}
.wsyyt_main .news_download .download .top {
  border: none;
}
.wsyyt_main .news_download .download .download_con table {
  table-layout: fixed;
  width: 100%;
  color: #333333;
}
.wsyyt_main .news_download .download .download_con table td,
.wsyyt_main .news_download .download .download_con table th {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.wsyyt_main .news_download .download .download_con table .text_left {
  padding-left: 6px;
  text-align: left;
}
.wsyyt_main .news_download .download .download_con table .text_left a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.25s;
}
.wsyyt_main .news_download .download .download_con table .text_left a:hover {
  color: #00b9ef;
}
.wsyyt_main .news_download .download .download_con table .click_download {
  min-width: none;
  text-align: center;
  width: 133px;
}
.wsyyt_main .news_download .download .download_con table .click_download a {
  display: block;
  margin: 0 auto;
  width: 54px;
  height: 27px;
  background-color: #5db0f4;
  color: #fff;
  line-height: 27px;
  border-radius: 4px;
  transition: all 0.25s;
}
.wsyyt_main
  .news_download
  .download
  .download_con
  table
  .click_download
  a:hover {
  background-color: #7cbef5;
}
.wsyyt_main .wsyyt_zt {
  background-color: unset;
  margin: 0 0 28px 0;
  display: flex;
  justify-content: space-between;
  box-shadow: none;
}
.wsyyt_main .wsyyt_zt a {
  overflow: hidden;
  display: block;
  margin-top: 28px;
  width: calc(50% - 20px);
  /* max-width: 600px; */
  height: 122px;
  text-align: center;
  line-height: 122px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.wsyyt_main .wsyyt_zt a span {
  position: relative;
}
.wsyyt_main .wsyyt_zt a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.34);
  transition: all 0.25s;
}
.wsyyt_main .wsyyt_zt a:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.wsyyt_footer {
  overflow: hidden;
  background-color: #f2f2f2;
  border-top: 1px solid #d8d8d8;
  padding: 10px 0 0;
}
.wsyyt_footer > div {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 8px 0 16px;
}
.wsyyt_footer .address .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #595959;
  line-height: 60px;
}
.wsyyt_footer .address > div {
  display: flex;
  justify-content: space-between;
}
.wsyyt_footer .address > div p {
  display: inline-block;
  color: #58666e;
  line-height: 18px;
  font-size: 14px;
}
.wsyyt_footer .QR {
  display: flex;
  justify-content: right;
}
.wsyyt_footer .QR > div {
  margin: 0 22.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wsyyt_footer .QR > div span {
  line-height: 20px;
  color: #58666e;
}
.wsyyt_footer .copyright {
  text-align: center;
  background-color: #00449c;
}
.wsyyt_footer .copyright p {
  line-height: 52px;
  color: #fefefe;
  font-size: 14px;
}
/* 手机版 */
.wsyyt_media_header img {
  width: 100%;
}

.wsyyt_media_main .above {
  overflow: hidden;
  padding: 36px 0 8px 0;
  margin-bottom: 24px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wsyyt_media_main .above a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wsyyt_media_main .above a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.wsyyt_media_main .above a > div img {
  margin: 20px;
}
.wsyyt_media_main .above a .icon6 {
  background-color: #7fd16f;
}
.wsyyt_media_main .above a .icon7 {
  background-color: #21cfb8;
}
.wsyyt_media_main .above a .icon8 {
  background-color: #60b4fa;
}
.wsyyt_media_main .above a .icon9 {
  background-color: #96affb;
}
.wsyyt_media_main .above a .icon10 {
  background-color: #21cfb8;
}
.wsyyt_media_main .above a .icon11 {
  background-color: #e28540;
}
.wsyyt_media_main .above a span {
  display: block;
  text-align: center;
  margin: 18px 0;
  font-size: 18px;
  color: #333333;
}
.wsyyt_media_main .under {
  overflow: hidden;
  padding: 26px 0;
  margin-bottom: 24px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wsyyt_media_main .under .yw_slide .hd ul {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
.wsyyt_media_main .under .yw_slide .hd li {
  padding: 0 48px;
  line-height: 48px;
  background-color: #fff;
  color: #2a6afb;
  border: 1px solid #2a6afb;
}
.wsyyt_media_main .under .yw_slide .hd li.on {
  background-color: #2a6afb;
  color: #fff;
}
.wsyyt_media_main .under .yw_slide .hd li:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.wsyyt_media_main .under .yw_slide .hd li:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.wsyyt_media_main .under .yw_slide .bd > div {
  overflow: hidden;
}
.wsyyt_media_main .under .yw_slide .bd > div a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wsyyt_media_main .under .yw_slide .bd > div a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.wsyyt_media_main .under .yw_slide .bd > div a > div img {
  margin: 20px;
}
.wsyyt_media_main .under .yw_slide .bd > div a .icon3 {
  background-color: #d1946f;
}
.wsyyt_media_main .under .yw_slide .bd > div a .icon4 {
  background-color: #a991f3;
}
.wsyyt_media_main .under .yw_slide .bd > div a .icon12 {
  background-color: #60b4fa;
}
.wsyyt_media_main .under .yw_slide .bd > div a .icon13 {
  background-color: #6de1ca;
}
.wsyyt_media_main .under .yw_slide .bd > div a .icon14 {
  background-color: #6fc2d1;
}
.wsyyt_media_main .under .yw_slide .bd > div a .icon1 {
  background-color: #6fd1b6;
}
.wsyyt_media_main .under .yw_slide .bd > div a .icon2 {
  background-color: #966fd1;
}
.wsyyt_media_main .under .yw_slide .bd > div a .icon5 {
  background-color: #d16f96;
}
.wsyyt_media_main .under .yw_slide .bd > div a span {
  display: block;
  text-align: center;
  margin: 18px 0;
  font-size: 18px;
  color: #333333;
}

.wsyyt_media_footer {
  padding-bottom: 12px;
}
.wsyyt_media_footer > div {
  text-align: center;
}

.wsyyt_media_footer a {
  color: #000;
}

/* 网上营业厅列表 */
.wsyyt_list_main > div {
  box-sizing: border-box;
  background-color: #fff;
  padding: 16px 30px 0;
  margin-top: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.6);
}
.wsyyt_list_main > div .title_nav {
  line-height: 64px;
  border-bottom: 1px solid #d3d3d3;
  overflow: hidden;
  padding: 0 10px 0 16px;
}
.wsyyt_list_main > div .title_nav span {
  cursor: default;
  display: inline-block;
  float: left;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}

.wsyyt_list_main > div .title_nav img.rq {
  width: 40px;
  display: inline-block;
  float: left;
  margin-top: 10px;
}

.wsyyt_list_main > div .title_nav p {
  float: right;
  color: #666666;
}
.wsyyt_list_main > div .title_nav p img {
  margin-top: -3px;
  margin-right: 20px;
}
.wsyyt_list_main > div .title_nav p a {
  color: #666666;
  transition: all 0.25s;
}
.wsyyt_list_main > div .title_nav p a:hover {
  color: #009ef7;
}
.wsyyt_list_main > div .list {
  padding-top: 12px;
}
.wsyyt_list_main > div .list .list_con li {
  overflow: hidden;
  line-height: 35.5px;
  padding: 0 8px 0 36px;
  position: relative;
}
.wsyyt_list_main > div .list .list_con li a {
  color: #0a0a0a;
  display: block;
  float: left;
  font-size: 16px;
  max-width: calc(100% - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
}
.wsyyt_list_main > div .list .list_con li a:hover {
  color: #00b9ef;
  transform: translateX(8px);
}
.wsyyt_list_main > div .list .list_con li span {
  color: #c0bcbe;
  display: block;
  float: right;
  font-size: 14px;
}
.wsyyt_list_main > div .list .list_con li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00b9ef;
  top: calc(50% - 2px);
  left: 18px;
}
.wsyyt_list_main > div .list .pagination {
  border-top: 1px solid #d3d3d3;
  line-height: 72px;
  text-align: center;
  margin-top: 20px;
}
.wsyyt_list_main > div .list .pagination a {
  display: inline-block;
  /* float: left; */
  width: 33px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #888888;
  transition: all 0.25s;
  margin-right: 10px;
}
.wsyyt_list_main > div .list .pagination a.on,
.wsyyt_list_main > div .list .pagination a:hover {
  background-color: #00b9ef;
  border: 1px solid #00b9ef;
  color: #fff;
}
.wsyyt_list_main > div .list .pagination a:last-child {
  margin-right: 0;
}

/*网上营业厅*/
.wsyyt_t {
  background: #ddd;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  height: 75px;
  line-height: 75px;
  border-bottom: solid 1px #d3d3d3;
  position: relative;
}
.wsyyt_t:after {
  width: 44px;
  height: 3px;
  background: #009ef7;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0px;
  content: "";
}
.form {
  margin-left: 20%;
  font-size: 16px;
  padding: 50px 0px;
}

.form li {
  padding: 15px 0px;
  clear: both;
}

.form li span {
  float: left;
  width: 190px;
  line-height: 38px;
  text-align: right;
  padding-right: 10px;
}

.form li span font {
  color: #f00;
}

.form li input[type="text"],.form li input[type="Email"],
.form li select {
  float: left;
  width: 518px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding-left: 8px;
  border: solid 1px #dedede;
  border-radius: 0.25rem;
}

/* .form li input[type="file"] {
  display: none !important;
  opacity: 0.01;
} */

.form li .form-radio {
  float: left;
  line-height: 38px;
}

.form li .form-radio input[type="radio"] {
  margin-left: 3px;
  margin-right: 5px;
}

.form li button.upload {
  background: #009ef7;
  padding: 0px 14px;
  line-height: 38px;
  color: #fff;
  border: 0 none;
  float: left;
}

.form li button.upload:hover {
  background: #00b9ef;
}

.form li .form-text {
  float: left;
  line-height: 38px;
  font-size: 16px;
}

.form li .form-text.agree {
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #666;
}

.form li .form-text.agree a {
  color: #009ef7;
}

.form li textarea {
  float: left;
  width: 518px;
  line-height: 36px;
  font-size: 16px;
  padding-left: 8px;
  border: solid 1px #dedede;
  resize: none;
}

.form li.sure {
  padding-left: 125px;
  background: url(../img/gou.png) no-repeat 90px 13px;
  cursor: pointer;
  height: 50px;
}
.form li.gou {
  background: url(../img/gou.png) no-repeat 90px -62px;
}

.form li samp {
  font-size: 14px;
  line-height: 38px;
  color: #000;
  float: left;
  margin-left: 5px;
}

.form-btn {
  background: #009ef7;
  width: 300px;
  height: 60px;
  border: 0 none;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

.form-btn:hover {
  background: #00b9ef;
}

.form-tel {
  padding: 10px 0px 10px;
  font-size: 18px;
  text-align: center;
}

.form-tel span {
  color: #009ef7;
  font-size: 30px;
  font-style: italic;
  vertical-align: baseline;
}

.form-bottom {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 30px 0px;
}

.form li input.error {
  border-color: #f00;
}

.form li label.error {
  color: #f00;
  font-size: 14px;
  line-height: 38px;
  margin-left: 10px;
}

.loading{width:100%;height: 100%;position:fixed;left:0;top:0; background: rgba(0,0,0,0.5);text-align:center;box-sizing:border-box;font-size:11pt; padding-top:40%;color:#fff;display:none;z-index:9999}

.loading p{color:#fff}

.uploaddiv{width: 60px;
  height: 60px;
  background-image: url(../img/iconfont-tianjia.png);
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  margin: 10px 2px;
  float:left;
}

.uploaddiv2{
  display: none;
  width: 240px;
  height: 240px;
  background-image: url(../img/iconfont-tianjia.png);
  background-size: 100% 100%;
  position: relative;
  border-radius: 5px;
  margin: 10px 2px;
  float:left;
}


.image-close, .imagelist-close {
    position: absolute;
    display: none;
    right: -6px;
    top: -6px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 12px;
    background-color: #FF5053;
    color: #f3f3f3;
    border: solid 1px #FF5053;
    font-size: 9px;
    font-weight: 200;
    z-index: 1;
}

.image-close2 {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 12px;
    background-color: #FF5053;
    color: #f3f3f3;
    border: solid 1px #FF5053;
    font-size: 9px;
    font-weight: 200;
    z-index: 1;
}

.space .image-close,.space .imagelist-close{display: inline-block;}

.btn.fcz{display: inline-block; margin-left:10px;font-size:14px;padding:3px; line-height: 1; }

.guest-list{font-size: 16px; line-height: 1.8;}

#messagelist{ padding:15px;  overflow:hidden;}
#messagelist .metlist{ margin-bottom:10px; border:3px solid #dedede; padding:10px;}
#messagelist .metlist dt{ background:url(../img/message.gif) no-repeat left center; border-bottom:1px dotted #dedede; padding:4px 0px 4px 20px; margin-bottom:5px;}
#messagelist .metlist dt span.name{ color:#2c7199;}
#messagelist .metlist dt span.time{ padding-left:8px; color:#999;}
#messagelist .metlist dt span.tt{ float:right; padding-right:5px;}
#messagelist .metlist dd.infon span.tt{ display:none; clear:both;}
#messagelist .metlist dd.infon span.text{ display:block; line-height:1.8; padding:8px 5px;}
#messagelist .metlist dd.reinfo span.tt{ background:url(../img/admin.gif) no-repeat left 3px; display:block; border-bottom:1px dotted #dedede; padding:2px 0px 2px 20px; margin:0px 0px 5px;color:#2c7199;}
#messagelist .metlist dd.reinfo span.text{ display:block; line-height:1.8; padding:8px 5px;}
#messagelist .metlist dd.reinfo span.text p br{display: none;}
#messagelist .metlist dd.reinfo span.text p+br{display: none;}
.shenming{margin-bottom:10px;  padding:5px; margin-bottom: 10px;line-height:32px; }
.red{ color:#b80000; font-weight:bold;}
.shenming dt{padding:5px;}
.guset-btn{text-align: center; margin-bottom: 30px;}
.guset-btn a{ display:inline-block ; margin: auto;line-height: 60px;}
.guset-btn a:hover{color:#fff}
.page{text-align: center;}

@media (max-width: 767px){

  .form{margin-left:0; padding: 10px 0px;}

  .form li span{width:100%;box-sizing: border-box;text-align: left;}

  .form li input[type="text"],
  .form li select,.form li textarea{width:100%;box-sizing: border-box;}

  .form-btn{width:100%}

}

/*# sourceMappingURL=wsyyt.css.map */
