html,
body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "PorscheNextTT-Regular", "SimHei", "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 12px;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #c7c7c7;
    text-decoration: none;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

/*p {*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*}*/

@font-face {
  font-family: 'simhei_porsche';
  src: url('../fonts/simhei_porsche.eot');
  src: url('../fonts/simhei_porsche.eot?#iefix') format('embedded-opentype'), url('../fonts/simhei_porsche.woff2') format('woff2'), url('../fonts/simhei_porsche.woff') format('woff'), url('../fonts/simhei_porsche.ttf') format('truetype'), url('../fonts/simhei_porsche.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'PorscheNextTT-Bold';
  src: url('../fonts/PorscheNextTT-Bold.eot');
  src: url('../fonts/PorscheNextTT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PorscheNextTT-Bold.woff2') format('woff2'), url('../fonts/PorscheNextTT-Bold.woff') format('woff'), url('../fonts/PorscheNextTT-Bold.ttf') format('truetype'), url('../fonts/PorscheNextTT-Bold.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'PorscheNextTT-Regular';
  src: url('../fonts/PorscheNextTT-Regular.eot');
  src: url('../fonts/PorscheNextTT-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PorscheNextTT-Regular.woff2') format('woff2'), url('../fonts/PorscheNextTT-Regular.woff') format('woff'), url('../fonts/PorscheNextTT-Regular.ttf') format('truetype'), url('../fonts/PorscheNextTT-Regular.svg#glyphicons_halflingsregula') format('svg');
}

body{
    background-image: url('../img/live2/index_bg.png');
    background-size: 100% 100%;
}
.site-wrapper {

  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);*/
  /*box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);*/
}
.index-img{
    display: block;
    margin: 0 auto;
    padding-top: 15vh;
}
.site-wrapper-inner {
  display: table-cell;

  vertical-align: middle; 
}
.site-wrapper-inner {
    /* Start the vertical centering */
  }
.cover-container {
  margin-right: auto;
  margin-left: auto;
  width: 700px;
}
.masthead {
    width: 100%;
    position: absolute;
    top: 40px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.masthead span{
    font-family: 'PorscheNextTT-Bold';
}
.masthead p{
    font-size: 18px;
	/*font-family: 'PorscheNextTTBold';*/
	font-family:"PorscheNextTT-Bold";
	margin-bottom: 0;
}
.mastfoot {
    width: 100%;
    color: #FFFFFF;
    /*font-size: 18px;*/
    text-align: center;
    position: fixed;
    bottom: 30px;
}
.mastfoot .mastfoot-text2{
    padding-top: 10px;
    font-family: 'PorscheNextTT-Regular';
}
.mastfoot .mastfoot-text2 span{
    font-family: 'PorscheNextTT-Bold';
}
.welcome{
    display: block;
	margin: 20px auto 30px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	font-family: 'PorscheNextTT-Regular';
}
.login-in{
	display: block;
	margin: 20px auto 30px;
	width: 320px;
	height: 47px;
	line-height: 45px;
	font-size: 20px;
	color: #FFFFFF;
	background: url('../img/live2/index_button.png') no-repeat;
    background-size: 100% 100%;
	text-align: center;
	font-family: 'PorscheNextTT-Regular';
}
.login-in span{
    font-family: 'PorscheNextTT-Regular';
}
.masthead .Welcome{
    font-family: 'PorscheNextTT-Regular';
    color: rgb(27,68,90);
}
.mastfoot-text1{
    /*font-family: "simhei_porsche";*/
    font-family: "黑体", SimHei, sans-serif;
}
.mastfoot-text1 span{
    font-family: 'PorscheNextTT-Bold';
}

.site-logo{
	width: 75px;
	height: 75px;
	margin: 10px auto;
}
.site-logo img{
    /*width: 80px;*/
	height: 80px;
}

@media only screen and (max-width: 479px)  { 
    body{
        background-image: url('../img/live2/index_bg_h5.png');
        background-size: 100% 100%;
    }
    .index-img{
        width: 70vw;
        padding-top: 20vh;
    }
    .masthead{
        top: 30px;
    }
    .login-in{
        width: 200px;
        height: 29.375px;
        line-height: 37px;
        font-size: 16px;
        margin: 10px auto 20px;
    }
    .mastfoot{
        font-size: 13px;
        bottom: 60px;
    }
    .site-logo{
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    body{
        background-image: url('../img/live2/index_bg_h5.png');
        background-size: 100% 100%;
    }
    .index-img{
        width: 70vw;
        padding-top: 20vh;
    }
    .masthead{
        top: 40px;
    }
    .login-in{
        width: 180px;
        height: 32px;
        line-height: 37px;
        font-size: 16px;
        margin: 10px auto 20px;
    }
    .mastfoot{
        font-size: 13px;
        bottom: 60px;
    }
    .site-logo{
        margin-bottom: 20px;
    }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) { 
    body{
        background-image: url('../img/live2/index_bg_h5.png');
        background-size: 100% 100%;
    }
    .index-img{
        width: 60vw;
        max-width: 400px;
        padding-top: 19vh;
    }
    .back-img{
    }
    .login-container{
        width: 700px;
    }
    .last-tiem{
        width: 95%;
    }
    .masthead{
        font-size: 34px;
    }
    .masthead p{
        font-size: 34px;
    }
    .mastfoot{
        font-size: 14px;
    }
    .site-logo{
        margin-bottom: 20px;
    	/*position: fixed;*/
    	/*bottom: 80px;*/
    	/*left: 100px;	*/
    }
    /*.site-logo img{*/
    /*	width: 100px;*/
    /*	height: 100px;*/
    /*}*/
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) { 
    body{
        background-image: url('../img/live2/index_bg_h5.png');
        background-size: 100% 100%;
    }
    .index-img{
        width: 60vw;
        max-width: 450px;
        padding-top: 17vh;
    }
    .login-container{
        width: 700px;
    }
    .last-tiem{
        width: 95%;
    }
    .masthead{
        font-size: 36px;
    }
    .masthead p{
        font-size: 36px;
    }
    .mastfoot{
        font-size: 16px;
    }
    .site-logo img{
    	/*width: 100px;*/
    	height: 120px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
    body{
        background-image: url('../img/live2/index_bg.png');
        background-size: 100% 100%;
    }
    .index-img{
        width: 30vw;
        max-width: 500px;
        padding-top: 15vh;
    }
    .login-container{
        width: 700px;
    }
    .last-tiem{
        width: 95%;
    }
    .masthead{
        font-size: 36px;
    }
    .masthead p{
        font-size: 36px;
    }
    .mastfoot{
        font-size: 18px;
        bottom: 5vh;
    }
    .site-logo img{
    	/*width: 100px;*/
    	height: 120px;
    }
}

