﻿html, body {
    background-color: #e2eaec;
    color:#404040;
}
p {
    margin:0;
}
.content {
    background:#fff;
    width:900px;
    margin:85px auto 0px;
}
.icon {
    display:inline-block;
    background:url(../../../images/default/open/quick_icon.png) no-repeat
}
.icon_1 {
    width:68px;
    height:68px;
    background-position:0 0;
}
.icon_2 {
    width:68px;
    height:68px;
    background-position:0 -68px;
}
.content .title {
    text-align:center;
    border-bottom:1px solid #e3eaec;
}
.content .title h1{
    line-height:90px;
    height:90px;
    margin:0px;
    font-size:20px;
    color:#404040;
    font-weight:normal;
}
.main {
    padding:37px 120px 120px;
}
.main .tips{
    background:url(../../../images/default/open/quick_icon_1.png) no-repeat left center;
    padding-left:50px;
    margin-bottom:37px;
}
.main .tips p{
    margin:10px 0px;
    font-size:14px;
}
.main .list .item{
    background:#fafafa;
    padding:23px;
    overflow:hidden;   
    display:block;
    margin-bottom:3px;
}
.main .list .item .icon_img{
    border:1px solid #dadada;
    width:68px;
    height:68px;
    background:#fff;
    float:left;
}
.main .list .item .text {
    margin-left: 90px;
    background: url(../../../images/default/open/quick_icon_2.png) no-repeat right center;
}
.main .list .item .text h2{
    margin:12px 0px 10px 0px;
    font-size:14px;
    color:#404040;
    font-weight:normal;
}
.main .list .item .text p{
    color:#a4a4a4;
    font-size:12px;
}


/*第一步*/
.step_1 {
    text-align:center;
}
.step_1 .step_1_title{
    color:#a4a4a4;
    font-size:17px;
    margin-top:20px;
    margin-bottom:30px;

}
.step_1 .step_cont p{
    margin-bottom:10px;
}
.step_1 .step_cont{
    width:350px;
    margin:0px auto;
}
.step_1 .step_cont .input{
      width:100%;
    height: 40px;
    line-height: 41px;
    box-sizing: border-box;
    border: 1px solid #d5d9e6;
    padding: 0 10px;
    font-size: 13px;
    color: #404040;
    outline: none;
    vertical-align:middle;
}
.step_1 .step_cont .input::-webkit-input-placeholder{
	color:#a4a4a4;
}
.step_1 .step_cont .input:hover{
    border:1px solid #abaab2;
}
.step_1 .step_cont .input:focus{
    border:1px solid #4dbd74;
    box-shadow: 0 0 8px #f0f0f0 inset;
}
.step_1 .step_cont .btn button{
    margin-top:15px;
    width:100%;
      display: inline-block;
    cursor: pointer;
    min-width: 90px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 10px;
     background-color: #4dbd74;
   
}
.step_1 .step_cont .btn button:hover{
    background-color:#43b36a;
}