.pc .form .el-icon-arrow-up:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #A3A3A3;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
}

.pc .form fieldset {
  margin-top: 60px;
  border: 1px solid #D6D7DC;
}

.pc .form fieldset legend {
  width: auto;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #009C45;
  line-height: 48px;
  margin-left: 20px;
  padding: 0 10px;
  border: none;
}

.pc .form fieldset .top {
  display: flex;
  align-items: center;
}

.pc .form fieldset .top .forms {
  padding: 10px 0 25px 30px;
  display: flex;
  align-items: center;
}

.pc .form fieldset .top .forms > label {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-right: 15px;
  margin-bottom: 0;
}

.pc .form fieldset .top .forms .el-select {
  margin-right: 20px;
  width: 509px;
}

.pc .form fieldset .top .forms .el-select .el-input .el-input__inner {
  height: 50px;
  line-height: 50px;
  background: #F1F1F1;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.pc .form fieldset .top .forms .el-select .el-input .el-input__inner::-webkit-input-placeholder {
  color: #000000;
}

.pc .form fieldset .top .searchData {
  width: 50px;
  height: 50px;
  background: #C0C0C0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
}

.pc .form fieldset .top .searchData i {
  font-size: 30px;
  color: #4D4D4D;
}

.pc .magazine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.pc .magazine > a {
  margin-bottom: 80px;
}

.pc .magazine > a .el-image {
  width: 360px;
  height: 486px;
}

.pc .el-pagination {
  text-align: center;
  margin-top: -20px;
  padding-bottom: 90px;
}

.pc .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #009C45;
}

.pc .journal .tab {
  display: flex;
  margin-bottom: -1px;
}

.pc .journal .tab li {
  font-size: 20px;
  padding: 7px 8px;
  background: #ACACAC;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 1px;
  cursor: pointer;
}

.pc .journal .tab li.selected {
  color: #000000;
  border: 1px solid #C0C0C0;
  border-bottom: none;
  background: #ffffff;
}

.pc .journal .content {
  /*border: 1px solid #C0C0C0;*/
  min-height: 400px;
}

.pc .journal .content .info {
  padding: 20px;
  display: flex;
  align-items: flex-start;
}

.pc .journal .content .info .info-img {
  margin-right: 70px;
  min-width: 360px;
  max-width: 360px;
  height: 486px;
}

.pc .journal .content .info .textInfo {
  padding-right: 30px;
}

.pc .journal .content .info .textInfo .info-title {
  margin-top: 70px;
  min-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #009C45;
  margin-bottom: 30px;
}

.pc .journal .content .info .textInfo .info-desc {
  font-size: 16px;
  color: #333232;
  line-height: 30px;
}

.pc .journal .content .catalog {
  padding: 50px;
}

.pc .journal .content .catalog .catalog-border {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.pc .journal .content .catalog .catalog-border .catalog-left {
  max-width: 216px;
  min-width: 216px;
  height: 118px;
  background: #009C45;
  padding: 0 40px;
  box-sizing: border-box;
  color: #fff;
  margin-right: 50px;
}

.pc .journal .content .catalog .catalog-border .catalog-left .catalog-indexes {
  height: 52px;
  overflow: hidden;
  font-size: 60px;
  font-weight: bold;
}

.pc .journal .content .catalog .catalog-border .catalog-left .catalog-title {
  margin-top: 20px;
  font-size: 24px;
}

.pc .journal .content .catalog .catalog-border:nth-child(2n) .catalog-left {
  background: #AEAEAE;
}

.pc .journal .content .catalog .catalog-border .catalog-right {
  text-align: justify;
  font-size: 16px;
  color: #333232;
  line-height: 30px;
}
.pc .journal .content .catalog .catalog-border .catalog-right>div{
  cursor: pointer;
  max-width: 25rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom: 0.2rem;
}

.pc .journal .content .feedback {
  position: relative;
  padding: 40px 20px;
  font-size: 16px;
}

.pc .journal .content .feedback .feedback-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #009C45;
}

.pc .journal .content .feedback .feedback-form .el-form-item__label, .pc .journal .content .feedback .feedback-form .el-form-item__content, .pc .journal .content .feedback .feedback-form .el-checkbox__label, .pc .journal .content .feedback .feedback-form .el-radio__label {
  font-size: 16px;
}

.pc .journal .content .feedback .feedback-form .el-form-item__label {
  padding: 0 0 0 12px;
}

.pc .journal .content .feedback .feedback-form .feedback-col .el-form-item {
  width: 33.3333%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  float: left;
}

.pc .journal .content .feedback .feedback-form .form-radio .el-form-item__label {
  width: 60px !important;
}

.pc .journal .content .feedback .feedback-form .radioprompt {
  font-size: 18px;
}

.pc .journal .content .feedback .feedback-form .prompt {
  width: 900px;
  padding-bottom: 40px;
}

.pc .journal .content .feedback .feedback-form .feedBtn {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 140px;
}
.pc #out{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;width: 100%;
  height: 100%;
  display: none;
}

.pc #in{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10001;
  width: 75%;
  height: 75%;
  background:#ffffff;
  padding: 20px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.55);
  overflow: auto;
}
.pc #in>img{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  cursor: pointer;
}
.pc #in div:first-child{
  font-size: 30px;
  margin-bottom: 2%;
}
.pc #in div{
  font-size: 16px;
}
.pc #in div img{
  max-width: 100%;
}
.phone .form .el-icon-arrow-up:before {
  width: 0;
  height: 0;
  border-left: .625rem solid transparent;
  border-right: .625rem solid transparent;
  border-bottom: .625rem solid #A3A3A3;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
}

.phone .form fieldset {
  margin-top: 3.75rem;
  border: .0625rem solid #D6D7DC;
}

.phone .form fieldset legend {
  width: auto;
  font-size: 1.875rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #009C45;
  margin-left: 1.875rem;
  padding: 0 .625rem;
  border: none;
}

.phone .form fieldset .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.875rem;
  box-sizing: border-box;
}

.phone .form fieldset .top .forms {
  box-sizing: border-box;
  width: 100%;
  margin-right: 1.875rem;
}

.phone .form fieldset .top .forms > label {
  display: none;
}

.phone .form fieldset .top .forms .el-select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 1.25rem;
}

.phone .form fieldset .top .forms .el-select .el-input .el-input__inner {
  height: 3.125rem;
  line-height: 3.125rem;
  background: #F1F1F1;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.phone .form fieldset .top .forms .el-select .el-input .el-input__inner::-webkit-input-placeholder {
  color: #000000;
}

.phone .form fieldset .top .forms .el-select .el-input .el-input__suffix {
  line-height: 3.125rem;
}

.phone .form fieldset .top .forms .el-select .el-input .el-input__suffix .el-input__suffix-inner {
  line-height: 3.125rem;
}

.phone .form fieldset .top .forms .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-input__icon {
  line-height: 3.125rem;
}

.phone .form fieldset .top .searchData {
  max-width: 5.6875rem;
  min-width: 5.6875rem;
  width: 5.6875rem;
  height: 7.5rem;
  background: #C0C0C0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone .form fieldset .top .searchData i {
  font-size: 2.75rem;
  color: #4D4D4D;
}

.phone .magazine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.phone .magazine > a {
  margin-bottom: 5rem;
}

.phone .magazine > a .el-image {
  width: 18.125rem;
  height: 25.6875rem;
}

.phone .el-pagination {
  text-align: center;
  margin-top: -1.25rem;
  padding-bottom: 5.625rem;
}

.phone .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #009C45;
}

.phone .journal .tab {
  display: flex;
  margin-bottom: -0.1875rem;
}

.phone .journal .tab li {
  font-size: 1.25rem;
  padding: .4375rem .5rem;
  background: #ACACAC;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: .0625rem;
  cursor: pointer;
}

.phone .journal .layui-tab-title {
  display: flex;
  margin-bottom: -0.1rem;
  height: auto;
  border: none;
}

.phone .journal .layui-tab-title li {
  font-size: 1.25rem;
  padding: .4375rem .5rem;
  background: #ACACAC;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: .0625rem;
  cursor: pointer;
  line-height: normal;
  min-width: auto;
}
.phone .journal .layui-tab-title .layui-this {
  color: #000;
  background-color: #fff;
}
.phone .journal .layui-tab-title .layui-this:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none
}
.phone .journal .layui-tab-content .layui-tab-item{
  border:none;
}

.phone .journal .tab li.selected {
  color: #000000;
  border: 1px solid #C0C0C0;
  border-bottom: none;
  background: #ffffff;
}

.phone .journal .content {
  min-height: 25rem;
  border: 1px solid #C0C0C0;
}

.phone .journal .content .info {
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
}

.phone .journal .content .info .info-img {
  display: none;
}

.phone .journal .content .info .textInfo .info-title {
  min-height: 2.5rem;
  font-size: 1.875rem;
  font-weight: bold;
  color: #009C45;
  margin-bottom: 1.875rem;
}

.phone .journal .content .info .textInfo .info-desc {
  text-align: justify;
  font-size: 1rem;
  color: #333232;
  line-height: 1.875rem;
}

.phone .journal .content .catalog {
  padding: 2.5rem;
  padding-left: 0;
}

.phone .journal .content .catalog .catalog-border {
  margin-bottom: 3.75rem;
  display: flex;
  align-items: flex-start;
}

.phone .journal .content .catalog .catalog-border .catalog-left {
  max-width: 13.5rem;
  min-width: 13.5rem;
  height: 7.375rem;
  background: #009C45;
  padding: 0 2.5rem;
  box-sizing: border-box;
  color: #fff;
  margin-right: 3.125rem;
}

.phone .journal .content .catalog .catalog-border .catalog-left .catalog-indexes {
  height: 25px;
  overflow: hidden;
  font-size: 3.75rem;
  font-weight: bold;
}

.phone .journal .content .catalog .catalog-border .catalog-left .catalog-title {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.phone .journal .content .catalog .catalog-border:nth-child(2n) .catalog-left {
  background: #AEAEAE;
}

.phone .journal .content .catalog .catalog-border .catalog-right {
  text-align: justify;
  font-size: 1.5rem;
  color: #333232;
  line-height: 1.875rem;
  overflow: hidden;
}
.phone .journal .content .catalog .catalog-border .catalog-right>div{
  cursor: pointer;
  max-width: 25rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-bottom: 1rem;
}

.phone .journal .content .feedback {
  position: relative;
  padding: 2.5rem 1.25rem;
  font-size: 1rem;
}

.phone .journal .content .feedback .feedback-title {
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #009C45;
}

.phone .journal .content .feedback .feedback-form .el-form-item__label, .phone .journal .content .feedback .feedback-form .el-form-item__content, .phone .journal .content .feedback .feedback-form .el-checkbox__label, .phone .journal .content .feedback .feedback-form .el-radio__label {
  font-size: 1.5rem;
}

.phone .journal .content .feedback .feedback-form .el-form-item__label {
  padding: 0 0 0 .75rem;
}

.phone .journal .content .feedback .feedback-form .feedback-col .el-form-item {
  box-sizing: border-box;
}

.phone .journal .content .feedback .feedback-form .form-radio .el-form-item__label {
  width: 8rem !important;
}

.phone .journal .content .feedback .feedback-form .radioprompt {
  font-size: 1.125rem;
}

.phone .journal .content .feedback .feedback-form .prompt {
  font-size: 1.5rem;
  padding-bottom: 5.5rem;
}

.phone .journal .content .feedback .feedback-form .feedBtn {
  position: absolute;
  bottom: 3rem;
  right: 1.875rem;
  width: 8.75rem;
}
.phone #out{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;width: 100%;
  height: 100%;
  display: none;
}
.phone #in{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10001;
  width: 100%;
  height: 75%;
  background:#ffffff;
  padding: 20px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.55);
  overflow: auto;
}
.phone #in>img{
  position: absolute;
  right: 7.5px;
  top: 7.5px;
  width: 15px;
  cursor: pointer;
}
.phone #in div:first-child{
  font-size: 24px;
  margin-bottom: 2%;
}
.phone #in div{
  font-size: 16px;
}
.phone #in div img{
  max-width: 100%;
}
