.header{width: 1200px;margin:0px auto;padding:15px 0;overflow:hidden;}
.header .header-center{float:left;}
.header .header-center a{float:left;height: 62px;overflow: hidden;}
.header .header-center img{width: 280px;height: auto;}
.content-big-bg{background: url("/company/img/bg_03.jpg") no-repeat top center;}
/*右侧*/
.right-box{width:380px;}
.out-box.fr{box-shadow: 0px 0px 30px #dbdbdb;min-height: 350px;background: #fff;border-radius: 8px;overflow: hidden;width: 350px;}
.content-big-bg .nav {display:block;height:70px;}
.nav_big_title {font-size: 20px;text-align: center;color: #e13b29;line-height: 70px;}
.content-center{width: 1200px;margin:0 auto;padding:155px 0px;}
.content-center .content-center{padding:0px;}
.content-big-bg .nav{font-size: 20px;text-align: center;color: #e13b29;line-height: 70px;padding-top:10px;}

/* 输入信息 */
.content_box{padding:0 30px 30px;display:block;}
.input_box{height: 40px;border-radius: 5px;border:1px solid #dcdcdc;position: relative;overflow: hidden;}
.input_box.error{border:1px solid #e13b29;}
.input_box.input_verificationcode,.input_box.input_dynamiccode{width: 200px;float:left;margin-right:15px;}
.input_box.input_dynamiccode{width:204px;}
.input_box:hover{border:1px solid #0099ea;}
.input_box input{width:88.9%;line-height: 40px;border:none;outline: none;padding-left:36px;height: 40px;position:absolute;width:110%\0;width:110%\9;}
.input_box.error input{background: #ffeef0;}

.certain_submit,.receive_button{display: block;width:100%;height: 40px;background:#f25a43;background:linear-gradient(to right,#f25a43,#e13b29);margin-top: 15px;position: relative;text-align: center;line-height: 40px;font-size: 16px;font-weight: bold;color:#fff !important;box-shadow: 0 5px 8px 0px #ffd2cd;border-radius: 20px;border:none;cursor: pointer;transition: .1s;}
.certain_submit:hover,.receive_button:hover,.guang_button:hover{animation: push 0.1s linear forwards;}

.input_icon{position: absolute;width: 20px;height: 20px;left: 9px;top: 50%;z-index: 1;margin-top:-10px;background: url(../img/little_picture.png) no-repeat -583px -99px;}


/*错误提示*/
.error_box{display:block;height: 24px;overflow: hidden;padding:3px 0px 2px;}
.error_box .error_prompt{display: none;}
.error_box .error_prompt.error{display: block;font-size: 12px;color:#e13b29;}
.error_box .error_prompt.error em{font-weight: bold;}