@import "common.css";
#fake{
    background:url("../share_images/ref/12.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: 20px;
}

.en .wrapper table td h8{  
    font-size: 20px;
}

.en .wrapper table td p{
    font-weight: bold;    
    font-size: 18px;
}

.en .wrapper h7{  
    font-size:18px;
}

#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: 2.1em;
    font-weight: bold;
    color: #1c7e23;
    padding: 52px 0 0 18%;
}
.wrapper h6 img{
    position: absolute;
    top: 40%;
    left: 8%;
    width: 10%;
}
.wrapper h7{
    font-size: 1.8em;
    font-weight: bold;
    color: #3440fb;
    text-align: center;
    display: block;
}

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

.wrapper .txt h3{
    font-size: 1.65em;
}

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

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

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

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

.wrapper table td p{
    font-size: 1.5em;
    line-height: 1em;    
}

.wrapper table .col1 img{
    padding: 31px 0 0 23%;
    display:block;
    margin:0 auto;
}

.wrapper table td h8{
    color:#016701;
    font-size: 1.7em;
    line-height: 1em;
    font-weight: bold;
    display: block;
    margin: 14px 0 22px 49%;
}

.wrapper table .col1 p{
    padding: 0 0 0 18%;    
}

.wrapper table .col2 img{
    padding: 0 0 0 35%;
    display:block;
}

.wrapper table .col2 h8{
    margin: 5px 0 22px 35%;
}

.wrapper table .col2 p{
    padding: 0 18%;
}

.wrapper #note1{
    opacity: 0;
}

.wrapper #note2{
    opacity: 0;
}

.wrapper .fadeele1{
    opacity: 0;
}

.wrapper .fadeele2{
    opacity: 0;
}


@-webkit-keyframes scalew /* Safari and Chrome */ {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scalew {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}


@-webkit-keyframes fadein /* Safari and Chrome */ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
    from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.scalew {
  -webkit-animation: scalew 0.5s linear forwards;
  -moz-animation: scalew 0.5s linear forwards;
  -ms-animation: scalew 0.5s linear forwards;
  -o-animation: scalew 0.5s linear forwards;
  animation: scalew 0.5s linear forwards;
}

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