body,
h2,
h1,
h3,


h5,
h4,

hr,
h6,

blockquote,
p,

dt,
dl,

ul,
dd,

li,
ol,

form,
pre,

legend,
fieldset,

input,
button,

th,
textarea,
td,
img {
  padding: 0;
  margin: 0;

}

h1,

h3,
h2,

h5,
h6,
h4{
  font-size: 100%;
}

em,
address,
dfn,
cite,


var {
  font-style: normal;
}
kbd,
code,

samp,
pre {
  font-family: couriernew, courier, monospace;
}

ol,
ul {
  list-style: none;
}

ul,
li,
ol,


a,
div,
section,
nav{
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;

}
sub {
  vertical-align: text-bottom;
}
sup {
  vertical-align: text-top;
}



legend {
  color: #000;
}

img,
 fieldset {
  border: 0;
}

button,
select,
textarea,
input
 {
  font-size: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;

}


body {
  font-family: "PingFangTC-Semibold", "微软雅黑", "Microsoft Yahei", "华文细黑", sans-serif;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
}

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

.clearfix {
  zoom: 1;
}

.btn2 {
  display: inline-block;
  color: #D20A2C;
  background: #fff;
  line-height: 30px;
  border: 2px solid #CE1D2C;
  border-radius: 28px;
  font-size: 14px;
  text-align: center;
  padding: 6px 25px;
  box-sizing: border-box;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn2:hover,
.btn2:focus {
  color: #D20A2C;
}

.btn2-primary {
  color: #fff!important;
  background: #D20A2C;
  border-color: #D20A2C !important;
}

.btn2-primary:hover,.btn2-primary:focus {
  background: #D20A2C;
}

.btn2-large {
  width: 208px;
  height: 56px;
  line-height: 56px;
}

.h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.container-fluid {
  color: #333;
  opacity: 1.0;
}

.container-fluid p {
  line-height: 24px;
  margin-bottom: 0;
}

.text-link {
  color: #0EA5F3;
}

.text-gray {
  color: #888888;
}

.text-primary {
  color: #EF696C;
}

.text-bold {
  font-weight: 500;
  color: #151515;
}
.text-center{
  text-align: center;
}

.small {
  font-size: 12px;
}

.section {
  padding-left: 65px;
  padding-right: 65px;
}
#submitBtn {
  display: none;
}
@media screen and (max-width: 992px) {
	html[lang='en'] .applyList .applyinfo .applytools .modelBtn,
	html[lang='ru'] .applyList .applyinfo .applytools .modelBtn{
		margin-left:0;
	}
	html[lang='en'] .formRow .formRowInput .fileBtnupload,
	html[lang='ru'] .formRow .formRowInput .fileBtnupload{
		width:100%;
	}
	html[lang='en'] .formRow .formRowInput .fileBtndown,
	html[lang='ru'] .formRow .formRowInput .fileBtndown{
		margin-left:0;
		margin-top:12px;
	}
}

