
/*sm*/
@media (max-width: 720px) {
  #app {
    height: 100%;
    overflow: auto;
  }
  .certificate {
    width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: 100%;
    background: url(../images/background.png ) no-repeat 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% 100%;
  }
  .certificate .text {
    font-size: 12px;
  }
  .certificate .text .value{
    display: inline-block;
    width: 2.5rem;
    border-bottom:1px solid #2e333e;
    margin-right: 1.3rem;
  }
  .certificate .info,
  .certificate .intro {
    transform: rotate(90deg);
    width: 100%;
    height: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  .certificate .intro .title{
    letter-spacing: 0.2rem;
    padding-left: 0.2rem;
  }
  .certificate .intro .body .text{
    text-indent: 0.4rem;
    line-height: .5rem;
  }
  .certificate .intro .footer .value{
    padding-left: 1.2rem;
  }
  .intro .content {
    margin-left:0;
    padding-left: 1.2rem;
    padding-right: .6rem;
    /* padding: 1rem 1.5rem 1rem 1.5rem; */
  }
  .intro .footer {
    margin-top: .5rem;
  }
  .intro .footer .fot-content {
    margin-bottom: 0.2rem;
  }
  .intro .footer .text-content{
    padding-left: 1.2rem;
  }
  .intro .header {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
  }
  .certificate .info .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-left: .6rem; */
  }
  .certificate .info .header .photo {
    width: 1rem;
    height: 1.5rem;
  }
  .certificate .info .body {
    text-align: center;
  }
  .certificate .info .body .text{
    line-height: 0.3rem;
  }
  .info .footer {
    /* float: right; */
    margin-right: 0.68rem;
    position: relative;
    left: 1rem;
  }
  .info .footer img{
    width: 1rem;
    height: 1rem;
  }
}
/*xl*/
@media (min-width: 721px) {
  #app {
    height: 100%;
    overflow: auto;
  }
  .certificate {
    width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 20rem;
    max-width: 100%;
    margin: 0 auto;
    background: url(../images/background.png ) no-repeat 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100% 100%;
  }
  .certificate .text {
    font-size: 24px;
  }
  .certificate .text .value{
    display: inline-block;
    width: 4.2rem;
    border-bottom:1px solid #2e333e;
    margin-right: 0rem;
  }
  .certificate .info,
  .certificate .intro {
    transform: rotate(0deg);
    width: 50%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.5rem 0 1.5rem 0;
    padding: 0rem 0rem;
  }
  .certificate .intro .body .text{
    text-indent: 1rem;
    line-height: 0.81rem;
  }
  .certificate .intro .footer .value{
    padding-left: 2.2rem;
  }
  .intro .content {
    margin-left: 2.2rem;
    padding: 0rem 0rem;
  }
  .intro .header {
    text-align: center;
    margin-top: 0.7rem;
  }
  .intro .header .title {
    letter-spacing: 0.6rem;
    margin-top: -0.32rem;
    font-family: STZhongsong;
    font-size: 0.76rem;
    color: #2e333e;
    line-height: 0.76rem;
    padding-left: 0.6rem;
  }
  .intro .footer {
    margin-top: 1.12rem;
  }
  .intro .footer .fot-content {
    margin-bottom: 0.2rem;
  }
  .intro .footer .text-content{
    padding-left: 2.2rem;
  }
  .info .content {
    margin-right: 2rem;
  }
  .certificate .info .header {
    padding-top: 0.53333rem;
    text-align: center;
  }

  .certificate .info .body {
    margin-top: 0.26667rem;
    text-align: center;
    line-height: 0.4rem;
  }
  .certificate .info .header .photo {
    width: 100px;
    height: 130px;
  }
  .info .footer {
    float: right;
    margin-right: 0.68rem;
  }
  .info .footer img{
    width: 2rem;
    height: 2rem;
  }
}

/*mini*/
@media (max-width: 320px){
  .certificate .info .header .photo{
    width: 0.8rem;
    height: 1rem;
  }
  .certificate .info .body .text{
    line-height: 0.24rem;
  }
  .intro .footer{
    margin-top: 0;
  }
  .intro .footer .fot-content{
    margin-bottom: 0;
  }
  .intro .footer .text-content{
    padding-left: 1.2rem;
  }
}
@media (max-width: 1000px )and (min-width:320px){
  .certificate .text .value{
    display: inline-block;
    width: 1.8rem;
    border-bottom: 1px solid #2e333e;
    margin-right: 0rem;
  }
}