
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    /*font-family: Arial, Helvetica, 'Microsoft YaHei', STHeiti, SimSun, sans-serif;*/
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    position: relative;
    cursor: auto;
}

a:hover {
    color: #555;
}

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

body {
    max-width: 1200px;
    margin: 0 auto;
}

h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}

h3 {
    font-weight: bold;
}

p {
    font-size: 18px;
}

button {
    cursor: pointer;
}

ol {
    padding-left: 15px;
}

ol li {
    font-size: 18px;
}

.center {
    text-align: center;
}
.line {
    width: 100%;
    border: solid 0.5px #c7ab8a;
    margin: 50px auto 0;
}

.line2 {
    max-width: 417px;
    width: 80%;
    border: solid 0.5px #cccccc;
    margin: 50px auto 0;
}

.line3 {
    max-width: 417px;
    width: 80%;
    border: solid 0.5px #c7ab8a;
    margin: 50px auto 0;
}

.nav {
    position: fixed;
    top: 0;
    width: 200px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: auto;
}

.nav .active {
    border-bottom: 1px solid;
}

.nav .show {
    position: fixed;
    display: block;
    top:38px;
    z-index: 100;
    background-color: #fff;
    padding: 10px 20px;
    width: 280px;
    margin: 0;
    opacity: 0.9;
}

.nav .mobile-trigger {
    display: none;
    cursor: pointer;
}

.logo {
    background: url(../images/Vocal_Logo_201807-01.png) no-repeat center center;
    background-size: 100%;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.nav #menu li {
    list-style: none;
    font-weight: bold;
    text-align: right;
    padding: 3px 50px 3px 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.nav .language {
    text-align: right;
    padding: 20px 40px 0;
}

.nav .language li {
    display: inline-block;
    list-style: none;
}

.nav .sponsor {
    text-align: center;
    padding: 20px 50px;
}

.nav .sponsor img {
    width: 80%;
    padding-top: 8px;
}

.nav .support.mobile {
    display: none;
}

.nav .support {
    text-align: center;
}

.nav .support li {
    list-style: none;
}

.nav .support img {
    max-width: 180px;
}

.nav #share {
    color: #000;
    text-align: center;
    padding-top: 30px;
}

.nav #share .one-share {
    display: inline-block;
    max-width: 30px;
    margin: 10px 4px;
}

.nav #share img {
    width: 100%;
}

.nav .sponsor li {
    display: inline-block;
    list-style: none;
}

.main-wrap {
    margin-left: 200px;
    width: calc(100% - 200px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.top {
    background-image: url('../images/2025_vocal_zh.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    width:  100%;
    height: 609px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@supports (background-image: image-set(url("../images/2025_vocal_zh.webp") type("image/webp"))) {
    .top {
        background-image: url('../images/2025_vocal_zh.webp');
    }
}

.gb .top {
   background-image: url('../images/2025_vocal_zh.jpg');
}

.english .top {
   background-image: url('../images/2025_vocal_en.jpg');
}

@supports (background-image: image-set(url("../images/2025_vocal_en.webp") type("image/webp"))) {
    .english .top {
        background-image: url('../images/2025_vocal_en.webp');
    }
}


.top div:last-child {
    position: relative;
    padding-top: 55%;
    padding-left: 30%;
}

.top .competition_logo {
    position: absolute;
    right: 30px;
    top: 3px;
}

.top .competition_logo img {
    width: 100%;
    max-width: 135px;
}

.top img {
    width: 70%;
}

.top button {
    color: #1C2453;
    font-size: 25px;
    font-weight: 500;
    border-radius: 10px;
    position: absolute;
    cursor: pointer;
    padding: 10px;
    right: 36%;
    bottom: 10px;
}

.top .en button {
    right: 28%;
}

.top .sign-up {
    background-color: #FFEFB1;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.top .buy-ticket {
    background-color: #FFEFB1;

}

.top .buy-ticket small {
    font-size: 12px;
}

.middle {
    background-image: linear-gradient(to bottom, #ffefe2, #ffead9 68%, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefe2', endColorstr='#ffffff',GradientType=0 );
}

.text {
    padding: 50px 100px 0;
}

.middle h2 {
    text-align: left;
}

#menu .sub-news i {
  font-size: 14px;
}
.english .sub-news i {
  font-size: 10px;
}

#menu .sub-news.hide {
    display: none;
}

.middle .logo {
    display: none;
}

.middle .profile {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 30px 3px;
}

.middle .profile img {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
}

.middle .profile h3 {
    padding-bottom: 20px;
}

.middle .profile span {
    font-size: 16px;
}

.mission p {
    padding: 0 20px 0 0;
}

.host p {
    display: inline-block;
    width: 72%;
}

.host img {
    display: inline-block;
    vertical-align: top;
    width: 27%;
}

.text .mobile {
    display: none;
}

.time {
    padding: 50px 0 0;
}

.table {
    display: table;
    margin: 0 auto 20px;
    width: 100%;
}

.table .header {
    display: table-header-group;
    background-color: #6d33b1;
}

.table .header .cell {
    display: table-cell;
    color: #fff;
    padding: 20px;
    font-size: 18px;
}

.table .header .cell div {
    display: inline-block;
    margin-right: 10px;
}

.table .buy-ticket {
    background-color: #ffffff;
    color: #6d33b1;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
}

.table .row {
    display: table-row;
    background-color: #3c0b75;
}

.table .row .cell {
    display: table-cell;
    border: solid 1px #6d33b1;
    color: #fff;
    vertical-align: top;
    width: 24%;
    padding: 20px;
}

.table.mobile .row .cell {
    padding: 10px;
}

.table .row .cell.en-address {
    padding: 10px;
    font-size: 14px;
}

.table .row .cell a {
    color: #fff;
}

.table .row .cell:first-child {
    text-align: center;
    width: 15%;
    font-size: 18px;
}

.table .cell p {
    padding: 18px 15px;
}

.song-list {
    width: 100%;
    background-color: #ffedbe;
    margin-top: 50px;
    padding-bottom: 50px;
}

.song-list .title {
    text-align: center;
    padding: 50px 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.song-list ul {
    border: solid 1px #52330a;
    padding: 25px 10% 25px 20%;
}

.song-list ul li {
    list-style: none;
    font-size: 18px;
    text-indent: -80px;
    padding-left: 80px;
}

.song-list ul li a {
    font-size: 14px;
    color: #fff;
    background-color: #8122f0;
    padding: 2px 5px;
    margin-right: 5px;
}

.song-list .container .download {
    margin: 30px auto 15px;
    padding: 10px 30px;
    width: auto;
}

.register p {
    padding-top: 20px;
    text-indent: -22px;
    padding-left: 22px;
}

.register p span {
    color: #673AB7;
}

.register ol {
    margin-left: 20px;
    padding-left: 20px;
}

.register ol li {
    list-style-type: lower-alpha;
}

.register .container {
    text-align: left;
}

.register .container .download{
    width: 290px;
    margin: 5px 20px;
}

.register small {
    font-size: 14px;
    color: #f3a038;
}

.text .note {
    font-size: 14px;
    text-indent: 0;
}

.text .note span {
    color: #f3a038;
}

.text .gold {
    float: left;
    background: url(../images/Desk_Gold.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #804a05;
}

.text .silver {
    background: url(../images/Desk_Silver.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #595959;
}

.text .bronze {
    float: right;
    background: url(../images/Desk_Bronze.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #744421;
}

.prize {
    padding: 50px 0px;
}

.prize p {
    text-align: center;
    padding-bottom: 20px;
}

.prize .container>div {
    display: inline-block;
    width: 32.9%;
    text-align: center;
    padding: 9%;
    font-size: 30px;
}

.prize .container small {
    display: block;
    font-size: 22px;
}

.prize .container p {
    padding-bottom: 30px;
}

.text .container {
    text-align: center;
}

.text .download {
    background-color: #8122f0;
    padding: 15px 30px;
    max-width: 596px;
    font-size: 20px;
    margin-top: 20px;
    width: 80%;
    color: #fff;
}

.text .wrap {
    text-align: center;
}

.text .sign-up {
    margin-top: 12px;
    padding: 15px 85px;
    background-color: #6d33b1;
    font-size: 20px;
    color: #fff;
}

.link {
    font-size: 22px;
    text-align: center;
    padding-top: 40px;
}

.link:after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-color: transparent #bbbbbb;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    margin-left: 10px;
}

.copyright {
    display: block;
    clear: both;
    text-align: center;
    padding: 100px 20px;
    font-size: 16px;
}

.english p {
    font-size: 16px;
}

.english ol li {
    font-size: 16px;
}

.english .nav #menu li {
    font-size: 13px;
}

.english .middle .profile span {
    font-size: 14px;
}

.english .text .download {
    font-size: 16px;
}

.english .song-list ul li {
    font-size: 16px;
}

.english .song-list ul {
    padding: 25px 5% 25px 5%;
}

.english .song-list .title {
    font-size: 16px;
}
.english .song-list ul li {
    text-indent: -120px;
    padding-left: 120px;
}
.english .table .buy-ticket {
    max-width: 240px;
}

.history_row{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.history_left{
    width: 49%;
    float: left;
}
.history_right{
    width: 49%;
    float: right;
}

.history_left img {
    max-width: 100%;
    max-height: 100%;
}

.history_right img {
    max-width: 100%;
    max-height: 100%;
}

.history_left h3{
    text-align: center;
}

.history_right h3{
    text-align: center;
}

.news-list li {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    width: 100%;
    padding: 10px 0;
}

.news-list li:before {
    content: ".";
    padding-right: 10px;
    vertical-align: text-bottom;
}

.news-list li:first-child {
    border-top: 1px solid #ccc;
}

.news-list li span {
    float: right;
}

#videos img {
    width: 100%;
    height: auto;
}

#videos .video-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
}

#popup_notice {
    display: block;
    position: absolute;
    top: 3%;
    left: 200px;
    right: 0;
    margin: 0 auto;
    max-width: 700px;
    background-color: #fff;
    font-size: 18px;
}

#popup_notice .title {
    text-align: center;
    padding-bottom: 16px;
    font-size: 22px;
}

#popup_notice .close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 30px;
    cursor: pointer;
}

#popup_notice .close:before, #popup_notice .close:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    border-top: 1px solid #000;
    color: #000;
    cursor: pointer;
}

#popup_notice .close:before {
    transform: rotate(45deg);
}

#popup_notice .close:after {
    transform: rotate(-45deg);
    left: 20px;
}

#popup_notice .notice_note {
    font-size: 14px;
}

#popup_notice .notice_note.first {
    padding-top: 40px;
    padding-bottom: 12px;
}

#popup_notice .release_date {
    padding-top: 40px;
}

#popup_notice img {
    width: 100%;
}



.competition-ticket {
    padding-left: 80px;
}

.competition-ticket .item, .competition-ticket .item2 {
    display: inline-block;
    width: 165px;
    margin-top: 50px;
    padding-left: 6px;
    vertical-align: top;
    border-left: 1px solid #6d33b1;
}

.competition-ticket .item2 {
    width: 300px;
    height: 110px;
}

.tickets {
    display: inline-block;
    margin-top: 50px;
    padding-left: 30px;
    margin-left: auto;
}

.ticket {
    width: 150px;
    height: 33px;
    margin-bottom: 8px;
    margin-right: 20px;
    border: 1px solid #8963b5;
    border-radius: 5px;
    text-align: center;
}
 
.ticket span {
    line-height: 33px;
}

.competition-info .item h4:first-child {
    margin-bottom: 10px;
}
.competition-info .item span {
    font-weight: 900;
    color: #ffffff;
}

.competition-info .tickets {
    width: 150px;
    height: 29px;
    margin-bottom: 8px;
    background: #E5B83B;
    border-radius: 3px;
}

.tickets button {
    color: #1C2453;
    font-size: 25px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    bottom: 10px;
}
.no_border {
    border: none!important;
}

/*Media queries*/

@media only screen and (max-width: 1100px) {
    .song-list ul {
        padding: 25px 5% 25px 12%;
    }
}
@media only screen and (max-width: 1000px) {
    .nav {
        width: 100%;
        height: 50px;
        background-color: #fff;
    }

    .mobile-trigger span {
        font-size: 20px;
    }

    .nav .hide {
        display: none;
    }

    .nav .mobile-trigger {
        display: inline-block;
        padding-left: 20px;
        font-size: 20px;
        color: #8122f0;
        box-sizing: border-box;
        text-align: left;
        z-index: 100;
        padding-top: 4px;
        position: fixed;
    }

    .nav .mobile-trigger span {
        color: #000;
        vertical-align: middle;
    }

    .nav #menu li {
        text-align: left;
        padding: 3px 0 3px 50px;
    }

    .nav #menu .support {
        display: block;
    }

    .nav #menu .support img {
        width: 100%;
    }

    .nav .language {
        display: inline-block;
        padding: 8px 20px;
        float: right;
    }

    .nav .sponsor {
        display: none;
    }

    .nav .support {
        display: none;
    }

    .main-wrap {
        width:  100%;
        margin-top: 40px;
        margin-left: 0;
    }

    .register .container .download{
        width: 200px;
    }
    #popup_notice {
        left: 0;
    }
}
@media only screen and (max-width:830px) {
    .top .competition_logo {
        top: 20px;
    }
    .top .competition_logo img {
        max-width: 100px;
    }
    .mission p {
        padding: 0;
    }

    .host p {
        width: 100%
    }

    .host img {
        width: auto;
        padding: 20px 0;
    }

    .song-list ul {
        padding: 25px;
    }

    .desktop {
        display: none;
    }

    .text .mobile {
        display: table;
    }

    .english .middle .profile {
        width: 49%;
    }
    .prize .container>div {
        font-size: 28px;
    }

    .history_row {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    .history_left {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 50px;
    }
    .history_right {
        width: 100%;
        float: none;
        text-align: center;
    }
    #popup_notice {
        left: 0;
        top: 200px;
    }
    .top button {
       margin-top: 65px;
    }

    .ticket {
        display: inline-block;
        margin-right: auto;
    }

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  {
  .top button {
     right: 32%;
  }

  .top .en button {
    right: 23%;
  }

}

@media only screen and (max-width: 600px) {
    .top button {
        font-size: 20px;
        position: relative;
        margin-top: 30px;
        left: 18%;
    }   
  
    .competition-ticket, .tickets {
       padding-left: 20px;
    }
    
}
@media only screen and (max-width: 500px) {
    .top .competition_logo {
        position: initial;
        display: block;
        margin-top: 15px;
    }

    .logo {
        display: none;
    }

    .nav .show {
        width: 205px;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .nav #menu li {
        padding-left: 30px;
    }

    .nav .language a {
        margin: 0 6px;
    }

    .text {
        padding: 30px 15px;
    }

    .time {
        padding: 50px 0;
    }

    .prize {
        padding: 50px 0px;
    }

    .prize p {
        padding: 15px;
    }

    .prize .container p {
        padding: 0 15px 20px;
    }

    .top {
        background-image: url('../images/2025_vocal_zh_mobile.jpg');
        background-position: top center;
        background-repeat: no-repeat;
        width: auto;
        height: 643px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}

    @supports (background-image: image-set(url("../images/2025_vocal_zh_mobile.webp") type("image/webp"))) {
        .top {
            background-image: url('../images/2025_vocal_zh_mobile.webp');
        }
    }


    .gb .top {
       background-image: url('../images/2025_vocal_zh_mobile.jpg');
    }
    @supports (background-image: image-set(url("../images/2025_vocal_zh_mobile.webp") type("image/webp"))) {
        .gb .top {
            background-image: url('../images/2025_vocal_zh_mobile.webp');
        }
    }

    .english .top {
       background-image: url('../images/2025_vocal_en_mobile.jpg');
    }

    @supports (background-image: image-set(url("../images/2025_vocal_en_mobile.webp") type("image/webp"))) {
        .english .top {
            background-image: url('../images/2025_vocal_en_mobile.webp');
        }
    }

    .top > div {
        padding-top: 84%;
    }

    .top div:last-child {
        padding-left: 20%;
    }
    .top .competition_logo {
        padding-left: 30%;
    }
    .middle {
        background-image: linear-gradient(to bottom, #ffffff, #ffefe2 12%, #ffead9 68%, #ffffff);
    }

    .middle .logo {
        display: block;
        margin-top: 40px;
    }

    .middle .container {
        width: 100%;
        padding: 20px;
    }

    .middle .profile {
        display: inline-block;
        width: 49%;
    }

    .middle .profile:nth-of-type(5) {
        display: block;
        width: 100%;
    }

    .middle .profile:nth-of-type(5) div {
        display: inline-block;
        width: 49%;
        padding-left: 10px;
        vertical-align: top;
    }

    .song-list ul {
        padding: 25px 10px;
    }

    .register .container {
        padding-left: 0;
    }

    .register .container .download {
        width: 90%;
        margin: 5px auto;
    }
    
    .text .sign-up {
        padding: 15px 0;
        width: 90%;
    }

    .prize .container>div {
        display: block;
        width: 96%;
        margin: 10px auto;
        padding: 20% 9%;
        float: none;
    }

    .lastline {
        width: 100%;
        max-width: none;
    }
    .english .top div:first-child {
        padding-bottom: 89%;
        padding-top: 10%;
    }

}

