/**
    pxfaizy
    2018-01-31
*/

* {padding:0;margin:0;border-spacing:0;outline:0;}
a {text-decoration:none;}
img {border:none;}
body {font-family:inherit;background:#fff;}
ul li {list-style:none;}
em,i {font-style:normal;}

/*PC*/
.main {width:100%;height:100%;min-height:738px;position:absolute;top:0;left:0;background:url('../images/bg.png')no-repeat center;}
.main > span {width:100%;position:absolute;left:0;bottom:70px;text-align:center;font-size:36px;line-height:1em;color:#bdbcbd;}
.main > span > a {color:#fc5f4e;}
.main > p {width:412px;position:absolute;top:50%;left:50%;z-index:2;overflow:hidden;}
.main > p > a {width:100%;height:78px;float:left;margin-top:30px;opacity:0;}
.main > p > a + a {margin-top:20px;}

/*WAP*/
@media screen and (max-width:750px) {
    .main {min-height:11rem;background:url('../images/wap_bg.png')no-repeat center;background-size:7.5rem;}
    .main > span {top:50%;margin-top:4.9rem;font-size:0.36rem;}
    .main > p {width:4.1rem;margin-left:-2.05rem;}
    .main > p > a {height:0.78rem;margin-top:2.84rem;}
    .main > p > a + a {margin-top:0.22rem;}
}