@media (max-width: 767px){
  .bannersBox{
    display: none;
  }
}
@media (min-width: 768px){
  .bannersBox{
    display: none;
  }
}
@media (min-width: 992px){
  .bannersBox .bannerEditBox .bennerEditBox .bannerEditImg{
    height: auto;
  }
  .bannersBox{
    display: block;
  }
  .bannersBoxH5{
    display: none;
  }
}
@media (min-width: 1200px){
  
}
@media (min-width: 1366px){
  .bannersBox .bannerEditBox .bennerEditBox .bannerEditImg{
    height: 302px;
  }
}
.bannersBox{
  width: calc(100% - 10px);
  float: right;
  height: auto;
}
.bannersBox .bannerEditBox{
  width: 100%;
  height: auto;
}
.bannersBox .bannerEditBox .pencilBox{
  width: 100%;
  height: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.bannersBox .bannerEditBox .pencilBox .fa{
  cursor: pointer;
  font-size: 18px;
}
.bannersBox .bannerEditBox .bennerEditBox{
  width: 100%;
  height: auto;
  border: 1px solid #F2F2F2;
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditImg{
  width: calc(100% - 33px);
  margin: 9px auto 0;
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditImg img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditText{
  width: calc(100% - 33px);
  padding: 0 0 14px;
  margin: 0 auto;
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditText .textBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-top: 14px;
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditText .textBox .number{
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif; */
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditText .line{
  width: 100%;
  height: 1px;
  background: #AAAAAA;
  margin-top: 14px;
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditText .editorBox{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditText .editorBox .name{
  margin-top: 14px;
}
.bannersBox .bannerEditBox .bennerEditBox .bannerEditText .editorBox .number{
  font-weight: bold;
  margin-top: 14px;
  display: block;
  text-align: right;
}

.bannersBox .bannerBtn{
  width: 100%;
  height: auto;
  /* margin-top: 70px; */
}
.bannersBox .bannerBtn .submitBtn{
  max-width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 30px auto;
  cursor: pointer;
  font-size: 16px;
}
.bannersBox .bannerBtn .submitBtn a{
  display: flex;
  align-items: center;
}
.bannersBox .bannerBtn .submitBtn .submit{
  color: white;
  margin-left: 10px;
  font-weight: bold;
}
.bannersBox .bannerBtn .submitBtn:hover{
  -webkit-animation: shake 0.38s;
}
.bannersBox .connected{
  width: 100%;
  height: 170px;
  margin-top: 30px;
}
.bannersBox .connected .connectedText{
  width: 125px;
  margin: 0 auto 30px;
  font-size: 18px;
  font-weight: bold;
  /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bannersBox .connected .connectedContent{
  width: 133px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 0;
}
.bannersBox .connected .connectedContent .imgText{
  text-align: center;
  cursor: pointer;
  position: relative;
}
.bannersBox .connected .connectedContent .imgText a{
  text-decoration: none;
  color: #333333;
}
.bannersBox .connected .connectedContent .imgText .imgBox{
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.bannersBox .connected .connectedContent .imgText .imgBox .fa{
  font-size: 40px;
  color: white;
}
.bannersBox .connected .connectedContent .imgText .imgBox .fa-envelope{
  font-size: 32px;
}
.bannersBox .connected .connectedContent .imgText .twitter{
  background: #2d8ec5;
}
.bannersBox .connected .connectedContent .imgText .faceBook{
  background: #3b569f;
}
.bannersBox .connected .connectedContent .imgText .email{
  background: #70b603;
}
.bannersBox .connected .connectedContent .imgText .in{
  background: #017bb6;
}
.bannersBox .connected .connectedContent .imgText .text{
  font-size: 12px;
  margin-top: 5px;
}
.bannersBox .connected .connectedContent .imgText:hover{
  -webkit-animation: shake 0.38s;
}
.bannersBox .bannerAdvertisement{
  width: 100%;
  height: auto;
  margin-top: 9px;
  text-align: center;
}
.bannersBox .bannerAdvertisement img{
  width: auto;
  height: auto;
  max-width: 161px;
  margin-bottom: 10px;
  /* width: 100%;
  max-width: 100%;
  margin-bottom: 30px; */
}
.modal-dialog .modal-title{
  /*border-left: 5px solid #337ab7;
  padding-left: 10px;*/
}
.modal-dialog .panel-title{
  font-size: 14px;
  font-weight: bold;
}
.modal-dialog .control-label{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#coverModal .text{
  font-size: 13px;
  line-height: 22px;
  word-spacing: 7px;
}
#figureModal .imgBox{
  
  margin: 0 auto;
}
#figureModal .imgBox img{
  width: 100%;
  height: 100%;
}
#figureModal .downloadBtn{
  float: left;
}
#factorModal .formDialog .inputBox{
  width: 388px;
  height: auto;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  margin: 20px auto 0;
}
#factorModal .formDialog .inputBox .input{
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 0;
}
#factorModal .formDialog .inputBox .input span{
  display: inline-block;
  font-size: 14px;
}
#factorModal .formDialog .inputBox .input input{
  width: 200px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  color: #000000;
  outline: none;
  padding: 0 2px;
}
#factorModal .formDialog .inputBox .input:last-of-type{
  padding-bottom: 20px;
}
#factorModal .formDialog .uploadBox{
  height: auto;
  border-top: 1px solid #D7D7D7;
  margin: 20px auto 0;
  position: relative;
}
#factorModal .formDialog .uploadBox input{
  width: 85px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 14px;
  visibility: hidden;
}
#factorModal .formDialog .uploadBox .uploadBtn{
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  margin: 15px 0 0 14px;
  cursor: pointer;
}
#factorModal .formDialog .uploadBox .imgBox{
  width: 252px;
  height: 304px;
  border: 1px solid #D7D7D7;
  margin: 20px 0 25px 14px;
  text-align: center;
}
#factorModal .formDialog .uploadBox .imgBox img{
  width: 232px;
  height: 302px;
  margin-top: 1px;
}
#factorModal .formDialog .uploadBox .imgBox img[src=''],
#factorModal .formDialog .uploadBox .imgBox img:not([src]){
  opacity: 0;
}
#factorModal .btnBox{
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 34px;
}
#factorModal .btn{
  margin-left: 15px;
}
.bannersBox .connected .connectedContent .imgText .qrcodeBox{
  width: 150px;
  height: 150px;
  position: absolute;
  top: -45px;
  left: 50px;
  display: none;
}
.bannersBox .connected .connectedContent .imgText .qrcodeBox .qrcodeImg{
  width: 100%;
  height: 100%;
}
.bannersBox .connected .connectedContent .emailImgText:hover .qrcodeBox{
  display: block;
}
#readMoreModal .leftBox {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}
#readMoreModal .leftBox #journalCoverOfCurrentIssue {
  width: 100%;
  height: 530px;
}
#readMoreModal .leftBox .text {
  display: block;
  font-size: 13px;
  color: #00508B;
  cursor: pointer;
}
#readMoreModal .rightBox {
  width: calc(100% - 490px);
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}
#readMoreModal .rightBox .issue {
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  margin-top: 10px;
}
#readMoreModal .rightBox .desc {
  font-size: 16px;
  margin-top: 15px;
  line-height: 22px;
word-break: break-word;
}
#readMoreModal .rightBox .desc img{
  max-width: 100%;
  height: auto;
}
#readMoreModal  .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#readMoreModal .btn-default:hover{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#readMoreModal .downloadBtn{
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 22px;
}
#readMoreModal .downloadHD {
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
}
.downloadHD{
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
}

.bannersBox .journalBox{
  border-top: 1px solid #dfdfdf;
}

.bannersBox .journalBox .nameBox{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.bannersBox .journalBox .name{
  font-size: 14px;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.bannersBox .journalBox .fa{
  margin-left: 8px;
  font-size: 18px;
  cursor: pointer;
}

.bannersBox .journalBox .desc{
  font-size: 13px;
  line-height: 17px;
  word-spacing: 7px;
  padding: 15px;
  text-align: justify;
  hyphens: auto;
}
@-webkit-keyframes shake {
    0%,
    10%,
    55%,
    90%,
    94%,
    98%,
    100% {
      -webkit-transform: scale(1, 1);
    }
    30% {
      -webkit-transform: scale(1.14, 0.86);
    }
    75% {
      -webkit-transform: scale(0.92, 1.08);
    }
    92% {
      -webkit-transform: scale(1.04, 0.96);
    }
    96% {
      -webkit-transform: scale(1.02, 0.98);
    }
    99% {
      -webkit-transform: scale(1.01, 0.99);
    }
  }
  .zx-con2-pub{
    padding: 20px;
    box-shadow: 1px 1px 6px 2px rgba(28, 0, 70, .1);
    margin-bottom: 30px;
  }
  .zx-con2-pub .con2-p-title{
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .zx-con2-pub .con2-p-title span{
    border-bottom: 3px solid #002e5a;
    padding-bottom: 3px;
  }
  .zx-con2-pub .con2-p-title .pubBorc{
    border-bottom: 3px solid #002e5a;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
  }
  .zx-con2-pub .con2-p-title .ts-span{
    border-bottom: 0;
    font-size: 13px;
    float: right;
    padding: 0;
    line-height: 30px;
    color: #999;
    margin-right: 5px;
  }
  .zx-con2-pub .con2-p-title .ts-span:hover{
    cursor: pointer;
    text-decoration: underline;
  }
  .zx-con2-pub .con2-p-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .zx-con2-pub .con2-p-content .btnBox{
    width: 143px;
    height: 91px;
    display: flex;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    line-height: 16px;
    flex-direction: column;
    padding: 15px 0;
  }
  .zx-con2-pub .con2-p-content .btnBox:hover{
    cursor: pointer;
    background: #FFA123!important;
    transition: all .3s;
  }
  .zx-con2-pub .con2-p-content .forIcon{
    font-size: 30px;
  }
  .zx-con2-pub .con2-p-content .fa-envelope{
    margin-top: -4px;
  }
  .zx-con2-pub .con2-p-content .btnBox a{
    color: #fff;
    text-decoration:none;
  }
  .zx-con2-pub .con2-p2-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .zx-con2-pub .con2-p2-content .d1{
    width: 146px;
    height: 146px;
    padding: 10px;
    box-shadow: 1px 1px 6px 2px rgba(28, 0, 70, .1);
    display: flex;
    align-items: center;
  }
  .zx-con2-pub .con2-p2-content .d1 img{
    width: 100%;
  }
  .zx-con2-pub .con2-p2-content .d2{
    width: 140px;
    height: 146px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .zx-con2-pub .con2-p2-content .d2 .imgBox i{
    font-size: 66px; 
  }
  .zx-con2-pub .con2-p2-content .d2 .imgBox .shar:hover {
    cursor: pointer;
    -webkit-animation: shake 0.38s;
  }
  .zx-con2-pub .con2-p3-d1{
    margin-top: 20px;
  }
  .zx-con2-pub .con2-p3-d1 .con2-p3-d2{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .zx-con2-pub .con2-p3-d1 .cd2-d1{
    width: 22px;
    height: 22px;
    background: #a4a4a4;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-right: 6px;
  }
  .zx-con2-pub .con2-p3-d1 .ts-cd2-d0{
    background: #ce0000;
  }
  .zx-con2-pub .con2-p3-d1 .ts-cd2-d1{
    background: #ed4444;
  }
  .zx-con2-pub .con2-p3-d1 .ts-cd2-d2{
    background: #f48888;
  }
  .zx-con2-pub .con2-p3-d1 .cd2-d2{
    word-break: break-all;
    width: calc(100% - 30px);
    font-size: 14px;
  }
  .cd2-ts-title a{
    color: #000!important;
  }
  .cd2-ts-title a:hover{
    cursor: pointer;
    color: #002e5a!important;
  }
  .pubEmpty2{
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }