@font-face {
    font-family: "socialshare";
    src: url("fonts/iconfont.eot");
    src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg")
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.social-share * {
    font-family: "socialshare" !important
}

.social-share .icon-tencent:before {
    content: "\f07a"
}

.social-share .icon-qq:before {
    content: "\f11a"
}

.social-share .icon-weibo:before {
    content: "\f12a"
}

.social-share .icon-wechat:before {
    content: "\f09a"
}

.social-share .icon-douban:before {
    content: "\f10a"
}

.social-share .icon-heart:before {
    content: "\f20a"
}

.social-share .icon-like:before {
    content: "\f00a"
}

.social-share .icon-qzone:before {
    content: "\f08a"
}

.social-share .icon-linkedin:before {
    content: "\f01a"
}

.social-share .icon-diandian:before {
    content: "\f05a"
}

.social-share .icon-facebook:before {
    content: "\f03a"
}

.social-share .icon-google:before {
    content: "\f04a"
}

.social-share .icon-twitter:before {
    content: "\f06a"
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b
}

.social-share .icon-weibo:hover {
    background: #ff763b
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-qq:hover {
    background: #56b6e7
}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
    background: #FDBE3D
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .icon-linkedin:hover {
    background: #0077B5
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .icon-facebook:hover {
    background: #44619D
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}

.social-share .icon-diandian:hover {
    background: #307DCA
}

.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549
}

.social-share .icon-wechat:hover {
    background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode2 {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode2 table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

.news_button {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
}

.news_button button {
    border-radius: 5px;
    width: 80px;
    line-height: 26px;
    background: #fff;
    cursor: pointer;

}

.news_button .news_button1 {
    color: #3395eb;
    border: 2px solid #3395eb;
    margin-right: 50px;
}
.news_button .news_button1:hover{
    background: #3395eb;
    color: #fff;
}

.news_button .news_button2 {
    color: #ff9900;
    border: 2px solid #ff9900;
}
.news_button .news_button2:hover {
    background: #ff9900;
   color: #fff;
}

/* .familiar_question p{
    margin-top: 25px;
} */
.return {
    border: 1px solid #e6e6e6;
    padding: 6px 15px;
    margin-top: -1px;
}

.return img {
    width: 20px;
    height: 16px;
}
.return_idear{
    /* border: 1px solid #e6e6e6;
    padding: 6px 15px; */
    margin-top: -1px;
}

.return_idear img {
    width: 20px;
    height: 16px;
}

.tjfk {
    text-align: center;
}

.tjfk button {
    border-radius: 5px;
    width: 80px;
    line-height: 26px;
    background: #fff;
    cursor: pointer;
    color: #3395eb;
    border: 2px solid #3395eb;
    display: block;
    margin: 0 auto;
}
.tjfk button:hover{
    background: #3395eb;
    color:#fff;
}
.fankui_ordert {
    width: 536px !important;
    height: 0;
    min-height: 480px;
}

.fankui_ordert .layui-layer-content {
    padding: 0 !important;
    /* height: 475px !important; */
    min-height: 475px;
    background: #fff;
}

.fankui_ordert #fankuiFrom {
    position: relative;
    padding: 20px;
    padding-bottom: 50px;
}

#fankuiFrom2 {
    padding: 20px;
}
#fankuiFrom2 span font{
    font-size: 14px;
    font-family: '微软雅黑';
    color: #666;
}

#fankuiFrom3 {
    padding: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

#fankuiFrom .idear_select {
    width: 248px;
    margin-top: 0;
}

.Ftextarea {
    width: 100%;
    height: 75px !important;
    padding-top: 5px;
    text-indent: 1em;
    color: #999;
    font-size: 12px;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #3395eb !important;
    background-color: #3395eb;
    color: hsl(0, 0%, 100%);
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.checkBox {
    display: block;
    margin-top: 20px;
    margin-bottom: 16px;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 2px solid #999999;
    border-radius: 5px;
    outline: none;
    display: block;
    cursor: pointer;
    float: left;
    margin-top: 4px;
}

.checkBox input[type=checkbox]:checked {
    background: url(/public/gxrc/images/checkbox_icon.png)no-repeat center;
    border: 2px solid #3395eb;

}

.checkBox a {
    display: inline-block;
    margin-left: 10px;
}

.campus_conversition {
    width: 228px;
    margin: 10px;
    cursor: pointer;
}

.campus_conversition img {
    width: 11px;
    height: 6px;
}

.campus_conversition input {
    height: 28px;
    width: 92%;
    border: none;
    color: #333333;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    color: #333;
    background: none;
}

.campus_conversition input::-webkit-input-placeholder {
    color: #333333;
}

.campus_conversition input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
}

.campus_conversition input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

.campus_conversition input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

.campus_top {
    width: 100%;
    border: 2px solid #3395eb;
    border-radius: 5px;
    padding: 2px 10px;
    position: relative;
}

.campus_button {
    cursor: pointer;
}

.campus_xiala {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 30px;
    left: -2px;
    border: 2px solid #3395eb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.campus_xiala ul li {
    padding: 0 10px;
    position: relative;
    padding: 5px 10px;
}

.campus_xiala ul li a {
    color: #333333;
    font-size: 14px;
}

.campus_xiala ul li:hover {
    background: #3395eb;
}

.campus_xiala ul li:hover .out_nav {
    color: #fff;
}

.campus_xiala ul li:hover .xiala_hover {
    display: block;
}

.xiala_hover {
    display: none;
    position: absolute;
    right: -248px;
    width: 244px;
    top: 0;
    z-index: 1;
    background: hsl(0, 0%, 100%);
    border: 2px solid #3395eb;
}

.xiala_hover a {
    font-size: 14px;
    color: hsl(0, 0%, 20%);
    display: block;
    padding: 5px;
    width: 234px;
    overflow: hidden;
    white-space: pre-wrap;
}

.xiala_hover a:hover {
    background: #3395eb;
    color: #fff;

}

#uploader .placeholder {
    min-height: 180px !important;
}
.news_list li:hover a{
    color: #3395eb !important;
}
.news_list li:last-child {
    margin-bottom: 20px;
}

/* 反馈历史 */
.fankui_histop {
    border: 1px solid #e6e6e6;
    padding: 7px 16px;
    margin-top: -1px;
}

.tickling a {
    color: #3395eb
}
.tickling img{
    width: 20px;
    height: 20px;
}

.fankui_hisbottom {
    padding: 20px;
}
.hisbottom_tx{
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.hisbottom_name .log_in {
    position: relative;
    background: #5fb878;
    border-radius: 5px;
    /* width: 191px; */
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.hisbottom_name .log_in::after{
    position: absolute;
    content: '';
    background: url(/public/static/pc/images/sanjiao.png)no-repeat;
    width: 9px;
    height: 8px;
    top: 12px;
    right:-9px; 
}
.hisbottom_name {
    max-width: 50%;
}
.hisbottom_name .log_in img{
  max-width: 100%;
    margin-bottom: 5px;
}
.no_data{
    color: #307DCA;
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
}

.close_fk {
    min-height:23px;
    max-height: 90vh;
}

.close_fk #imgurlBox img {
    width: 100%;
    height: 100%;
}

