
/* CSS Document */


.strokeSelect{
    visibility: visible !important;
}
.mcMainBk{
	letter-spacing: 0.15vw;
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    z-index: 1000;

}
.mcMain{
    position: absolute;
   /* top: 50%;
     left: 50%;
    transform: translate(-50%, -50%);
    */
    background: #000;
    z-index: 0;
}
.mcMain_fire{
    width:100vw;
    height:100vh;
	
}
.mcContent{
    position: relative;
    left:0;
    width: 100vw;
    z-index: 10;
    padding-bottom: 3vw;
    display: inline-block;
      -webkit-mask-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 2% );
    mask-image: linear-gradient(to top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 2%);
	margin-top: 3vw;
	
    
}
.mcContentMenu{
    position: absolute;
    left:0;
    width: 100vw;
    height:2.5vw;
    z-index: 10;
    display: inline-block;
    border-bottom: 1px solid #303030;
	top:0;
    
}
.mcMenuHolder{
    position: relative;
    width:80vw;
    height:4vw;
    margin-left: 7.20vw;
}
.mcContentTopSep{
    position:relative;
    width:100vw;
    height:0vw;
}
.mcContentHolder{
    position: relative;
    left:0;
    width: 100vw;
    z-index: 10;
   /*  -webkit-mask-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 3%, rgba(0,0,0,1) 10% );
    mask-image: linear-gradient(to top,  rgba(0,0,0,1) 3vw, rgba(0,0,0,1) 100%);*/
    
}
/*.mcPicContainer{
    position: relative;
    width:50vw;
    height:26.29vw;
    left:0;
    z-index: 0;
    display: inline-block;
    margin-top: 3vw;
    
}*/
.mcPicContainer{
position: absolute;
    width: 81vw;
    height: 45.29vw;
    z-index: 0;
    top: 0;
    right: 0;
}
.mcPicVideoContainer{
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
}
.mcBlackPlate, .mcBlackPlate_match{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0,0.8);
    z-index: 100;
}
/*.mcPicMaskV{
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
     -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100% );
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%); 
}
.mcPicMaskH{
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100% );
     mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,1) 100%); 
}
*/
.mcPicMaskV{
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
     -webkit-mask-image: -webkit-linear-gradient(top,  rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100% );
    mask-image: linear-gradient(to bottom,  rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); 
}
.mcPicMaskH{
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
    -webkit-mask-image: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50% );
     mask-image: linear-gradient(to right,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50% ); 
}

.mcPic{position: absolute;
    width:100%;
    height:100%;
    z-index: 2;
}

.mcTextContainer{
    position: relative;
    width: 55vw;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 3vw;
}
.mcTextContent{
    position: relative;
    width: 100%;
    height: 22.5vw;
    transition-delay: 20ms;
}
.mcContentTextSelect{
    opacity:0;
    transition-delay: 0ms !important;
}
.mcContentSelect{
   -webkit-transition: transform 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    -moz-transition: transform 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    -o-transition: transform 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transition: transform 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    transform: perspective(50px) translate3d(0,-25vh,0) !important;
}
.mcFixContent{
	transform:translate3d(0,-14vh,0) !important;
}
.mcLogo{
       position: relative;
    width: 100%;
    height: 3.8vw;
    z-index: 1;
    margin-left: 5.20vw;
    
}
.mcTitle{
       position: relative;
    font-size: 2.5vw;
    width: 100%;
    height: 2.81vw;
    z-index: 1;
    margin-left: 5.20vw;
    line-height: 2.5vw;
	white-space: nowrap;
	
}
.mcInfo{
    position: relative;
    font-size: 1.041vw;
    width: 100%;
    height: 1.56vw;
    z-index: 1;
    margin-bottom: 1.6vw;
    margin-left: 5.20vw;
}
.mcSynapse{
    position: relative;
    font-size: 1.65vw;
    width: 100%;
    min-height: 7vw;
    margin-bottom: 2vw;
    z-index: 1;
    margin-left: 5.20vw;
}
.mcButtonsContainer{
    position: relative;
    width:100%;
    height: 3.020vw;
    z-index: 1;
    margin-left: 5.20vw;
}
.mcButtonsContainer_match {
       position: absolute;
    width: auto;
    height: 5.02vw;
    z-index: 1;
    margin-left: 0;
    top: 18vw;
    transform-origin: -21% 0%;
    transform: perspective(10vw) translate3d(-50%,0,2vw);
    left: 50%;
}
.mcStripsContainer{}
.mcButton{
    width:3.125vw;
    height:3.125vw;
    display: block;
    margin-right: 2vw;
    z-index: 1;
	float: left;
}
.mcbIconBk{
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #3B3B3B;
    border-radius: 50%;
    z-index: 0;
    transform: perspective(50px) translate3d(0,0,0);
    border: rgba(0,0,0) 2px solid;
}
.mcbIconBkSelect{
    transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.575) !important;
	-webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.575) !important;
    transform: perspective(50px) translate3d(0,0,10px);
}
.mcbIconPic{
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 50%;
    z-index: 1;
}
.mcButtonTextImg{
   position: relative;
    bottom: -1vw;
    height: 1.718vw;
    text-align: center;
    width: 10vw;
    font-size: 1.40vw;
    z-index: 2;
    opacity: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.mcButtonTextSelect{
    opacity:1;
}
.mcButtonText{
    width:auto;
    height:1.718vw;
    display: inline-block;
    margin-right: 5.5vw;
    font-size: 1.40vw;
    z-index: 1;
}
.mcSectionContainer{
    position: relative;
    top:0;
    left:0;
    display:none;
    min-height: 30vw;
}
.mcSelectSection{
    display:block;
}
.mcbStroke{
position: absolute;
    height: 0.15vw;
    width: 2.5vw;
    background: rgb(58, 245, 177);
    top: -0.5vw;
    left: 0;
    z-index: 0;
    transform: translate(-50% 0);
    visibility:hidden;
}
.mcHeader{
    width:100%;
    height: 10vw;
    position: absolute;
    top:0;
    left:0;
    z-index: 999999;
}
.mediacardHeadBut{
  osition: relative;
    color: #fff;
    width: 4vw;
    height: 10vw;
    font-size: 2.5vw;
    margin-left: 2vw;
    margin-top: 1vw;
}
.mc_TopPicHolder {
    position: absolute;
    top: 50%;
    left: 2.20vw;
    transform: translate(0%, -50%);
    width: 15vw;
    height: 13vw;
    z-index: 0;
}
.mc_TopPicHolderPerson {
    position: absolute;
    top: 50%;
    left: 1vw;
    transform: translate(0%, -54%);
    width: 17vw;
    height: 22vw;
    z-index: 0;
    margin-bottom: 2vw;
}
.mc_topPicContainer {
    position: relative;
    width: 20vw;
    height: 24vw;
    z-index: 1;
	display: inline-block;
	float: left;
}
.mc_topPicContainerPerson {
    position: relative;
    width: 17vw;
    height: 23vw;
    z-index: 1;
    display: inline-block;
    margin: 3.2vw;
    margin-right: 7.2vw;
	margin-left: 4.5vw;
    margin-bottom: 5vw;
}
.mc_topContent {
    position: relative;
    height: 30vw;
     width: 100vw; 
    display: flex;
    z-index: 10;
}
.mc_topContentPersonLeft {
    position: relative;
    height: auto;
    width: 41vw;
    z-index: 10;
    float: left;
}
.mc_topContentPersonRight {
    position: relative;
    height: auto;
    width: 54vw;
    z-index: 10;
    float: left;
    text-align: center;
    top: 0;
}
.mc_blockText{
	position: relative;
    width: 69vw;
    height: 30vw;
    z-index: 1;
	display: inline-block;
	text-align: center;
}
.mc_blockTextPerson {
    position: relative;
    width: 36vw;
    height: 30vw;
    z-index: 1;
    display: block;
    margin-left: 4.2vw;
	margin-top: 2vw;
}
.mc_btTitle{
	position: relative;
    width: auto;
    margin-top: 7vw;
    font-size: 3vw;
	margin-bottom: 0.5vw;
	    text-shadow: 1px 1px 2px #000;
	font-family: _bold;
}
.mc_btTxt{
	position: relative;
    width: auto;
    height: 10vw;
    z-index: 1;
	display: inline-block;
	font-size: 1.65vw;
	font-family: _bold;
	    text-shadow: 1px 1px 2px #000;
	
}
.mc_btTxtPerson {
   position: relative;
    width: 10vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.65vw;
    font-family: _medium;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    left: 0vw;
    top: 0;
    display: inline-block;
    white-space: nowrap;
}
.mc_btValPerson {
   position: relative;
    width: auto;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.65vw;
    font-family: _light;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    left: 0vw;
    top: 0;
    display: inline-block;
    white-space: nowrap;
}
.smc_holderR{
    position: relative;
    width: 2vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.65vw;
    font-family: _bold;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    left: 0vw;
    top: 0;
	display: inline-block;
}
.mc_namePerson{
    position: absolute;
    font-size: 1.4vw;
    white-space: nowrap;
    font-family: _medium;
    text-shadow: 1px 1px 2px #000;
    bottom: -2.5vw;
    width: 100%;
    text-align: center;
    height: 1.8vw;
    line-height: 1.8vw;
    vertical-align: middle;
}
.mc_blockText_match {
    position: relative;
    width: 39vw;
    height: 30vw;
    z-index: 1;
    display: block;
    float: left;
}
.mc_btTxt_match {
    position: relative;
    width: auto;
    height: 4vw;
    z-index: 1;
    font-size: 3.5vw;
    text-align: center;
    font-family: _bold;
    text-shadow: 1px 1px 2px #000;
    line-height: 4.5vw;
    vertical-align: middle;
}
.mc_btTitle_match {
    position: relative;
    width: auto;
    margin-top: 4vw;
    font-size: 2.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
	white-space: nowrap;
	font-family: _bold;
	text-shadow: 1px 1px 2px #000;
	
}
.mc_btDate_match {
    position: relative;
    width: auto;
    margin-top: 1vw;
    font-size: 1.8vw;
    text-align: center;
    white-space: nowrap;
    font-family: '_light';
    text-shadow: 1px 1px 2px #000;
}
.mc_blockText_match {
    position: relative;
    width: 60vw;
    height: 24vw;
    z-index: 1;
    display: block;
    float: left;
}
.mc_topContent_match {
    position: relative;
    height: 28vw;
    width: 100vw;
    /* display: flex; */
    z-index: 10;
	transform: perspective(10vw) translate3d(0,0vw,0vw) !important;
}
.matchTopZoom{
	transform: perspective(10vw) translate3d(0,-5vw,-5vw) !important;
}
.matchButtonTopZoom{
	opacity:0;
}
.matchTopTextZoom{
	transform: translateY(5vw) !important;
}

.smc_contentRtitle{
	position: absolute;
    width: 20vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 2.2vw;
	font-family: _medium;
	text-shadow: 1px 1px 2px #000;
	text-align: left;
	right:2vw;
	top:0;
}
.smc_holder {
    position: relative;
    width: 1vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.65vw;
    font-family: _medium;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    line-height: 3.1vw;
    margin-left: 28vw;
}
.smc_Rtitle {
    position: absolute;
    width: 20vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.65vw;
    font-family: _medium;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    right: 2vw;
    top: 0;
    vertical-align: middle;
    line-height: 3.1vw;
}
.smc_Rtxt {
    position: absolute;
    width: 20vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.5vw;
    font-family: _light;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    left: 4vw;
    top: 0;
    vertical-align: middle;
    line-height: 3.1vw;
}
.smcPContainer {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    height: auto;
    left: 0;
    top: 0;
    margin: auto;
    margin-top: 2vw;
    position: relative;
}
.smc_holderTeam {
    position: relative;
    width: 1vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.65vw;
    font-family: _medium;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    /* margin: auto; */
    vertical-align: middle;
    line-height: 3.2vw;
    margin-left: 26vw;
}
.smcPContainerTeam {
    width: 44vw;
    float: left;
    text-align: center;
    display: block;
    height: auto;
    left: 0;
    top: 0;
    margin: left;
    margin-top: 2vw;
    margin-left: 4vw;
}
.smc_RtitleTeam {
    position: absolute;
    width: 22vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.65vw;
    font-family: _medium;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    right: 2vw;
    top: 0;
    vertical-align: middle;
    line-height: 3.2vw;
}
.smc_RtxtTeam {
    position: absolute;
    width: auto;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.5vw;
    font-family: _light;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    left: 2vw;
    top: 0;
    vertical-align: middle;
    line-height: 3.2vw;
}
.smc_holderMstat {
    position: relative;
    width: auto;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.65vw;
    font-family: _medium;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    line-height: 3.3vw;
}
.smcPContainerMstat {
    width: 100vw;
   
    text-align: center;
    display: block;
    height: auto;
    left: 0;
    top: 0;
    margin: left;
    margin-top: 0vw;
}
.smc_RtitleMstat {
    position: absolute;
    width: 10vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.5vw;
    font-family: '_light';
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    /* left: 5vw; */
    top: 0;
    vertical-align: middle;
    line-height: 3.3vw;
    text-align: right;
}
.smc_RtxtMstat {
    position: absolute;
    width: 11vw;
    height: 3.2vw;
    z-index: 1;
    font-size: 1.5vw;
    font-family: _light;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    right: 0;
    top: 0;
    vertical-align: middle;
    line-height: 3.3vw;
}
.smc_row {
    padding-bottom: .3vw;
    height: 3.3vw;
    width: 74vw;
    margin: auto;
    padding-top: .4vw;
}
.smc_rowTeam {
    padding-bottom: .3vw;
    height: 3.3vw;
    width: 100%;
    margin: auto;
    padding-top: .4vw;
}
.smc_rowTeamPerson {
    padding-bottom: .3vw;
    height: 3vw;
    width: 100%;
    margin: auto;
    padding-top: .4vw;
    /* padding-left: 2vw; */
}
.smc_rowBk{
	/*background: rgba(255,255,255,0.05);*/
	background: rgba(255,255,255,0.05);
}
.mcQpCom{
	position: absolute;
    top: 22vw;
    right: 39.2vw;
    width: 20vw;
    height: 20vw;
}
.qrBoxMc {
    position: absolute;
    width: 12vw;
    height: 12vw;
    top: -2.5vw;
    right: 0vw;
    z-index: 10000;
    background: #fff;
    padding: 0.5vw;
    display: none;
}
.qrTextMc {
        position: absolute;
    top: 3vw;
    font-size: 1.4vw;
    right: 16vw;
    text-align: center;
    color: #FFF;
    z-index: 2;
    width: 25vw;
    font-family: _bold;
    color: #c5c5c5;
    text-align: right;
}
.qrMediacard {
    position: relative;
    width: 100%;
    height: 100%;
    color: #c5c5c5;
    top: 0;
    left: 0vw;
    text-align: left;
    float: left;
}
.mcAdv{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 10;
	background: rgba(0,0,0,1.00);
}
.mcadvPic{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 10;
}
.mcAdvQr{
	position: absolute;
    width: 27vw;
    height: 27vw;
    top: 23vw;
    left: 36vw;
    z-index: 11;
    padding: 1vw;
    background: #fff;
}