/***********************ALL*******************/

html {
    min-height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", "Microsoft JhengHei", DFKai-SB, sans-serif;
    position: relative;
}

body {
    margin: 0 0 55px;
    margin: 0\0;
    padding: 0;
    color: #fff;
    background: #000;
    font-size: 14px;
    font-size: 0.875rem;
}

.ie10 body {
    margin: 0
}


/* ------------normalize------------ */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

:after,
:before,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
img,
b,
u,
i,
center,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
ruby,
section,
audio,
video {
    background-repeat: no-repeat;
    background-position: center;
}

img {
    border: 0;
}

a {
    background-color: transparent;
}

a,
a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

figure {
    margin: 1em 40px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,
htmlinput[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


:before {
    content: "";
    display: block;
    position: absolute;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
}


/* scrollbar */

html::-webkit-scrollbar-track,
nav::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: rgba(45, 45, 50, 1)
}

html::-webkit-scrollbar,
nav::-webkit-scrollbar {
    width: 15px;
    background: rgba(45, 45, 50, 1)
}

html::-webkit-scrollbar-thumb,
nav::-webkit-scrollbar-thumb {
    border-radius: 7px;
    border: 2px solid rgba(85, 85, 85, 1);
    border: 3px solid rgba(50, 50, 50, 1);
    background: rgba(15, 15, 15, 1);
    background: rgba(115, 115, 115, 1);
}

html::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:active,
nav::-webkit-scrollbar-thumb:hover,
nav::-webkit-scrollbar-thumb:active {
    background: rgba(155, 155, 155, 1);
}


/*     body   FULLbackground  style      */

video {
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -2;
    background: #000;
    background-size: cover;
}

body>.pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0.5;
    background: rgba(225, 225, 35, 0.0) url(../../images/dot.png) repeat;
    z-index: -1;
}

canvas {
    position: fixed;
    z-index: -3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-filter: blur(15px);
    filter: url('#blur');
    filter: blur(15px);
    background: #010101;
    display: none;
}

@media (max-width:640px) {
    video,
    body>.pattern {
        display: none;
    }
    canvas {
        display: block;
    }
}



/*      body  HEADER  style      */

body>header {
    width: 100%;
    height: 67px;
    background: #000;
    border-bottom: 2px solid rgba(155, 205, 50, 1);
    box-shadow: 0 1px 0px 0px rgba(45, 45, 50, 1);
    position: relative;
    z-index: 2;
}

body>header:before {
    display: none;
    width: 100%;
    height: 500px;
    top: -380px;
    background: rgba(176, 176, 176, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(176, 176, 176, 1) 0%, rgba(176, 176, 176, 1) 8%, rgba(1, 1, 1, 0) 78%, rgba(1, 1, 1, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(176, 176, 176, 1)), color-stop(8%, rgba(176, 176, 176, 1)), color-stop(78%, rgba(1, 1, 1, 0)), color-stop(100%, rgba(1, 1, 1, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(176, 176, 176, 1) 0%, rgba(176, 176, 176, 1) 8%, rgba(1, 1, 1, 0) 78%, rgba(1, 1, 1, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(176, 176, 176, 1) 0%, rgba(176, 176, 176, 1) 8%, rgba(1, 1, 1, 0) 78%, rgba(1, 1, 1, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(176, 176, 176, 1) 0%, rgba(176, 176, 176, 1) 8%, rgba(1, 1, 1, 0) 78%, rgba(1, 1, 1, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#010101', GradientType=1);
}

body>header h1 {
    margin: 0;
    height: 50px;
    text-indent: -9000px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 8px;
}

body>header h1 a {
    display: block;
    width: 185px;
    height: 100%;
    background: url(../../images/sprite.png) top left no-repeat;
}


/*      header  NAV  style      */

body>header nav {
    width: calc(100%-435px);
    padding: 0;
    margin: 0 185px 0 250px;
    overflow-x: hidden;
}

body>header nav>a {
    display: none;
    width: 24px;
    height: 21px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    padding: 15px 12px 10px;
}

body>header nav>a i {
    display: block;
    width: 100%;
    height: 5px;
    height: 3px;
    background: #fff;
    margin: 6px auto;
    margin: 2px auto;
    backface-visibility: hidden;
    transition-duration: 0.3s;
}

body>header nav a.on i:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

body>header nav a.on i:nth-child(2) {
    opacity: 0;
}

body>header nav a.on i:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
    transform: rotate(-45deg) translate(2px, -2px);
}

body>header ul:after {
    content: "";
    clear: both;
    position: relative;
}

body>header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

body>header ul li {
    float: left;
}

body>header nav ul li {
    width: calc(100%/7);
    width: 14%\0;
}

body>header nav ul li:nth-child(8),
body>header nav ul li:nth-child(9),
body>header nav ul li:nth-child(10),
body>header nav ul li:nth-child(11),
body>header nav ul li:nth-child(12),
body>header nav ul li:nth-child(13),
body>header nav ul li:nth-child(14) {
    display: none;
}

body>header nav ul li a {
    display: block;
    padding: 0.875rem 0 0.5rem;
}

body>header nav ul li a span {
    position: relative;
}

body>header nav ul li a span:nth-child(1) {
    color: rgba(255, 255, 255, .7);
    font-family: "Times New Roman", Times;
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    display: inline-block;
}

body>header nav ul li a span:nth-child(1):before {
    border-bottom: 1px solid rgba(155, 205, 50, 1);
    width: 0%;
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    left: 50%;
    margin-left: -45%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: all .35s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

body>header nav ul li a span:nth-child(2) {
    line-height: 1.875rem;
    width: 100%;
    display: inline-block;
}

body>header nav ul li:hover a span:nth-child(1):before,
body.artists>header nav li:nth-child(2) a span:nth-child(1):before {
    border-bottom: 2px solid rgba(155, 205, 50, 1);
    width: 90%;
}



/*     header  SUBNAV  style     */

body>header div.subnav {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1;
    margin: 0\0;
    padding: 0\0;
    right: 60px\0;
}

.ie10 body>header div.subnav {
    right: 60px;
}

body>header div.subnav ul {
    background: rgba(45, 45, 50, 1);
    background: #7f0827;
}

body>header div.subnav ul li {
    border-left: 1px solid rgba(255, 255, 255, .15)
}

body>header>div.subnav>ul li a {
    text-indent: -1000px;
    white-space: nowrap;
    width: 60px;
    height: 67px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e2d32;
}

body>header>div.subnav>ul li a:before {
    top: 25px;
    left: 18px;
    width: 24px;
    height: 24px;
    background: url(../../images/youtube.svg) no-repeat center;
}

body>header>div.subnav>ul li.weixin a:before {
    left: 20px;
    width: 20px;
    background-image: url(../../images/weixin.svg);
}

body>header>div.subnav>ul li.language a:before {
    left: 16px;
    width: 26px;
    background-image: url(../../images/language.svg);
}

body>header>div.subnav>ul li a:hover:before {
    animation: zoom .5s .1s ease-in-out;
    animation-delay: .3s;
}

@keyframes zoom {
    50% {
        transform: scale(2);
        opacity: .2;
    }
}

body>header>div.subnav>ul li a:after {
    height: 150px;
    width: 220px;
    top: 0;
    left: -220px;
    position: absolute;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0.25) 65%, rgba(255, 255, 255, 0) 85%);
    display: none\0;
}

body>header>div.subnav>ul li a:hover:after {
    animation: shine 5.2s ease-in-out forwards;
    animation-delay: -4.5s;
}

@keyframes shine {
    85% {
        left: -220px;
    }
    100% {
        left: 100%;
    }
}

body>header>div.subnav>ul li:hover a {
    background: transparent;
}

.weixin-qrcode {
    height: 0px;
    transition: height 0.8s ease-in-out;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    background: rgba(155, 205, 50, 1);
}

.weixin:hover>.weixin-qrcode {
    height: 250px;
    transition: height 0.8s ease-in-out;
}

@media (max-width:640px) {
    body>header {
        position: static;
        background: none;
        border: none;
        box-shadow: none;
    }
    body>header div.subnav {
        display: none;
    }
    body>header h1 {
        left: 25px;
    }
    body>header h1 a {
        width: 165px;
        background: url(../../images/logo.svg) no-repeat center;
        background-size: contain;
	
    }

    body>header nav {
        margin: 0;
        transition: all 0.5s ease;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    body>header nav.on {
        opacity: 1;
        display: block;
        z-index: 2;
        background: rgba(0, 0, 0, 0.9);
    }
    body>header nav>a {
        display: block;
    }
    body>header nav ul {
        margin: 4em auto;
    }
    body>header nav ul.hidden,
    body>main.hidden {
        display: none;
    }
    body>header nav ul li {
        float: none;
        width: 100%;
    }
    body>header nav ul li a {
        line-height: 3rem;
        width: 100%;
        font-size: 1.5rem;
        padding: .7rem 0 .4rem;
        transition-duration: 0.3s;
    }
    body>header nav ul li a span:nth-child(1) {
        color: rgba(155, 205, 50, 1);
        letter-spacing: .5rem;
        font-size: .75rem;
        text-indent: 0.4rem;
        display: block;
        line-height: 1rem;
    }

    body>header nav.on li {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    body>header nav.on li:nth-of-type(odd) a {
        animation: fadeInLeft 0.5s ease;
    }
    body>header nav.on li:nth-of-type(even) a {
        animation: fadeInRight 0.5s ease;
    }

    body>header nav ul li:nth-child(8),
    body>header nav ul li:nth-child(9),
    body>header nav ul li:nth-child(10),
    body>header nav ul li:nth-child(11),
    body>header nav ul li:nth-child(12),
    body>header nav ul li:nth-child(13),
    body>header nav ul li:nth-child(14) {
        display: block;
    }

    body>header nav ul li:hover a span:nth-child(1):before,
    body.artists>header nav li:nth-child(2) a span:nth-child(1):before {
        border: none;
    }
    body>header nav ul li:hover a span:nth-child(1),
    body.artists>header nav li:nth-child(2) a span:nth-child(2) {
        color: rgba(155, 205, 50, 1);
    }
    body>header:before {
        display: block;
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width:1150px) and (min-width:641px) {
    body>header {
        height: 134px;
    }
    body>header h1 {
        position: relative;
        width: calc(100% - 35px);
        border-bottom: 1px solid rgba(150, 150, 150, .3);
        padding: 5px 0 10px;
        margin: 0 0 5px;
    }
    body>header nav {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media (min-width:1600px) {
    body>header nav ul li a {
        padding-top: 1.125rem;
    }
    body>header nav ul li a span:nth-child(1) {
        color: rgba(155, 205, 50, 1);
        width: 50%;
    }
    body>header nav ul li a span:nth-child(1):before {
        left: inherit;
        right: 50%;
        margin-right: -45%;
    }
    body>header nav ul li a span:nth-child(2) {
        width: 50%;
        color: #fff;
        text-align: left;
    }
}






/*           H2  &  Header             */

main>h2,
main>header h2,
.album>.linkinfo.videoLB h6 {
    font-size: 1rem;
    letter-spacing: 1.0rem;
    text-indent: 1.0rem;
    z-index: 1;
}

main>h2,
.album>.linkinfo.videoLB h6 {
    position: relative;
    text-align: center;
    margin: 0px 0 25px;
    padding: 60px 0 0;
    z-index: 1;
    overflow: hidden;
}

main>h2 span,
main>header h2 span,
.album>.linkinfo.videoLB h6 span {
    font-family: "Times New Roman", Times, serif;
    font-size: .75rem;
    letter-spacing: 2px;
    letter-spacing: 3px;
    text-indent: 3px;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    position: absolute;
}

main>h2 span,
.album>.linkinfo.videoLB h6 span {
    width: 100%;
    top: 30px;
    right: 0;
}

main>h2 span:after,
main>header h2 span:after,
.album>.linkinfo.videoLB h6 span:after {
    width: 50px;
    height: 1px;
    border-bottom: 1px solid rgba(155, 205, 50, 1);
    left: 50%;
    margin-left: -25px;
    top: 20px;
}

main>header {
    position: relative;
    min-height: 160px;
    width: 100%;
}

main>header h1 {
    width: calc(73% - 85px);
    padding: 20px 0;
    margin: 0 0 0 85px;
    line-height: 1.3em;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 3px;
    float: right;
}

.artistscon main>header h1 {
    text-align: center;
    font-size: 3.5rem;
    margin: 0;
    letter-spacing: 0.35em;
}

main>header h2 {
    width: calc(27% - 6em);
    text-align: right;
    margin: 0;
    position: relative;
    padding: 4rem 6rem 0 0;
    float: left;
}

main>header h2 span {
    right: 1rem;
    display: inline;
}


.artists>main>h2 {
    position: absolute;
    left: 50%;
    margin-left: -4rem;
    top: 80px;
}

main>header div span {
    display: inline-block;
}

main>header div {
    font-size: 2rem;
    clear: both;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(73% + 10px);
    vertical-align: top;
}


/* after & before */

main>div.decoration:before,
main>header div:before {
    top: 0px;
    left: -25px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 40px 25px;
    border-color: transparent transparent rgba(155, 205, 50, 1) transparent;
}

main>div.decoration:after,
main>header div:after {
    left: 15px;
    bottom: 0;
    width: 10px;
    height: 160px;
    background-color: transparent;
    -ms-transform: skewX(-32deg);
    -webkit-transform: skewX(-33deg);
    transform: skewX(-33deg);
    border-right: 1px solid rgba(155, 205, 50, 1);
    z-index: -1;
}


.newscon>main>header time em,
.artistscon>main>header div em {
    display: inline-block;
    width: 15px;
}







/*  socialnetwork    */

ul.socialnetwork_link {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
}

.albumcon ul.socialnetwork_link {
    left: calc(33.3% - 110px);
    top: 0;
}

ul.socialnetwork_link li {
    float: left;
    margin: 0 10px 0 5px;
    padding: 10px 20px;
}

ul.socialnetwork_link li a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/facebook.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

ul.socialnetwork_link li:nth-child(2) a {
    background-image: url(../../images/weibo.svg);
}

ul.socialnetwork_link li:nth-child(3) a {
    background-image: url(../../images/weixin.svg);
}














/*    .navmobile style     */

.navmobile {
    display: none;
    width: 80%;
    margin: 0 auto 25px;
    border: 1px solid rgba(155, 205, 50, .5);
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
    line-height: 2rem;
    font-size: 0.875rem;
}

.navmobile>p {
    position: relative;
    height: 2rem;
    margin: 0;
    padding: 0;
    text-indent: 1rem;
    color: rgba(155, 205, 50, 1);
}

.navmobile b {
    position: absolute;
    bottom: 0;
    top: -5px;
    margin: auto;
    right: 30px;
    height: 10px;
    width: 12px;
}

.navmobile i {
    background: rgba(155, 205, 50, 1);
    display: inline-block;
    height: 2px;
    margin: auto;
    position: absolute;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.navmobile i:nth-child(1) {
    top: 0;
}

.navmobile i:nth-child(2) {
    top: 50%;
}

.navmobile i:nth-child(3) {
    top: 100%;
}

.navmobile.exp i:nth-child(1) {
    top: 50%;
}

.navmobile.exp i:nth-child(3) {
    top: 50%;
}

.navmobile>div {
    height: 0;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.navmobile>div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navmobile>div li {
    line-height: 3rem;
    position: relative;
    background: #79b400;
    border-bottom: 1px solid rgba(155, 205, 50, 1);
}

.navmobile>div li.no-link {
    background: rgba(120, 180, 0, .3);
    text-align: center;
}

.navmobile>div li.no-link a {
    padding: 0;
    width: 100%;
}

.navmobile>div li.no-link a:after,
.navmobile>div li.no-link a:before {
    display: none;
}



.navmobile>div li a {
    color: #fff;
    display: block;
    height: 100%;
    width: calc(100% - 3rem);
    padding-left: 3rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.navmobile>div li a:before {
    width: 8rem;
    height: 100%;
    background: #79b400;
    top: 0;
    left: 0;
    z-index: -2;
}

.navmobile>div li a:after {
    top: 0;
    left: 8rem;
    z-index: -2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3rem 3rem 0 0;
    border-color: #79b400 transparent transparent transparent;
}

.navmobile>div li img {
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    right: 0;
    height: 3rem;
}







/*modify*/
.session_1 .right-box .centent-box .list-view .view_2 {
  min-height: 650px; 	
}

@media (max-width:960px) {
    .artistsnav,
    article.sidenav>nav {
        display: none;
    }
    .navmobile {
        display: block;
    }
    #aboutnav.navmobile {
        margin: 35px auto 10px;
    }
    #joinnav.navmobile {
        margin: 50px auto 0px;
    }

    .navmobile>div li {
        text-align: center;
    }
    .navmobile>div li a {
        padding: 0;
        width: 100%;
    }
    .navmobile>div li img {
        display: none;
    }
}

@media (max-width:640px) {
    #aboutnav.navmobile,
    body#contain.about main>nav {
        display: none;
    }
    #about_allnav.navmobile,
    #membernav.navmobile {
        display: block;
        margin-top: 180px;
    }
	
	
}























/*             FOOTER            */

footer {
    min-height: 54px;
    background: #000;
    color: #888;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #9ccf36;
    overflow: hidden;
    z-index: 1;
    font-size: 0.813rem;
    position: relative\0;
}

.ie10 footer {
    position: relative;
}

footer>a {
    position: absolute;
    top: 0;
    left: 30px;
    text-indent: -1000%;
    width: 50px;
    height: 50px;
    background: url(../../images/icon20.png) no-repeat 0 0;
    background-size: contain;
    overflow: hidden;
    display: block;
}

footer p {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 55px;
    margin: 0;
}

footer ul {
    list-style: none;
    margin: 0 0 0 100px;
    padding: 0;
}

footer ul li {
    float: left;
    line-height: 54px;
}

footer ul li a {
    color: #ccc;
    padding: 0 20px;
    border-bottom: 1px solid rgba(155, 205, 50, 0);
}

footer ul li a:hover,
body.about footer ul li:nth-child(1) a,
body.join footer ul li:nth-child(2) a,
body.privacy footer ul li:nth-child(3) a,
body.contact footer ul li:nth-child(3) a,
body.copyright footer ul li:nth-child(4) a {
    color: rgba(155, 205, 50, 1);
}

body.home footer {
    position: fixed;
    border-top: 1px solid #000;
}





@media (max-width:1150px) {
    body {
        margin: 0 0 125px;
        margin: 0\0;
    }
    .ie10 body {
        margin: 0
    }
    body#contain:after {
        height: calc(100% - 270px);
    }
    footer>a {
        position: relative;
        margin: 10px auto 5px;
        background-image: url(../../images/logo.svg);
        width: 142px;
        height: 30px;
        left: 0;
    }
    footer p {
        position: relative;
        right: inherit;
        top: inherit;
        text-align: center;
        clear: both;
        line-height: 25px;
        width: 80%;
        margin: 0 auto;
        border-top: 1px solid rgba(255, 255, 255, .1);
        font-size: 0.75rem;
    }
    footer ul {
        margin: 0 0 0 0px;
        text-align: center;
    }
    footer ul li {
        width:25%;
    }

/*modify*/
.session_1 .right-box .centent-box .list-view .view_2 {
  min-height: 425px; 
}

}

@media (max-width:640px) {
    body#contain:after {
        display: none;
    }
	
footer ul li a {
    padding: 0 10px;
}	
    footer p span {
        display: none;
    }
	
	.session_2 {border-bottom: none;}

/*modify*/
.session_1 .right-box .centent-box .list-view .view_2 {
  min-height: 250px;
}

}



@media (max-width:480px) {
    footer ul {
        display: none;
    }
    body {
        margin: 0 0 75px;
        margin: 0\0;
    }
    .ie10 body {
        margin: 0;
    }



}














/*             animation            */

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}