#mynav{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: none!important;
}
#mycontent {
    background: #f8fbff;
    overflow: hidden;
}

#banner {
    width: 100%;
    position: relative;
}

#banner > img:first-child {
    width: 100%;
}

#banner > img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#content {}

#content > h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:24px;
}

#content > h3 {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 20px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    line-height:20px;
}

#content div.info{
    width: 800px;
    height: 370px;
    background: #fff;
    border-top: 4px solid #AE2716;
    margin: 20px auto 50px;
    box-shadow: 0px 4px 4px 0px rgba(213, 215, 218, 0.53);
    padding: 40px 0;
}

#content ul {
    overflow: hidden;
}

#content ul > li {
    width: 560px;
    height: 65px;
    line-height: 65px;
    margin-left: 160px;
}
#content ul > li.pwd{
    height: 20px;
    line-height: 20px;
}
#content ul > li.pwd>a{
    margin-left: 110px;
    color: #333;
}
#content ul > li.pwd>b{
    color: #EE3C52;
    font-weight: normal;
}
#content ul > li.btn{
    height: 70px;
    line-height: 70px;
}
#content ul > li.btn > button {
    width: 300px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #AE2716;
    font-size: 16px;
    margin-left: 85px;
    border-radius:2px;
    cursor: pointer;
    border: none;
}
#content ul > li.sendtip{
    height: 20px;
    line-height: 20px;
}
#content ul>li.sendtip>p{
    color: #AE2716;
    font-size: 14px;
    margin-left: 85px;
    display: none;
}
#content ul > li > span:first-child {
    display: inline-block;
    width: 65px;
    text-align: right;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}

#content ul > li > span[class$=info] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    display: none;
}

#content ul > li > span[class$=info] > img {
    vertical-align: middle;
}

#content ul > li > span.errorinfo > span {
    color: #EE3C52;
    font-size: 12px;
}

#content ul > li > input.textinput {
    width: 260px;
    height: 35px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
    font-size: 14px;
    padding: 1px 20px;
    color: #333;

}

input::-webkit-input-placeholder {
    color: #bbb;
}
input::-moz-placeholder {
    color: #bbb;
}
input:-moz-placeholder {
    color: #bbb;
}
input:-ms-input-placeholder {
    color: #bbb;
}
input:focus,button:focus{
    outline: none;
    border: none;
}
div.ui-dialog,div.ui-front{
    display: none!important;
}

