/************************* reset.css by Eric Meyer, Thanks! **************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License:none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
    line-height:1;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/************************* End of reset.css by Eric Meyer **************************/
ol, ul {
    list-style: none;
}

.header{
    width:100%;height: 90px;min-width: 720px;
}
.header .logo{
    height: 50px;line-height: 50px;width: 100%;margin:0;
}
.header .logo a{
    margin-left:25px;font-size: 25px;color:#000;text-decoration: none;display: block;background: url(../images/toluna_logo.png) no-repeat 0 5px;width: 115px;height: 50px;
}
.header h2{
    background-color: #36ace9;height: 40px;line-height: 40px;color:#fff;font-size: 20px;font-family: 'microsoft yahei';font-weight: normal;text-align: center;
}
.main{
    margin:10px 1%;width: 98%;
}
.tolunaList{
	width:90%;text-align: center;min-width: 720px;margin:0 auto;text-align: center;max-width: 1300px;
}
.tolunaList li{
	width:48.4%;border:1px solid #cdcdcd;border-radius: 8px;margin:0.8%;padding:0.8%;display: inline-block;height: 150px;float: left;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-shadow: 0 1px 2px #D9D9D9;text-align: left;max-width: 610px;
}
.tolunaList li .img{
	float: left;width:24%;max-width: 150px;overflow: hidden;height: 125px;line-height: 125px;padding-right: 1%;text-align: center;
}
.tolunaList li .img img{
	max-width: 100%;max-height: 100%;display: inline-block; vertical-align: middle;border:0;
}
.tolunaList li .info{
	float: left;width:70%;font-family: 'microsoft yahei';position: relative;height: 125px;margin:0 2% 0 3%;
}
.tolunaList li .info h4{
	font-size: 14px;line-height: 23px;
}
.tolunaList li .info p{
	color:#36ace9;font-size: 12px;
}
.tolunaList li .info .btn,.tolunaList li .info .gmobtn{
	background-color: #36ace9;height: 30px;line-height: 30px;width: 100%;margin:0 auto;display: block;color:#fff;font-size: 14px;position: absolute;bottom: 0;left: 0;border-radius: 5px;text-align: center;text-decoration: none;
}
.main .tips{
  padding:100px 50px;text-align: center;font-family: 'microsoft yahei';font-size: 16px;display: none;
}
.sucBox{
    padding:15px;width: 550px;margin:0 auto;line-height: 30px;font-family: 'microsoft yahei';text-align: center;font-size: 18px;
}
.sucBox p{
    padding:10px 0;
}
.sucBox .btnOK{
    width: 150px;height: 35px;line-height: 35px;text-align: center;background-color: #37ACE9;text-decoration: none;border-radius: 5px;color: #fff;display: inline-block;margin-top: 35px;
}
.layer{
    border-radius: 15px;border:5px solid #36ace9;background: #fff;padding:15px 50px 20px;font-family: 'microsoft yahei';max-height: 400px;display: none;overflow-y:auto;
}
.layer h2{
    text-align: center;font-size: 18px;line-height: 35px;font-weight: normal;
}
.layer > p{
    line-height: 25px;font-size: 14px;
}
.layer form{
    margin:30px auto 0;line-height: 35px;font-size: 14px;
}
.layer form .labelText{
    display: inline-block;vertical-align: top;text-align: right;width: 150px;
}
.dateInput{
    border:1px solid #ccc;line-height: 25px;height: 25px;width:200px;padding-left: 5px;
}
.center{
    text-align: center;margin-top: 15px;
}
.mr15{
    margin-right: 15px;
}
.layer .submit{
    padding:0 35px;background-color: #36ace9;line-height: 35px;height: 35px;text-decoration: none;color:#fff;display: inline-block;border-radius: 5px;font-size: 15px;
}


.blue{
    color:#2a3e87;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #ccc;
  width: 60px;
  height: 60px;
  margin:120px auto 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.center{line-height:30px;text-align:center;color:#555555;font-family: 'microsoft yahei';font-size: 16px;}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.header .gmoLogo{
    height: 50px;line-height: 50px;width: 100%;margin:0;
}
.header .gmoLogo a{
    margin-left:25px;font-size: 25px;color:#000;text-decoration: none;display: block;background: url(../images/gmo_logo.png) no-repeat 0 5px;width: 230px;height: 50px;background-size: 230px 40px;
}
.header h2.gmo,.sucBox .gmoBtn{
  background-color: #13265A;
}

.tolunaList li .info p.gmo{
    color:#13265A;line-height: 25px;font-size: 13px;
}
.tolunaList li .info .gmobtn{
    background-color: #13265A;
}
.tolunaList li .info .gmo_gray{
	background-color: #BBBBBB;
}
.gmolayer{
   border:3px solid #13265A;
}
.gmolayer .submit{
    background-color: #13265A;
}




/*register*/
.bgToluna{
  background-color: #d2d1d6;
}
.reheader{
  width: 100%;height:40px;padding:5px 0;background: #2A3E88;text-align: center;color: #ffffff;font-size: 20px;font-family: 'Microsoft Yahei';line-height: 40px;
}
.wrap{
    width: 700px;margin: 0 auto;background: #F0EFF4;padding: 20px 115px;border:1px solid #979797;
}
.banner{
    width:700px;line-height: 35px;height: 35px;text-align: center;color:#fff;font-size: 14px;background: #4397CF;font-family: 'microsoft yahei';
}
.contactForm{
    width: 350px;padding:20px;margin:0 auto;
}
.contactForm form{
    margin:0 auto;width: 100%;
}
.contactForm p{
    height: 35px;line-height: 35px;border:1px solid #ccc;margin:0 auto 20px;padding: 0 10px;position: relative;background-color: #fff;width: 300px;font-size: 16px;font-family: 'microsoft yahei';
}
.contactForm p input[type='text'],.contactForm p input[type='password']{
    position: absolute;left: 70px;top: 0;height: 35px;line-height: 35px;background-color: transparent;border: none;padding-left: 10px;width: 240px;font-family: 'Microsoft Yahei';
}
.contactForm input[type='text'].sortInput,.contactForm input[type='password'].sortInput{
    padding-left: 10px;width: 215px;left: 95px;
}
.contactForm .tips{
    height: 25px;line-height: 25px;padding:0;background-color: #f0eff4;font-size: 14px;font-family: 'microsoft yahei';
}
.contactForm .tips input[type='checkbox'],.contactForm input[type='radio']{
    width:18px;height: 18px;margin-right: 5px;display: inline-block;vertical-align: middle;
}
.red{
    color:#e01a3d;
}
.blue{
    color: #2A3E88;text-decoration: none;
}
.contactForm  .register{
    border-radius: 5px;width:100%;height: 35px;line-height: 35px;display: block;text-decoration: none;text-align: center;color:#fff;font-size: 16px;background-color: #36ADE9;margin:40px auto 10px;font-family: 'microsoft yahei';
}
.Validform_checktip{
     position: absolute;left: 330px;top: 0px; color:red;font-size: 12px;line-height: 20px; width: 280px;font-family: 'microsoft yahei';
} 
.Validform_right {
    color: #71b83d;
}

.textDiv{
  padding:40px 0;line-height: 35px;
}
.textDiv p{
  padding:5px 0;font-family: 'microsoft yahei';
}

.emailBox{
    width: 98%;padding:20px 0 5px 0; border-bottom: 5px solid #2A3E88;margin:0 auto;position: relative;height: 90px;
}
.emailBox p{
    padding-left: 110px;line-height: 35px;font-size: 16px;font-family: 'microsoft yahei';
}
.emailIcon{
    background: url(../images/email.png) no-repeat 0 0;width: 89px;height: 93px;position: absolute;left: 10px;top:5px;display: block;
}
.surveyBox{
    padding:25px;clear: both;
}
.surveyBox dl{
    margin:20px;display: inline-block;width: 280px;height: 115px;float: left;font-family: 'microsoft yahei';
}
.surveyBox dt{
    width: 130px;height: 115px;float: left;font-family: 'microsoft yahei';
}
 .surveyBox dt img{
    width: 130px;height: 115px;border:none;

}
.surveyBox dd{
    display: inline-block;width: 135px;font-size: 20px;line-height: 30px;float: right;padding-top: 25px;font-family: 'microsoft yahei';
}
.surveyBox a{
    text-decoration: none;color:#000000;font-family: "黑体";
}
.surveyBox a:hover{
   color:#2A3E88;
}