﻿body {
    width:100%;
    height:100%;
    margin:0px;
    font-family:'微软雅黑';
}

a,a:hover,a:visited,a:active{
    color:#fff !important;
    text-decoration:none !important;
}

#div_banner{
    background-image:url(/Share/images/share_web/bg.png);
    height:520px;
    background-size:cover;
    border:1px solid #ff0000;
}

.div_content{
    width:860px;
    /*border:1px solid;*/
    margin:0 auto;
}

#img_logo{
    float:left;
    margin-top:20px;
}

/*首页链接*/
#lnk_home{
    float:right;
    margin-top:35px;
    font-size:24px;
    letter-spacing:5px;
}

#div_intro{
    width:80%;
    margin:10px auto;
}

#img_intro{
    margin-top:40px;
}

/*下载按钮外层div*/
#div_download{
    width:160px;
    float:right;
    position:relative;
    top:-124px;
    /*border:1px dashed;*/
}

/*下载按钮*/
.div_button{
    width:160px;
    height:46px;
    background-size:100% 100%;
    margin-bottom:14px;
    border-radius:23px;
    cursor:pointer;
}

#btn_iphone{
    background-image:url(../images/share_web/iPhone-download.png);
}

#btn_android{
    background-image:url(../images/share_web/Android-download.png);
}

/*第一行*/
#div_line1 {
    background-color: #d6ebeb;
    /*border:1px solid;*/
}

.div_text{
    float:left;
    margin-top:80px;
    width:550px;
    /*border:1px solid;*/
}

.p_title{
    font-size:32px;
    color:#555;
    font-weight:bold;
    letter-spacing:20px;
    /*border:1px solid;*/
}

.p_content{
    font-size:21px;
    color:#333;
    letter-spacing:5px;
    /*border:1px solid;*/
}

#p_content_1{
    margin-top:30px;
    text-align:left;
}

#img_1{
    /*border:1px solid;*/
    margin-top:-64px;
    position:relative;
    left:32px;
    width:310px;
}

/*第二行*/
#div_line2{
    border:1px solid #d6daeb;
    background-color:#d6daeb;
}

#img_2{
    float:left;
    margin-top:-40px;
    position:relative;
    left:-25px;
}

.div_text_r{
    margin-top:80px;
    margin-bottom:54px;
    position:relative;
    left:38px;
}

#p_title_2{
    text-align:left;
}

#p_content_2{
    margin-top:30px;
    text-align:left;
}

/*第三行*/
#div_line3{
    background-color:#f9dccb;
}

.div_text_3{
    float:left;
    margin-top:80px;
    width:360px;
    /*border:1px solid;*/
}

#img_3{
    margin-top:60px;
    position:relative;
    left:52px;
}

.img_title{
    font-size:26px;
    font-weight:bold;
    position:relative;
    top:100px;
    left:90px;
    color:#444;
}

/*页脚*/
#div_foot{
    border :1px solid #ff0000;
    background-color:#ff0000;
    /*height:60px;*/
}

#div_foot p{
    color:#fff;
    text-align:center;
    font-size:16px;
}

#p_beian{
    padding-top:40px;
}

#p_copyright{
    padding-bottom:20px;
}


/*下载框*/
.down_title{
    color:#666;
    width:80%;
    margin:0 auto;
    text-align:center;
    line-height:35px;
}

/*下载对话框左列表*/
.ul_down{
    margin-top:40px;
    float:left;
    font-size:20px;
    color:#666;
    line-height:40px;
    margin-bottom:60px;
}

.color_red{
    color:red;
}

#img_code_iphone{
    width:170px;
    margin-top:40px;
    margin-left:30px;
}

#img_code_android{
    width:170px;
    margin-top:20px;
    margin-left:85px;
}

.close_btn{
    float:right;
    background-image:url(../images/share_web/close.png);
    width:40px;
    height:40px;
    background-size:100% 100%;
    background-color:#fff;
    border:0px;
}

.btn_down{
    font-size:16px;
    color:#fff;
    padding:5px 20px 5px 20px ;
    border-radius:25px;
    margin-left:25px;
}

.bk_red{
    background-color:#e20e0e;
}

.bk_yellow{
    background-color:#ffa800;
}

#div_down_android_bar{
    margin-bottom:80px;
    margin-left:30px;
}