.mian {
  width: 1200px;
  margin: 30px auto 0;
}
.mian [v-cloak] {
  display: none;
}
.mian .loginimg {
  bottom: 0px;
  right: 0px;
  width: 100%;
  cursor: pointer;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  height: 120px;
  display: flex;
  justify-content: center;
}
.mian .loginimg .btn {
  width: 156px;
  height: 54px;
  background: #E80202;
  line-height: 54px;
  text-align: center;
  opacity: 1;
  border-radius: 3px;
  color: white;
  margin-top: 32px;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
}
.mian .loginimg .close {
  margin-top: 30px;
  font-size: 50px;
}
.mian .title {
  padding: 18px 0;
}
.mian .top {
  display: flex;
  background-color: white;
  padding: 22px;
}
.mian .top .shixue {
  text-align: right;
  cursor: pointer;
}
.mian .top .left {
  width: 674px;
  height: 375px;
  background: url(../images/jyjj.jpg);
  background-size: cover;
}
.mian .top .right {
  width: 458px;
  height: 375px;
  overflow-y: auto;
  margin-left: 30px;
}
.mian .top .right .list {
  width: 100%;
  padding-top: 10px;
}
.mian .top .right .list .tag {
  border-bottom: 5px solid red;
  font-size: 18px;
  color: #2A3B4C;
  padding: 5px 0px;
  width: 72px;
}
.mian .top .right .list .item {
  height: 38px;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EDEEEF;
}
.mian .top .right .list .item .btn {
  width: 80px;
  height: 25px;
  background: #E80202;
  line-height: 25px;
  text-align: center;
  opacity: 1;
  border-radius: 3px;
  color: white;
  margin-top: 5px;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
}
.mian .top .right .login {
  padding: 20px;
  text-align: center;
  margin-right: 50px;
}
.mian .top .right .login .kouhao {
  font-size: 18px;
  margin: 5px 0;
}
.mian .top .right .login .name {
  margin: 10px 0;
}
.mian .top .right .login .code {
  display: flex;
}
.mian .top .right .login .code .pwd {
  margin: 10px 0;
  margin-right: 20px;
  width: 213px;
}
.mian .top .right .login .code .disabled {
  background-color: #ddd;
  border-color: #ddd;
  color: #57a3f3;
  cursor: not-allowed;
}
.mian .top .right .login .code .vcode {
  width: 135px;
  height: 39px;
  border: 1px solid #EDEEEF;
  border-radius: 5px;
  margin-top: 12px;
  line-height: 39px;
  color: black;
  text-align: center;
}
.mian .top .right .login .btn {
  width: 100%;
  height: 45px;
  border: 1px solid #EDEEEF;
  border-radius: 5px;
  margin-top: 24px;
  line-height: 45px;
  color: white;
  cursor: pointer;
}
.mian .top .right .login .lgn {
  background: #E80202;
}
.mian .top .right .login .reset {
  color: black;
}
.mian .center {
  background-color: white;
  margin: 16px 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.mian .center .line {
  display: flex;
  margin-left: 14px;
}
.mian .center .line span {
  margin-left: 10px;
}
.mian .bottom {
  background: white;
  display: flex;
  margin-bottom: 20px;
}
.mian .bottom .left {
  width: 880px;
}
.mian .bottom .left .el-tabs__item {
  padding: vw(10) vw(20);
  font-size: vw(16);
  line-height: vw(20);
  height: vw(40);
}
.mian .bottom .left .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  font-weight: bold;
  border-top: 2px solid #E80202;
  color: #3A4759;
}
.mian .bottom .left .el-tabs__content {
  height: 935px;
  overflow-y: scroll;
}
.mian .bottom .left .first {
  height: 57px;
  line-height: 57px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EDEEEF;
  padding: 0 16px;
}
.mian .bottom .left .first .name {
  width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mian .bottom .left .first span {
  margin-right: 10px;
}
.mian .bottom .left .first .btn {
  width: 80px;
  height: 25px;
  background: #E80202;
  line-height: 25px;
  text-align: center;
  opacity: 1;
  border-radius: 3px;
  color: white;
  margin-top: 10px;
}
.mian .bottom .left .second {
  /* .title{
   font-size: 16px;
   color: #2A3B4C;
   display: flex;
   font-weight: bold;
   .flag{
   	width: 3px;
   	background: #E80202;
   	height: 17px;
  	margin-right: 10px;
   }

  }
  .btext{
  					 font-size: 14px;
  					 font-family: Microsoft YaHei;
  					 font-weight: 400;
  					 line-height: 24px;
  					 color: #8E989D;
  					 opacity: 1;
  } */
}
.mian .bottom .left .second .el-image {
  width: 100%;
}
.mian .bottom .left .comment .title {
  font-size: 16px;
  color: #2A3B4C;
  display: flex;
  font-weight: bold;
}
.mian .bottom .left .comment .title .flag {
  width: 3px;
  background: #E80202;
  height: 17px;
  margin-right: 10px;
}
.mian .bottom .left .comment .form .el-textarea__inner {
  background: #EDEEEF;
  height: 96px;
}
.mian .bottom .left .comment .form .el-input__count {
  background: #EDEEEF;
}
.mian .bottom .left .comment .form .submit {
  display: flex;
  padding: 17px 0px;
  justify-content: space-between;
}
.mian .bottom .left .comment .form .submit .rate {
  display: flex;
  height: 38px;
  padding-top: 10px;
}
.mian .bottom .left .comment .form .submit .btn {
  width: 105px;
  height: 38px;
  background: #E80202;
  line-height: 38px;
  text-align: center;
  opacity: 1;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}
.mian .bottom .left .comment .list .commentline {
  display: flex;
  padding-bottom: 21px;
  padding-top: 18px;
  border-bottom: 1px solid #E6E6E6;
}
.mian .bottom .left .comment .list .commentline .header {
  width: 30px;
  padding-right: 22px;
}
.mian .bottom .left .comment .list .commentline .cbody .username {
  font-size: 16px;
  color: #2A3B4C;
}
.mian .bottom .left .comment .list .commentline .cbody .username .time {
  width: 78px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #99A2A7;
  margin-left: 17px;
  opacity: 1;
}
.mian .bottom .right {
  background: white;
  margin-left: 20px;
}
.mian .bottom .right .tag {
  border-bottom: 5px solid red;
  font-size: 18px;
  color: #2A3B4C;
  padding: 5px 0px;
  width: 72px;
}
.mian .bottom .right .tuijian {
  height: 935px;
  overflow-y: scroll;
}
.mian .bottom .right .tuijian .card {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-right: 10px;
}
.mian .bottom .right .tuijian .card .img {
  width: 263px;
  height: 148px;
}
.mian .bottom .right .tuijian .card .ctitle {
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #3A4759;
  opacity: 1;
}
.mian .bottom .right .tuijian .card .zige {
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #8E989D;
  opacity: 1;
  margin: 10px 0;
}
.mian .bottom .right .tuijian .card .other {
  display: flex;
  justify-content: space-between;
  magin: 0px 10px;
}
.mian .bottom .right .tuijian .card .other .num {
  width: 72px;
  height: 20px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #8E989D;
  opacity: 1;
  border-radius: 3px;
  text-align: center;
}

/*# sourceMappingURL=tgy.css.map */
