@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
ol, ul {
	list-style: none;
}
body {
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    font-size: 24px;
    font-family: 'Microsoft Yahei', 'PingFangSC', sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.common{
    width: 580px;
    margin: auto;
    overflow: hidden;
}
/*z云邮-试用*/
.shiyong{
    width: 100%;
    background: #f9f9f9;
    padding-bottom: 40px;
}
.shiyong_title{
    font-size: 34px;
    text-align: center;
    margin-top: 50px;
    color: #000;
    margin-bottom: 24px;
}
.shiyong_one{
    font-size: 26px;
    color: #666;
    margin-top: 24px;
}
.shiyong_two{
    font-size: 22px;
    color: #666;
    margin-top: 10px;
}
.shiyong_margin{
    margin-top: 40px;
}
.shiyong_especially{
    font-size: 26px;
    margin-top: 40px;
    color: #000;
    font-weight: bold;
}
.shiyong_step{
    font-size: 32px;
    color: #000;
    margin-top: 40px;
}
.shiyong_step_img{
    height: 490px;
    margin-top: 40px;
    background: url(../../images/youju/shiyong_img.png) no-repeat center;  
}
