@charset "UTF-8";
/*
* header style
* 2017年9月4日16:12:49
*/
input {
    display: inline-block;
}
.header {
  height: 85px;
  padding: 23px 0 22px;
  font-size: 0;
}

.header .line {
  display: inline-block;
  width: 1px;
  height: 68px;
  margin: 8px 33px 9px 36px;
  background-color: #dddddd;
}

.header .logo-title {
  display: inline-block;
  vertical-align: top;
  height: 85px;
  line-height: 85px;
  font-size: 22px;
  font-weight: normal;
}

.header .registed {
  height: 85px;
  line-height: 85px;
  font-size: 16px;
}

.header .registed .link {
  color: #f24645;
}

.header .registed .link:hover {
  text-decoration: underline;
}

/*
* banner style
* 2017年9月4日16:12:49
*/
.banner {
  position: relative;
  width: 100%;
  height: 650px; 
  overflow:hidden;
}

.banner .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  background-color: #000;
}

.banner .container {
  position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.banner .companys {
  width: 616px;
  height: 100%;
}

.banner .companys li {
  overflow: hidden;
  float: left;
  display: table;
  cursor: pointer;
  width: 148px;
  height: 124px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 8px 8px 0;
  font-size: 18px;
  transition: all .3s linear;
}

.banner .companys li:hover {
  z-index: 100;
  box-shadow: 0px 0px 18px #000;
  transform: scale(1.1);
}

.banner .companys li .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.banner .companys li .table-cell img {
  width: 99%;
}

.banner .companys .more {
  box-sizing: border-box;
  width: 304px;
  height: 124px;
  padding: 29px 22px 30px 8px;
}

.banner .companys .companys-introduce {
  height: 60px;
  line-height: 30px;
}

.banner .companys .companys-introduce .number {
  font-size: 24px;
}

.banner .companys .companys-introduce .number .xiang {
  font-size: 18px;
}

.banner .companys .companys-introduce .red {
  color: #f24645;
}

.banner .companys .zl {
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  height: 256px;
}

.banner .companys .zl img {
  margin-top: 39px;
  max-width:148px;
}

.banner .companys .zl .companys-introduce {
  margin-top: 50px;
}

.banner .reg {
    box-sizing: border-box;
        width: 442px;
        height: 550px;
        padding: 0 21px;
        border-radius: 6px;
        background-color: #fff;
        position: absolute;
        top: 26px;
    right: -10px;
}

.banner .reg .banner-title {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.banner .reg .input-box {
     box-sizing: border-box;
    width: 100%;
    height: 44px;
    line-height: 41px;
    line-height: 40px\9;
    margin-bottom: 9px;
    padding-left: 15px;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

.banner .reg .error{
  border-color:red;
}

.banner .reg .input-box input {
     width: 100%;
    height: 42px;
    height: 40px\9;
    line-height: 42px;
    line-height: 40px\9;
    border: none;
    border-radius: 6px;
}

.banner .reg .getYZM {
  font-size: 0;
}

.banner .reg .getYZM .yzm {
  width:180px;
  margin-right: 10px;
  vertical-align: top;
}

.banner .reg .getYZM .yzm-btn-gray {
  cursor: pointer;
  width: 99px;
  height: 42px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #f0f0f0;
  color: #999;
  font-size: 13px;
}

.banner .reg .getYZM .yzm-btn {
  cursor: pointer;
  width: 99px;
  height: 42px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #f24645;
  color: #ffffff;
  font-size: 14px;
}

.banner .reg .consent {
  position: relative;
  width: 100%;
  font-size: 0;
}

.banner .reg .consent .checkbox {
  position: absolute;
  cursor: pointer;
  width: 14px;
  height: 14px;
  left: 0;
  z-index: 10;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.banner .reg .consent .checkbox-box {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  vertical-align: top;
  margin-top: 1px;
}

.banner .reg .consent .checked {
  border: none;
  width: 14px;
  height: 14px;
  background: url("../images/checked.png") no-repeat center;
}

.banner .reg .consent .consent-text {
  display: inline-block;
  width: 368px;
  font-size: 12px;
}

.banner .reg .consent .consent-text a {
  color: #00a2ff;
}

.banner .reg .consent .consent-text a:hover {
  text-decoration: underline;
}

.banner .reg .submit {
    cursor: pointer;
    width: 100%;
    height: 44px;
    margin-top: 16px;
    border: none;
    border-radius: 6px;
    background-color: #f24645;
    color: #ffffff;
    font-size: 20px;
}

.banner .reg .registed {
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

.banner .reg .registed .link {
  color: #f24645;
}

.banner .reg .registed .link:hover {
  text-decoration: underline;
}

.banner .reg .btn {
  transition: all .3s;
}

.banner .reg .btn:hover {
  background-color: #cc0000;
}

/*
* footer style
*/
.footer {
  width: 100%;
  height: 158px;
  font-size: 0;
}

.footer .help {
  margin: 36px 0 36px;
  font-size: 22px;
  font-weight: bold;
}

.footer .help .link {
  margin-left: 14px;
  font-size: 14px;
  color: #f24645;
  font-weight: normal;
}

.footer .help .link:hover {
  text-decoration: underline;
}

.footer .help-list li {
  float: left;
  width: 25%;
  font-size: 14px;
}

.footer .help-list li a:hover {
  color: #f24645;
  text-decoration: underline;
}

.consent-agree{
    cursor:pointer;
}

.more img{
    max-width:200px;
}

.bid-role{
	height: 176px;
	position: absolute;
	top: 110px;
	left: 92px;
	width: 500px;
	box-sizing: border-box;
	padding-top: 11px;
	transition: 0.3s;
	
}
.bid-role:hover{
	transform: scale(1.05);
	transition: 0.3s;
}
.reg-role-tit{
		letter-spacing: 1px;
	color: #f7d87a;
	text-shadow: -1px 1px 4px 1px 
		rgba(0, 0, 0, 0.18);
		font-weight: bold;
		font-size: 28px;
	position: relative;	
	height: 56px;
	line-height: 56px;
	padding-left: 21px;
}
.trangle{
	width: 0;
	height: 0;
	border-left: 9px solid #f7d87a;
	border-top:6px solid transparent ;
	border-bottom:6px solid transparent ;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
}
.reg-role-p{
	font-size: 16px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
}
.pur-role{
	top: 301px;
}
.sel-role-type{
	height: 44px;
	line-height: 44px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
	padding: 0 12px;
	box-sizing: border-box;
		color: #757575;
		letter-spacing: -1px;
		cursor: pointer;
}
.sel-role-box{
	margin-bottom: 9px;
}
.sel-role-current{
	border-color: #f24645;
	background: url(../images/current.png) no-repeat bottom right;
}
@media screen and (max-width:1024px) {
	body{
		min-width: 100%;
	}
	.container{
		width:100%;
	}
	.bid-role{
		display: none;
	}
	.banner .reg{
		width: 80%;
		margin-right: 10%;
	}
	.banner .reg .consent .consent-text{
		max-width: 90%;
	}
}