#recordNO {
    color: #bbb;
  }

  #recordNO:hover {
    color: #fff;
  }

  .clearfix:after {
    content: "";
    height: 0;
    font-size: 0;
    *zoom: 1;
    display: block;
    clear: both;
  }

  .footnav {
    padding-bottom: 15px;
    border-bottom: 1px solid #535353;
  }

#logo{
    position: absolute;
    width: 166px;
    height: 56px;
    left: 0;
    top: 25px;
    cursor: pointer;
    background: transparent;
    margin-top: 0;
    z-index: 5;
 }
.box_border{
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box_content{
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.maskshow{
    width: 100%;
    height: 100%;
    
}
.dialog_mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.dialog_box{
    width: 800px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -400px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    display: none;
}
.dialog_box .dialog_header{
    height: 49px;
    width: 100%;
    position: relative;
    background: url('https://www.jfh.com/jftrade/images/quick/linear_pinkBg.jpg')no-repeat center top;
}
.dialog_box .dialog_title{
    display: inline-block;
    float: left;
    margin-left: 25px;
    padding-left: 29px;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 20px;
}
.dialog_box .note_icon{
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url('https://www.jfh.com/jftrade/images/quick/dialog_icon.png')no-repeat left top;
    position: absolute;
    top: 12px;
    left: 0;
}
.dialog_box .closedialog{
    position: absolute;
    right: 12px;
    top: 0;
    height: 48px;
    width: 24px;
    display: inline-block;
    background: url('https://www.jfh.com/jftrade/images/quick/dialog_icon.png')no-repeat 4px -73px;
    cursor: pointer;
}
.dialog_box .floatright{
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding-left: 21px;
    height: 48px;
    line-height: 48px;
    margin-right: 48px;
    position: relative;
}
.dialog_box .floatright .protect_icon{
    width: 20px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('https://www.jfh.com/jftrade/images/quick/dialog_icon.png')no-repeat left -34px;
}
.dialog_box .dialog_body{
    padding: 10px 0 30px;
    width: 800px;
}
.content_title{
    color: #555;
    font-size: 16px;
    padding-left: 54px;
    height: 26px;
    line-height: 26px;
    margin-top: 20px;
    position: relative;
}
.content_title span.bg_green{
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 38px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #1ccdaa;
}
.dialog_box .textarea_box{
    margin: 10px 0 0 54px;
    font-size: 12px;
    color: #555;
    height: 90px;
}
.dialog_box .textarea_box .left_content{
    float: left;
    line-height: 28px;
    text-align: right;
    padding-right: 24px;
    width: 159px;
}
.file_upload {
	width:80px;
	height:32px;
	line-height:25px;
	background:#fff;
	color:#1abc9c;
	border:1px solid #1abc9c;
	padding:0;
	text-align:center;
	border-radius:2px;}
.file_upload em {position:relative;top:1px;font-size:18px;font-weight:bold;}
.dialog_box .textarea_box textarea{
    padding: 8px 14px;
    width: 700px;
    height: 90px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    resize: none;
    outline: none;
    float: left;
    color: #ccc;
}
.dialog_box .textarea_box textarea::placeholder{
    color: #cdcdcd;
}
.dialog_box .input_box{
    margin-top: 10px;
    width: 100%;
    line-height: 38px;
    height: 38px;
    position: relative;
    color: #999;
}
.dialog_box .input_box  .left_content{
    float: left;
    line-height: 38px;
    text-align: right;
    padding-right: 9px;
    width: 159px;
}
.dialog_box .input_box .pr24{

}
.dialog_box .input_box input{
    padding: 7px 10px;
    height: 38px;
    line-height: 24px;
    line-height: 1;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    resize: none;
    outline: none;
    float: left;
    margin-right: 10px;
    color: #ccc;
}
.dialog_box .input_box input::placeholder{color: #cdcdcd;}
.dialog_box .input_box input.on_error{
    color: red;
    border: 1px solid red;

}
.dialog_box .input_box  .input_size01{
    width: 220px;
}
.dialog_box .input_box  .input_size02{
    width: 286px;
}

.dialog_box .input_box  .input_size03{
    width: 182px;
}
.dialog_box .input_box .code_img{
    height: 38px;
    border: 1px solid #ccc;
    background-color: #efefef;
    display: inline-block;
    position: relative;
    margin-right: 10px;

}
.dialog_box .input_box .code_img img{
    height: 100%;
    width: auto;
    line-height: 36px;
    vertical-align: top;
    cursor: pointer;
}
.dialog_box .input_box #change_code{
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    padding-top: 22px;
    height: 38px;
    cursor: pointer;
}
.dialog_box .input_box .btn_green{
    min-width: 96px;
    padding: 0 4px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 38px;
    line-height: 38px;
    border: 1px solid  #1ccdaa;
    color:  #1ccdaa;
    font-size: 14px;
    text-align: center;
    cursor: pointer;

}
.dialog_box .input_box .disabled{
    cursor: not-allowed;
    background: #ccc;
    color: #fff;
    border-color: #ccc;
}
.dialog_footer{
    border-top: 1px solid #ddd;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center;
    padding: 20px 0 30px;
}
.dialog_footer2{
   padding:14px 0
}

.dialog_footer .content{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.dialog_footer .content span{
    float: left;
}
.dialog_footer .content a{
    float: left;
    margin-left: 2px;
    color: #09AE78;
    text-decoration: none;
}
.dialog_footer .content a:link,.dialog_footer .content a:hover,.dialog_footer .content a:visited,.dialog_footer .content a:hover{
    color: #1b9;
    text-decoration: none;
}
.dialog_footer .content #agree{
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #16BA9A;
    background-color: #1CCDAA;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 11px;
    margin-right: 8px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    cursor: pointer;
}
.dialog_footer .content .agree{
    background-image: url('https://www.jfh.com/jftrade/images/quick/dialog_icon.png');
    background-position: -1px -139px;
}
.dialog_footer .btn_default{
    margin: 0 auto;
    color:#fff;
    font-size: 16px;
    text-align: center;
    width: 320px;
    height: 48px;
    line-height: 48px;
    background-color: #ccc;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    cursor: not-allowed;
}
.dialog_footer .btn_orange{
    cursor: pointer;
    background-color: #ff6600;
}
.dialog_footer .btn_orange:hover{
    background: #ff5500;
}
.success_dialog{
    display: none;
    width: 710px;
    border: 5px solid rgba(153,153,153,0.9);
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -260px;
    background-color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.success_dialog .dialog_header{
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-indent: 8px;
    background-color: #F3F3F3;
    position: relative;
}
.success_dialog .closedialog{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 24px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;

}
.success_dialog  .dialog_body{
    width: 100%;
    background-image: url('https://www.jfh.com/jftrade/images/quick/success_icon.png');
    background-color: #fff;
    background-position: center 34px;
    background-repeat: no-repeat;
    padding-top: 94px;
    padding-bottom: 34px;

}
.success_dialog .dialog_title{
    color: #333;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    /*height: 28px;*/
    line-height: 28px;
    padding: 0 80px;

}
.success_dialog .dialog_content{
    color: #333;
    font-size: 16px;
    text-align: left;
    /*height: 28px;*/
    line-height: 28px;
    padding: 0 80px;
}
.success_dialog>span{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.success_dialog span.btn_green{
    color: #000;
    background-color: #CAC7C7;
}
.success_dialog span.showNeed{
    color: #fff;
    background-color: #169BD5;
    margin-left: 60px;
}
.dialog_show{
    display: block;
}

.btnDivGray{
    cursor: not-allowed !important;
    background: #ccc !important;
}



.cont_itemLink{
    color:#308662;
}
.cont_itemLink:hover{
    color:#308662;
}

.dialog_btnErap{
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
}

    .requiredMark {
        padding-right: 5px;
        color: #f00;
    }

/* .notclickn {
    pointer-events: none;
} */
.loading_bg{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-left: 6px;
    background: url('https://www.jfh.com/jftrade/images/quick/loading.png') no-repeat;
    background-size: 100%;
    animation:myrotate 1s infinite linear;
    -webkit-animation:myrotate 1s infinite linear;
    display: none;
}

@keyframes myrotate{
    form {transform:rotate(0deg);}
    to    {transform:rotate(360deg);}
}
@-webkit-keyframes myrotate{
    form {transform:rotate(0deg);}
    to    {transform:rotate(360deg);}
}