@-ms-viewport {
    width: device-width;
}


a:link, a:visited, a:hover, a:active {
    color: #2d2d2d;
    text-decoration: none;
}

#afui > #header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
        background-image:-moz-linear-gradient(100% 100% 180deg,#516BA6, #7A93CC, #516BA6 100%);
        background-image: -webkit-gradient(linear, 100% 100%, 0% 100%, from(#516BA6), to(#516BA6), color-stop(.5,#7a93cc));

    color: #ffffff;
}

#afui #header h1 {
}

#afui #backButton {
    background-image: url(../../images/icon-36x36-back.png);
}



#afui .af-badge {
    border: none;
}

#afui .list {
    background: inherit;
    color: inherit;
    border-color: #303030;
    font-weight: normal;
}

#afui .af-badge {
    box-shadow: none;
}

#afui .list .divider {
    color: black;
}

#afui .panel {
    color: #53575E;
}

    #afui .panel h2 {
        color: #5b3501;
    }


#afui .collapsed:after {
    border-top: 6px solid;
}

#afui .collapsed:before {
    border: 2px solid;
}

#afui .expanded:after {
    border-bottom: 6px solid;
}

#afui .expanded:before {
    border: 2px solid;
}

#afui .collapsed:before, #afui .expanded:before {
    border-color: inherit;
}

#afui .collapsed:after,
#afui .expanded:after {
    border-top-color: inherit;
    border-top-color: inherit;
}

#afui select, #afui textarea, #afui input[type="text"],
#afui input[type=search], #afui input[type="password"],
#afui input[type="datetime"], #afui input[type="datetime-local"],
#afui input[type="date"], #afui input[type="month"],
#afui input[type="time"], #afui input[type="week"],
#afui input[type="number"], #afui input[type="email"],
#afui input[type="url"], #afui input[type="tel"],
#afui input[type="color"], #afui .input-group {
    background: inherit;
    color: inherit;
}

#afui input.toggle + label:after {
    color: inherit;
}

#afui input.toggle + label {
    border-radius: 0;
}

    #afui input.toggle + label > span {
        border-radius: 0;
        top: 0;
        width: 27px;
        height: 23px;
    }

#afui label {
    color: inherit;
}

#afui input[type="radio"]:checked + label:before, #afui input[type="checkbox"]:checked + label:before {
  
}

#afui > #menu.tabletMenu {
    color: white;
    background: rgba(29,29,28,1);
}

#afui #menu .list {
    margin: 0px;
}

    #afui #menu .list li, #afui #menu .list .divider, #afui #menu .list li:last-child {
        border-top: 1px solid #414141;
        border-bottom: 1px solid #181818;
        background-color: #2b2b2b;
    }

    #afui #menu .list .divider {
        background: inherit;
        color: inherit;
        font-size: 1em;
    }

#menu .divider > span {
    padding-right: 15px;
    background: url(../../images/icon-8x8-menu-title.png) no-repeat right center;
}

#afui #menu .list > li > a {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 25px 25px;
    color: inherit;
    line-height: 1.5em;
}

#afui #menu .lan > li > a {
    background-size: 20px;
    background-position: 10px center;
}



#menu ul.msv .pc {
    background-image: url(../../images/icon-32x32-msv-pc.png);
}

#menu ul.msv .msv {
    background-image: url(../../images/icon-32x32-msv-msv.png);
}

#menu ul.msv .touch {
    background-image: url(../../images/icon-32x32-msv-touch.png);
}
/*下级*/

#afui #menu li > div {
    margin: 5px 0px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 10px 0px;
    background-color: #c9ced5;
    color: #000000;
}

    #afui #menu li > div > a {
        display: inline-block;
        margin: 5px 0px;
        width: 68px;
        text-align: center;
        background-image: none;
        color: #000000;
    }

        #afui #menu li > div > a:nth-child(3n+1), #afui #menu li > div > a:nth-child(3n+2) {
            border-right: 1px solid #000000;
        }

#afui .button {
    border-radius: 0;
    text-shadow: none;
}

.list > li > a:after {
    color: #0088D1;
}

#afui .button.pressed {
}

#afui .button.previous {
    border: none;
}

#afui .button.next {
    border: none;
}

#afui .button.previous::after {
    color: black;
    z-index: -1;
    font-size: 22px;
    position: absolute;
    top: 2px;
    left: -25px;
    text-align: center;
    border-radius: 0;
    border: none;
    border-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    font-family: 'chevron';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: transparent;
}

#afui .button.next::after {
    color: black;
    z-index: -1;
    font-size: 22px;
    position: absolute;
    top: 6px;
    right: -25px;
    text-align: center;
    border-radius: 0;
    border: none;
    border-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    font-family: 'chevron';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    background-color: transparent;
}


#afui #af_actionsheet {
    background: #0190d6;
    color: inherit;
}

    #afui #af_actionsheet a {
        border-radius: 0;
        -webkit-border-radius: 0;
        color: black;
        background: white;
        border: none;
        text-shadow: none;
    }

/* ------------- 网站通用功能模块 ------------- */



/* 翻页 */
.pageprevnext {
    margin:10px;
    text-align: center;
}


.formitem {
display:inline-block;
width:100%;
margin:5px 0px;
}




/* ------------- 局部页面 ------------- */



/*插件开始*/

#afui .lists4 {
    position:relative;
  margin: 10px 0px;
  list-style: none;
  border-bottom:2px solid #5b73aa;
background-color:#ffffff;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height:2.5em;
  
}
    #afui .lists4 .divider {

display:block;	position:relative;
	padding:8px 12px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	        background-color: #5b73aa;

            color:#ffffff;

    font-size:16px;
	text-decoration: none;
	z-index:2;
}
#afui .lists4 li:not(:nth-child(1)) {
   padding:10px;
   
}
#afui .lists4 li.divider {



  color:#ffffff;
  font-weight:bold;
}
#afui .lists4 .infos {
    padding:10px 0px;
    font-size:12px;
    line-height:2em;
    border-top:1px dashed #cfcfcf;  color:#7c7c7c;
    background-repeat:no-repeat;
    background-image:url(../../images/icon-1.png);
    background-position:10px 10px;
    text-indent:40px;
}

#afui .frombox4 {
    position:relative;
  list-style: none;
  border-bottom:2px solid #5b73aa;
background-color:#ffffff;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height:2.5em;
  
}
    #afui .frombox4 .divider {

display:block;	position:relative;
	padding:8px 12px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	        background-color: #5b73aa;

            color:#ffffff;

    font-size:16px;
	text-decoration: none;
	z-index:2;
}
#afui .frombox4 li:not(:nth-child(1)) {
   padding:10px;
   
}
#afui .frombox4 li.divider {



  color:#ffffff;
  font-weight:bold;
}
#afui .frombox4 .infos {
    padding:10px 0px;
    font-size:12px;
    line-height:2em;
    border-top:1px dashed #cfcfcf;  color:#7c7c7c;
    background-repeat:no-repeat;
    background-image:url(../../images/icon-1.png);
    background-position:10px 10px;
    text-indent:40px;
}

#researchtype {
padding:10px;
}
#afui .researchtype .img{
text-align:center;
}
#afui .researchtype li>span {
display:block;
color:#7c7c7c;
font-weight: bold;
}
#afui .researchtype li span>span {
    color:#5b73aa;
    font-weight:initial;
}
#researchfrom .remark {
   
}

.research_frm .testnum #testnum {
    width:70%;

}
.research_frm .testnum label {
    width:28% !important;

}
    .research_frm .testnum img {
        display:inline-block;
    }
.research_frm .infos {
padding: 10px 0px;
font-size: 12px;
line-height: 2em;
border-top: 1px dashed #cfcfcf;
color: #7c7c7c;
background-repeat: no-repeat;
background-image: url(../../images/icon-1.png);
background-position: 10px 10px;
text-indent: 40px;
}
.research_frm .img {
    display:block;
    text-align:center;

    background-repeat:no-repeat;
    background-size:auto 150px;
background-position:center;
}
#endVotesForm .research_frm .img {
    height:140px;
}
#endVotesForm  .research_frm  .img img {
opacity:0;
}

  


#afui .frombox {
    display:inline-block;
    width:100%;
    overflow:hidden;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #ffffff;
  
}
#afui .frombox li {
    float:left;
width:50%;

  list-style: none;
  position: relative;
  border-bottom: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}
#afui .frombox li:not(:first-child):nth-of-type(2n+2) {

   border-right: 1px solid #ccc;
}
#afui .frombox li:first-child {
  border-top: 1px solid #ccc;
}

#afui .frombox .divider {
  position: relative;
  width:100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  line-height: 2em;
  background-color: #5b73aa;
  color:#ffffff;
  text-align:center;


}
#afui .frombox.inset {

}
#afui .frombox.inset li:first-child {
  border-top: none;
}
#afui .frombox.inset li:last-child {
  border-bottom: none;
}
#afui .frombox .infos.detailmess {
     border-top:0px;
}

#afui .userfrm {
    overflow:hidden;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom:2px solid #5b73aa;
  background-color: #ffffff;
  
}




.container > div {
  margin-bottom: 20px;
}

.progress {
  height: 20px;
}
.progress > span {
  position: relative;
  float: left;
  min-width: 50px;
  height: 20px;
  line-height: 16px;
  text-align: right;
  background: #cccccc;

}
.progress > span > span {
  padding: 0 8px;
  line-height:20px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
