/*desktop*/
.desktop.index-bg {
    background: url(../images/index-bg.jpg) top center no-repeat;
    height: 1080px;
    position: relative;
}

.desktop .index-content {
    width: 1200px;
    margin: auto;
    height: 1080px;
}

.desktop .header {
    display: flex;
    min-width: 1200px;
    height: 87px;
    background: url(../images/header-bg.png) repeat-x;
    justify-content: center;
    align-items: center;
}

.desktop .header-left {
    margin-right: 60px
}

.desktop .header-right {
    display: flex;
}

.desktop .content {
    min-width: 1200px;
    margin: auto;
}

.desktop .top-menu {
    white-space: nowrap;
}

.desktop .top-menu li {
    margin-right: 18px;
    display: inline;
}

.desktop .top-menu li:last-child {
    position: relative;
    margin-right: 0;
}

.desktop .top-menu li:last-child:hover {
    padding-bottom: 10px;
}

.desktop .top-menu li:last-child:hover .dropdown-content {
    display: block;
}

.desktop .shareCover {
    margin-left: 20px;
}

/*add menu 20181112*/
.desktop .dropdown-content {
    position: absolute;
    top: 100%;
    padding: 0 16px;
    display: none;
    min-width: 60px;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    z-index: 1;
}

@supports (-ms-ime-align:auto) {
    .desktop .dropdown-content {
        top: 0;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .desktop .dropdown-content {
        top: 16px;
    }
}

.desktop .dropdown-content a:first-child {
    padding-top: 16px;
}

.desktop .dropdown-content a:last-child {
    padding-bottom: 16px;
}

.desktop .dropdown-content a {
    color: black;
    padding-bottom: 8px;
    text-decoration: none;
    display: block;
}

/*end menu 20181112*/

.desktop .index-menu {
    width: 520px;
    height: 520px;
    margin: auto;
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: -260px;
}

.desktop .index-text { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe3e8+0,f5fbff+100 */
    background: #dbe3e8; /* Old browsers */
    background: -moz-linear-gradient(left, #dbe3e8 0%, #f5fbff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dbe3e8 0%, #f5fbff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dbe3e8 0%, #f5fbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe3e8', endColorstr='#f5fbff', GradientType=1); /* IE6-9 */
    width: 380px;
    margin: auto;
    position: relative;
    margin-top: 600px;
    padding: 20px 30px;
    border-radius: 3px;
}

.desktop .index-text-left {
    float: left;
    width: 78px;
}

.desktop .index-text-right {
    float: right;
    width: 280px;
    margin-top: 3px;
}

.desktop .index-text-center {
    text-align: center;
}

.desktop.index-bg .footer {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.desktop .banner {
    background: url(../images/banner.jpg) no-repeat;
    width: 1200px;
    height: 366px;
    margin: 56px auto 0;
    position: relative;
    padding-top: 244px
}

.desktop .sub-title {
    background: rgba(255, 52, 134, 0.9);
    padding: 21px 35px;
    position: relative;
    width: 435px;
}

.desktop .player-main {
    width: 545px;
    height: 100px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e7e8 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e7e8 99%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e7e8', GradientType=0);
    z-index: 10;
    position: relative;
    margin-top: 38px;
    margin-left: 22px;
    margin-right: 22px;
}

.desktop #menubar li a.disable {
    opacity: 0.4;
}

.desktop .player-shadow {
    position: absolute;
    -webkit-box-shadow: 0 5px 70px 0 rgba(35, 31, 32, 0.95);
    -moz-box-shadow: 0 5px 70px 0 rgba(35, 31, 32, 0.95);
    box-shadow: 0 5px 70px 0 rgba(35, 31, 32, 0.95);
    width: 540px;
    height: 15px;
    top: 80px;
    left: 22px;
    z-index: 1;
}

.desktop .player-bg {
    position: relative;
}

.desktop .player-data {
    margin-left: 60px;
    padding-top: 15px;
}

.desktop .player-date, .desktop .player-title {
    display: inline-block;
    margin-bottom: 5px;
}

/*edit 20161025*/
.desktop .play-pause, .desktop .play-pause:hover, .desktop .paused .play-pause:hover {
    cursor: pointer;
    width: 21px;
    height: 24px;
    background-image: url(../images/web/btn_play.png);
    display: inline-block;
    vertical-align: middle
}

/*edit 20161025*/
.desktop .sm2-progress .sm2-progress-ball {
    margin: 0;
    height: 5px;
}

.desktop .sm2-progress .sm2-progress-track, .desktop .sm2-progress .sm2-progress-ball, .desktop .sm2-progress .sm2-progress-bar, .desktop .sm2-button-bd .sm2-volume-ball {
    border-radius: 0;
    height: 0.3em;
}

.desktop .sm2-progress .sm2-progress-track {
    background-color: #d3d2d0;
}

.desktop .sm2-bar-ui {
    width: 500px;
    height: 60px;
}

.desktop .sm2-bar-ui .sm2-inline-element:first-of-type {
    width: 100%;
}

.desktop .sm2-progress-bd {
    width: 460px;
}

.desktop .player-controls {
    padding-left: 22px;
}

.desktop .audio-player .progress-bar {
    width: 440px;
    display: inline-block;
    height: 0.3em;
    background-color: #d3d2d0;
    border: 0;
    vertical-align: middle;
    margin-left: 8px;
}

.desktop .audio-player.playing .play-pause {
    background-image: url(../images/web/btn_pause.png)
}

.desktop map area {
    outline: none;
}

.desktop .sm2-inline-time_control {
    float: right;
    font-size: 12px;
    width: 80px;
    color: #aba9a6;
    margin-right: 50px;
    margin-top: -5px;
}

.desktop .playList-bg {
    width: 1160px;
    margin: auto;
    margin-top: 95px;
}

.desktop #menubar li a { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6dfdf+0,c6c7be+100 */
    background: #e6dfdf; /* Old browsers */
    background: -moz-linear-gradient(top, #e6dfdf 0%, #c6c7be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6dfdf 0%, #c6c7be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6dfdf 0%, #c6c7be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6dfdf', endColorstr='#c6c7be', GradientType=0); /* IE6-9 */
    width: 180px;
    padding: 2px 15px;
    border-right: 1px solid #FFFFFF;
}

.desktop .player-tab {
    border-right: 2px solid #ff3486;
    border-left: 2px solid #ff3486;
    border-bottom: 2px solid #ff3486;
    border-top: 2px solid #ff3486;
    padding: 90px 45px;
    margin-top: -25px;
}

.desktop .sound-left {
    width: 680px;
    float: left;
    margin-right: 20px;
}

.desktop .playlist-title li a {
    padding-left: 35px;
    background: url(../images/icon-sound.png) no-repeat top left;
    display: inline-block;
    line-height: 26px;
}

.desktop .playlist-title li {
    margin-bottom: 10px;
}

.desktop .playlist-title {
    margin-top: 38px;
    width: 355px;
    float: right;
}

.desktop .photo_gallery {
    width: 1100px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

.desktop .photo_gallery img {
    width: 293px;
    padding: 8px;
}

.desktop .imageWrapper {
    width: 310px;
    border: 1px solid #b6b6b6;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

/*.desktop .imageWrapper:nth-child(3){ margin-right:0px;}*/

/*edit 20161025*/
.desktop #back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}

.desktop #back-top a {
    width: 60px;
    height: 0;
    padding-top: 63px;
    overflow: hidden;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/btn_btt.png) no-repeat center center;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.6;
    background-size: 60px;
}

.desktop #back-top a:hover {
    opacity: 1;
}

.desktop .loadMore {
    position: relative;
    background-image: url(../images/loading.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 30px auto;
}

/* arrow icon (span tag) */
.desktop #back-top span {
    width: 60px;
    height: 53px;
    display: block;
    margin-bottom: 7px;

}

/*added by Yan*/
.desktop .photo {
    width: 1026px;
}

.desktop .photo_gallery .photo_item a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: #FFF;
    opacity: 0;
}

.desktop .photo_gallery .photo_item {

    float: left;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    /*overflow:hidden;*/
}

.youtube iframe, .youtube object, .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#lightboxImg {
    max-width: 100%;
    /*max-height: 700px!important;*/
}

.desktop .imageWrapper .border {
    width: inherit;
    height: inherit;
    text-align: center;
    background-color: #000;
    border: 5px solid #FFF;
    box-sizing: border-box;
}

.desktop .imageWrapper .border img {
    margin: 0 auto;
    height: 230px;
    max-width: 100%;
    width: auto;
    padding: 0;
}

.desktop .imageWrapper .description {
    display: none;
}

/*update in 2016-11-04 */
@media (max-width: 1199px) {
    .desktop.index-bg .content {
        width: auto;
    }

    .desktop .banner {
        width: 980px;
        background-size: 100%;
    }

    .desktop.index-bg {
        background-size: 1800px;
    }

    .desktop.index-bg .footer {
        bottom: 100px;
    }

    .desktop .index-menu {
        top: 218px;
    }

    .desktop .index-text {
        margin-top: 660px;
    }

    /*.desktop .photo_gallery{	width: 969px;}*/
}

.photo_item:nth-child(3n+0) .imageWrapper {
    margin-right: 0;
}

/*end of update in 2016-11-04 */

/*Light box start*/

body {
    position: relative;
}

.lightboxWrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lightboxWrapper > .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.lightboxWrapper > #lightbox {
    display: block;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 1000;
}

.lightboxWrapper > #lightbox {
    display: block;
    position: absolute;
}

.lightboxWrapper > #lightbox > .closeBtn {
    display: block;
    position: absolute;
    background-repeat: no-repeat;

    background-image: url(../images/bnt_close.png);
    width: 36px;
    height: 36px;

    top: 0;
    right: -45px;
    cursor: pointer;
}

.lightboxWrapper > #lightbox > .prevBtn,
.lightboxWrapper > #lightbox > .nextBtn {
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    width: 39px;
    height: 86px;
    top: 150px;
    cursor: pointer;
}

.lightboxWrapper > #lightbox > .prevBtn {
    left: -45px;
    /* background-image:url("/my903/chuyimkeung2014/web/images/btn_previous.png"); */
}

.lightboxWrapper > #lightbox > .nextBtn {
    right: -45px;
    /* background-image:url("/my903/chuyimkeung2014/web/images/btn_next.png"); */

}

#lightboxMessageDiv {
    display: block;
    /* width:100%; */
    color: #000;
}

#lightboxMessage {
    background-color: #ffffff;
    padding: 10px;
    display: block;
    width: 588px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    border: 5px solid #FFFFFF;
}

#lightboxCaption {
    display: none;
}

#lightboxImg {
    border: solid 3px #ffffff;
    /*max-width: 608px; */
    border-style: solid;
    border-width: 5px;
    display: inline-block;
}

#lightboxVideoDiv {
    display: block;
    width: 608px;
    height: 336px;
    border-width: 3px;
    border-style: solid;
    border-color: #ff3486;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #000;
}

/*end of css*/
/*end of change by Yan*/

/*mobile*/
.mobile {
    width: 360px;
}

.mobile .header {
    height: 54px;
    background: url(../images/header-bg-m.png) repeat-x;
    position: relative;
    margin-bottom: -4px;
    z-index: 999;
}

.mobile .logo {
    position: absolute;
    left: 94px;
    margin-top: 18px;
}

.mobile .shareCover {
    width: 40px;
    margin-top: 6px;
    position: absolute;
    right: 6px;
}

.mobile .index-text { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe3e8+0,f5fbff+100 */
    background: #dbe3e8; /* Old browsers */
    background: -moz-linear-gradient(left, #dbe3e8 0%, #f5fbff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dbe3e8 0%, #f5fbff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dbe3e8 0%, #f5fbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe3e8', endColorstr='#f5fbff', GradientType=1); /* IE6-9 */
    width: 100%;
    margin: auto;
    position: relative;
}

.mobile .index-text-left {
    float: left;
    width: 58px;
    margin: 20px 5px 20px 20px;
}

.mobile .index-text-right {
    float: right;
    width: 254px;
    margin: 20px 20px 20px 0;
}

.mobile .index-text-center {
    padding: 20px;
    text-align: center;
}

.mobile .banner {
    /* remove bg banner */
    /* background: url(../images/banner-m.jpg) no-repeat; */
    /* padding-top: 164px; */
    width: 360px;
    height: 200px;
    margin-top: 20px;
    position: relative;
    background-size: 360px;
}

.mobile .sub-title {
    background: rgba(255, 52, 134, 0.9);
    padding: 10px 10px;
    position: relative;
    width: 300px;
    margin-left: 16px;
}

.mobile .player-main {
    width: 270px;
    /*height: 75px;*/
    height: 90px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e7e8 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e7e8 99%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e7e8', GradientType=0);
    z-index: 10;
    position: relative;
    margin: 15px auto;
    border: 1px solid #cecece;
}

.mobile .player-shadow {
    position: absolute;
    -webkit-box-shadow: 0 5px 40px 0 rgba(35, 31, 32, 0.55);
    -moz-box-shadow: 0 5px 40px 0 rgba(35, 31, 32, 0.55);
    box-shadow: 0 5px 40px 0 rgba(35, 31, 32, 0.55);
    width: 270px;
    height: 15px;
    bottom: 5%;
    left: 50%;
    z-index: 1;
    margin-left: -135px;
}

.mobile .player-bg {
    position: relative;
}

.mobile .player-data {
    margin-left: 50px;
    padding-top: 10px; /*margin-bottom:-20px; */
}

/*.mobile .player-date, .mobile .player-title{ float:none;}/*edit 20161025*/
.mobile .player-date, .mobile .player-title {
    line-height: 18px;
}

.mobile .play-pause, .mobile .play-pause:hover, .mobile .paused .play-pause:hover {
    width: 14px;
    height: 16px;
    background-image: url(../images/mobile/btn_play.png);
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

/*edit 20161025*/
.mobile .playing .play-pause {
    background-image: url(../images/mobile/btn_pause.png);
}

.mobile .sm2-progress .sm2-progress-ball {
    margin: 0;
    height: 5px;
}

.mobile .sm2-progress .sm2-progress-track, .desktop .sm2-progress .sm2-progress-ball, .desktop .sm2-progress .sm2-progress-bar, .desktop .sm2-button-bd .sm2-volume-ball {
    border-radius: 0;
    height: 0.3em;
}

.mobile .sm2-progress .sm2-progress-track {
    background-color: #d3d2d0;
}

.mobile .sm2-bar-ui {
    width: 250px !important;
    height: 80px;
    display: block;
}

.mobile .sm2-bar-ui .sm2-inline-element:first-of-type {
    width: 100%;
}

.mobile .sm2-progress-bd {
    width: 220px;
    left: 30px;
}

.mobile .sm2-bar-ui .sm2-inline-element, .desktop .sm2-bar-ui .sm2-button-volume-element .sm2-button-bd {
    padding-left: 13px;
}

/*.mobile .sm2-progress .sm2-progress-track{ width:220px; }*/
.mobile .player-controls {
    padding-left: 13px;
    height: 20px;
}

.mobile .player-controls {
    vertical-align: middle;
}

.mobile .player-controls .progress-bar {
    width: 210px;
    display: inline-block;
    vertical-align: middle;
    height: 0.3em;
    border: 0;
    background-color: #d3d2d0;
}

.mobile .sm2-inline-time_control {
    float: right !important;
    font-size: 10px;
    width: 80px;
    color: #aba9a6;
    margin-right: 40px;
    text-align: right !important;
}

.mobile .playList-bg {
    width: 340px;
    margin: auto;
    margin-top: 95px;
}

.mobile #menubar::after {
    content: '';
    display: block;
    clear: both;
}

.mobile #menubar li {
    vertical-align: top;
    float: left;
}

.mobile #menubar li:nth-child(1) {
    padding-top: 24px;
}

.mobile #menubar li a { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6dfdf+0,c6c7be+100 */
    background: #e6dfdf; /* Old browsers */
    background: -moz-linear-gradient(top, #e6dfdf 0%, #c6c7be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6dfdf 0%, #c6c7be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6dfdf 0%, #c6c7be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6dfdf', endColorstr='#c6c7be', GradientType=0); /* IE6-9 */
    border-right: 1px solid #FFFFFF;
    width: 64px;
    display: block;
    /*margin-right:1px;
    margin-top: -20px;*/
}

.mobile #menubar li a.disable {
    opacity: 0.4;
}

.mobile #menubar li a.active br {
    display: none;
}

.mobile #menubar li a.active {
    padding-left: 3px;
    padding-right: 3px; /*line-height:80px;*/
}

.mobile .player-tab {
    border-right: 2px solid #ff3486;
    border-left: 2px solid #ff3486;
    border-bottom: 2px solid #ff3486;
    border-top: 2px solid #ff3486;
    padding: 20px 14px 20px 14px;
    position: relative;
    margin-bottom: 60px;
    margin-top: -20px;
}

.mobile #menubar { /*margin-bottom:-20px;*/
}

.mobile .playlist-title li a {
    padding-left: 24px;
    background: url(../images/icon-sound.png) no-repeat top left;
    background-size: 18px;
    display: inline-block;
    line-height: 20px;
}

.mobile .playlist-title li {
    margin-bottom: 2px;
}

.mobile .playlist-title {
    margin-top: 10px;
}

.mobile .photo_gallery {
    width: 340px;
    margin: auto;
    margin-top: 30px;
}

.mobile .photo_gallery img {
    width: 318px;
    padding: 8px;
}

.mobile .imageWrapper {
    width: 336px;
    border: 1px solid #b6b6b6;
    margin-bottom: 15px;
}

.mobile .imageWrapper img {
    max-width: 100%;
}

.mobile #menubar li a.active {
    margin-top: 0 !important;
}

body .mobile #menubar {
    height: auto !important;
}

/*edit 20161025*/
.mobile #back-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99;
}

.mobile #back-top a {
    width: 40px;
    height: 0;
    padding-top: 43px;
    overflow: hidden;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/btn_btt.png) no-repeat center center;
    background-size: 100%;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.6;
}

.mobile #back-top span {
    width: 40px;
    height: 43px;
    display: block;
    margin-bottom: 7px;
}

.mobile .loadMore {
    position: relative;
    background-image: url(../images/loading.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin: 20px auto;
}

.mobile .playing .sm2-progress-ball {
    display: none;
}

.player .sm2-progress .sm2-progress-bar {
    background: #ff3486;
}

.mobile .audio-title {
    position: absolute;
    top: -15px;
    left: -5px;
}

.mobile .player-tab:last-child {
    margin-bottom: 10px;
}

.audio-player .ui-slider-handle {
    display: none;
}

.audio-player .progress-bar .ui-slider-range {
    background-color: #ff3486;
    background-image: none;
}