/*
*   样式初始化
*/
img {
  border: none;
}

ul,
li,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "微软雅黑";
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol,
li,
div,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
strong,
div,
section,
footer,
body {
  margin: 0;
  padding: 0;
}

input {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.clearFloat {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.code {
  position: absolute;
  right: -86px;
  top: 38px;
  z-index: 99;
  max-width: 200px;
  display: none;
  box-shadow: 2px 4px 4px #ddd;
}

.header-r>a:hover .code {
  display: block;
}

#footer {
  background: #E0E0E0;
  height: 160px;
}
#footer .footer-link-l {
  width: 50%;
  float: left;
  line-height: 30px;
}
#footer .footer-link-l .link-wrapper {
  float: right;
  margin-top: 20px;
}
#footer .footer-link-l .link-wrapper h3 {
  color: #333;
}
#footer .footer-link-l .link-wrapper a {
  float: left;
  font-size: 14px;
  margin-right: 36px;
  color: #333;
  width: 90px;
}
#footer .footer-link-r {
  width: 49%;
  float: left;
  height: 110px;
  line-height: 30px;
}
#footer .footer-link-r .l-border {
  border-left: 1px dashed #999;
  padding-left: 30px;
}
#footer .footer-link-r .b-nav {
  margin-top: 20px;
}
#footer .footer-link-r .b-nav ul {
  text-align: center;
  overflow: hidden;
}
#footer .footer-link-r .b-nav ul li {
  display: block;
  float: left;
}
#footer .footer-link-r .b-nav ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
#footer .footer-link-r .b-nav ul li span {
  padding: 0 5px;
}
#footer .footer-link-r table td:nth-child(odd) {
  color: #333;
  text-align: right;
}
#footer .footer-link-r table td:nth-child(even) {
  color: #333;
  text-align: left;
}

.oneLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


#headerGzqn .header-wrapper {
  height: 98px;
  width: 100%;
  margin: 0 auto;
}

#headerGzqn .header-wrapper .logo {
  height: 98px;
  width: 100%;
  background: url(../../images/common/aborn.png) left no-repeat,
    url(../../images/common/city.png) center no-repeat,
    url(../../images/common/bg.png);
}

#headerGzqn .header-wrapper .logo .headCon {
  background: url(../../images/common/emblem.png) left no-repeat,
    url(../../images/common/logofont.png) 82px no-repeat;
  height: 100%;
}

#headerGzqn .header-wrapper .nav {
  float: left;
  overflow: hidden;
  margin-left: 20px;
}

#headerGzqn .header-wrapper .nav ul li {
  float: left;
  margin-right: 24px;
}

#headerGzqn .header-wrapper .nav ul li a {
  font-size: 18px;
  color: #000;
  line-height: 100px;
}

#headerGzqn .header-wrapper .nav ul li.active a {
  font-weight: bold;
  color: #E70012;
}

#headerGzqn .header-wrapper .headCon {
  width: 1200px;
  margin: 0 auto;
}

#headerGzqn .header-wrapper .headCon .header-r {
  float: right;
  margin-top: 40px;
}

#headerGzqn .header-wrapper .headCon .header-r a {
  margin-left: 24px;
  position: relative;
}
/*团代会顶部样式开始*/
#headerGzqn-league{
  border-bottom: #E70012 3px solid;
}
#headerGzqn-league .header-wrapper {
  height: 98px;
  width: 100%;
  margin: 0 auto;
  /*overflow: hidden;*/
}
#headerGzqn-league .header-wrapper .logo {
  height: 98px;
  width: 100%;
  background: url(../../images/league/city.png) center no-repeat;
}
#headerGzqn-league .header-wrapper .logo .headCon{
  height: 100%;
  background: url(../../images/league/logo.png) left  no-repeat;
}
#headerGzqn-league .header-wrapper .headCon {
  width: 1200px;
  margin: 0 auto;
}
#headerGzqn-league .header-wrapper .headCon .header-r {
  float: right;
  margin-top: 30px;
}
#headerGzqn-league .header-wrapper .headCon .header-r a {
  margin-left: 24px;
  position: relative;
}
/*团代会顶部样式结束*/
#headerGzqn .sub_nav {
  height: 50px;
  border-bottom: 1px solid #E0E0E0;
}

#headerGzqn .sub_nav .subnav_wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#headerGzqn .sub_nav .subnav_wrapper ul li {
  float: left;
  height: 50px;
  line-height: 50px;
  margin: 0 36px;
}

#headerGzqn .sub_nav .subnav_wrapper ul li a {
  font-size: 16px;
  color: #333;
}

#headerGzqn .sub_nav .subnav_wrapper ul li.active a {
  font-weight: bold;
  color: #E70012;
}

#main{
  min-height: calc(100vh - 309px);
}
.idea_mask .idea_main input::-webkit-input-placeholder{
  font-size: 12px;
}
.idea_mask .idea_main input::-moz-placeholder{
  font-size: 12px;
}
.idea_mask .idea_main input:-ms-input-placeholder{
  font-size: 12px;
}
.idea_mask .idea_main{
  width: 682px;
  margin: 0 auto;
}

.idea_mask .idea_main form {
  width: 682px;
  margin: 0 auto;
  margin-top: 20px;
}

.idea_mask .idea_main h3 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #eee;
}

.idea_mask .idea_main p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 20px auto;
  width: 682px;
}

.idea_mask .idea_main form div {
  margin-bottom: 20px;
  overflow: hidden;
}

.idea_mask .idea_main form>div:first-child input {
  width: 546px;
}

.idea_mask .idea_main form>div:nth-child(5){
  width: 336px;
}

.idea_mask .idea_main form .text-wrapper {
  margin-bottom: 0;
}

.idea_mask .idea_main form .textl {
  float: left;
}

.idea_mask .idea_main form .textr {
  float: right;
}

.idea_mask .idea_main form div span {
  display: block;
  height: 30px;
  line-height: 30px;
}

.idea_mask .idea_main form div em {
  color: red;
  margin-right: 6px;
}

.idea_mask .idea_main form div label {
  width: 130px;
  display: inline-block;
  text-align: right;
  float: left;
  line-height: 30px;
}

.idea_mask .idea_main form div input {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  text-indent: 10px;
  font-size: 14px;
  color: #666;
  width: 200px;
  float: left;
}

.idea_mask .idea_main form div .code_text {
  width: 90px;
  margin-right: 10px;
}

.idea_mask .idea_main form div textarea {
  width: 530px;
  font-size: 14px;
  color: #666;
  resize: none;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 10px;
  max-height: 160px;
}

.idea_mask .idea_main form .btn-wrap {
  text-align: center;
  width: 200px;
  position: relative;
  left: 236px;
  padding: 20px;
}

.idea_mask .idea_main form .btn-wrap .submit {
  width: 80px;
  margin-right: 20px;
  text-align: center;
  text-indent: 0;
  background: #f65469;
  color: #fff;
  cursor: pointer;
  border: none;
}

.idea_mask .idea_main form .btn-wrap .reset {
  width: 80px;
  text-indent: 0;
  background: #eee;
  cursor: pointer;
  border: none;
}

.idea_mask .idea_main form .btn-wrap input:hover {
  color: #fff;
  background: #c23447;
}

#idea_code {
  width: 100px;
  height: 32px;
}

.metting-main {
  margin-top: 35px;
  min-height: calc(100vh - 286px);
  /* margin-bottom: 100px; */
}
.metting-main .main-wrapper {
  width: 1000px;
  margin: 0 auto;
}
.metting-main .main-wrapper .title {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #F65469;
}
.metting-main .main-wrapper .title h3 {
  font-size: 20px;
  color: #F65469;
}
.metting-main .main-wrapper .metting-list ul li {
  padding: 32px 0 14px 0;
  border-bottom: 1px solid #eee;
}
.metting-main .main-wrapper .metting-list ul li a {
  display: block;
  height: 40px;
  font-size: 16px;
  color: #333333;
}
.metting-main .main-wrapper .metting-list ul li .msg-box span {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  margin-right: 90px;
}
.metting-main .main-wrapper .metting-list ul li .msg-box span p {
  font-size: 13px;
  color: #666666;
}
.metting-main .main-wrapper .metting-list ul li .msg-box span p em {
  font-style: normal;
  color: #333333;
}
.metting-main .main-wrapper .metting-list ul li .msg-box button {
  width: 74px;
  height: 30px;
  background: #F65469;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin-left: 30px;
}
.metting-main .main-wrapper .metting-list ul li .msg-box .btn2 {
  background: #58C0A4;
}
.metting-main .main-wrapper .metting-list ul li .msg-box .btn3 {
  background: #E1E1E1;
}
.metting-main .main-wrapper .metting-list ul li .msg-box .btn4 {
  background: #89d3bf;
}
.pagination-wrap>span {
  color: #666;
  margin-left: 12px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.textFit{
  width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  height:20px;
  white-space: nowrap;
}
.pagination  li{
  float: left;
  margin: 0 3px;
}
.pagination  li a {
  border-radius: 3px;
  overflow: hidden;
}
.jump-page {
  width: 52px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #717171;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-top {
  align-items: flex-start;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-ac {
  align-items: center;
}
.flex-jc {
  justify-content: center;
}
.flex-jsb {
  justify-content: space-between;
}
.flex-center {
  align-items: center;
  justify-content: center;
  margin: 32px;
}
.msg-box>.disabled{
  background-color: #ccc !important;
}

.askForLeaveBox{
  padding:20px 40px;
}
.askForLeaveBox .btn-submit{
  margin-left: 200px;
  font-weight: bold;
}
.askForLeaveBox .btn-reset{
  background: #BFBEBE;
  margin-left: 100px;
}
.askForLeaveBox textarea{
  font-size: 20px;
  width: 700px;
  height: 230px;
}
.askForLeaveBox .toolbar{
  border:1px solid rgba(204,204,204,1);
  border-radius: 4px;
  text-align: right;
  margin:10px 0;
  padding:12px;
}
.askForLeaveBox .btn-upload{
  background-color: transparent;
  border:none;
  width: 42px;
  height: 42px;
  padding: 0;
  position: relative;
}
.fileList{
  border-radius: 4px;
  border:1px dashed #F65469;
  margin:10px 0;
}
.fileList li{
  padding:12px;
  overflow: hidden;
}
.fileList .info{
   float: left;
   line-height: 40px;
   font-size: 20px;
}
.fileList .info i{margin-right: 15px;}
.fileList .info img{vertical-align: middle;}
.fileList .status{
  line-height: 40px;
  font-size: 15px;
   float: right;
}
input::placeholder {
  color: #ccc;
  font-size: 16px;
}
.proxyPerson{
  width:700px;
}
#imgLoading{
  margin-left: 12px; display: none;
  position: absolute;
  top: 12px;
  right: 8px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
  transform: rotate(0deg);
  }
  to {
  transform: rotate(360deg);
  transition: all 1s;
  }
}

/*团代会手机端适配*/
.isPhone #headerGzqn-league .header-wrapper {
  height: 68px;
}
.isPhone #headerGzqn-league .header-wrapper .logo {
  height: 68px;
  width: 100%;
  background: none;
  /*background: url(../../images/league/city.png);*/
}
.isPhone #headerGzqn-league .header-wrapper .logo .headCon{
  background:
          url(../../images/league/logo.png) center  no-repeat;
  background-size: 36%;
  height: 100%;
  width: 100%;
}
.isPhone #headerGzqn-league .header-wrapper .logo .headCon .header-r{
  display: none;
}
.isPhone #headerGzqn-league .sub_nav{
  display: none;
}
/*首页适配*/
.isPhone #headerGzqn-league #header-wrapper{
  display: none;
}
.isPhone #main{
  min-height: calc(100vh - 200px);
  /* min-height: calc(100vh - 141px); */
}
.isPhone #main .main-wrapper #mailBox{
  width: 100% !important;
  margin: 0;
}
.isPhone #main .main-wrapper .idea_mask .idea_main{
  width: 100% !important;
  margin: 0;
}
.isPhone #main .main-wrapper .idea_mask .idea_main h3{
  text-align: center;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form{
  width: 100% !important;
  margin: 0;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form div{
  margin: 8px 0;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form div label{
  width: 30%;
  line-height: 36px;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form .textl{
  width: 100%;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form .textr{
  width: 100%;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form div textarea{
  width: 210px;
  padding: 6px 10px;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form div input{
  width: 230px;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form div .code_text{
  width: 120px;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form .btn-wrap{
  width: 200px;
  margin: 0 auto;
  padding: 36px 0;
  position: unset;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form .btn-wrap .submit{
  width: 80px;
}
.isPhone #main .main-wrapper .idea_mask .idea_main form .btn-wrap .reset{
  width: 80px;
  float: right;
}

.isPhone #footer{
  width: 100%;
  height: 80px;
  line-height: 16px;
  padding-top: 6px;
  bottom: 0;
  position: absolute;
  display: none;  
}
.isPhone #footer .footer-link-l{
  display: none;
}
.isPhone #footer .footer-link-r .l-border{
  border: none;
  padding: 0;
}
.isPhone #footer .footer-link-r .l-border>div{
  display: none;
}
.isPhone #footer .footer-link-r{
  width: 100%;
  height: 100%;
}
.isPhone #footer .footer-link-r table tr{
  padding: 0 20px;
}
.copyright-phone{
  display: none;
}
.isPhone #footer .footer-link-r .l-border .copyright-phone{
  display: block;
}
.isPhone #footer .footer-link-r .l-border .copyright-phone table{
  margin: 0 auto;
}
/*团代会手机端适配结束*/