
.rightSideFooter ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}


.ddpanel-title {
    background-color: #fff
}

.ddpanel-content {
    padding: 5px 0 5px 25px;
    z-index: 10000;
    background-color: #fff;
    display: none
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #fff),
        color-stop(50%, #f6f6f6), color-stop(52%, #eee),
        color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4
        100%);
    background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('chosen-sprite.png') no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
    background: url('chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search
{
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7),
        color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eee),
        color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]
{
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4),
        color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),
        color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%
        );
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
{
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover
{
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4),
        color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),
        color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee
        100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee
        100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%
        );
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close
{
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eee),
        color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"]
{
    color: #111 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .search-field {
    display: none
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop
{
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div
{
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url('chosen-sprite.png') no-repeat -30px -20px;
    background: url('chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b
{
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) , only screen
and (min-resolution:144dpi) {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span
    {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

select.form-chosen-ajax {
    min-width: 100%
}

.chosen-container-multi .chosen-choices {
    background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
    background: url('chosen-sprite.png') no-repeat 100% -20px;
    padding: 0 20px 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow
        ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

div.mf_container {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px
}

div.mf_container ol.mf_list {
    padding: 0;
    display: inline
}

div.mf_container ol.mf_list li.mf_item {
    border: 1px solid silver;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
    padding: 4px 4px 5px
}

div.mf_container ol.mf_list li.mf_item.mf_highlighted {
    background-color: #e0e0e0
}

div.mf_container ol.mf_list li.mf_item.mf_selected {
    background-color: silver
}

div.mf_container ol.mf_list li.mf_item a.mf_remove {
    color: #e0e0e0;
    margin-left: 10px;
    text-decoration: none
}

div.mf_container ol.mf_list li.mf_item.mf_highlighted a.mf_remove {
    color: #fff
}

div.mf_container ol.mf_list li.mf_item.mf_selected a.mf_remove {
    color: #fff
}

div.mf_container input.mf_input {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 2px;
    outline: none;
    padding: 4px
}

input.mp_input {
    border: 1px solid #000;
    font: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    padding: 3px;
    width: 250px
}

ol.mp_list {
    margin-left: 124px;
    margin-top: 0;
    background-color: #fff;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    overflow: hidden;
    position: absolute;
    width: 265px;
    z-index: 99999
}

ol.mp_list li {
    border-bottom: 1px solid silver;
    padding: 4px
}

ol.mp_list li.mp_selectable {
    cursor: pointer
}

ol.mp_list li.mp_highlighted {
    background-color: #e0e0e0
}

.jMenu {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: auto;
    margin-top: auto;
    padding: 0;
    list-style: none;
    position: absolute;
    margin-left: 28px
}

.jMenu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #096fdf;
    margin: 0;
    list-style: none;
    width: 80px;
    margin-top: auto;
    margin-bottom: auto;
    margin: auto -2px auto -2px
}

.jMenu li a {
    padding: 23px 15px;
    display: block;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center
}

.jMenu li a:hover {
    background-color: #0a77cf;
    text-decoration: none
}

.jMenu li:hover>a {
    background-color: #115eb2
}

.jMenu li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px
}

.jMenu li ul li {
    background-color: #115eb2;
    padding-top: 0;
    list-style: none;
    position: relative;
    -moz-box-shadow: 1px 1px 5px gray
}

.jMenu li ul li a {
    text-transform: none;
    display: block;
    padding: 7px;
    color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    text-align: left
}

.jMenu li ul li a.isParent {
    background-color: #0888ed
}

.jMenu li ul li a:hover {
    background-color: #0097ff;
    border-top: 1px solid #0888ed;
    border-bottom: 1px solid #0888ed;
    color: #fff
}

.jMenu-product>li {
    width: 130px
}

.jMenu-partner>li {
    width: 130px
}

.ui-option-input[readonly] {
    background-color: #fff !important;
    cursor: text !important
}

.ui-optioninput-popup {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 99999 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow
        ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.ui-optioninput-popup .selected {
    background-color: #f8e9b6
}

.rightSideFooter {
    position: fixed;
    right: 1px;
    width: 66px;
    height: 457px;
    z-index: 99;
    /* background: #1288F9;
    border-radius: 8px; */
    bottom: 1%; 
    right: 18px;
}

.rightSideFooter .rightSideFloat {
    /* background-image: url('../images/cs/im_kefu.png'); */
    width: 140px;
    /* height: 484px; */
    background-position: 0 0;
    float: left;
    outline: medium none;
    opacity: 1;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.rightSideFooter .rightSideFloat-zhuhu {
    background-image: url('../images/cs/im_kefuzuhu.png');
    width: 138px;
    height: 522px;
    margin-left: 24px;
    background-position: 0 0;
    float: left;
    outline: medium none;
    opacity: 1;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.rightSideFooter .rightSideLabel {
    background-image: url('../images/cs/btn_yckf.png?1');
    width: 22px;
    height: 104px;
    left: -20px;
    position: absolute;
    top: 50%;
    background-position: 0 0;
    cursor: pointer;
    float: left;
    outline: medium none;
    opacity: 1;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    background-size: 100% 100%;
    margin-top: -52px;
}

/* .rightSide-div {
    position: relative;
    width: 104px;
    height: 30px;
    left: 20px
} */

.rightSide-online {
    background-size:90px 35px;
    cursor: pointer;
    background-image: url('../images/cs/btn_zxkflx.png');
    top: 20%
}

.rightSide-contact {
    width: 140px;
    height: 44px;
    cursor: pointer;
    background-image: url('../images/cs/btn_lxgw.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.rightSide-shangqiao {
    width: 140px;
    height: 44px;
    cursor: pointer;
    background-image: url('../images/cs/btn_shangqiao.png?2');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.rightSide-suggest {
    cursor: pointer;
    background-image: url('../images/cs/btn_wx.png');
    top: 45%
}

.rightSide-practice {
    width: 140px;
    height: 44px;
    cursor: pointer;
    background-image: url('../images/cs/btn_ljty.png?2');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 15px;
}

.rightSide-complain {
    cursor: pointer;
    background-image: url('../images/cs/btn_wyts.png');
    top: 41%
}

.rightSide-onlineService {
    background-image: url('../images/cs/btn_zxkfzx.png');
    top: 160px;
    z-index: 1010
}

.rightSide-contactmobile {
    top: 20%;
}

.rightSide-afterSales {
    top: 33%;
    margin-top: 20px
}

/* .service-head {
    width: 64px;
    top: 93px;
    left: 37px;
    height: 64px;
    background-image: url('../images/cs/online-head.png');
    background-position: center;
    background-repeat: no-repeat
} */

.rightSideFooter .rightBtn {
    background-position: 0 0;
    cursor: pointer;
    float: left;
    height: 40px;
    outline: medium none;
    width: 40px;
    opacity: 1;
    filter: alpha(opacity = 60);
    margin-bottom: 5px;
    background-color: #2182cb;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px
}

.rightSideFooter .rightBtn:hover {
    background-color: #269fff;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.rightSideFooter .backTop {
    display: none;
    background-image: url('../images/cs/btn_up.png');
    cursor: pointer;
    bottom: 20px;
    right: 0;;
    position: fixed;
    width: 44px;
    height: 44px
}

/* .rightSideFooter .backTop:hover {
    background-image: url('../images/cs/btn_up_hl.png');
    width: 45px;
    height: 45px
} */

.rightSidePopup {
    border-color: #ccc;
    border-width: 1px;
    position: fixed;
    width: 192px;
    height: 219px;
    border-radius: 5px;
    margin-right: 1px
}

.suggest-form-control {
    display: block;
    width: 90%;
    font-size: 12px;
    line-height: 1.5;
    left: 10px;
    margin: 5px 10px 5px 0;
    color: #8fc7ee;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bad6f5
}

.feedbackPopUp {
    top: 430px;
    right: 138px;
    border-radius: 4px;
    margin-right: 1px;
    display: none;
    background-image: url('../images/cs/pop_zaixianguwen.png')
}

.suggest-content p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    color: #5d626e;
    margin-bottom: 1rem
}

.feedbacksuggest {
    right: 138px;
    border-radius: 4px;
    margin-right: 1px;
    display: none;
    width: 301px;
    top: 430px;
    height: 235px;
    z-index: 1010;
    background-image: url('../images/cs/pop_fankui_box.png')
}

.customercomplain {
    right: 138px;
    border-radius: 4px;
    margin-right: 1px;
    display: none;
    width: 301px;
    top: 430px;
    height: 235px;
    z-index: 1010;
    background-image: url('../images/cs/pop_fankui_box.png')
}

.feedback-close {
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 5px;
    background-image: url('../images/cs/btn_close.png')
}

.suggest-formbtn {
    color: #fff;
    width: 267px;
    background-color: #0097ff;
    border-radius: 6px
}

.practicePopUp {
    bottom: 348px;
    right: 62px;
    width: 640px !important;
    border-radius: 5px;
    margin-right: 3px
}

.contactPopUp {
    bottom: 285px;
    right: 62px;
    width: 135px !important;
    display: none
}

.rightSidePopup .title {
    padding-left: 10px;
    font-size: 14px !important;
    color: #0097ff !important;
    clear: both;
    font-weight: bold;
    border-bottom: 1px solid #0097ff;
    padding-bottom: 5px
}

.rightSidePopup .triallink {
    font-size: 16px !important;
    color: #3e3e3e !important;
    clear: both;
    margin-bottom: -5px;
    margin-top: 10px
}

.rightSidePopup .weixin-block {
    float: left;
    width: 120px
}

.rightSidePopup .weixin-title {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0 5px 6px
}

.rightSidePopup .infolist {
    list-style-type: none;
    padding: 10px 0 0 0;
    margin-left: 10px;
    font-size: 12px;
    color: #5d626e
}

.rightSidePopup .infolist li {
    padding-bottom: 5px
}

.feedback-title {
    padding-right: 10px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity = 90)
}

.fade.in {
    opacity: 1
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity = 90)
}

.fade.in {
    opacity: 1
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity = 0);
    visibility: visible
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity = 0);
    visibility: visible
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.scrollhead {
    width: 960px
}

.scrollhead--pinned {
    visibility: visible;
    top: 68px;
    position: fixed;
    width: 100%;
    z-index: 100 !important;
    left: 0;
    border-bottom: 2px solid #e2e4e7;
    background-color: #fff
}

.scrollhead-place {
    position: relative !important;
    width: 960px;
    margin: auto
}

.cs-grid {
    border: 1px solid #ddd;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.cs-grid-hdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.cs-grid-htable {
    border: 1px solid #ddd;
    border-top: 0 none;
    border-left: 0 none;
    background-color: #f3f3f3
}

.cs-grid-htable>thead>tr>th {
    border: 0 none;
    border-right: 1px solid #ddd;
    padding: 8px
}

.cs-grid-bdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: left
}

.cs-grid-btable {
    table-layout: fixed;
    border: 1px solid #ddd;
    border-top: 0 none;
    border-left: 0 none
}

.cs-grid-btable>tbody>tr {
    cursor: pointer
}

.cs-grid-btable>tbody>tr:hover {
    background-color: #c7e6f2
}

.cs-grid-btable>tbody>tr>td {
    border: 1px solid #ddd;
    border-top: 0 none;
    border-left: 0 none;
    padding: 8px
}

.cs-grid-btable .cs-grid-btable-firstrow td {
    border: 0 none
}

.cs-grid-btable .cs-grid-btable-checktd {
    text-align: center
}

.cs-grid-btable .cs-grid-highlightrow {
    background-color: #effdff
}

.cs-grid-pagerdiv {
    border-top: 1px solid #ddd;
    position: relative;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    text-align: center
}

.mod_slide {
    margin: 0 auto;
    width: 100%;
    position: relative;
    zoom: 1
}

.mod_slide .slide_ctn_wrap {
    width: 960px;
    height: 450px;
    overflow: hidden;
    margin: 0 auto
}

.mod_slide .slide_ctn img {
    display: block
}

.mod_slide .slide_ctn {
    position: relative
}

.mod_slide .slide_ctn li {
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 960px;
    list-style: none
}

.slide_ctn .btn {
    margin-top: 310px;
    margin-left: 120px
}

.mod_slide .slide_ctrl {
    position: absolute;
    bottom: 10px;
    left: 80%;
    margin-left: -50px;
    z-index: 1
}

.mod_slide .slide_ctrl li {
    float: left;
    display: inline;
    text-indent: -9999px;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-image: url("../images/cs/slider.png");
    background-repeat: no-repeat
}

.mod_slide .slide_ctrl li.current {
    background-image: url("../images/cs/slider-hover.png");
    background-repeat: no-repeat
}

.banner_1 {
    background: url(../images/cs/fin.png) no-repeat center center
}

.banner_2 {
    background: url(../images/cs/scm.png) no-repeat center center
}

.banner_3 {
    background: url(../images/cs/all.png) no-repeat center center
}

.banner_4 {
    background: url(../images/cs/index.png) no-repeat center center
}

.banner_0 {
    background: url(../images/cs/fourth.jpg) no-repeat center center
}

.prod_banner_0 {
    background: url(../images/cs/fin.png) no-repeat center center
}

.prod_banner_1 {
    background: url(../images/cs/scm.png) no-repeat center center
}

.prod_banner_2 {
    background: url(../images/cs/all.png) no-repeat center center
}

.prod_banner_3 {
    background: url(../images/cs/index.png) no-repeat center center
}

.tip-yellow {
    z-index: 100000;
    text-align: left;
    border: 1px solid #939393;
    padding: 7px;
    min-width: 50px;
    max-width: 530px;
    color: #8c3901;
    background-color: #fef9d9;
    background-image: url(/Widgets/tooltip/tip-yellow/tip-yellow.png)
}

.tip-yellow .tip-inner {
    font: bold 13px/18px 'trebuchet ms', arial, helvetica, sans-serif;
    margin-top: -2px;
    padding: 0 3px 1px 3px
}

.tip-yellow .tip-arrow-top {
    margin-top: -7px;
    margin-left: 15px;
    top: 0;
    left: 0;
    width: 16px;
    height: 10px;
    background: url(/Widgets/tooltip/tip-yellow/tip-yellow_arrows.png)
        no-repeat
}

.tip-yellow .tip-arrow-right {
    margin-top: -9px;
    margin-left: -4px;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 20px;
    background: url(/Widgets/tooltip/tip-yellow/tip-yellow_arrows.png)
        no-repeat -16px 0
}

.tip-yellow .tip-arrow-bottom {
    margin-top: -6px;
    margin-left: 15px;
    top: 100%;
    left: 0;
    width: 16px;
    height: 13px;
    background: url(/Widgets/tooltip/tip-yellow/tip-yellow_arrows.png)
        no-repeat -32px 0
}

.tip-yellow .tip-arrow-left {
    margin-top: -9px;
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 10px;
    height: 20px;
    background: url(/Widgets/tooltip/tip-yellow/tip-yellow_arrows.png)
        no-repeat -48px 0
}

.tip-violet {
    z-index: 1000;
    text-align: left;
    border: 1px solid #afafaf;
    padding: 7px;
    min-width: 50px;
    max-width: 530px;
    color: #860404;
    background-color: #f2e7fd;
    background-image: url(/Widgets/tooltip/tip-violet/tip-violet.png)
}

.tip-violet .tip-inner {
    font: bold 12px/18px 'trebuchet ms', arial, helvetica, sans-serif;
    margin-top: -1px;
    padding: 0 3px 2px 3px
}

.tip-violet .tip-arrow-top {
    margin-top: -7px;
    margin-left: 15px;
    top: 0;
    left: 0;
    width: 16px;
    height: 10px;
    background: url(/Widgets/tooltip/tip-violet/tip-violet_arrows.png)
        no-repeat
}

.tip-violet .tip-arrow-right {
    margin-top: -9px;
    margin-left: -4px;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 20px;
    background: url(/Widgets/tooltip/tip-violet/tip-violet_arrows.png)
        no-repeat -16px 0
}

.tip-violet .tip-arrow-bottom {
    margin-top: -6px;
    margin-left: 15px;
    top: 100%;
    left: 0;
    width: 16px;
    height: 13px;
    background: url(/Widgets/tooltip/tip-violet/tip-violet_arrows.png)
        no-repeat -32px 0
}

.tip-violet .tip-arrow-left {
    margin-top: -9px;
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 10px;
    height: 20px;
    background: url(/Widgets/tooltip/tip-violet/tip-violet_arrows.png)
        no-repeat -48px 0
}



/* new */
.rightSideFooter ul {
    width: 66px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.rightSideFooter li {
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #3097FF;
    cursor: pointer;
}
#backtotop {
    line-height: 80px;
}
.rightSideFooter .rightSideBtn:hover {
    background: #D6EAFF;
}
.rightSideFooter li img{
    width: 32px;
    height: 32px;
}
.rightSideFooter li .rightSlideTitle {
    margin-top: 8px;
}
.rightFreeBtn a {
    color: #fff !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.rightFreeBtn {
    background: linear-gradient(180deg, #5EC8FF 0%, #3097FF 100%);
    color: #fff !important;
}

.rightSideCall,.rightSlideCode{
    position: relative;
}
.callHoverBox {
    color: #333;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: -206px;
    text-align: left;
    display: none;
    width: 194px;
    height: 150px;
    border-radius: 4px;
}
.callHoverBox div {
    margin: 0 auto 5px auto;
    width: 114px;
    text-align: left;
}
.codeHoverBox {
    font-size: 12px;
    color: #777;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: -206px;
    width: 194px;
    height: 161px;
    border-radius: 4px;
    display: none;
}
.codeHoverBox>div {
    width: 120px;
    /* float: left; */
    /* margin-left: 20px; */
    margin: 0 auto;
    margin-top: 10px;
}
.codeHoverBox img {
    width: 120px !important;
    height: 120px !important;
    margin-bottom: 4px;
}
