
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-200%);
    }
}

/* 当屏幕宽度在600px及以下时应用以下样式 */
@media screen and (max-width: 480px) {
    .stitle {
        padding: 0 10px;
    }
}

/* 当屏幕宽度在800px及以下时应用以下样式 */
@media screen and (max-width: 2481px) {
    .stitle {
        padding: 0 30px;
    }
}

.container{
    width:100%;
    position: relative;

}
.container:after{
    content: '';
    display: block;
    clear:both;
}
.container>div{
    float: left;
}
.container .logo{
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120px;
}
.container .input{
    position: relative;
    width: 100%;
    height: 48px;

    border-radius: 4px 0 0 4px;
}

.container .input>input{
    outline: none;
    border: none;
    padding: 0 105px 0 10px;
    margin: 0;
    height: 48px;
    width: 100%;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    position: absolute;
}
.container .input .el-input__inner {
  height: 48px;
}


.container .input>input::-webkit-input-placeholder{
    color:#C8C8C8;
    font-size: 14px;
    font-family: SourceHanSansSC;
}
.container .input .picker{
  width: 95px;
  padding-right: 34px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 48px;
  cursor: pointer;
  color: #7C7C7C;
  font-size: 12px;
  text-align: right;
  font-family: SourceHanSansSC;
  background-image: url(../index/img/down.png);
  background-position: 69px center;
  background-repeat: no-repeat;
  user-select: none;
}
.container .input .picker-list{
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
}
.container .hot-list .list_wrap  .Title{
    color:#2D2D2D;
    font-size:14px;
    height:20px;
    font-family: SourceHanSansSC;
}
.container .hot-list .list_wrap div.listD{
  border-bottom: 1px dotted #DFDFDF;
}
.container .input .picker-list>li:hover{
    background-color: #ebf1f5;
    cursor: pointer;
}
.container .input .hot-list{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 7px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    z-index: 99;
    overflow: hidden;
}
.container .input .hot-list>a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}
.container .input .hot-list>a:hover{
    background-color: #f3f3f3;
}
.container .input .hot-list>a>div{
    float: left;
}
.container .input .hot-list>a>div.number{
    text-align: center;
    width: 40px;
}
.container .search{
    width: 89px;
    height: 46px;
    background-color: #08f;
    background-image: url("../index/img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}


.container .date_wrap{
    position: relative;
    /*width: 33%;*/
}
.container .date_wrap div.img{
    width:26px;
    height:34px;
    float: left;
    background:#F6F6F6 url("./img/time.png") no-repeat 50%;
    opacity:1;
    border:1px solid rgba(200,200,200,1);
    border-right:0px ;
    border-radius:3px 0px 0px 3px;


}
.container .date_wrap input#test13{
    width:154px;
    height:34px;
    float: left;
    font-size:14px;
    font-family:SourceHanSansSC;
    line-height:17px;
    color:rgba(200,200,200,1);
    opacity:1;
    border: 0px;
    text-align: center;
    outline: none;
    border-radius:0px 3px 3px 0px;
    border:1px solid rgba(200,200,200,1);
}
.container .date_wrap input::-ms-input-placeholder {
    text-align: center;
    font-size:14px;
    font-family: SourceHanSansSC;
}

.container .date_wrap input::-webkit-input-placeholder {
    text-align: center;
    font-size:14px;
    font-family: SourceHanSansSC;
}
.container .date_wrap div.x{
    line-height: 34px;
    position: relative;
    float: right;
    padding: 34px 0px 0px 34px;

}
.container .date_wrap div.x span{
    width:12px;
    height:0px;
    border:1px solid rgba(94,94,94,1);
    opacity:1;
    display: inline-block;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -6px;
}
.container .date_wrap div.publiced_time{
   float: left;
    position: relative;
}
.container  .time_d{
    height: 38px;
    line-height: 38px;
}
.container  .time_d select option{
    font-family: SourceHanSansSC;
    color: rgba(200,200,200,1);
}
.container .date_wrap div.time_d span{
    width: 100%;
    display: block;

    border: 1px solid rgba(200,200,200,1);

}
.container .date_wrap div.time_d ul{
    position: absolute;
    width: 100%;
    top:34px;
    z-index: 999;
    background: white;
    border:1px solid rgba(200,200,200,1);
    display: none;
}
.container .date_wrap div.time_d ul li{
    width:100%;
    height:38px;
    font-size:14px;
    font-family:SourceHanSansSC;
    line-height:38px;
    text-align: center;
    color:rgba(94,94,94,1);
    opacity:1;
    cursor: pointer;
}
.container .date_wrap div.time_d ul li:hover{
    color: darkgray;
}
.container .date_wrap div.time_d input{
    height: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family:SourceHanSansSC;
    font-size:14px;
    color:rgba(200,200,200,1);
}
.container .date_wrap div.time_d dl{

}
.container .date_wrap input.layui-input layui-unselect{
    font-size:14px;
    font-family:SourceHanSansSC;
    color:rgba(200,200,200,1);
}
.container .date_wrap .layui-form-select .layui-edge {
    display: none;
}
.container .hot_butom{
    width:100%;
    height:37px;
    line-height: 37px;
    background:rgba(246,246,246,1);
    opacity:1;
    border-radius:0px 0px 6px 6px;

}
.container .hot_butom a{
    text-decoration:underline  ;
    color: #32AA92;
    font-size:14px;
    font-family:SourceHanSansSC;
    padding-left:20px;
    width: 95%;
    display: block;
    margin: 0 auto;
    background: url("./img/xiazai.png") no-repeat 0px center;
}
.feedback-and-update
{
  padding-left: 1%;
  padding-right: 1%;
  font-size: 14px;
  color: #32AA92;
}
.feedback-and-update:hover
{
  cursor: pointer;
}

.feedback-top
{
  background: #F5F5F5;
  width: 100%;
  padding-top: 0.6%;
  text-align: center;
}
.feedback-top span:first-child{
  margin-right: 6%;
}
.feedback-top span{
  font-size: 14px;
  color: #8D8D8D;
  display: inline-block;
  line-height: 38px;
}

.feedback-top span:hover
{
  cursor: pointer;
}

.feedback-top-active
{
  border-bottom: 2px solid #32AA92;
  /*transition: border-bottom 1s;*/
  /*-moz-transition: border-bottom 1s; !* Firefox 4 *!*/
  /*-webkit-transition: border-bottom 1s; !* Safari 和 Chrome *!*/
  /*-o-transition: border-bottom 1s;*/
}


.feedback-content-warp
{
  width: 100%;
  height: 100%;
}

.feedback-content,
.system-update
{
  width: 100%;
  background: #fff;
  padding:1% 5%;
  margin: 1% auto;
  min-height: 770px;
}

.text-area
{
  width: 100%;
  height: 200px;
  border: none;
  resize : none;
}
#undefinedmsg{
  display: inline-block;
  position: absolute;
  right: 1%;
  bottom: 1%;
}
.text-area1
{
  position: relative;
  border: 2px solid #B7B7B7;
}
.text-area1:hover{
  border: 2px solid #B7B7B7;

  /*opacity: 1;*/
}
.text-area:focus{
  outline: none;
}

.question-feedback
{
  font-size: 16px;
  font-weight: 600;
  color: #2E2E2E;
}

.question-description
{

  font-size: 14px;
  color: #545454;
  padding: 4% 0;
}

.icon-red
{
  color:#FF1D1D;
  padding-right: 1%;
}

.feedback-content-textarea
{
  padding-bottom: 1.5%;
  font-size: 16px;
  color: #2E2E2E;
  font-family: PingFang SC;
  font-weight: bold;
}

.feedback-and-update-box
{
  background: #eee;
  min-height: 100vh;
}

.upload-img-title
{
  font-size: 16px;
  padding:3% 0 2% 0 ;
  font-family: PingFang SC;
  font-weight: bold;
  color: #2E2E2E;
}
.fnakuinum{

font-size: 14px;
font-family: PingFang SC;
font-weight: bold;
color: #545454;
}
.upload-img .el-upload-dragger:hover
{
  border-color:#409eff !important;
}
.upload-img .el-upload__text em
{
  color:#409eff !important;
}
.submit
{
  background-color: #32AA92 !important;
  border-color: #32AA92 !important;
  margin-top: 2%;
}

.submit:hover
{
  background-color: #3abfa5 !important;
  border-color: #3abfa5 !important;
  color: #fff !important;
}

.submit-warp
{
  position: relative;
}


.anonymous-submit-description
{
  position: absolute;
  height: 14px;
  font-size: 14px;
  color: #C1C0C0;
  left: 8%;
  top: 49%;
}

.submit-warp p
{
  font-size: 14px;
  color: #545454;
  margin-top: 1%;
}
.system-update
{
  min-height: 739px;
  position: absolute;
  top: 0;
  left: 0;
  /* display: none; */
}
.system-warp
{
  width:1200px;
  margin: 0 auto;
  position: relative;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

.el-collapse-item__arrow{
  position: absolute;
}
.title-style{
font-size: 14px !important;
font-family: PingFang SC !important;
font-weight: bold !important;

color: #545454;
}
.el-collapse-item__header{
  height: 61px !important;
  font-size: 14px !important;
font-family: PingFang SC !important;
font-weight: bold !important;
color: #545454 !important;
}
.xtgx-wordpading{
  padding-left: 19.9%;
}
.title-style1{
  padding-left: 5%;
}
.title-style2{
  padding-left: 7%;
}
.el-icon-arrow-right{
  font-size: 22px;
}
.el-icon-arrow-down{
  font-size: 22px;
}

.xtgx-click{
  width: 100%;
}

.newpaper{

font-size: 16px;
font-family: PingFang SC;
font-weight: bold;
color: #2E2E2E;
}

.gxrzpadding{
  margin-bottom: 4%;
}

.el-tabs__nav-wrap
.el-tabs__nav-scroll
.el-tabs__nav {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #F5F5F5;
}
.el-tabs /deep/ .el-tabs__nav-wrap::after{

  background-color:none;
}
.el-tabs__item{

  color: #8E8E8E !important;
  text-align: center;
  font-size: 14px !important;
  font-family: PingFang SC;
  margin-top: 0.2%;
  }
  .is-active{
    color: #8E8E8E !important;




  }
  .el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 44.6%;

    height: 2px;
    background: #32AA92;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}
element.style {
  width: 3%;
}
.el-tabs__item {
  padding: 0 2.5%;

}
.el-upload--picture-card:hover, .el-upload:focus {
  border-color: #32AA92;
  /* color: #e6759a; */
}
.el-button--primary {
  color: #FFF;
  background-color: #32AA92;
  border-color: #32AA92;
}
.el-button--primary {
  color: #FFF;
  background-color: #32AA92;
  border-color: #32AA92;
}
.qwertyu{
  border: #32AA92;
  color:  #32AA92;
  background-color: #fff;
}
.toLogin{
  padding-left: 18.5%;
  color: #8E8E8E !important;
  font-size: 14px !important;
  font-family: PingFang SC;

  }
  .toLogin:hover{
    cursor: pointer;
  }


/*
.el-upload-list--picture-card .el-upload-list__item {

  border:none !important;

} */
/* #layui-layer1{
  width: 1000px !important;
  height: 630px !important;
}
#layui-layer-iframe1{
  height: 630px !important;
} */
