input:focus, textarea:focus {
    outline: none;
    background-color: #fff;
}
.issue-main{
    background: url(../image/issue-bac.png);
    background-size: 100% 100%;
}
.issue-main{
    width: 100%;
    padding: 0px 0 280px 0;
}
.issue-main-title{
    width: 100%;
    text-align: center;
    padding-top: 150px;
    font-size: 35px;
    position: relative;
    right: 10px;
}
.issue-main-form-item-top{
    width: 100%;
    text-align: center;
    position: relative;
}
#span_ipone{
    position: absolute;
    top: 28px;
    left: 1290px;
    font-size: 12px;
    color: rgba(255,0,0,0.6);
}
#span_email{
    position: absolute;
    top: 28px;
    left: 1300px;
    font-size: 12px;
    color: rgba(255,0,0,0.6);
}
.issue-main-form-item-top input{
    width: 281px;
    border: none;
    padding: 10px 20px;
    height: 24px;
    font-size: 18px;
    border-radius: 10px;
    margin-right: 20px;
    margin-top: 20px;
    box-shadow: rgba(124, 161, 177, 0.2) 0px 8px 24px;
}
.issue-main-form-item-cneter{
    width: 100%;
    text-align: center;
    position: relative;
    right: 10px;
}
.issue-main-form-item-cneter input{
    width: 629px;
    border: none;
    padding: 10px 20px;
    height: 24px;
    font-size: 18px;
    border-radius: 10px;
    margin-top: 20px;
}
.issue-main-form-item-bottom{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.issue-main-form-item-bottom textarea{
    position: relative;
    right: 10px;
    width: 629px;
    height: 200px;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-family: sans-serif;
    border-radius: 5px;
}
.issue-main-form-item-btn{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.issue-main-form-item-btn div{
    position: relative;
    right: 10px;
    width: 240px;
    height: 60px;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    background-color: #017ffd;
    color: #fff;
    cursor: pointer;
}
.index-main-f{
    width: 100%;
    padding: 40px 0;
    background: url(../image/图层\ 88.png);
    background-size: 100% 100%;
    text-align: center;
}
.index-main-f div{
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
}
.index-main-f a{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}