@charset "utf-8";

/* CSS Document */

body {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    background: #ffffff;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 12px;
}

img {
    border: none;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

button {
    vertical-align: middle;
    cursor: pointer;
}

input,
button {
    vertical-align: middle;
    border: none;
    font-family: "微软雅黑";
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.blank {
    display: block;
    height: 10px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

:focus {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

body {
    overflow-x: hidden
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #fff
}

.loadingfa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    color: #2222cd;
    text-align: center;
    font-size: 29px;
    line-height: 50px
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate
}

.flex {
    display: flex;
}

.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-Lc {
    display: flex;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-L {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-Lt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-Lend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background: url(../images/cfdf02.jpg)no-repeat center;
}

.guanjia {
    width: 751px;
    z-index: 22;
    height: 65px;
    padding: 21px 0;
    /* border-left: 3px solid #649CF0; */
    /* background-color: #F5F5F5; */
    margin: 20px 20px 20px 40px;
}

.make-wrapper {
    margin-top: 36px;
}

.guanjia_news {
    width: 100%;
    padding: 18px 0;
    height: 102px;
    border-left: 3px solid #649CF0;
    background-color: #F5F5F5;
    margin: 0 0 30px 0;
}

.guanjia .close {
    float: right;
}

.guanjia .title {
    width: 751px;
}

.guanjia .title h3,
.guanjia .title b {
    padding: 0 12px 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    display: block;
}

.guanjia form {
    width: 800px;
    padding: 0 12px;
    height: 24px;
    font-size: 12px;
}

.guanjia form input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 34px;
    outline: none;
    padding-left: 5px;
    box-sizing: border-box;
    margin-right: 8px;
    color: #171920;
    float: left;
}

.guanjia form .select {
    color: #757575;
    position: relative;
    border: 1px solid #cccccc;
    background: #ffffff;
    height: 32px;
    padding-left: 5px;
    line-height: 34px;
    vertical-align: middle;
    width: 142px;
    cursor: pointer;
    margin-right: 8px;
    float: left;
}

.guanjia form .select p {
    z-index: 12;
}

.guanjia form .select ul {
    position: absolute;
    display: none;
    max-height: 0;
}

.guanjia form .select ul li {
    width: 56px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #ffffff;
    margin: 4px 2px;
    text-align: center;
    float: left;
}

.guanjia form .select ul li:hover {
    background: #649cf0;
    color: #FFFFFF;
    height: 23px;
    line-height: 23px;
    border: 1px solid #649cf0;
    border-radius: 12px;
}

.guanjia form .select.open ul {
    max-height: 220px;
    display: inline-table;
}

.guanjia .select.open:after {
    transform: rotate(225deg);
    top: 15px;
}

.guanjia .select:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    top: 11px;
    right: 11px;
    position: absolute;
    transform: rotate(45deg);
}

.guanjia form .select .gj_citj {
    margin-top: 1px;
    margin-left: -6px;
    padding: 36px 28px;
    z-index: 3;
    width: 256px;
    height: 250px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.guanjia form .btn {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    width: 94px;
    height: 34px;
    line-height: 34px;
    background: #f16262;
}

.guanjia form #txtname {
    width: 69px;
}

.guanjia form #txtValiCode_pic {
    width: 110px;
}

.guanjia form #codePic {
    height: 25px;
    margin-top: -2px;
    vertical-align: middle;
    width: 60px;
}

.guanjia form #txtValiCode {
    width: 142px;
}

.guanjia form .hq_code {
    float: left;
    line-height: 32px;
    margin-left: 5px;
    margin-right: 10px;
    text-align: center;
    width: 88px;
    height: 32px;
    background: white;
    border: 1px solid #377ac7;
    color: #377ac7;
}

.guanjia form .hq_code:hover {
    background: #377ac7;
    border: 1px solid #377ac7;
    color: #ffffff;
}

.guanjia form .hq_code.dis_hq_code {
    background: #c3c3c3;
    border: 1px solid #c3c3c3;
    color: #f4f4f4;
}

.guanjia form #mobile {
    width: 162px;
}

.guanjia .warn {
    display: none;
    padding: 0 40px 40px;
    color: #f54030;
    line-height: 16px;
    height: 16px;
    margin-top: 8px;
}

.guanjia .warn em {
    /*background: url("http://www.hqwx.com/images/warn.png") no-repeat top center;*/
    width: 14px;
    height: 16px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: bottom;
}

.guanjia form .form_text {
    float: left;
}

.guanjia form .form_text a {
    color: #9598A2;
    font-size: 12px;
}

.cfa-hide {
    display: none;
}

a {
    text-decoration: none
}

.make-success-forms {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .4)
}

.daguanjia_open_block {
    display: none;
    position: fixed;
    width: 591px;
    height: 384px;
    background: white;
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin: -192px 0 0 -300px;
    z-index: 22;
    color: #333333;
}

.daguanjia_open_block .daguanjia_o_close {
    background: url(https://www.cfa.cn/static/arc/images/icon_close_black.png) top center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    float: right;
    margin: 20px;
    cursor: pointer;
}

.daguanjia_open_block .daguanjia_o_result {
    font-weight: 400;
    margin: 50px 0 30px;
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}

.daguanjia_open_block .daguanjia_o_title {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-bottom: 54px;
}

.daguanjia_open_block .daguanjia_o_success {
    display: inline-block;
    background: url(https://www.cfa.cn/static/arc/images/donwload.png) top center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin-right: 10px;
}

.daguanjia_open_block .daguanjia_o_content {
    margin: 0 auto;
    width: 413px;
    height: 114px;
    background: white;
}

.daguanjia_open_block .daguanjia_o_content div {
    float: left;
    line-height: 22px;
    font-size: 14px;
}

.daguanjia_open_block .daguanjia_o_content img {
    width: 105px;
    height: 105px;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 5px;
}

.daguanjia_open_block .daguanjia_o_instr {
    display: inline-block;
    width: 280px;
    vertical-align: middle;
    margin-top: 20px;
}

.daguanjia_open_block .daguanjia_o_red {
    color: #649cf0;
}