body,html{
    width:100%;
    height:100%;
}
#main{
    width:100%;
    height:100%;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
/*头部*/
#main .header{
    position:relative;
    width:100%;
    height:50px;
    background:#00cc99;
}

#main .header .tle{
    width:100%;
    height:100%;
    line-height:50px;
    text-align:center;
    font-size:18px;
    color:#fff;
}

#main .header img{
    position:absolute;
    top:30%;
    right:5%;
    width:6%;
    height:20px;
}

#main .content{
    position:relative;
    -webkit-box-flex:1;
    background:#fffef9;
    overflow-y: scroll;
}
#main .content .con_head{
    width:90%;
    margin:0 auto;
    height:auto;
}
#main .content .con_head h1{
    width:100%;
    line-height:22px;
    font-size:16px;
    margin-top:10px;
}
#main .content .con_head span{
    display:block;
    width:70px;
    height:25px;
    border:1px solid #00cc99;
    color:#00cc99;
    text-align:center;
    line-height:25px;
    font-size:12px;
    border-radius:30px;
    margin-top:15px;
}
#main .content .con_head dl{
    width:100%;
    margin-top:15px;
}
#main .content .con_head dl dt{
    float:left;
    width:40px;
    height:40px;
    margin-right:10px;
}
#main .content .con_head dl dt img{
    width:100%;
    height:100%;
}

#main .content .con_head dl dd b{
    font-size:14px;
    font-weight:normal;
}

#main .content .con_head dl dd p{
    font-size:12px;
    color:#6b6b6b;
}

#main .content .con_first{
    width:100%;
    height:auto;
    margin:20px auto;
}
#main .content .con_first p {
    width:95%;
    margin:0 auto;
    line-height:22px;
    font-size:14px;
    text-indent:22px;
}
#main .content .con_first span{
    font-size:14px;
    color:#ff2626;
}

#main .content .con_first img{
    width:100%;
    margin-top:10px;
}
#main .content .con_second{
    width:95%;
    margin:0 auto;
}
#main .content .con_second .send_tit{
    width:30%;
    height:20px;
}
#main .content .con_second h1{
    font-size:14px;
    margin-top:10px;
    line-height:25px;
    color:#ff0000;
}
#main .content .con_second p{
    font-size:14px;
    text-indent:22px;
    line-height:22px;
    margin-top:10px;
}
#main .content .con_second .send_img{
    width:100%;
    margin-top:15px;
}

#main .content .con_third{
    width:95%;
    margin:20px auto;
}
#main .content .con_third .third_til{
    width:30%;
    height:20px;
}
#main .content .con_third p{
    font-size:14px;
    line-height:22px;
    text-indent:22px;
    margin-top:15px;
    margin-bottom:15px;
}
#main .content .con_third p span{
    color:#ff0000;
}
#main .content .con_third p b{
    font-size:16px;
}
#main .content .con_third .third_img{
    width:100%;
}

#main .content .con_fourth{
    width:95%;
    margin:0 auto;
}
#main .content .con_fourth h1{
    height:40px;
    font-size:16px;
    color:#ff0000;
    line-height:40px;
}
#main .content .con_fourth ul{
    width:100%;
    margin-top:10px;
}
#main .content .con_fourth ul li{
    font-size:14px;
    width:100%;
    height:40px;
    line-height:20px;
    margin-top:10px;
}
#main .content .con_fourth p{
    font-size:14px;
    color:#ff0000;
    font-weight:bolder;
    margin-top:10px;
}
#main .content .con_fourth img{
    width:100%;
    margin-top:20px;
}
#main .content .con_fourth h2{
    font-size:16px;
    margin-top:25px;
}
#main .content .con_fourth span{
    display:block;
    font-size:14px;
    color:#ff0000;
    margin-top:15px;
}
#main .content .con_fifth{
    width:95%;
    margin:25px auto;
    position:relative;
}
#main .content .con_fifth img{
    display:block;
    width:40%;
    margin-left:13%;
}
#main .content .con_fifth p{
    position:absolute;
    right:10%;
    font-size:12px;
    bottom:0;
}
#main .content .con_fifth p span{
    font-size:14px;
    color:#00cc99;
}

#main .content .con_sixth{
    width:100%;
    background:#fff;
    margin:20px auto;
}
#main .content .con_sixth dl{
    width:95%;
    display:-webkit-box;
    border-bottom:1px solid #ccc;
    margin:15px auto;
}
#main .content .con_sixth dl dt{
    width:50px;
    height:50px;
    margin-right:5px;
}
#main .content .con_sixth dl dt img{
    width:80%;
    height:80%;
}

#main .content .con_sixth dl dd:nth-of-type(1){
    -webkit-box-flex:1;
    padding-bottom:10px;
}
#main .content .con_sixth dl dd:nth-of-type(1) span{
    font-size:12px;
    color:#949494;
}
#main .content .con_sixth dl dd:nth-of-type(1) p{
    font-size:14px;
    color:#000;
}
#main .content .con_sixth dl dd:nth-of-type(1) b{
    font-size:12px;
    color:#949494;
    font-weight:normal;
}

#main .content .con_sixth dl dd:nth-of-type(2){
    width:50px;
    height:50px;
    margin-left:5px;
    color:#00cc99;
    margin-top:10px;
}
#main .content .con_sixth dl dd:nth-of-type(2) img{
    width:15px;
    height:15px;
}

#main .footer{
    width:100%;
    height:45px;
    background:#ccc;
}
#main .footer .foot_left{
    float:left;
    width:50%;
    height:100%
}
#main .footer .foot_right{
    float:right;
    width:50%;
    height:100%
}
#main .content .contion_pup{
    display:none;
    position:fixed;
    bottom:7%;
    left:0;
    width:100%;
}
#main .content .contion_pup span{
    position:absolute;
    width:10%;
    height:20%;
    left:2%;
    top:8%;
    opacity:0;
}
#main .content .contion_pup a{
    position:absolute;
    width:30%;
    height:20%;
    left:13%;
    top:50%;
    opacity:0;
}
#main .content .contion_pup img{
    width:60%;
}

#main .content .step_pup{
    display:none;
    position:fixed;
    bottom:7%;
    left:40%;
    width:100%;
}
#main .content .step_pup img{
    width:60%;
}
#main .content .step_pup  span{
    position:absolute;
    width:30px;
    height:30px;
    right:40%;
    top:0%;
    font-size:28px;
    color:#666;
    text-align:center;
    line-height:25px;
}
#main .popup{
    position:fixed;
    width:100%;
    height:100%;
    background:red;
    left:0;
    top:0;
    background-color: rgba(0, 0, 0, 0.8);
    display:none;
}
.popup img{
    position: absolute;
    width:90%;
    height:85%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.popup span{
    position:absolute;
    width:50px;
    height:50px;
    background:red;
    right:10%;
    top:20%;
    opacity:0;
}
.popup i{
    position: absolute;
    width:90%;
    height:50px;
    bottom:20%;
    left:5%;
    background:red;
    opacity:0;
}