@import "common.css";
#fake{
    background:url("../share_images/ref/11.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 h4{
    font-size: 35px;
}

.en .wrapper h6{      
    font-size: 24px;
}

.en .wrapper h7{         
    display: block;
    font-size: 20px;
}

.en .wrapper .txt h3{         
    font-size: 17px;
}
.en .wrapper .txt li{
    font-size: 16px;
    font-weight: bold;
}

.en .wrapper h8{               
    font-size: 17px;
}

#content{
    display:block;
    width:980px;
    height:735px;
    margin:0 auto;
    background:url("../share_images/law/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.5);
    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: 3em;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px #000000;
    padding: 0 0 0 3.5%;
}

.wrapper h6{
    overflow: visible;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #1c7e23;
    padding: 0%;  
    padding-left: 132px;
    padding-top: 50px;
    margin-bottom: 15px;
}
.wrapper h6 img{
    position: absolute;
    top: 20px;
    left: 8%;
    width: 10%;
}
.wrapper h7{
    overflow: visible;
    position: relative;
    font-size: 2.1em;
    font-weight: bold;
    color: #1c7e23;
    padding: 31px 0 0 10.5%;
    display: block;  
}

.wrapper .txt{
    overflow: hidden;    
    padding: 15px 10.5% 0 10.5%;    
}
.wrapper .txt-inner{
    position: relative;
    top:-500px;
    opacity: 0;    
    animation: toptobottom 0.8s linear forwards;    
}

.wrapper .txt h3{
    font-size: 19px;
    margin-bottom: 5px;
}

.wrapper .txt li{
    list-style-position: outside;
    font-size: 19px;
    overflow: visible;
}

.wrapper .txt ul{
    margin: 0 0 27px;
    margin-left: 20px;
    overflow: visible;
}

.wrapper h8{
    font-size: 1.8em;
    font-weight: bold;
    color: #3440fb;
    text-align: center;
    display: block;
    margin: -10px 0 0 -10%;
}

.wrapper h8 a{    
    color: #0101ff;
    text-decoration: none;
}

@-webkit-keyframes toptobottom /* Safari and Chrome */ {
  from {
    opacity: 0;
    top:-500px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes toptobottom {
  from {
    opacity: 0;
    top:-500px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

.toptobottom {
  -webkit-animation: toptobottom 0.8s linear forwards;
  -moz-animation: toptobottom 0.8s linear forwards;
  -ms-animation: toptobottom 0.8s linear forwards;
  -o-animation: toptobottom 0.8s linear forwards;
  animation: toptobottom 0.8s linear forwards;
}