.c_FormTip{
    width: 360px;
    height: 62px;
    line-height: 60px;
    margin: 0 auto;
    border-top: 1px dotted #009FE8;
    border-bottom: 1px dotted #009FE8;
    text-align: center;
    font-size: 20px;
    color:#009FE8;
}
.c_Form{
    width: 1060px;
    margin: 40px auto 0;
}
.c_Form>form>.c_FormBox{
    margin-top: 20px;
}
.c_Form>form>.c_FormBox:first-child{
    margin-top: 0;
}
.cFormTxtL span{
    color: #FF0000;
}
.cFormTxtL{
    line-height: 44px;
    height: 44px;
    width: 160px;
    text-align: right;
}
.cFormTxtR{
    height: 44px;
    line-height: 44px;
    width: 86px;
    text-align: right;
}
.cFormTxtR span{
    color: #FF0000;
}
.cFormInput{
    display: block;
    width: 300px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #DDDDDD;
    margin-left: 12px;
    text-indent: 1em;
}
.c_FormNext{
    width: 160px;
    height: 44px;
    line-height: 44px;
    margin: 20px auto 40px;
    text-align: center;
    background: url("../images/c_FormNext.png") no-repeat center bottom;
    font-size: 18px;
}
.cFormCheckBox{
    text-align: center;
}
.cFormCheckBox>.cform-checkbox{
    margin-left: 40px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 9px;
    background:#fff;
    border-color:#009FE8;
    position: relative;
    top: 3px;
    border-radius: 2px;
}
.cFormCheckBox>.cFormCheckBox1:first-child+.cform-checkbox{
    margin-left: 0;
}
.cFormCheckBox>.cform-checkbox .cform-marker{
    background: url("../images/checkGou.png") no-repeat center center;
    width: 13px;
    height: 11px;
    position: relative;
    top: -1px;
    left: -2px;
}
.c_FormSub{
    display: block;
    width: 300px;
    margin: 60px auto 30px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;border: none;
    background: #9C9C9C;
}
.c_FormSub:hover{
    background:#009FE8;
}
.cFormCheckBox>br{
    display: none;
}
@media (min-width: 992px) and (max-width: 1199px){
    .c_Form{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .c_Form{
        width: 100%;
    }
    .c_FormBox1{
        float: none;
        zoom: 1;
        width: 540px;
        margin:20px auto 0;
    }

    .c_FormBox1:after{
        content: "";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
    }
    .cFormTxtL,.cFormTxtR{
        width: 160px;
    }
    .c_Form>form>.c_FormBox{
        margin-top: 0;
    }
    .c_Form>form>.c_FormBox:first-child>.c_FormBox1:first-child{
        margin-top: 0;
    }
    .cFormInput{
        width: 280px;
    }
}
@media (max-width: 767px){
    .c_Form{
        width: 100%;
    }
    .c_FormBox1{
        float: none;
        zoom: 1;
        width: 80%;
        margin:20px auto 0;
    }
    .c_FormBox1:after{
        content: "";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
    }
    .cFormTxtL,.cFormTxtR{
        width: 100%;
        min-width: 80px;
        float: none;
        text-align: left;
        line-height: 22px;
        height: 22px;
    }
    .c_Form>form>.c_FormBox{
        margin-top: 0;
    }
    .c_Form>form>.c_FormBox:first-child>.c_FormBox1:first-child{
        margin-top: 0;
    }
    .cFormInput{
        width: 100%;
        margin-left: 0;
    }
    .cFormTxtL+div{
        width: 100%;
    }
    .cFormTxtR+div{
        width: 100%;
    }
    .c_FormTip{
        width: 80%;
        margin: 0 auto;
        min-width: 320px;
    }
    .cFormCheckBox>br{
        display: block;
    }
    .c_FormNext+.cFormCheckBox{
        width: 160px;
        margin: 0 auto;
        text-align: left;
    }
    .cFormCheckBox>.cform-checkbox{
        margin-left: 0;
    }
    .cFormCheckBox{
        text-align: left;
    }
    .c_FormSub{
        margin: 30px auto;
    }
}