﻿@charset "utf-8";
.hzt {
    text-align: center;
    padding-bottom: 30px;
}
.nbox {width:550px;margin:0 auto;padding:70px 0;
}
.hztt {font-size:22px;font-weight:700;color:#333;
}
.loader {
    text-align: center;
    display: block;
    color: #999;
}
.hztd {
    font-size: 14px;
    color: #999;
    padding: 15px 0;
}

.okmsg {
    font-size:20px;
    font-weight: 700;
    color: #392;
}
.fmbox {
}
.abtb {
    color: #ccc;
    font-size: 16px;
    font-weight: 700;
}
.fmi {
    padding-bottom: 15px
}

.fmt {
    font-size: 15px;
    color: #333;
    height: 22px;
    line-height: 22px;
    padding: 8px 0;
}

.fmd {
}

.fmele {
    background: #EFEFEF;
    color: #333;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding: 10px 3%;
    width: 94%;
    border: none;
    outline: none;
    border-radius: 8px;
}

.fmeled {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: none;
    background: #efefef;
    width: 94%;resize:none;
    outline: none;
    border-radius: 8px;height:80px;
    padding: 10px 3%;
}

.act {height:50px;line-height:45px;padding:30px 0;
}

a.tobtn {
    font-weight: 700;
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    background: #30A49A;
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

    a.tobtn:hover {
        background: #1bc3b4;
    }
@media screen and (max-width:900px) {
    .pnavl {
        display: block;
    }

    .pnavr {
        display: none;
    }
    .nbox {
        width: auto;
        padding: 40px 5px;
    }
    .hztd {
        padding: 10px 0;
    }
    .hztt {
        font-size: 20px; 
    }
}