*{
    padding: 0;
    margin: 0;
}
body{
	display: flex;
	flex-flow: column;
	min-height:100vh;
}
main {
	min-height: calc(100vh - 38em);
	box-sizing: border-box;
	flex: 1;
}
ul li{
    list-style: none;
}
/*a{*/
    /*color: #333;*/
/*}*/
.color{
	background-color:#488ffa;
	color:#fff;
}
#typesList .interList .color:hover{
	color:#fff;
}
/*a:visited,a:hover{*/
    /*text-decoration: none;*/
    /*color: #333;*/
/*}*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
    width:1200px;
    margin-left:-120px;
}
.homeBody{
    width: 100%;
    height: 300px;
    background-image: url(img/bgimg.png);
    background-repeat: no-repeat;
    background-size: 100% 300px;
}
.textoverflow{
	word-break:keep-all;           /* 不换行 */
	white-space:nowrap;
	overflow:hidden;               /* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;         /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.cursor{
	cursor:pointer;
}
/* 头部开始 */
.headerDiv .navbar-ico{
    width: 140px;
	height: 19px;
	background: url(img/icon.png) -22px -164px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.headerDiv .ie-navbar-ico{
    width: 232px;
    height: 35px;
    background: url(img/bossnav.png) 0px 0px no-repeat;
    border-right: 1px solid #fff;
}
#ieSection .ie-worn{
    width: 91px;
    height: 92px;
    background: url(img/worn.png) -10px 0px no-repeat;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#ieSection .tipText{
    margin: 0 auto;
    width: 272px;
    height: 100px;
    font-size: 16px;
    color: #565656;
    line-height: 33px;
    margin-top: 40px;
    text-align: center;
}
#ieSection .chromeIcon{
   width: 29px;
   height: 29px;
   background: url(img/chrome-icon.png) 0px 0px no-repeat;
   border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#ieSection .chromeIcon:hover{
   width: 29px;
   height: 29px;
   background: url(img/chrome-icon.png) -28px 0px no-repeat;
   border-right: 1px solid rgba(255, 255, 255, 0.5);
    color:#488ffa!important;
}
#ieSection .chromeIcon-hover{
    color:#488ffa!important;
}
#ieFoot .safetyCertificate{
    text-align: center;
     width: 44px;
     height: 19px;
     background: url(img/safetyCertificate.png) 0px 4px no-repeat;
     border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.headerDiv .navbar-brand {
padding-right:20px;
}
#ieBrowser a.navbar-brand{
    padding: 15px 20px 15px 0px;
}
.navbar-header .headeTitle{
    display: -webkit-inline-box;
    color: white;
    line-height: 30px;
    font-size: 20px;
}
#ieBrowser .headeTitle{
    display: -webkit-inline-box;
    color: white;
    line-height: 36px;
    font-size: 36px;
}
/* 头部结束 */
/* 
 *
 * 
 *
 /* 搜索部分 */
 .searchDiv{
    padding: 20px;
	margin-top: 55px;

 }
 .searchDiv .searchInput{
    margin: 0 auto;
    width: 720px;
 }
 .searchInput .form-group-lg input{
    display: inline-block;
    width: calc(100% - 100px);
    border-radius: 2px;
    font-size:16px;
    color:#aaa;
 }
 .form-group-lg .form-control{height:50px}
 .searchInput button{
    float: right;
    padding: 9px 11px;
    background-color: #488ffa;
    border-color: #488ffa;
    font-size: 18px;
    width:100px;
    height:50px;
 }
 .btn-primary:hover {
    color: #fff;
    background-color: #3779DD;
    border-color: #3779DD;
}
.searchDiv .searchHW{
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color: white;
    width: 720px;
}
.searchDiv .searchHW li{
    float: left;
    list-style: none;
    margin-right: 30px;
    font-size:12px;
    color:rgba(255,255,255,0.8);
}
.searchDiv .searchHW li span:hover{
    cursor: pointer;
    color: #2A3950;
}
/* 搜索结束 */
/* 
 *
 * 
 *
 */
 #root{
     width: 1000px;
     margin: 0 auto;
 }
 .row {
     margin: 0;
     padding-top:30px;
     padding-bottom:15px;
 }
 /* 搜索模块 */
 /* 
 *
 * 
 *
 */
 #rootNullDiv{
 	margin:0 auto;
 	width:220px;
	height:200px;
	margin-bottom: 100px;
 }
 #rootNullDiv .NullImgDiv{
	width: 150px;
    height: 142px;
    background: url(img/icon.png) -283px -42px;
	background-repeat: no-repeat;
	margin:55px auto 40px auto ;
 }
 #root ul li{
     padding: 0 10px 20px;
 }
 #root .moduleDiv{
    height: 154px;
    width: 100%;
    padding: 20px 20px 20px;
    text-align: center;
    overflow: hidden;
 }
 #root .moduleDiv:hover{
    box-shadow:5px 5px 12px #aaaaaa;
    transition:all 0.5s;
    cursor: pointer;
 }
 .moduleDiv img{
     margin: 0 auto;
     display: block;
 }
 .moduleDiv span{
 line-height:20px;
    margin: 15px 0 15px 0;
    display: block;
    color:#565656;
    font-size: 20px;
    word-break:keep-all;           /* 不换行 */
    white-space:nowrap;
    overflow:hidden;               /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;         /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
 }
 .moduleDiv p{
    margin: 0 0 20px;
    font-size: 16px;
    color:#aaa;
    line-height:16px;
 }
/* 搜索模块 */
/* 
 *
 * 
 *
 */
 footer p{
     text-align: center;
 }
 footer .contactDiv{
     padding: 20px;
     width: 100%;
     height: 160px;
     border-top:1px solid rgb(242, 242, 242);
 }
 .contactDiv .contactWay{
     width: 420px;
     margin: 0 auto;
 }
 .contactWay .contactQQ_icon{
    width: 22px;
    height: 50px;
    background: url(img/background.png) -7px 0px no-repeat;
    display: inline-block;
  }
  .contactWay .contactQQ_icon_hover{
      width: 22px;
      height: 50px;
      background: url(img/background.png) -36px 0px no-repeat;
      display: inline-block;
    }
  .contactWay .contactPhone_icon{
      width:22px;
      height: 50px;
      background: url(img/phone.png) 0px 10px no-repeat;
      display: inline-block;
    }
  .contactWay .contactAdvisory_icon{
         width: 23px;
         height: 50px;
         background: url(img/background.png)-67px -3px no-repeat;
         display: inline-block;
  }
   .contactWay .contactAdvisory_icon_hover{
          width: 23px;
          height: 50px;
          background: url(img/background.png) -99px -3px no-repeat;
          display: inline-block;
   }
 .contactWay .contectWay_network{
    position: absolute;
    cursor: pointer;
    color:#565656;
    width:127px;
 }
 .phone span{
   line-height: 22px;
   font-size: 20px;
   border-right: 1px solid #aaa;
   padding-right: 20px;
   position: absolute;
   cursor: default;
   color: #565656;
   margin-top: 10px;
   margin-left: 5px;
}

.advisory span{
   line-height: 22px;
   font-size: 20px;
   padding-right: 20px;
   margin-left: 5px;
   position: relative;
   top: -26px;
   cursor: pointer;
   color: #565656;

}
.contectWay_feedback span{
  line-height: 50px;
     position: relative;
     top: -20px;
     font-size: 20px;
}
 .contectWay_network span{
    line-height: 50px;
    position: relative;
    top: -22px;
    font-size: 20px;
    border-right: 1px solid #aaa;
    padding-right: 20px;
 }
/*问题列表模板*/
#qusetionList{
	padding-top: 0;
}
#qusetionList .con{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding: 10px 0 5px;
	height: 150px;
}
#qusetionList .PlainText{
	max-height:40px;
	overflow:hidden;
	font-size:12px;
	line-height: 22px;
	padding:0;
	color:#707070;
	width:1000px;
}
#typesQusetionList .PlainText{
    word-wrap: break-word;
    max-height:49px;
    overflow:hidden;
    font-size:12px;
    line-height: 22px;
    color:#565656;
    width:960px;
    padding-bottom:10px;
}
#qusetionList h3{
	padding: 0;
}
#qusetionList .listDiv >h3:hover{
	padding: 0;
	color:#488ffa;
}
#qusetionList p{
	margin: 0;
}
#root #qusetionList>li{
	padding:0;
}
/*类型列表模板*/
#typesQusetionList{
	padding:20px 20px 0px 30px;
}
#typesQusetionList h1{
	padding:0;
}
#typesQusetionList h1:hover{
	color:#488ffa;
}
#typesQusetionList .contentDiv{
	width:100%;
	font-size:16px;
	colcor:#565656;
	margin:auto;
}
#typesQusetionList .contentDiv img{
	max-width:100%;
}
#typesList{
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
#typesList>li{
	border: 1px solid #e9e9e9;
}
#typesList .interList{
	background-color:#fafafa;
}
#typesList .interList>li{
	padding: 0 0 0 15px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
#typesList .interList>li:hover{
	color:#488ffa;
}
#typesList .glyphicon{
	line-height:28px;
	float:right;
	color:#aaa;
}
#typesList .typesLi>p:hover{
	color:#488ffa;
}
#typesNav span{
	margin:0 10px 0 0;
	font-size:14px;
	color:#707070;
}
#typesNav .freahIndex:hover{
	color:#488ffa;
}
#typesNav .tipsflag{
	margin:0 10px;
	font-size:14px;
	color:#494949;
}
#typesNav .tipsflag:hover{
   color:#488ffa;
}
#typesQusetionList .type_Title{
	font-size:16px;
}
#typesQusetionList .margin-bottom40{
	margin-bottom:40px;
}
.moreStyle{
    font-size:22px!important;
    color:#494949!important;
    cursor: default!important;

}
#typesQusetionList .contentDiv ol{
        margin-left:10px;
    }
#userFeedBack .btn{
    background-color: #fff;
    color:#707070;
    border-color: #ccc;
    width: 96px;
    height: 32px;
    padding:0px;
    position:relative;
}

#userFeedBack{
   width: 1000px;
   padding-left: 30px;
   background-color: #fcfcfc;
   height: auto;
   padding-top: 30px;
   border: 1px solid #e9e9e9;
   margin-left: -31px;
   margin-bottom: -40px;
}
#userFeedBack .icon-zan{
  width: 16px;
  height: 26px;
  background: url(img/zan.png) 0 6px no-repeat;
  display: inline-block;
  margin-right: 10px;
  margin-left: -38px;
}
#userFeedBack .icon-cai{
  width: 16px;
  height: 26px;
  background: url(img/cai.png) 0 10px no-repeat;
  display: inline-block;
  margin-right: 10px;
  margin-left: -38px;
}
#userFeedBack .solvedText{
   font-size:14px;
   line-height:14px;
   color:#707070;
   margin-top:20px;
   display:none;
}
#userFeedBack .unSolvedText{
   font-size:14px;
   line-height:14px;
   color:#707070;
   margin-top:20px;
   display:none;
}
#frm input[type="radio"] {
  margin: 3px 3px 0px 5px;
  display: none;
}
#frm .feedBackContent{
  margin-top:20px;
}
#frm .submit{
    width:80px;
}
#frm .submit-primary{
    background-color: #488ffa;
    color:white;
}
#frm label {
     margin-bottom: 10px;
     margin-right: 30px;
     color: #565656;
     line-height: 14px;
     font-size: 14px;
     padding-left: 20px;
     cursor: pointer;
     background: url(img/danxuan.png) no-repeat left top;
     font-weight: normal;
}
#frm label.background{
  background: url(img/danxuan2.png) no-repeat left top;
}
#contentCount{
    color: #aaa;
    position: absolute;
    right: 0;
    bottom: 2px;
    right: 13px;
}
#userFeedBack .btnGroup button:hover{
      background-color:#eeeeee;
      border-color: #e9e9e9;
      color: #707070;
}
#userFeedBack .btnGroup span{
   display: inline-block;
   padding-bottom: -2px;
   position: absolute;
   top: 6px;
}
.contactDiv span{
    color:#565656;
}
.contactAdvisory_span{
    color:#565656;
}
.advisory_span{
    color:#488ffa !important;
}
.contectWay_network a{
    text-decoration:none;
}
.ball-clip-rotate{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20px;
}
.ball-clip-rotate > div {
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #e9e9e9;
    border-bottom-color: transparent;
    height: 40px;
    width: 40px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        ransform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
        }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}
