body, p, a{
    font-family: "Helvetica Neue", "Helvetica", "sans-serif";
}
img{
    width: 100%;
}
a{
    text-decoration: none;
}
.mobile{
    background: url(../images/module-bg.png) no-repeat center center;
    background-size: cover;    
}
.sub-header {
    height: 40px;
    background: url(../images/fix-header-bg.png) repeat;
    text-align: center;
}
.sub-header .main-nav {
    margin: 0;
    overflow: hidden;
}
.sub-header .main-nav .main-logo {
    float: left;
    width: 70px;
    padding: 11px 0 0 0;
    margin-left: 40px;
}
.sub-header .main-nav .main-logo img {
    width: 100%;
}

.mobile .sub-header{
    display: none;
}
.mobile-header{
    display: none;
}
.mobile .mobile-header{
    display: block;
}

  .desktop .detail-page .content{
      padding: 90px 0 0 0;
  }
  
  .desktop .footer-bottom {
    margin: 0 auto;
    width: 100%;
    padding: 60px 0 0 0;
    background: #f4f5f9;
  }
  .desktop .footer-bottom ul {
    text-align: center;
  }
  .desktop .footer-bottom ul li {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 88px 0 90px;
    background: url(../images/footer-link-bg.png) no-repeat right center;
    background-size: 2px;
  }
  .desktop .footer-bottom ul li:last-child {
    background: none;
  }
  .desktop .footer-bottom ul li p a{
    font-size: 18px;
    color: #363636;
    font-weight: bold;
  }
  .desktop .footer-bottom .copyright {
    padding: 24px 0 30px 0;
    font-size: 14px;
    text-align: center;
    color: #303030;
  }

  .mobile .footer-bottom {
    background: url(../images/footer-bg.png) repeat 0 0;
  }
  .mobile .footer-bottom ul {
    text-align: center;
    padding: 20px 0 0 0;
  }
  .mobile .footer-bottom ul li {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 8px 0 10px;
    background: url(../images/footer-link-bg.png) no-repeat right center;
    background-size: 2px;
  }
  .mobile .footer-bottom ul li:last-child {
    background: none;
  }
  .mobile .footer-bottom ul li p {
    font-size: 12px;
    color: #303030;
  }
  .mobile .footer-bottom ul li p a{
    font-size: 12px;
    color: #303030;
    font-weight: bold;
  }
  .mobile .footer-bottom .copyright {
    padding: 10px 5px 5px 5px;
    font-size: 12px;
    text-align: center;
    color: #303030;
  }

  .mobile .mobile-header{
      height: 48px;
      margin: 0 10px;
  }
  .mobile .mobile-header p{
      font-size: 20px;
      line-height: 48px;
      text-align: center;
      font-weight: bold;
  }

  .mobile .mobile-header{
      height: 48px;
      margin: 0 10px;
  }
  .mobile .mobile-header p{
      font-size: 20px;
      line-height: 48px;
      text-align: center;
      font-weight: bold;
  }

  .desktop .mobile-header{
      display: none;
  }
  
.content{
    width: 60%;
    margin: 0 auto;
}

.content .img{
    font-size: 0;
    position: relative;
}
.content .img #top-video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.content-wrap{
    margin: 15px 0 15px 20%;
}
.mobile .content-wrap{
    margin: 15px 0;
}

.content-wrap>div{
    margin: 0 0 24px 0;
}
.content-wrap .title{
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}
.content-wrap .time{
    font-size: 14px;
    line-height: 20px;
    color: #929292;
}
.content-wrap .share{
    zoom: 1;
}
.content-wrap .share:after{
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.content-wrap .share .left{
    float: left;
    font-size: 24px;
    line-height: 30px;
    margin: 0 20px 0 0;
}
.content-wrap .share .right{
}
.content-wrap .share .right ul li{
    width: 30px;    
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 8px 0 0;
}
.content-wrap .share .right ul li a{
    display: block;
    font-size: 0;
    margin: 0;
}
#share-link3{
    position: relative;
}
#qr-img{
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    z-index: 10;
}
#qr-img img{
    width: 100%;
    border: none;
    box-shadow: 5px 5px 10px #999;
}
.content-wrap .subtitle{
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}
.content-wrap .thdtitle{
    font-size: 20px;
    line-height: 26px;
}

.content-wrap .abstract{
    font-size: 12px;
    line-height: 18px;
}

.content-wrap .abstract img{
  display: block;
}

.content-wrap .abstract .text{
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  background: #ddd;
}

.content-wrap .abstract-list{
    padding: 0 0 0 25px;
    background: url(../images/icon-1.png) no-repeat 0 center;
    background-size: 5px 5px;
}
.desktop .content{
    padding: 40px 0 0 0;
}
.mobile .content{
    width: 90%;
}

strong{
    font-weight: bold;
}

.ar {
    direction: rtl;
}
.ar p{
    text-align: right;
}
.ar .share .left{
    float: right;
    margin: 0 0 0 20px;
}

.desktop .content-wrap .title{
    font-size: 32px;
    line-height: 40px;
}
.desktop .content-wrap .abstract{
    font-size: 18px;
    line-height: 26px;
}
.desktop .content-wrap{
    margin: 30px 0 30px 20%;
}

.desktop .header-link{
}
.desktop .header-link ul{
    text-align: right;
}
.desktop .header-link li{
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
}
.desktop .header-link li a{
    color: #FFF;
    font-size: 12px; 
} 
#qr-img{
    display: none;
}