.landscape-prompt {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: #142074;z-index: 10000;font-size: 16px;}
.landscape-prompt .iphone {width: 292px;height: 436px;position: absolute;left: 50%;top: 40%;margin-top: -218px;margin-left: -146px;
    background: url(../../images/phone.png) no-repeat;
    background-size: 100% 100%;
    animation: zhuan 1.5s 0.3s infinite;
    -ms-animation: zhuan 1.5s 0.3s infinite;
    -moz-animation: zhuan 1.5s 0.3s infinite;
    -webkit-animation: zhuan 1.5s 0.3s infinite;
}
.landscape-prompt p {position: absolute;top: 65%;left: 0;text-align: center;width: 100%;color: #fff;font-size: 50px;}
@-webkit-keyframes zhuan {
    0% { -webkit-transform: rotate(-90deg); }
    50% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-90deg); }
}
@-ms-keyframes zhuan {
    0% { -ms-transform: rotate(-90deg); }
    50% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(-90deg); }
}
@-moz-keyframes zhuan {
    0% { -moz-transform: rotate(-90deg); }
    50% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(-90deg); }
}
@keyframes zhuan {
    0% { transform: rotate(-90deg); }
    50% { transform: rotate(0deg); }
    100% { transform: rotate(-90deg); }
}
@media screen and (orientation:landscape) {
    .landscape-prompt{display:none;}
}
@media screen and (orientation:portrait) {
    .landscape-prompt{display:block !important;}
}

html,body{width: 100%; height: 100%; min-width: 1200px;
    position: absolute!important;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: #142074;
}
.wrap{
    width: 100%;
    height: 100%;
}
.copyright{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: 35px!important;
    line-height: 35px;
    width: 100%!important;
    color: #a1a1a1;
    font-size: 12px;
    top: auto!important;
    opacity: 0.6;
}

@keyframes nav {
    0%{ opacity: 0 ;transform: translate(50%,0)}
    100%{ opacity: 1;transform: translate(0, 0)}
}
.ani-nav{
    opacity: 0;
    animation: nav 0.8s ease 0.3s both;
}

.header {
    max-width: 163px!important;
    width: 11%!important;
    /*overflow: hidden;*/
    position: absolute;
    left: auto!important;
    right: 1.2%;
    top:0;
    bottom: 0;
    margin: auto;
    height: 440px!important;
}
/*.logo img{height: 55px}*/
.nav{
    max-width: 143px!important;
    width: 80%!important;
}
.nav li{
    color: #fff;
    line-height: 40px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
    background: url(../../images/sgs/nav-bg1.png) no-repeat  left center;
    background-size: contain!important;
    margin-bottom:8%;
    position: relative;
    font-weight: bold;
}
.nav li i{
    position: absolute;
    width: 14px;
    height: 14px;
    border: 4px solid #fb7f20;
    border-radius: 100%;
    box-sizing: border-box;
    right: -20px;
    top:0;
    bottom: 0;
    margin: auto;
}
.nav li span{
    position: absolute;
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
    height:86%;
    line-height: 35px;
    transition: all 0.5s;
    z-index: 9;
}
.nav a li span:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;right: 0;top:0;bottom: 0;
    transition: all 0.4s;
    transform: scale(0);
    border-radius: 40px;
    opacity: 0;
    z-index: -1;
}
.nav li i:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;right: 0;top:0;bottom: 0;
    transition: all 0.4s;
    transform: scale(0);
    border-radius: 100%;
    opacity: 0;
}
.nav a li:hover span:before,.nav a li.act span:before{
    transform: scale(1);
    opacity: 1;
}
.nav a li:hover i:before,.nav a li.act i:before{
    transform: scale(1.5);
    opacity: 1;
}

.nav a:nth-child(1) li span:before,.nav a:nth-child(1) li i:before{
    background: #fb7f20;
}
.nav a:nth-child(2) li span:before,.nav a:nth-child(2) li i:before{
    background: #fc862b;
}
.nav a:nth-child(3) li span:before,.nav a:nth-child(3) li i:before{
    background: #fc862b;
}
.nav a:nth-child(4) li span:before,.nav a:nth-child(4) li i:before{
    background: #fca534;
}
.nav a:nth-child(5) li span:before,.nav a:nth-child(5) li i:before{
    background: #fbb13c;
}
.nav a:nth-child(6) li span:before,.nav a:nth-child(6) li i:before{
    background: #fbb13c;
}
.nav a:nth-child(7) li span:before,.nav a:nth-child(7) li i:before{
    background: #fcc04d;
}
.nav a:nth-child(8) li span:before,.nav a:nth-child(8) li i:before{
    background: #fcc94d;
}
.nav a:nth-child(9) li span:before,.nav a:nth-child(9) li i:before{
    background: #fcdd4d;
}

.back-btn {
    width: 3.34%;
    right: 1.5%;
    top: 2%;
    position: absolute;
    z-index: 100;
}
.pos-a {

}