@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
}
.reg-box {
    width: 450px;
    margin: 130px auto;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.reg-box a {
    color: #666666;
    transition: ease .3s;
}
.reg-box a:hover {
    color: #f96d33;
}
.reg-box a.g_cg:hover {
    text-decoration: underline;
}
.reg-box input, .reg-box button {
    transition: ease .3s;
}
 .reg-box input::-webkit-input-placeholder {
color: #888;
}
 .reg-box input::-moz-placeholder {
color: #888;
}
 .reg-box input:-ms-input-placeholder {
color: #888;
}
 .reg-box input:focus::-webkit-input-placeholder {
color: transparent;
}
 .reg-box input:focus::-moz-placeholder {
color: transparent;
}
 .reg-box input:focus:-ms-input-placeholder {
color: transparent;
}
.reg-box input[type=checkbox] {
    cursor: pointer;
}
.reg-box .reg-logo {
    text-align: center;
    margin-bottom: 20px;
}
.reg-box .reg-rows {
    color: #888;
}
.reg-box .reg-rows > li {
    position: relative;
    margin-bottom: 15px;
}
.reg-box .reg-rows .reg-it {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #222;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background-color: #fdfdfd;
}
.reg-box .reg-rows .reg-it:focus {
    border-color: #f96d33;
    background: #fff;
}
.reg-box .reg-rows .reg-btn {
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: 0;
    color: #fff;
    background: #f96d33;
    border-radius: 20px;
}
.reg-box .reg-rows .reg-btn:hover {
    background: #f96d33;
}
.reg-box .reg-rows button.send {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 100px;
    height: 38px;
    border: 0;
    border-left: 1px solid #efefef;
    border-radius: 0 3px 3px 0;
}
.reg-box .reg-rows button.send:hover {
    color: #f96d33;
    background-color: #f2f7f2;
}
.reg-box .reg-rows > li.reg-more {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}
.reg-box .reg-rows > li.reg-more p {
    margin-bottom: 15px;
}
.reg-box .txt {
    padding: 10px 31px 0 0px;
    font-size: 14px;
    line-height: 1.6em;
    color: #555;
}
.reg-box .txt p {
    margin-bottom: 10px;
}
