body {
	margin:0;
	padding:0;
	width: 100%;
	font: 14px 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .header {
	background-color: #fff;
	height: 90px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
  }
  .header .logo {
    float: left;
    width: auto;
    height: 90px;
    display: flex;
    align-items: center;
  }
  .header .logo img {
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
	}  
.banner {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
	text-align: center;
	background-color: #d7092f;
}
.banner img {
	display: block;
	width: 100%;
	max-width:1200px;
	margin:0 auto;
  }
  .applybox
  {
	color:#333333;
	padding:0;
  }
  .applybox .wrap
  {
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
  }
  .applybox .top 
  {
    margin-bottom: 40px;
  }
  .applybox .top h2
  {
	font-size: 16px;
    font-weight: bold;
    display: block;
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    color: #333;
	text-align: center;
  }
  .applybox .top p{
	text-align:center;
  }
  .applybox .tips{
	margin-bottom: 20px;
  }
  .applybox .tips b {color:#ff0000;}
  .form-section{ clear:both;margin-bottom: 50px;}
  .form-section .section-title{
	text-align: center;
    background-color: #da1f3c;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: bold;
	color:#fff;
  }
  .form-section .row
  {
	display: flex;
	margin-bottom: 20px;
  }
  .form-section .rowall
	{
		width:100%;
		margin-right:0;	
		display: block;	
	}
  .form-section .left-col
  {
	width:46%;
	float:left;
  }
  .form-section .right-col
  {
	width:46%;
	float:right;
  }
  .form-section .form-label
  {
	width: 60px;
	float: left;
	line-height: 24px;
	margin:0;
	padding:0;
  }
  .form-section .form-label span {color:#ff0000;}
  .form-section .input{
	float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    width: calc(100% - 80px);
    line-height: 24px;
    font-size: 16px;
	outline: none;
  }
  .form-section .company-name{width:130px;}
  .form-section .company-name + .input {width:calc(100% - 150px);}
  span.red{color:#ff0000;}
  span.white{color:#ffffff;}
  .form-section .uploadbox .info{text-align: center;margin-bottom: 20px;}
  .form-section .uploadbox .show{text-align: center;}
  .form-section .uploadbox .uploadbtn {
    display: block;
    margin: 20px auto;
    width: 148px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #da1f3c;
    outline: none;
    border: 1px solid #da1f3c;
    position: relative;
    cursor: pointer;
}
.form-section .uploadbox .uploadbtn input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 0;
  }
  input[type="checkbox"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 5px;
	margin-top: -2px;
	border-radius: 3px;
  }
  input[type="checkbox"]:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 16px;
	height: 16px;
	border: 1px solid #da1f3c;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 3px;
  }
  input[type="checkbox"]:checked:before {
	content: url(../images/check.png);
  }
  input[type="radio"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 5px;
	border-radius: 50%;
  }
  input[type="radio"]:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 16px;
	height: 16px;
	border: 1px solid #da1f3c;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
  }
  input[type="radio"]:after {
	display: none;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #da1f3c;
	border-radius: 50%;
	transform: translate(-50%, -50%);
  }
  input[type="radio"]:checked:before {
	border-color: #da1f3c;
  }
  input[type="radio"]:checked:after {
	display: block;
  }
.award-list label {display: inline-block;width: 33%;margin-bottom: 20px;}
.award-list label input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 5px;
    margin-top: -2px;
    border-radius: 3px;
}
.awards-list label input[type="checkbox"]:before {
	border-color: #d4d4d4;
  }
.awards-list label input[type="checkbox"]:checked:before {
	border-color: #da1f3c;
  }
.award-list  label:after {
	display: block;
	content: "";
	clear: both;
	width: 0;
  }
  .form-section textarea.input {
    border: 1px solid #d4d4d4;
    padding: 10px;
    outline: none;
	width: calc(100% - 20px);
	float: none;
}
.form-section .limitxt {
    text-align: right;
    color: #999999;
    margin-top: 5px;
}
p.center{text-align: center;}
.btn {
	display: inline-block;
	padding: 8px 20px;
	background-color: #da1f3c;
	color: #fff;
	box-shadow: 0 0 5px #da1f3c;
	border: 0;
  }
  .btn.btnradius {
	display: inline-block;
	border-radius: 5px;
  }
  .btn:hover {
	opacity: 0.8;
	color: #fff;
  }
  .btnbg {
	display: block;
	width: 100%;
	border: 0;
	line-height: 60px;
	background-color: #da1f3c;
	background-image: url(../images/slash.png);
	background-repeat: no-repeat;
	background-position: right 10% center;
	color: #fff;
	position: relative;
	text-align: center;
	font-weight: bold;
	/*font-size: 16px;*/
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
  }
  .btnbg:before,
  .btnbg:after {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	/*background-color: #fff;*/
	background: -webkit-linear-gradient(to right, #da1f3c, #fff);
	background: -moz-linear-gradient(to right, #da1f3c, #fff);
	background: linear-gradient(to right, #da1f3c, #fff);
	right: calc((10% - 42px)/2 - 1px);
  }
  .btnbg:after {
	width: 38px;
	height: 38px;
	margin-top: -20px;
	background-color: #da1f3c;
	right: calc((10% - 42px)/2);
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
  }
  .btnbg:hover {
	opacity: 0.9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
  }
  .btnbg:hover:before {
	background: #da1f3c;
	transform: translateX(-1px);
	box-shadow: 2px 0 5px #da1f3c;
  }
  .btnbg:hover:after {
	transform: translateX(1px);
  }
  .btnbg.btnbgs {
	line-height: 50px;
	background-position: right 12% center;
  }
  .btnbg.btnbgs:before,
  .btnbg.btnbgs:after {
	width: 35px;
	height: 35px;
	right: calc((10% - 26px)/2);
  }
  .btnbg.btnbgs:after {
	right: calc((10% - 26px)/2 + 1px);
  }
  .btnbg2 {
	display: block;
	width: 100%;
	border: 0;
	line-height: 60px;
	background-color: #da1f3c;
	background-image: url(../images/slash.png);
	background-repeat: no-repeat;
	background-position: right 10% center;
	color: #fff;
	position: relative;
	text-align: center;
	font-weight: bold;
	/*font-size: 16px;*/
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #da1f3c;
  }
  .btnbg2:before,
  .btnbg2:after {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	/*background-color: #fff;*/
	background: -webkit-linear-gradient(to right, #da1f3c, #fff);
	background: -moz-linear-gradient(to right, #da1f3c, #fff);
	background: linear-gradient(to right, #da1f3c, #fff);
	right: calc((10% - 42px)/2 - 1px);
  }
  .btnbg2:after {
	width: 38px;
	height: 38px;
	margin-top: -20px;
	background-color: #da1f3c;
	right: calc((10% - 42px)/2);
	background-image: url(../images/arrow-rright.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
  }
  .btnbg2:hover {
	opacity: 0.9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
  }
  .btnbg2:hover:before {
	background: #da1f3c;
	transform: translateX(-1px);
	box-shadow: 2px 0 5px #da1f3c;
  }
  .btnbg2:hover:after {
	transform: translateX(1px);
  }
  .btnbg2.btnbgs {
	line-height: 50px;
	background-position: right 12% center;
  }
  .btnbg2.btnbgs:before,
  .btnbg2.btnbgs:after {
	width: 35px;
	height: 35px;
	right: calc((10% - 26px)/2);
  }
  .btnbg2.btnbgs:after {
	right: calc((10% - 26px)/2 + 1px);
  }
  .btnbg2.btnbg-orange {
	background-image: url(../images/slash.png);
	background-color: #da1f3c;
  }
  .btnbg2.btnbg-orange:before {
	background: #da1f3c;
  }
  .btnbg2.btnbg-orange:after {
	background-color: #da1f3c;
  }
  .btnbg2.btnbg-orange:hover:before {
	background: #da1f3c;
	box-shadow: 2px 0 5px #da1f3c;
  }
  .btnbg2:after {
	background-color: #e0ab2e;
  }
  .btnred {
	display: block;
	padding: 0 20px;
	line-height: 50px;
	background-color: #da1f3c;
	color: #705850;
	font-weight: bold;
	min-width: 150px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
  }
  .btnred:hover {
	opacity: 0.9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
  }
  .form-section .linkbox .item {
	margin-bottom: 20px;
	*zoom: 1;
  }
  .form-section .linkbox .item:after {
	display: block;
	content: "";
	clear: both;
	width: 0;
  }
  .form-section .linkbox .item .name {
	color: #7d7d7d;
	float: left;
	width: 80px;
	line-height: 50px;
  }
  .form-section .linkbox .item .links {
	float: left;
	width: calc(100% - 80px);
  }
  .form-section .linkbox .item .links .row {
	*zoom: 1;
	margin-bottom: 10px;
  }
  .form-section .linkbox .item .links .row:after {
	display: block;
	content: "";
	clear: both;
	width: 0;
  }
  .form-section .linkbox .item .links .input {
	float: left;
	border: 1px solid #dadada;
	height: 40px;
  }
  .form-section .linkbox .item .links .editbtn {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #da1f3c;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size:25px;
	outline: none;
	border: 0;
	margin: 10px 0 10px 10px;
	cursor: pointer;
  }
  .form-section .linkbox .item .links .editbtn:hover {
	opacity: 0.8;
  }
  .form-section .linkbox .item .links .delbtn {
	background-color: #370665;
	font-size: 25px;
  }
  .clause-box {
	margin-bottom: 50px;
	text-align: center;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
  }
  .clause-box b,
  .clause-box strong {
	color: #da1f3c;
	cursor: pointer;
  }
  .clause-box.has-error {
	padding-top: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px #da1f3c;
	border: 1px solid #da1f3c;
	color: #da1f3c;
	background: #da1f3c !important;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
  }
  footer{background-color: #f7f7f7;}
  footer .full{
	width: 80%;
    max-width: 1200px;
    margin: 0 auto;
	}
  footer .full img{max-width: 100%;}
  footer .mobile {display:none;}
  footer .mobile img{max-width:100%;}
  .logobox{width:220px;padding:10px; border:1px solid #dedede;}
  .logobox img {max-width:100%;}
  .showbox{width:220px;padding:10px; border:1px solid #dedede;display: inline-block;margin-right:20px;}
  .showbox img{max-width:100%;margin:0 auto;}
  .showbox span{clear:both;display:block;margin-top:10px;}
  .form-section .uploadbox .show .logobox .closebtn,.form-section .uploadbox .show .showbox .closebtn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #da1f3c;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: relative;
    cursor: pointer;
	margin-left:200px;
}  
  @media screen and (max-width: 960px) {
	.applybox .wrap{width:95%}
	footer .full {display: none;}
	footer .mobile{display: block;margin: 0 auto;text-align: center;}
	.award-list label {display: inline-block;width: 100%;margin-bottom: 20px;}
	.form-section .left-col{width: 100%;}
	.form-section .right-col{width: 100%;}

  }

