* {
    box-sizing: border-box;
}

.content {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.search-form-wrapper fieldset{
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
    background-color: transparent !important;
}

.textInput,
.selectInput {
    height: 50px;
   /* line-height: 50px; */
    padding: 0 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    font-weight: 400;
    color:#777;
    font: 20px "微软雅黑";
	
}
.textInput:hover,
.selectInput:hover,
.textInput:focus,
.selectInput:focus {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(2, 2, 2, 0.3);
    -moz-box-shadow:    0px 0px 7px 0px rgba(2, 2, 2, 0.3);
    box-shadow:         0px 0px 7px 0px rgba(2, 2, 2, 0.3);
}
.textInput.error,
.error.select2-container .select2-choice{
    background: #ffe4e4;
    color: #3d4f56;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

#searchForm .button{
   background: url("http://report.ctic-lab.com/certificate/web/images/mag_btn.png") no-repeat scroll center center / 44px auto #93ce4c
}


#searchForm .button:hover{
    background: url("http://report.ctic-lab.com/certificate/web/images/mag_btn.png") no-repeat scroll center center / 44px auto #87bd46
}

.button {
    color: #fff;
   /* text-transform: uppercase; */
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #93ce4c;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.button:hover,
.button:focus,
.button:active {
    background-color: #87bd46;
}
a.button {
    display: inline-block;
}
.button.large {
    height: 50px;
    line-height: 50px;
}



.search:after {
    content: " ";
    display: block;
    width: 55px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    bottom: 10%;
 
}
.search .content {
    z-index: 10;
    position: relative;
}
.search h1 {
    text-align: center;
    color: #fff;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 30px;
}
.search form {
    padding: 13px 0px 13px 18px;
    background: rgba(79,100,173,0.6);
    max-width: 900px;
    margin: 0 auto;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.mobile-search-notice {
    display: none;
}
.search p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
.search p.visible-desktop {
    margin-top: 20px;
	font-family:微软雅黑;
	 text-shadow: -1px 2px 3px #000;
       background: rgba(79,100,173,0.6); 
     padding: 5px 0px 5px 0;
     max-width: 780px;
      margin: 0 auto;
}
.search p.visible-mobile {
    display: none;
}
.search .textInput {
    width: 85%;
    margin-right: 1%;
    padding: 0 1.6%;
}

.search .button {
    width: 10.5%;
    padding: 0 2%;
    vertical-align: top;
    font-size: 24px;
    font-weight: 400;
     cursor: pointer;
}
.search .search-form-wrapper {
    min-height: 90px;
    margin-top: 10px;
}
.search .fixedForm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search .fixedForm fieldset {
    max-width: 996px;
    margin: 0 auto;
}

#user_name{
     color: #ff8033; 
}

#resultsBody .fixedForm{
    position: relative !important;
}
