body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, div, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting  elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}
body{
    font-family: "microsoft yahei", Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: white;
}

.right{
    float: right;
}
.left{
    float: left;
}

.bg,.bg img{
    width: 100%;
    display: block;
    min-width: 1200px;
    height: 5350px;
}
.cont{
    position: absolute;
    top: 0;
    left: 0;
    height: 5350px;
}
.cont_cont{
    margin: 0 auto;
    width: 1200px;
    /*width: 1200px;*/
    overflow: hidden;
}
.introduction{
    width: 50%;
    color: white;
    line-height: 45px;
    min-width: 700px;
    margin: 100px auto;
    font-size: 21px;
    letter-spacing: 1px;
}
.log_img{
    margin: 50px;
}
.cont_div{
    margin-top: 100px;
    text-align: center;
}
.slogan{
    width: 380px;
    padding-bottom: 50px;
}
.cont_img{
    width: 165px;
    margin-right: 40px;
}
.cont_zero{
    margin-right: 0;
}

/*聊天室*/
.chat_room{
    position: relative;
    top: 200px;
}
.chat_room_font{
    color: white;
    position: absolute;
    left: 0;
    top: 50px;
    text-align: left;
    line-height: 75px;
    width: 700px;
    z-index: 2;
}
.chat_room_img{
    width: 130px;
    position: absolute;
    left: 244px;
}
.big_title{
    font-size: 55px;
    letter-spacing: 5px;
}
.small_cont{
    font-size: 40px;
    letter-spacing: 5px;
}
.chat_phone_img{
    /*width: 560px;*/
}

/*听歌*/
.heard_song_font{
    position: absolute;
    top: 0;
    width: 400px;
    text-align: right;
    color: white;
    z-index: 2;
    right: 75px;
}
.heard_song_img{
    width: 130px;
    position: absolute;
    right: 0px;
    top: -70px;
}
/*陪伴*/
.company_img{
    left: 190px;
    top: -20px;
}
/*CP主页*/
.cp_home_width{
    text-align: left;
    width: 410px;
}
.cp_home{
    right: 150px;
    top: -30px;
}
.fifty{
    padding: 90px 0;
}

/*底部*/
.bottom{
    background: #341965;
    width: 100%;
    min-width: 1200px;
    height: 100px;
    color: #B0AABE;
    text-align: center;
}
.bottom ul{
    padding: 25px 0 10px 0;
}
.bottom ul li{
    display: inline-block;
    padding: 0 5px;
}
.bottom a{
    color: #B0AABE;
}
.bottom a:hover{
     color: white;
 }
