.conversion_open{
display:in-block; 
  cursor:pointer;
  line-height:42px;
  margin-left:6px;font-style: italic; color:#ffa800;

 
}
.convert_wrap{

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display:none;
  
}
.convert_wrap .conversion{
    width:1156px;
    padding-left:40px;
    height:635px;
    margin:0 auto;
    background:#fff;
    position: relative;
    top:10%;
}
.convert_wrap .conversion .close{
    position: absolute;
    width:50px;
    height:50px;
    right:0;
    top:0;
    background:#ffa800;
    text-align:center;
    line-height: 50px;
    font-size:20px;
    color:#fff;
    font-weight:bold;
    cursor: pointer;
      opacity: 1;
}

.conversion_tit{
    height:65px;
    line-height: 65px;
    font-size:18px;
    color:#333;
    text-align: center;
    background:#f5f5f5;
}
.conversion_con ul{
    margin-top:40px;
}
.conversion_con li{
    float:left;
    width:328px;
    margin-bottom:30px;
}
.conversion_con li input{
    width:160px;
    height:50px;
    display:block;
    float:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border:1px solid #e2e2e2;
    text-indent: 8px;
    overflow: hidden;
}
.conversion_con li span{
    font-size:12px;
    color:#555;
    float:left;
    height:50px;
    line-height: 50px;
    margin-left:15px;
}
.conversion_btn{
    width:386px;
    margin:0 auto;
}
.conversion_btn a{
    color:#666;
    text-align: center;
    width:148px;
    height:48px;
    border:1px solid #d9d9d9;
    border-radius: 5px;
    line-height: 50px;
    display: inline-block;
    margin-left:10px;
    font-size: 18px;
}
.conversion_btn a:hover{
    color:#fff;
    border:1px solid #ffa800;
    background:#ffa800;
}
.conversion_tip p{
    margin-top: 30px;
    padding-right:40px;
    color: #999;
    font-size: 14px;
    line-height: 23px;
}





