/*SSI右侧共通css最新版*/
.fp-select.on {
    background: #2568cb; 
    border: 1px solid #2568cb;
    color: #fff;
  }
  .fp-select {
    padding: 3px 8px;
    background: #eeeeee;
    border: 1px solid #dddddd;
    position: relative;
  }
  .fp-select input[type='checkbox'] {
    opacity: 0;
  }
  @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;
    }
  }
  @media (min-width: 1600px) {
    .bannersBox .editorBox{
      display: flex;
    }
  }
  .bannersBox{
    width: calc(100% - 10px);
    float: right;
    height: auto;
  }
  .bannersBox .bannerEditBox{
    width: 100%;
    height: auto;
  }
  .bannersBox .bannerEditBox .pencilBox{
    width: 100%;
    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{
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
  }
  .bannersBox .bannerEditBox .bennerEditBox .bannerEditText .editorBox span{
    display: block;
    margin-top: 14px;
  }
  .bannersBox .bannerEditBox .bennerEditBox .bannerEditText .editorBox .number{
    font-weight: bold;
    /* font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif; */
  }
  .bannersBox .bannerBtn{
    width: 100%;
    height: auto;
    margin-top: 70px;
  }
  .bannersBox .bannerBtn .submitBtn{
    max-width: 100%;
    width: 200px;
    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: 190px;
    margin-top: 70px;
  }
  .bannersBox .connected .connectedText{
    width: 105px;
    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;
  }
  .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;
  }
  .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: 14px;
    line-height: 22px;
    word-spacing: 7px;
  }
  #coverModal #myModalLabel{
    font-weight: bold;
  }
  #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;
  }
  .downloadHD{
      float: left;
      font-size: 14px;
      height: 34px;
      line-height: 34px;
      margin-left: 10px;
  }
    #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;
  }
  .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-pencil{
    margin-left: 8px;
    font-size: 18px;
    cursor: pointer;
  }
  
  .bannersBox .journalBox .descBox{
    padding: 15px;
    position: relative;
  }
  
  .bannersBox .journalBox .desc{
    font-size: 13px;
    line-height: 17px;
    word-spacing: 7px;
    text-align: justify;
    hyphens: auto;
  }
  
  .bannersBox .journalBox .descEllipsis{
    font-size: 13px;
    line-height: 17px;
    word-spacing: 7px;
    text-align: justify;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    display: none;
  }
  
  .bannersBox .journalBox .descAll{
    font-size: 13px;
    line-height: 17px;
    word-spacing: 7px;
    text-align: justify;
    hyphens: auto;
  }
  
  .bannersBox .journalBox .scope{
    position: absolute;
    bottom: 12px;
    right: 15px;
    text-align: right;
    background: #FFFFFF;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: end;
    width: 52px;
  } 
  
  .bannersBox .journalBox .scopePack{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .bannersBox .journalBox .scope .text, .bannersBox .journalBox .scopePack .text{
    font-size: 13px;
    margin-left: 3px;
  }
@-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);
	}
  }