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

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

.en .wrapper h6{
    font-size: 22px;
    padding: 0 0 7px 38px;
}

.en .wrapper .tab-nav{
    top: 78px;
}

.en .wrapper .tab-nav a{
    font-size:17px;
    height: 40px;
    line-height:40px;
}

.en .wrapper .tab-content .p1,
.en .wrapper .tab-content .p2 {
    bottom: 49px;
}

.en .wrapper .tc-1 ul{
    margin: 23px 270px 0 25px;
}

.en .wrapper .tab-content li{
    font-size:15px;
}

#content{
    display:block;
    width:980px;
    height:735px;
    margin:0 auto;
    background:url("../share_images/trap/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: 37%;
    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;
}

h4{

}

.wrapper{
    position: absolute;
    top: 14.5%;
    left: 6%;
    width: 90%;
    height: 515px;
    background: rgba(255,255,255,0.7);
    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: 4px 0 0 31px;
}

.wrapper h5{
    color: #9f7268;
    font-weight: bold;
    padding: 23px 0 0px 38px;
    font-size: 26px;
}

.wrapper h6{
    color: #9f7268;
    font-weight: bold;
    padding: 0 0 0 38px;
    font-size: 26px;
}
.wrapper .tab-nav{
    position: absolute;
    right: 69px;
    top: 98px;
    text-align: right;
}
.wrapper .tab-nav a{
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background: #9e7167;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    padding: 6px 19px;
    border:2px solid #fff;
    border-radius: 5px;
}

.wrapper .tab-nav a.active{
    background: #d8c6c3;
    color: #000;
}

.wrapper .tab-content{
    display:none;
    background: #b38e88;
    height: 330px;
    margin: 0 38px 0 30px;
    border: 4px solid #fff;
    border-radius: 10px;
}

.wrapper .tab-content.active{
    display: block;
}

.wrapper .tab-content h7{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    display: block;
}

.wrapper .tc-1 h7{
    margin: 14px 0 0 24px;    
}

.wrapper .tc-1 ul{
    margin: 43px 0 0 25px; 
}

.wrapper .tc-2 h7{
    margin: 12px 0 0 306px;
}

.wrapper .tc-2 ul{
    margin: 43px 0 0 311px;
}

.wrapper .tc-3 h7{
    margin: 11px 0 0 23px;
}

.wrapper .tc-3 ul{
    margin: 28px 0 0 12px;
}

.wrapper .tab-content li{
    position: relative;
    list-style: none;
    list-style-position: inside;
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 20px;
    margin: 0 0 13px;
}

.en .wrapper .tab-content li:before {
    top: 3px;
}

.wrapper .tab-content li:before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 11px;
    height: 11px;
    background:#fff;
    border-radius: 50%;
}

.wrapper .tab-content .p1{
    position: absolute;
    bottom: 46px;
    right: 40px;
    width: 280px;
}

.wrapper .tab-content .p2{
    position: absolute;
    bottom: 47px;
    left: 63px;
    width: 222px;
}

.wrapper .tab-content .p3{
    float: right;
    margin: 48px 9px 0 0;
    position:relative;
}

.wrapper .tab-content .p3 .img{
    position:relative;
}

.wrapper .tab-content .p3 .pf1{
    position: absolute;
    top: 35px;
    left: 20px;
    transform: rotate(4deg);
}

.wrapper .tab-content .p3 .pf2{
    position: absolute;
    top: 35px;
    left: 16px;
    transform: rotate(8deg);
}


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

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

.wrapper .tc-1.active .p1{
    animation: fadein 0.5s linear forwards;
}

.wrapper .tc-2.active .p2{
    animation: fadein 0.5s linear forwards;
}

.wrapper .tc-3.active .p3{
    animation: lefttoright 0.5s linear forwards;
}