@import "common.css";
#fake{
    background:url("../share_images/ref/57.png") no-repeat center;    
    opacity: 0.5;
}

.en .title{
    top: 10px;
}
.en .title h4{
    font-size: 18px;
}
.en .title h6{
    font-size:18px;
    font-weight: normal;
}

.en .wrapper h6{
    margin: 107px 0 0 545px;
    font-size: 28px;
}

.en .wrapper h7{
    display:block;
    text-align:center;
    font-size: 28px; 
}

#content{
    display:block;
    width:980px;
    height:735px;
    margin:0 auto;
    background:url("../share_images/ethic/bg.svg") no-repeat; 
    position:relative;
}
#curve1{
    position: absolute;
    top: 0;
    left:0;  
    width:100%;
}
#curve2{
    position: absolute;
    bottom: -1%;
    left: 0;
    width: 100%;   
}
#circle{
    opacity: 0;
    position: absolute;
    top: 17%;
    left: 7%;
    width: 50%;
}
#big-logo{
    opacity: 0;
    position: absolute;
    top: 31%;
    left: 15%;
    width: 35%;   
}
#logo{
    position: absolute;
    top: 0;
    right: 1%;
    width: 5.5%;    
}
.title{
    position: absolute;
    top:0;
    left:0;     
    color:#fff;
    overflow: visible;
}
.title h4{
    font-weight: bold;
    font-size: 2.25em;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 0 0 10px;
}
.title h6{
    font-size:2.25em;
    color:#fff;
    font-style: italic;
    overflow: visible;
    padding: 0 0 0 5px;    
}

.wrapper{
    position: absolute;
    top: 14.5%;
    left: 6%;
    width: 90%;
    height: 515px;
    background: rgba(255,255,255,0.4);
    border-radius: 20px;
-webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.43);
box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.43);   
}

.wrapper h4{
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px #000000;
    padding: 3px 0 0 3.5%;
}

.wrapper h5{
    font-size: 25px;
    font-weight: bold;
    padding: 18px 0 0 37px;
}

.wrapper .img-wrap{
    position: relative;
}

.wrapper .img-wrap{
    opacity: 0;
    overflow: visible;
    position: absolute;
    top: 128px;
    left: 93px;
    animation: fadeinleft 0.8s linear forwards;
}

.wrapper .pframe{
    transform: rotate(-5deg);
    position: absolute;
    top: 0;
    left: -12px;
}

.wrapper .photo{
    position: relative;
}

.wrapper h6{
    margin: 107px 0 0 582px;
    font-size: 42px;
    font-weight: bold;    
}

.wrapper h7{
    margin: 0 0 0 443px;
    font-size: 29px;
    font-weight: bold;   
}


@-webkit-keyframes fadeinleft /* Safari and Chrome */ {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeinleft {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
