﻿html {
    overflow: visible
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    position: relative;
    min-width: 920px;
    background: #f8f8f8;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #454545
}

p,
ul,
ol,
pre {
    margin: 0;
    padding: 0
}

pre {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: inherit
}

.select-box {
    position: relative;
    background: white;
    color: #7d7d7d;
    z-index: 1000
}

.select-box .select-text {
    line-height: 32px;
    padding: 0 25px 0 10px;
    border: 1px solid #dbdbdb;
    cursor: pointer
}

.select-box .select-text p {
    white-space: nowrap;
    overflow: hidden
}

.select-box .arrow-select {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -2px;
    width: 10px;
    height: 5px;
    background: url(../i/arrow-select.png) no-repeat left center;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/arrow-select.png")
}

.select-box ul {
    z-index: 1000;
    display: none;
    position: absolute;
    width: 100%;
    max-height: 280px;
    left: 0;
    background: white;
    overflow: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #dbdbdb;
    _height: expression(this.scrollHeight>280 ? "280px":"auto")
}

.select-box ul li {
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb
}

.select-box ul li:hover {
    color: white;
    background: #41a5f8
}

.header {
    height: 60px;
    background: #399df0;
    color: white
}

.header .title {
    float: left;
    margin: 15px 0 0 30px;
    _display: inline;
    font-size: 22px
}

.header-btn {
    display: none;
    position: relative;
    float: right;
    margin: 15px 30px 0 0;
    _display: inline;
    padding: 5px 5px 5px 30px;
    font-size: 14px;
    cursor: pointer;
    zoom: 1;
    color: white
}

.header-btn div {
    position: absolute;
    top: 5px;
    left: 0;
    width: 21px;
    height: 19px
}

.header-btn .guestbook-icon {
    background: url(../i/guestbook-icon.png) no-repeat center center;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/guestbook-icon.png")
}

.header-btn .contact-icon {
    background: url(../i/contact-icon.png) no-repeat center center;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/contact-icon.png")
}

.info-container {
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #404040
}

.info-container .info-wrap {
    margin: 0 auto;
    width: 1000px;
    position: relative
}

.info-container .info-title {
    font-size: 20px;
    padding: 70px 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}

.info-container-wrap .form-box {
    padding: 20px 0
}

.form-box .control-group {
    display: none;
    padding: 5px 0
}

.control-group .control-label {
    position: relative;
    float: left;
    width: 130px;
    margin-top: 8px;
    padding-left: 260px;
}

.control-group .control-label .required-flag {
    display: none;
    position: absolute;
    color: red;
    left: 290px;
    top: 0
}


.control-group .control {
    position: relative;
    margin-left: 390px;
    text-align: left
}

.control-group .control #code{
    width: 160px;
}

.control-group .control .verifyCode {
    border: none;
    color: #fff;
    background: #399df0;
    cursor: pointer;
    width: 116px;
}

.control-group .control #kaptchaImage {
    margin: 0 0 -10px 10px;
}

.control-group .control .change-code {
    cursor: pointer;
    margin-left: 15px;
    text-decoration: underline;
}

.control-group .help-text {
    color: #818181;
    left: 360px;
    line-height: 1.8;
    position: absolute;
    top: 3px;
}

.control-group .control input,
.control-group .control textarea {
    padding: 8px 10px;
    width: 280px;
    border: 1px solid #dbdbdb;
    color: #535353;
    font-family: Microsoft Yahei;
    font-size: 12px
}

.control-group .control input:focus,
.control-group .control textarea:focus{
    border-color: #94AEE9;
}

.control-group .control .control-input.error-info,
.control-group .error-info {
    border: 1px solid red
}

.control-group .select-box {
    width: 302px;
    position: relative;
}

.control-group .select-box select{
    height: 100%;
    width: 49%;
    float: right;
    border: none;
    border: 1px solid #ddd;
}

.control-group .select-box .tip{
    position: absolute;
    left: 305px;
    width: 300px;
    top: 9px;
}

.control-group .select-box select:first-child{
    float: left;
}

.control-group #area {
    height: 34px;
    position: relative
}

.control-group .area {
    width: 98px;
    position: absolute;
    *margin-left: -13px;
    top: 0
}

.control-group #area #city {
    left: 102px
}

.control-group #area #district {
    left: 204px
}

.info-container .form-btn {
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: white;
    cursor: pointer;
    margin: 30px 0
}

.info-container #btn-finish {
    float: left;
    margin-left: 450px;
    _display: inline;
    background: #ff9048
}

.info-container #btn-ignore {
    float: left;
    _display: inline;
    text-decoration: underline;
    height: 35px;
    line-height: 50px;
    cursor: pointer;
    margin: 30px 10px
}

.info-container #btn-finish.btn-only {
    margin-left: 130px
}

.shade {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    -ms-filter: "progidXImageTransform.Microsoft.Alpha(Opacity=50)";
    -filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    color: white;
    text-align: center
}

.shade .notice {
    position: relative;
    height: 198px;
    width: 325px;
    background: url("../i/commitinfo.png") center no-repeat;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/commitinfo.png");
    position: absolute;
    left: 50%;
    margin-left: -162px;
    margin-top: -99px;
    top: 50%
}

.shade .notice .notice-delete {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.chat-container {
    display: none;
    position: relative;
    background-color: #f8f8f8;
    height: 520px;
    padding-right: 300px
}

.chat-container .chat-wrap {
    position: relative;
    height: 100%
}

.chat-container .chat-wrap .chat-box {
    position: relative;
    height: 430px
}

.chat-container .chat-wrap .chat-box .chat-scroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto
}

.chat-box .chat-pane {
    top: 0;
    width: 100%;
    padding: 0 0 30px 0;
    position: absolute
}

.chat-box .rctCtn {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 15px;
    height: auto;
    border-right: medium none;
    border-top: medium none
}

.rctCtn .avatar {
    width: 40px;
    height: 40px;
    _display: inline
}

.rctCtn.lft .avatar {
    float: left;
    margin-left: 15px
}

.rctCtn.rght .avatar {
    float: right;
    margin-right: 15px;
    background: url("../i/avatar-user.png") no-repeat center center;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/avatar-user.png")
}

.rctCtn .chtMsg {
    position: relative;
    margin: 0;
    border-radius: 15px;
    max-width: 70%;
    min-width: 0;
    _width: expression(this.scrollWidth>420 ? "420":true)
}

.rctCtn.lft .chtMsg {
    float: left;
    margin-left: 15px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e6e6e6
}

.rctCtn.rght .chtMsg {
    float: right;
    margin-right: 15px;
    background: none repeat scroll 0 0 #399df0;
    border: 1px solid #2d86cf
}

.rctCtn .chtMsg .chat {
    margin: 0;
    padding: 10px;
    color: #454545;
    font-family: "Microsoft YaHei";
    line-height: 1.8;
    text-align: justify;
    word-wrap: break-word;
    white-space: normal
}

.rctCtn .chtMsg .chat img {
    max-width: 100%;
    _width: expression(this.scrollWidth>400 ? "400":true)
}

.rctCtn.rght .chtMsg .chat {
    color: white
}

.rctCtn .chtMsg .chtTail {
    position: absolute;
    width: 9px;
    height: 12px;
    top: 14px
}

.rctCtn.lft .chtMsg .chtTail {
    left: -9px;
    background: url("../i/chtTail-lft.png") no-repeat center center;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/chtTail-lft.png")
}

.rctCtn.rght .chtMsg .chtTail {
    left: auto;
    right: -9px;
    background: url("../i/chtTail-rght.png") no-repeat center center;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/chtTail-rght.png")
}

.rctCtn .chtMsg .feedback {
    padding: 0 10px 10px 10px;
    color: #cacbcc;
    cursor: pointer
}

.rctCtn .chtMsg .feedback .good-feed,
.rctCtn .chtMsg .feedback .bad-feed {
    float: right;
    position: relative;
    padding-left: 20px
}

.rctCtn .chtMsg .feedback .good-feed {
    margin-right: 15px;
    _display: inline;
    margin-left: 50px
}

.rctCtn .chtMsg .feedback .good-feed.active,
.rctCtn .chtMsg .feedback .bad-feed.active {
    color: #ff9048
}

.rctCtn .chtMsg .feedback .good-feed i,
.rctCtn .chtMsg .feedback .bad-feed i {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 16px
}

.rctCtn .chtMsg .feedback .good-feed i {
    background: url("../i/feedback-good.png");
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/feedback-good.png")
}

.rctCtn .chtMsg .feedback .bad-feed i {
    background: url("../i/feedback-bad.png");
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/feedback-bad.png")
}

.rctCtn .chtMsg .feedback .good-feed.active i {
    background: url("../i/feedback-good-active.png");
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/feedback-good-active.png")
}

.rctCtn .chtMsg .feedback .bad-feed.active i {
    background: url("../i/feedback-bad-active.png");
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/feedback-bad-active.png")
}

.rctCtn .chtMsg .table_chat {
    table-layout: fixed;
    empty-cells: show;
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto;
    height: 20px;
    margin: 0 auto;
    max-width: 90%;
    _width: expression(this.scrollWidth>400 ? "400":true);
    border: 1px solid black
}

.rctCtn .chtMsg.similar-unique .chat span {
    color: #8f8f8f
}

.rctCtn .chtMsg .related {
    margin: 0 10px 10px 10px
}

.rctCtn .chtMsg.chtMsg-list .chat,
.rctCtn .chtMsg .related p {
    color: #8f8f8f
}

.rctCtn .chtMsg.chtMsg-list ul,
.rctCtn .chtMsg .related ul {
    line-height: 2;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 0 10px 0 10px
}

.rctCtn .chtMsg .related ul {
    margin-top: 5px;
    padding: 0
}

.rctCtn .chtMsg.chtMsg-list ul li,
.rctCtn .chtMsg .related ul li {
    list-style-type: none;
    position: relative;
    zoom: 1;
    padding-left: 10px;
    cursor: pointer
}

.rctCtn .chtMsg.chtMsg-list ul li img,
.rctCtn .chtMsg .related ul li img {
    position: absolute;
    top: 10px;
    height: 2px;
    left: 2px
}

.rctCtn .chtMsg.chtMsg-list ul li a,
.rctCtn .chtMsg .related ul li a {
    text-decoration: underline
}

.rctCtn .chtMsg.chtMsg-list ul li.li-cs {
    padding-left: 20px
}

.rctCtn .chtMsg.chtMsg-list ul li.li-cs img {
    position: absolute;
    top: 7px;
    height: 11px;
    left: 2px
}

.rctCtn .chtMsg.chtMsg-list ul li.li-cs a {
    text-decoration: none;
    color: #389df1
}

.rctCtn .chtMsg.btn-wrap {
    max-width: 420px
}

.rctCtn .chtMsg.btn-wrap .inner-btn {
    background: #ff9048;
    margin: 0 10px 10px 10px;
    padding: 7px 20px;
    color: white;
    text-align: center;
    border-radius: 5px
}

.rctCtn .chtMsg.chtMsg-connect-info {
    float: none;
    margin: 0 auto;
    background: #e4e4e4;
    border: 0
}

.rctCtn .chtMsg.chtMsg-connect-info .chat {
    text-align: center;
    padding: 4px 20px;
    color: #767676
}

.send-box {
    position: absolute;
    height: 90px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #e6e6e6
}

.send-box .cs-limit-wrap {
    position: relative;
    padding: 0 18px;
    height: 38px;
    color: #696a68
}

.send-box .cs-limit-wrap .cs-btn {
    display: none;
    float: left;
    position: relative;
    padding: 12px 5px 5px 20px;
    cursor: pointer
}

.send-box .cs-limit-wrap .cs-off#cs-off-btn {
    display: block
}

.send-box .cs-limit-wrap .cs-on#cs-on-btn {
    display: block
}

.send-box .cs-limit-wrap .cs-btn .cs-icon {
    position: absolute;
    top: 12px;
    left: 0;
    width: 13px;
    height: 14px;
    background: url(../i/cs-icon.png) no-repeat center center;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/cs-icon.png")
}

.send-box .cs-limit-wrap .limit-text {
    position: absolute;
    right: 18px;
    top: 12px
}

.send-box .cs-limit-wrap .limit-text #limit {
    color: #e26225
}

.send-box .input-send-wrap {
    position: relative;
    padding: 0 18px
}

.send-box .input-send-wrap .input-box {
    position: relative;
    border: 1px solid #e3e3e3;
    zoom: 1;
    padding: 5px 80px 5px 10px;
    height: 20px;
    /*overflow: hidden*/
}

.input-box input {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    font: 12px Microsoft Yahei;
    color: #454545;
    height: 20px;
    width: 100%
}

.input-box .send-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #389df1;
    color: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.ui-menu {
    z-index: 2000;
    border-radius: 0;
    background: white;
    font-family: Microsoft Yahei;
    font-size: 12px;
    padding: 0
}

.ui-menu .ui-menu-item {
    list-style-type: none;
    padding: 5px 12px;
    color: #7b7b7b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.func-wrap {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e2e2e2;
    width: 300px;
    height: 100% !important;
    overflow: hidden;
    background: white
}

.func-wrap .freq-box {
    padding: 20px 30px;
    height: calc(100% - 40px);
}

.func-wrap .freq-box .freq-body{
    height: calc(100% - 40px);
    overflow-y: auto;
    overflow-x: hidden;
}

.freq-box .freq-header {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #404040;
    zoom: 1
}

.freq-box .freq-header .freq-change-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    width: 45px;
    height: 20px;
    line-height: 20px;
    background: #ff9149;
    cursor: pointer;
    color: white;
    text-align: center;
    border-radius: 2px
}

.freq-box ul {
    font-family: "Microsoft YaHei";
    line-height: 2;
    color: #404040;
    padding-top: 15px;
    list-style-type: decimal;
}

::-webkit-scrollbar {
width: 8px;
}

::-webkit-scrollbar-track {
background-color: #f5f5f5;
border-radius: 8px;
}

::-webkit-scrollbar-thumb {
background-color: #dcdcdc;
border-radius: 8px;
border: 2px solid #f5f5f5;
}

.freq-box ul li {
    line-height: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    list-style-type: decimal;
}

.freq-box ul li a {
    color: #454545
}

.freq-box ul li a:hover {
    text-decoration: underline
}

.weixin-adv-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 160px;
    background-color: #fff;
    overflow: hidden
}

.weixin-adv-box .weixin {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: 50px;
    height: 110px;
    width: 110px
}

.weixin-adv-box .support-content {
    display: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #7b7b7b;
    font-family: 'Microsoft YaHei' !important
}

.adv1 {
    display: none
}

.adv1 .adv1-img {
    width: 300px;
    height: 50px;
    cursor: pointer
}

.adv2 {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 29px;
    background: #f7f4e3;
    border-top: 1px solid #f2eacc
}

.adv2 a {
    float: left;
    color: #918e80;
    line-height: 29px;
    margin-left: 50px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%
}

.adv2 a:hover {
    text-decoration: underline
}

.adv2 .adv2-close {
    position: absolute;
    top: 7px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(../i/icon-close.png) no-repeat center center;
    _background: 0;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../i/icon-close.png");
    cursor: pointer
}

.adv3 {
    float: left;
    color: #389df1;
    text-decoration: underline;
    color: #0a6abb;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.adv4 p {
    margin: 0 10px 10px 10px;
    background-color: #f2f6fa;
    padding: 10px;
    color: #707070;
    _height: 10px
}

.ui-autocomplete {
    max-height: 210px;
    overflow-y: auto;
    /* 防止水平滚动条 */
    overflow-x: hidden;
    width: 1510px !important;
}
/* IE 6 不支持 max-height
* 我们使用 height 代替，但是这会强制菜单总是显示为那个高度
*/
* html .ui-autocomplete {
    height: 210px;
}
.rctCtn .chtMsg .inner-btn {
    background: #ff9149;
    margin: 0 10px 10px 10px;
    padding: 7px 20px;
    color: white;
    text-align: center;
    border-radius: 5px;
}
