@charset "utf-8";
/* CSS Document */

body { margin: 0px; padding: 0px; color: #333; font: 12px/1.5 "Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,宋体,sans-serif;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

b1,h2,h3,h4,h5,h6,dl,dt,dd,em,th{font-size:100%;font-weight:normal;}
html{ overflow-x: hidden;-webkit-text-size-adjust:none;  }
fieldset{border:0;}
td { font-size: 12px; }
p { margin: 0px; padding: 0px; }
img { border-style: none; vertical-align: middle; }
form { font-size: 12px; margin: 0px; padding: 0px; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
a { color: #333; text-decoration: none; }
a:hover{ text-decoration: none; color: #41c074; }
input { vertical-align: middle; font: 12px "微软雅黑"; outline:none}
select { font-size: 12px; }
input[type="button"]{ cursor:pointer;outline:none}
em { font-style: normal;}
.fem { color: #F00; }


.clear {display:block; height:0; overflow:hidden; clear:both;*zoom:1;  }
.clearfix{*zoom:1; clear:both}
.clearfix:after{content:"\0200"; display:block; height:0; overflow:hidden; clear:both}
.space{ clear: both; height: 63px; overflow: hidden; } 
.space2{ clear: both; height: 30px; overflow: hidden; } 
.spacediy { clear: both; height: 40px; }



.fl{float:left;}
.fr{float:right;}



.page { color: #222222; clear: both; text-align: center; font-size: 14px; padding-top: 25px; padding-bottom: 25px; }
.page a { color: #222222; margin-right: 3px; line-height: 40px; border: 1px solid #e0e0e0; height: 40px; padding-right: 14px; padding-left: 14px; font-size: 14px; display: inline-block; background: #FFF; margin-left: 3px; }
.page a:hover,.page .athis{ color: #FFFFFF; background: #009fe8; border: 1px solid #009fe8; }
.page .agrey{ color: #ccc; }

.pagewrap { width: 100%;min-width:1160px; max-width:1920px; margin: 0px auto; clear: both;zoom:1; }
.pagebg { background: #fafafa; }
.contain { margin: 0px auto; width: 1160px; }
.crumb { padding: 20px 0px; color: #959595; }
.crumb a { color: #41c074; }
.sidebar { float: right; width: 320px; }
.download-app {
    position: relative;
    height: 58px;
    border: 1px solid #ececec;
    margin-top: 15px;
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    width: calc(100% - 22px)
}

.download-app .logo {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/qyapp_logo.png) 50%/cover;
    margin-top: 10px
}

.download-app .text {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-top: 10px;
    margin-left: 9px
}

.download-app .code-small {
    float: right;
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/qyapp_download_code.png) 50%/cover
}

.download-app .code-big {
    border: 1px solid rgba(34,34,34,.15);
    height: 147px;
    width: 118px;
    position: absolute;
    right: 0;
    top: 90px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: 99;
    background-color: #fff;
    padding: 15px;
    display: none
}

.download-app .code-big .code-big-text {
    font-size: 10px;
    color: rgba(34,34,34,.65);
    font-weight: 400;
    display: block;
    text-align: center;
    white-space: nowrap
}

.download-app .code-big .code {
    width: 120px;
    height: 120px;
    background: url(../images/qyapp_download_code2.png) 50%/cover;
    display: block;
    margin-top: 10px
}

.download-app .text .desc {
    display: block;
    font-size: 12px;
    color: rgba(31,32,35,.5);
    line-height: 22px;
    font-weight: 400
}

.download-app:hover .code-big {
    display: block
}

.download-app .code-big:before {
    content: '';
    position: absolute;
    right: 34px;
    top: -5px;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(34,34,34,.15);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    border-right: none;
    border-bottom: none
}

.about_question {
    padding: 10px 20px 20px;
    width: 280px
}

.about_question__dt {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.about_question__dd li {
    font-size: 13px;
    line-height: 22px;
    padding: 3px 0;
    margin-bottom: 8px
}

.about_question__dd li a {
    color: #0073B6
}

.about_question__dd li a:hover {
    text-decoration: underline;
    color: #0073B6!important
}

.about_question__dd li span {
    color: #323232;
    padding-left: 10px
}
.main { border: 1px solid #ececec; background: #FFF; float: left; width: 750px; padding-bottom: 50px; }
.faqitem { border-bottom: 1px solid #ececec; padding: 20px 20px 40px 40px; }
.itemtag { padding-bottom: 23px; }
.itemtag a { color: #333; background: #f0f0f0; line-height: 30px; display: inline-block; padding: 0px 10px; margin-right: 9px; border-radius:15px;-moz-border-radius:15px;
-ms-border-radius:15px;
-o-border-radius:15px;  }
.itemtag a:hover{ color: #41c074; background: #e3f6ea;}

.faqitem h2 { font-size: 18px; font-weight: bold; }
.faqitem-user { padding: 10px 0px; }
.faqitem-user .img { vertical-align: middle; height: 22px; width: 22px; margin-right: 10px; 
border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
}



.faqitem .text { padding-bottom: 12px; font-size:18px; line-height:1.5; }
.itembottom { color: #e5e1e5; line-height: 34px; }
.faqitem .itembottom dt { float: left; }
.faqitem .itembottom span { color: #959595; margin-right: 10px; }
.faqitem .itembottom dd { float: right; }

.vnum { background: url(../images/icon1.jpg) no-repeat left center; padding-left: 21px; }
.ans { background: url(../images/icon2.jpg) no-repeat 10px center; padding-left: 25px; }
.gz { background: url(../images/icon3.jpg) no-repeat 10px center; padding-left: 25px; }
.fx { background: url(../images/icon4.jpg) no-repeat 10px center; padding-left: 25px; margin-right: 10px; color: #959595; }
.fx:hover { background: url(../images/icon44.jpg) no-repeat 10px center;   }
.jb { background: url(../images/icon5.jpg) no-repeat 10px center; padding-left: 25px; margin-right: 10px; color: #959595; }
.jb:hover { background: url(../images/icon55.jpg) no-repeat 10px center;   }
.bz { background: url(../images/icon7.jpg) no-repeat 10px center; padding-left: 25px; margin-right: 10px; color: #959595; }
.bz:hover { background: url(../images/icon77.jpg) no-repeat 10px center;   }
.taolun { background: url(../images/icon6.jpg) no-repeat 0px center; padding-left: 17px; margin-right: 18px; color: #333333; }
.taolun:hover { background: url(../images/icon66.jpg) no-repeat 0px center;   }
.taolun span{ background: url(../images/arr1.jpg) no-repeat right center; padding-right: 12px; display: inline-block; }
.taolun .d{ background: url(../images/arr2.jpg) no-repeat right center; padding-right: 12px; display: inline-block; }
.taolun2 { background: url(../images/icon.gif) no-repeat 10px center; padding-left: 25px;   color: #959595;  }
.taolun2:hover { background: url(../images/icon66.jpg) no-repeat 10px center;    }

.btngz,.btngz:hover{ line-height: 34px; color: #FFF; font-size: 14px; background: #03a9f4; display: inline-block; padding: 0px 14px; height: 34px; margin-right: 4px; }
.btnfaq,.btnfaq:hover { line-height: 34px; color: #FFF; font-size: 14px;background: #41c074; display: inline-block; padding: 0px 14px; height: 34px;}
.discuss-cont { padding: 0px 0px 0px 30px; }
.mod_discuss { padding-top: 15px; }
.zan_left { background: #eaf9f2 url(../images/zan.png) no-repeat center 10px; float: left; height: 22px; width: 40px; padding-top: 34px; display: block; text-align: center; line-height: 12px; color: #41c074; }
.zan_left:hover{ background: #55c783 url(../images/zan.png) no-repeat center 10px;  color: #fff; }
.discmain { float: right; width: 630px; border-bottom: 1px solid #ececec; padding: 0px 20px 20px 0px; }
.discmain .uname .qm { color: #959595; padding-left: 10px; font-weight: normal; }
.discmain .uname .level { vertical-align: middle; height: 11px; width: 11px; padding-right: 5px; }
.discmain .uname { padding-bottom: 20px; font-weight: bold; color: #333333; font-size: 14px; }
.distool .disright { float: right; color: #e5e1e5; }
.distool .disleft { float: left; color: #959595; }


.discmain .uname .userpic { vertical-align: middle; height: 40px; width: 40px; margin-right: 5px;border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%; }
.discmain .intro { font-size: 16px; line-height: 26px; padding-bottom: 20px; }
.distool { padding-bottom: 12px; }

.tbox { border: 1px solid #ececec; position: relative; background: #fafafa; }
.tbox .icon { background: url(../images/dd.jpg) no-repeat left top; height: 5px; width: 10px; position: absolute; left: 13px; top: -5px; }
.addiscuss { padding: 15px 10px; background: #ededed; clear: both; color: #959595; }
.inputadd { border: 1px solid #fafafa; height: 22px; width: 666px; padding-left: 7px; line-height: 22px; color: #959595; }
.inputadd:hover{ border: 1px solid #41c074;  }
.showmore { text-align: center; line-height: 32px; }
.showmore a { color: #41c074; }
.disclist li { border-bottom: 1px solid #ededed; padding: 14px 20px 8px; font-size: 14px; position: relative; }
.disclist li .text .t { color: #959595; font-size: 12px; }
.disclist li .text { float: left; width: 500px; padding-left: 8px; }
.disclist li .imgbox { float: left; height: 40px; width: 40px; border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;}
.disclist li h3 { font-weight: bold; padding-bottom: 3px; }
.disclist .tmenu { color: #959595; position: absolute; top: 13px; right: 15px; font-size: 12px; display: none; }
.pubform { padding: 30px 20px 30px 30px; }
.pubform dt { float: left; width: 40px; }
.pubform dt .imgbox { float: left; height: 40px; width: 40px; border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;}
.pubform dd { float: right; width: 697px; }
.textarea { font-size: 14px; line-height: 22px; color: #333333; height: 118px; width: 685px; border: 1px solid #e1e1e1; padding: 0px 5px; outline: none }
.textarea2{ border: 1px solid #41c074;  }
.btnform { text-align: right; padding-top: 10px; }
.btnreply { color: #FFF; line-height: 28px; height: 28px; width: 54px; border-style: none; cursor: pointer; background: #41c074; }
.topbar { background: #FFF; padding: 10px 0px; box-shadow: 0 0 15px #c6c6c6; -webkit-box-shadow: 0 0 15px #c6c6c6; -moz-box-shadow: 0 0 15px #c6c6c6; width: 100%; z-index: 30; 
}
.topbar .topcont { margin: 0px auto; width: 1160px; }
.topcont h1 { float: left; padding-right: 24px; background: url(../images/logo.jpg) no-repeat; width:93px; height: 28px; font-size: 0;margin-top: 5px; }
.topcont h1 .icon1 { background: url(../images/logo.gif) no-repeat left top; display: block; float: left; height: 40px; width: 88px; }
.tsearchbox { line-height: 38px; float: left; height: 38px; width: 710px; margin-right: 20px; border: 1px solid #ececec; background: #fafafa; padding-left: 10px; }
.tsearchbox2{border: 1px solid #41c074;background: #fff;}

.inputsearch { border-style: none; background: url(../images/261ffde56963437db2d9d3cf0c3d3338.gif); float: left; height: 38px; width: 645px; line-height: 38px; color: #333; }
.btnsearch { background: url(../images/searchbtn.gif) no-repeat left -38px; float: right; height: 38px; width: 44px; border-style: none; cursor: pointer; }
.btnsearch2{background: url(../images/searchbtn.gif) no-repeat left 0px}
.ask,.ask:hover{ font-size: 14px; line-height: 40px; font-weight: bold; color: #FFF; background: #41c074; padding: 0px 33px; display: block; float: left; height: 40px; }
