* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial, SimSun, sans-serif;
  margin: 0 auto;
  height: 100%;
}
.parent {
  height: calc(100vh - 600px);
  min-height: 700px;
}
.children {
  width: 100%;
  height: 100%;
  background-color: #f8ba31;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

/*************************************************/
.clearfix {
  display: block;
  *display: inline-block;
  _height: 1%;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.banner img {
  display: block;
}
.main {
  /* background: linear-gradient(to bottom, #fdfaf8 0%,#fff2c6 60%); */
  /*background: url(../images/csm-bg.png);*/
  background-color: #f8ba31;
  padding-top: 30px;
}
.main_no_bg {
  background-color: #f8ba31;
  padding-top: 30px;
}
.content {
  background-color: #fbf8e2;
  border-radius: 30px;
  min-height: 518px;
  margin: 30px auto 136px;
  text-align: center;
  width: 765px;
}
.content p{
  font-size: 18px;
  line-height: 42px;
}
.btn-enter,
.btn-search,
.btn-register {
  border:0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  margin: 50px 24px 0;
  padding: 13px 35px;
  cursor: pointer;
}
.btn-enter {
  background:url(../images/btn-enter-csm.png) no-repeat;
  width:265px;
  height:53px;
}
.btn-enter:active {
  	box-shadow: 2px 5px 5px rgba(0,0,0,0.15);
}
.btn-enter:hover {
  	box-shadow: 2px 5px 5px rgba(0,0,0,0.15);
}
.btn-search {
  	background:url(../images/btn-search-csm.png) no-repeat;
  	width:265px;
  	height:53px;
}
.btn-search:active{
	box-shadow: 2px 5px 5px rgba(0,0,0,0.15);
}
.btn-search:hover {
	box-shadow: 2px 5px 5px rgba(0,0,0,0.15);
}
.btn-register{
	background-color: #f8c35c;
}
.btn-register:active{
	box-shadow: 2px 5px 5px rgba(0,0,0,0.15);
}
.btn-register:hover {
	box-shadow: 2px 5px 5px rgba(0,0,0,0.15);
}
.draw-creche{
    max-width: 375px;
    min-width: 305px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline;
    text-align: left;
    margin-left: 45px;
}

.draw-creche a {
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.draw-creche a:hover {
    color: #AF262D;
    text-decoration: underline;
}
.draw-creche a:visited {
    color: #AF262D;
}
.draw-creche a:link {
    color: #AF262D;
}
.draw-creche a:hover {
    text-decoration: underline;
}

.draw-brochure{
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline;
    text-align: center;
    margin-left: 40px;
    font-size: 18px;
}

.draw-brochure a {
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.draw-brochure a:hover {
    color: #AF262D;
    text-decoration: underline;
}
.draw-brochure a:visited {
    color: #AF262D;
}
.draw-brochure a:link {
    color: #AF262D;
}
.draw-brochure a:hover {
    text-decoration: underline;
}

.main-cont {
  margin: 40px 30px 0;
  background-color: #fbf8e2;
  position: relative;
  border-radius: 30px;
  padding-bottom: 20px;
}

.con-title-1{
  background: url(../images/reg-title-1-csm.png) no-repeat;
  display: block;
  height: 47px;
  left: 53px;
  position: absolute;
  top: -28px;
  width: 350px;
}

.con-conts{
  margin: 50px;
  font-size: 16px;
  padding-top: 46px;
}
.con-conts ol {
  margin-left: 30px;
}
.con-conts > ol li {
  padding-left: 15px;
}

/***********************************************************/
.f16 {
  font-size: 16px;
}
.text-center {
  text-align: center;
}

table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.multiLanguageHead{
	background:#f8ba31;
}
.curLanguage{
	color:#23a112;
	font-weight: bold;
}

.footer{
	position: relative;
	bottom: 0px;
	height: 148px;
	background: url(../images/footer-csm.png) no-repeat #f8ba31;
	background-size: 100% 100%;
}