<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";
.noscroll {
    overflow: hidden;
}
/* title
-------------------------------------- */
.title_form {
    height: 130px;
    width: 980px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.title_form span{
    font-size: 3rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px){
    .title_form {
        height: 67px;
        width: 100%;
    }
    .title_form span{
        font-size: 2rem;
    }
}

/* content
-------------------------------------- */
.text_complete {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 22px;
}
.box_caution {
    background: #f2f2f2;
    padding: 15px 20px;
    margin: 30px 0;
}
.box_caution .title {
    font-weight: 600;
    color: #12b5de;
    margin-bottom: 2px;
}
.box_caution .list_decimal .item {
    color: #12b5de;
    font-weight: 600;
}
.box_caution .list_decimal .item span {
    font-weight: 300;
    color: #333333;
}
.box_about_innomail {
    width:  100%;
    display: table;
    margin: 40px 0;
}
.box_about_innomail .img {
    display: table-cell;
    vertical-align: top;
    width: 120px;
}
.box_about_innomail .img img{
    margin: 0;
}
.box_about_innomail .text {
    display: table-cell;
    vertical-align: top;
    padding: 15px 0 0 20px;
}
.box_about_innomail .text p {
    margin-bottom: 20px;
}
.box_about_innomail .text p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 750px){
    .text_complete {
        font-size: 1.7rem;
        margin-bottom: 12px;
    }
    .box_caution {
        padding: 10px 15px;
        margin: 20px 0;
    }
    .box_caution .title {
        margin-bottom: 3px;
    }
    .box_about_innomail {
        margin: 30px 0;
    }
    .box_about_innomail .img {
        width: 75px;
    }
    .box_about_innomail .text {
        padding: 0 0 0 15px;
    }
    .box_about_innomail .text p {
        margin-bottom: 15px;
    }
}
/* button
-------------------------------------- */
.btn.normal {
    height: auto;
    padding: 12px 56px;
}
.btn_contact,
.btn_confirm {
    text-align: center;
}
.btn_contact .btn,
.btn_confirm .btn {
    cursor: pointer;
}
.btn_confirm .btn {
    margin: 0 auto;
}
.btn_contact {
    margin: 50px 0;
}
.btn_confirm {
    margin: 40px 0 0;
}
@media screen and (max-width: 750px){
    .btn.normal {
        height: auto;
        padding: 0;
    }
    .btn_contact .btn,
    .btn_confirm .btn,
    .btn_contact .btn a,
    .btn_confirm .btn a {
        font-size: 1.2rem;
        width: 100%;
    }
    .btn_contact {
        margin: 20px 0 0;
    }
    .btn_contact .btn {
        margin: 0 auto;
    }
    .btn_confirm {
        margin: 0;
    }
}

/* form
-------------------------------------- */
.message_error{
    display: block;
    margin-top: 3px;
    color: #e32d42;
}
.item_hidden {
    visibility: hidden;
    height: 0;
}
.text_red {
    color: #e32d42;
    font-weight: 300;
}
.item_form {
    margin-top: 25px;
}
.item_label {
    font-weight: 600;
    float: left;
    margin-top: 5px;
}
.item_label .text_red {
    margin-left: 5px;
}
.item_input {
    padding: 0 0 0 253px;
    margin-bottom: 28px;
}
.item_input input[type="text"],
.item_input textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #bababa;
    padding: 5px;
}
.item_input .item_check {
    display: inline-block;
    margin: 5px 20px 0 0;
}
.item_input .item_radio {
    display: inline-block;
    margin: 5px 20px 0 0;
}
.item_input select {
    margin-top: 8px;
}
.item_input textarea {
    height: 150px;
}
.item_input .text {
    width: 520px;
    position: relative;
}
.item_input .count {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 750px){
    .item_form {
        margin-top: 15px;
    }
    .item_label {
        float: none;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .item_input {
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }
    .item_input input[type="text"],
    .item_input textarea {
        width: 100%;
    }
    .item_input textarea {
        height: 100px;
    }
    .item_input .text {
        width: 100%;
    }
}

/* box_privacy
-------------------------------------- */
.box_privacy {
    position: relative;
}
.box_privacy .icon_blank {
    margin-right: 5px;
}
.box_privacy .logo_privacy {
    position: absolute;
    top: 20px;
    right: 0;
}
@media screen and (max-width: 750px){
    .box_privacy {
        display: table;
        width: 100%;
    }
    .box_privacy .text {
        display: table-cell;
        vertical-align: top;
        padding-right: 10px;
    }
    .box_privacy .logo_privacy {
        position: static;
        display: table-cell;
        vertical-align: top;
    }
    .box_privacy .logo_privacy img {
        width: 50px;
        margin: 0;
    }
}
.box_privacy.check {
    text-align: center;
}
.box_privacy.check .item_input {
    padding: 0;
    border: none;
    margin-bottom: 0;
    line-height: 2.2;
}
.box_privacy.check .item_input input {
    transform: scale(1.4);
    margin-right: 6px;
}
.box_privacy.check .item_input .text_red {
    margin-left: 5px;
}
@media screen and (max-width: 750px){
    .box_privacy.check {
        text-align: left;
    }
    .box_privacy.check .text {
        display: initial;
    }
    .box_privacy.check .item_input {
        line-height: 3.5;
    }
}

/* confirm
-------------------------------------- */
.box_confirm {
    width: 740px;
    min-height: 430px;
    background: #ffffff;
    padding: 30px;
}
.box_confirm .item_label {
    margin-top: 0;
}
.box_confirm .item_input,
.box_confirm .item_check{
    min-height: 1em;
    word-break: break-all;
}
.box_confirm .item_check{
    padding: 0 0 20px 253px;
    border-bottom: 1px dotted #bababa;
    margin-bottom: 20px;
}
.box_confirm .text {
    margin-bottom: 25px;
}
.box_confirm .box_button {
    text-align: center;
    margin-top: 40px;
}
.box_confirm .box_button .btn:first-child {
    margin-right: 30px;
}
.box_confirm .box_button .btn {
    width: 240px;
    font-size: 1.4rem;
    padding: 12px 0;
    outline: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    position: relative;
    font-weight: 600;
    transition: all .4s;
    text-align: left;
}
.box_confirm .check_html_confirm {
    display: none;
}
.box_confirm .box_button .btn.normal{
    padding: 15px 52px;
    min-width: 128px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.box_confirm .box_button .btn.darkGray{
    background: #555555;
    color: #fff;
}
.box_confirm .box_button .btn.vividCyan{
    background: #4072B3;
    color: #fff;
}
.box_confirm .box_button .btn.icon_leftArrow:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    border-bottom: rgba(255,255,255,1) solid 1px;
    border-left: rgba(255,255,255,1) solid 1px;
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    text-indent: -9999px;
}
.box_confirm .box_button .btn.icon_rightArrow:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: rgba(255,255,255,1) solid 1px;
    border-right: rgba(255,255,255,1) solid 1px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    text-indent: -9999px;
}

@media screen and (max-width: 750px){
    .box_confirm {
        width: 100%;
        min-height: auto;
        padding: 15px;
    }
    .box_confirm .text {
        margin-bottom: 15px;
    }
    .box_confirm .item_check{
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }
    .box_confirm .box_button {
        margin-top: 30px;
    }
    .box_confirm .box_button .btn:first-child {
        margin: 0 auto 20px;
    }
    .box_confirm .box_button .btn {
        display: block;
        width: 230px;
        font-size: 1.2rem;
        margin: 0 auto 20px;
    }
}
/* colorbox
-------------------------------------- */
#colorbox {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
#cboxLoadedContent {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
#cboxWrapper {
    overflow: hidden;
}
#cboxContent {
    margin: 0;
    overflow: hidden;
}
#cboxClose {
    display: none;
}
