﻿body {
    background-color: #eee;
}

.header_top {
    display: none;
}

footer {
    display: none;
}
.top {
    height: 1.4rem;
    background-color: #1b77b8;
    position: relative;
}

.top > .back {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    background: url(/Images/more_icon.png) no-repeat center;
    background-size: 0.4rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.top > p {
    text-align: center;
    color: #fff;
    line-height: 1.4rem;
    font-size: 0.46rem;
}
.feedback-box{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
}
.phonenumber{
    display: block;
    border: 1px solid #ddd;
    outline: none;
    height: 1rem;
    margin-top: 0.5rem;
    padding-left: 0.3rem;
    box-sizing:border-box!important;
    width: 100%;
    font-size: 0.4rem;
}
#describe {
    resize: none;
    box-sizing: border-box !important;
    width: 100%;
    height: 3rem;
    display: block;
    margin-top: 0.5rem;
    outline: none;
    padding: 0.2rem;
    font-size: 0.36rem;
}
.code{
    position: relative;
    margin-top: 0.5rem;
    border: 1px solid #ddd;
    height: 1rem;
    width: 5.5rem;
}
#verification_code{
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 1rem;
    border: none;
    outline: none;
    font-size: 0.4rem;
    padding-left: 0.3rem;
}
#codeimage{
    position: absolute;
    left:3.3rem;
    height: 1rem;
    width: 2.2rem;
}
#renovate_code{
    position: absolute;
    left: 5.6rem;
    width: 2rem;
    font-size: 0.4rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
}
#submit{
    width: 100%;
    outline: none;
    border: none;
    border-radius: 0.2rem;
    color: #fff;
    height: 1rem;
    margin-top: 0.5rem;
    background-color: #1b77b8;
    font-size: 0.4rem;
}
.secondzhezhao {
    position: absolute;
    z-index: 1002;
    width: 4rem;
    height: 2rem;
    left: 50%;
    top: 50%;
    margin-top: -1rem !important;
    margin-left: -2rem;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
}
.promptinfomation {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.4rem;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}