@charset "utf-8";
input::-webkit-input-placeholder{color:#919191!important}
input{outline:medium;}

body{
    background: url("../images/bg.jpg") center top no-repeat;
}
.top{
    background-color: #333333; height: 55px; text-align: center; font-size: 18px; color: #fff; line-height:50px;
}

.top p{
    display: inline-block; color: #d1b55c; font-weight: bold; font-size: 23px;    position: relative;
    top: -17px;
}
.top p img{
    position: relative; top: -3px;
}
.top .msg{
    display: inline-block; line-height: 52px; position: relative; top: 0px;
}

.logo{
    text-align: center; margin-top:20px; margin-bottom: 15px;
}

.content{
    width: 745px; height: 548px; background-color: #ffffff; border-radius: 20px; margin: 0 auto; font-family: '微软雅黑';
}
.content .red{
    font-size: 26.74px; color: #d91f1f; text-align: center; font-weight: bold; line-height: 40px; margin-bottom: 10px; padding-top:25px;
}
.content .fonts{
    font-size: 18px;  color: #333333; text-align: center;
}

.content .bule{
    padding-top: 25px; text-align: center;
}
.content .bule a{
     color: #1251c1; font-weight: bold;  font-size: 18px;
}

.content .list{
    margin-top: 15px;
}

.content .list li{
    background-color: #333333; border-radius: 30px; width: 465px; height: 40px; line-height: 40px; text-align: center; margin: 0 auto; margin-bottom: 8px;
}

.content .list li a{
    color: #fff; font-size: 18px;
}

.content .list span{
    color: #fcff00;
}

.appText{
    font-size: 26px; width: 320px; margin-left: 40px; margin-top: 10px;
    float: left;
}

.appText .app1{
    color: #fd1854; margin-bottom: 5px; margin-top: 5px; font-weight: bold;
}
.appText .app2{
    color: #333333; font-size: 20px;
}
.appText a{
    display: block; width: 100%; height: 100%;
}
.appText span{
    display: block; float: left;
}
.appText img{
    display: block; float: left; margin-right: 10px;
}

.btns{
    background: url("../images/btn.png") no-repeat center top; width: 268px; height: 52px; display: block; float: left;    margin-left: 50px;
    margin-top: 16px;
}

.gg{    width:600px;}
.gg .ggtext a{ color: #fff}

.footer{
    text-align: center; color: #707070; line-height: 100px;
}
