
/* CSS Document */
.layout-wraptop {
    width: 1200px;
    margin: 0 auto;
}
.layout-wrap {
    width: 1200px;
    margin: 0 auto;
       background: #ffffff;
}
.layout-row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
}
.layout-2-1,
.layout-3-1,
.layout-3-2,
.layout-4-1,
.layout-4-2,
.layout-4-3 {
    float: left;
    vertical-align: top;
}
.layout-2-1 {
    width: 50%;
}
.layout-3-1 {
    width: 33.3333%;
}
.layout-3-2 {
    width: 66.6666%;
}
.layout-4-1 {
    width: 25%;
}
.layout-4-3 {
    width: 75%;
}
/*ie7*/
/* CSS Document */
/*var*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.gradient-primary {
    background-color: #ff6d01;
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
}
/*ui*/
.ui-ffm {
    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}
.ui-ffs {
    font-family: "宋体", arial, sans-serif;
}
.ui-fsxs {
    font-size: 70%;
}
.ui-fss {
    font-size: 85%;
}
.ui-fsl {
    font-size: 125%;
}
.ui-fsxl {
    font-size: 150%;
}
.ui-tac {
    text-align: center;
}
.ui-tar {
    text-align: right;
}
.ui-tal {
    text-align: left;
}
.ui-tdn {
    text-indent: -999em;
}
.ui-ofh {
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.ui-fr {
    float: right;
}
.ui-fl {
    float: left;
}
.ui-dn {
    display: none;
}
.ui-art,
.ui-arb {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
    width: 0;
    line-height: 0;
    overflow: hidden;
    border-width: 4px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #999;
}
.ui-arb {
    border-color: #999 transparent transparent;
}

.form-row,
.form-block {
    display: block;
    margin-bottom: 15px;
}

.form-row.error textarea,
.form-row.error select {
    border-color: #f00;
}
.form-block.error .tip,
.form-row.error .tip {
    color: #f00;
}
.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.modal.small .form-label {
    width: 72px;
}
.form-row .form-label {
    float: left;
    display: block;
    width: 100px;
    padding: 9px;
    text-align: right;
    vertical-align: top;
    line-height: 14px;
    color: #666;
    font-weight: bold;
}
.form-row .form-content {
    display: table-cell;
}
.form-block > .form-label {
    display: block;
    padding: 9px 4px;
    font-size: 14px;
    font-weight: lighter;
}
.form-block > .form-content {
    display: block;
}
.form-row .help,
.form-block .help {
    color: #999;
    margin-top: 5px;
    font-size: 12px;
}
.form-row.necessarily .form-label:after,
.form-block.necessarily .form-label:after {
    content: "*";
    color: #f00;
}
/*按钮*/
.ui-btn {
    display: inline-block;
    padding: 6px 12px;
    line-height: 18px;
    border: 1px solid #ececec;
    border-radius: 3px;
    color: #464646;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle;
}
.ui-btn:hover {
    text-decoration: none;
    color: #333;
    background-color: #f9f9f9;
    border-color: #e1e1e1;
}
.ui-btn.disabled,
.ui-btn.disabled:hover {
    color: #ccc !important;
    background-color: #fff !important;
    border-color: #ececec !important;
    cursor: default;
}
.ui-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ui-btn-group > .ui-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ui-btn-group > .ui-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.ui-btn-group > .ui-btn:last-child:not(:first-child),
.ui-btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.ui-btn-group > .ui-btn:first-child,
.ui-btn-group .ui-btn.hide + .ui-btn {
    margin-left: 0;
}
.ui-btn-group .ui-btn + .ui-btn {
    margin-left: -1px;
}
.ui-btn-group .ui-btn.hide {
    display: none;
}
.ui-btn-group > .ui-btn,
.ui-btn-group-vertical > .ui-btn {
    position: relative;
    float: left;
}
.ui-btn.green,
.ui-btn-group.green .ui-btn {
    background-color: #70be45;
    border-color: #70be45;
    color: #fff;
}
.ui-btn.green:hover,
.ui-btn-group.green .ui-btn:hover {
    background-color: #5fa538;
}
.ui-btn.orange,
.ui-btn-group.orange .ui-btn {
    background-color: #ff6e03;
    border-color: #ff6e03;
    color: #fff;
}
.ui-btn.orange:hover,
.ui-btn-group.orange .ui-btn:hover {
    background-color: #ea6808;
}
.ui-btn.red,
.ui-btn-group.red .ui-btn {
    background-color: #ee3a2c;
    border-color: #ee3a2c;
    color: #fff;
}
.ui-btn.red:hover,
.ui-btn-group.red .ui-btn:hover {
    background-color: #db2b1d;
}
.ui-btn.blue,
.ui-btn-group.blue .ui-btn {
    background-color: #1dc6f1;
    border-color: #1dc6f1;
    color: #fff;
}
.ui-btn.blue:hover,
.ui-btn-group.blue .ui-btn:hover {
    background-color: #13b1d9;
}
.ui-btn.white,
.ui-btn-group.white .ui-btn {
    background-color: #fcfcfc;
    border-color: #fff;
    color: #ff9f22;
}
.ui-btn.white:hover,
.ui-btn-group.white .ui-btn:hover {
    background-color: #fff;
    color: #e88f1a;
}
.ui-btn.grey,
.ui-btn-group.grey .ui-btn {
    background-color: #efefef;
    border-color: #efefef;
    color: #acacac;
}
.ui-btn.large,
.ui-btn-group.large .ui-btn {
    padding: 10px 16px;
    font-size: 14px;
}
.ui-btn.small,
.ui-btn-group.small .ui-btn {
    padding: 3px 5px;
}
.ui-btn.block {
    width: 100%;
    text-align: center;
}
.ui-btn.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: #70be45;
    border-color: #63af39;
    color: #fff;
}
.ui-btn.active + .ui-btn {
    border-left-color: #63af39;
}

/*动画*/
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
/* CSS Document */
/*mod-topbar*/










/*共有topBar改版*/
.mod-topbar {
    z-index: 1001;
}
.mod-topbar .login.xsLogin .xsRegister {
    display: inline-block;
    position: relative;
}
.mod-topbar .login.xsLogin .xsRegister .loginLink {
    text-decoration: none;
}
.mod-topbar .login.xsLogin .xsRegister span {
    display: block;
    width: 186px;
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    height: 20px;
    border-radius: 4px;
    background: #ff3e33;
    color: #fff;
    text-align: center;
    top: 20px;
    left: -40px;
}
.mod-topbar .login.xsLogin .xsRegister span i {
    position: relative;
    top: 1px;
    right: -2px;
    font-weight: normal;
    cursor: pointer;
}
.mod-topbar .login.xsLogin .xsRegister span:after {
    content: "";
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ff3e33;
    left: 68px;
    top: -4px;
    width: 0px;
    height: 0px;
}
/*mod-sidebar*/
.mod-sidebar {
    position: fixed;
    top: 50%;
    right: 20px;
    margin: -100px 0 0 0;
    z-index: 1000;
}
.mod-sidebar .tab-nav {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1100;
}
.mod-sidebar .tab-nav li {
    position: relative;
}
.mod-sidebar .tab-nav li a {
    display: block;
    height: 36px;
    width: 36px;
    background: rgba(0, 0, 0, 0.4);
}
.mod-sidebar .tab-nav li a:hover {
    background: rgba(0, 0, 0, 0.6);
}
.mod-sidebar .tab-nav li.back-top {
    display: none;
    margin-top: 3px;
}
.mod-sidebar .tab-content {
    position: absolute;
    top: 0;
    right: 44px;
    *right: 50px;
    z-index: 1050;
}
.mod-sidebar .tab-panel {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 40px;
    text-align: center;
    padding: 20px 5px 30px;
    border-radius: 10px;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, 0.9);
    overflow: hidden;
}
.mod-sidebar .tab-panel#qq {
    width: 240px;
    height: 478px;
    margin: -140px -50px 0 0;
    padding: 172px 49px 0 23px;
    background: url("../images/saas/bg_sidebar.png") no-repeat;
    overflow: visible;
}
.mod-sidebar .tab-panel#qq .ui-btn{
  width: 92px;
  background: #f4b818;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  border:none;
  border-radius: 36px;
}
.mod-sidebar .tab-panel#qq .ui-btn:hover{
  background: #ffd35d;
}
.mod-sidebar .tab-panel#qq:after {
    display: none;
}
.mod-sidebar .tab-panel#qq .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 166px;
    z-index: 1010;
}
.mod-sidebar .tab-panel#qq p {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.mod-sidebar .tab-panel#qq .cooperate .phone-num {
    font-size: 20px;
}
.mod-sidebar .tab-panel#qq .cooperate {
    height: 106px;
}
.mod-sidebar .tab-panel#qq p {
    color: #fff;
}
.mod-sidebar .tab-panel#qq .close {
    margin-left: -30px;
    color: #fff;
    bottom: 15px;
}
.mod-sidebar .tab-panel#qq .rocket {
    position: absolute;
    width: 38px ;
    height: 64px;
    top: -30px;
    left: 100px;
    background: url("../images/sass/bg_sidebar_rocket.png") no-repeat;
    z-index: 1040;
    -webkit-animation: float 8s ease .4s infinite normal;
    -ms-animation: float 8s ease .4s infinite normal;
    animation: float 8s ease .4s infinite normal;
}
.mod-sidebar .tab-panel#act {
    width: 220px;
}
.mod-sidebar .tab-panel:after {
    content: "◆";
    color: #f9f9f9;
    position: absolute;
    display: block;
    width: 8px;
    height: 16px;
    line-height: 16px;
    font-size: 24px;
    text-indent: -8px;
    top: 10px;
    right: -6px;
    overflow: hidden;
    z-index: 110;
}
.mod-sidebar .tab-panel a {
    color: #666;
}
.mod-sidebar .tab-panel .close {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -18px;
    font-size: 12px;
    display: block;
    width: 36px;
    color: #999;
}
.mod-sidebar .tab-panel .close:hover {
    text-decoration: none;
}
.mod-sidebar .tab-panel.xsSideBar#qq {
    width: 160px;
    background: linear-gradient(0deg, #ff740e, #ff3d33);
    margin-right: 0px;
    padding: 0px;
    height: 296px;
    box-shadow: 0px 20px 60px 0px rgba(255, 91, 51, 0.5);
    margin-top: -40px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .close {
    margin-left: -18px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .cooperate {
    height: auto;
    margin-top: 30px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .cooperate2 {
    margin-top: 20px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .lines {
    background: rgba(255, 255, 255, 0.2);
    width: 130px;
    margin: 0 auto;
    height: 1px;
    margin-bottom: -6px;
    margin-top: 20px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .ui-fsl {
    margin-top: 10px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .freeCall {
    font-size: 12px;
    font-weight: normal;
    margin-top: -4px;
}
/*mod-sidebar ie8*/
.mod-sidebar .tab-nav li a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, 0, endColorstr=#90000000, 0);
}
.mod-sidebar .tab-nav li a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b1000000, 0, endColorstr=#b1000000, 0);
}
/*mod-slider*/
.mod-slider {
    position: relative;
}
.mod-slider ul {
    width: 5000px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
}
.mod-slider ul li {
    width: 306px;
    height: 180px;
    float: left;
    overflow: hidden;
}
.mod-slider ul li img {
    max-width: 100%;
}
.mod-slider .slider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #333;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    text-indent: 1em;
    text-decoration: none;
}
.mod-slider .slider-ctrl a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    height: 36px;
    width: 24px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    font-family: "宋体", arial, sans-serif;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
.mod-slider .slider-ctrl a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
}
.mod-slider .slider-ctrl a.prev {
    left: 10px;
}
.mod-slider .slider-ctrl a.next {
    right: 10px;
}
/*mod-tab*/
.mod-tab .tab-nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.mod-tab .tab-nav-2 li {
    width: 50%;
}
.mod-tab .tab-nav-3 li {
    width: 33.3333%;
}
.mod-tab .tab-nav-4 li {
    width: 25%;
}
.mod-tab .tab-nav-5 li {
    width: 20%;
}
.mod-tab .tab-nav li {
    height: 100%;
    float: left;
    text-align: center;
}
.mod-tab .tab-nav li a {
    display: block;
    padding: 7px 2px 6px;
    font-size: 14px;
    line-height: 19px;
    color: #666;
    background: #f1f1f1;
    position: relative;
}
.mod-tab .tab-nav li.active a,
.mod-tab .tab-nav li.active a:hover {
    color: #fff;
    background: #ff6e03;
}
.mod-tab .tab-nav li.active a:after {
    content: " ";
    position: absolute;
    height: 4px;
    width: 4px;
    color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    border-width: 4px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}
.mod-tab .tab-nav li a:hover {
    text-decoration: none;
    color: #333;
    background: #e8e8e8;
}
.mod-tab .tab-content .tab-panel {
    display: none;
    padding: 10px;
}
.mod-tab .tab-content .tab-panel.active {
    display: block;
}
.page-mod-tab.mod-tab {
    margin-top: -54px;
}
.page-mod-tab.mod-tab .tab-nav li a {
    padding: 16px 6px 15px;
    line-height: 23px;
    height: 54px;
    font-size: 18px;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    color: #f1f1f1;
}
.page-mod-tab.mod-tab .tab-nav li.active a,
.mod-banner .mod-tab .tab-nav li.active a:hover {
    color: #464646;
    background: #fff;
}
.page-mod-tab.mod-tab .tab-nav li a:after {
    display: none;
}
/*mod-table*/
.mod-table th {
    line-height: 28px;
    padding: 15px 20px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    border-bottom: 2px solid #cecece;
    border-left: 1px solid #ececec;
}
.mod-table td {
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    text-align: center;
}
.mod-table td.first,
.mod-table th.first {
    text-align: left;
    border-left: none;
}
/*mod-banner*/
.mod-banner {
    height: 328px;
    background: #ececec;
    text-align: center;
    /*position: relative;*/
}
.mod-banner .title {
    padding-top: 90px;
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.mod-banner .sub-title {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
/*mod-bread-nav*/
.mod-bread-nav {
    padding: 0 10px;
    margin: 20px 0;
    border-left: 2px solid #ff6e03;
}
.mod-bread-nav .ui-ffs {
    margin: 0 10px;
}
/*mod-page-header*/
.mod-page-header {
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.mod-page-header .page-title {
    font-size: 32px;
    font-weight: normal;
}
.mod-page-header .search {
    position: absolute;
    right: 0;
    top: 30px;
}
.mod-page-header .hot-keyword {
    margin: 5px 0 0 5px;
    font-size: 12px;
}
.mod-page-header .hot-keyword a {
    margin: 0 5px;
}

/*mod-selector*/
.mod-selector {
    padding: 5px 30px;
    margin: 30px 0;
    border-left: 2px solid #ff6e03;
}
.mod-selector .title {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 10px 4px;
}
.mod-selector .selector-list li {
    float: left;
}
.mod-selector .selector-list li a {
    display: block;
    padding: 6px 16px;
    line-height: 24px;
    background: #f9f9f9;
    margin: 5px 10px 5px 0;
    min-width: 82px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid transparent;
}
.mod-selector .selector-list li a:hover {
    background: #ececec;
    text-decoration: none;
}
.mod-selector .selector-list li.active a {
    background: #fff;
    border-color: #ff6e03;
}
/*mod-page-number*/
.mod-pagination {
    padding: 30px 0;
    text-align: center;
    color: #969696;
}
.mod-pagination a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 10px;
    margin: 0 2px;
    background: #fcfcfc;
}
.mod-pagination a:hover {
    text-decoration: none;
    background: #ececec;
}
.mod-pagination a.curr {
    background: #ff6e03;
    color: #fff;
}
.mod-pagination .sfs {
    font-family: "宋体", arial, sans-serif;
}
.empty-wrap {
    padding: 60px 0;
    text-align: center;
}
.empty-wrap .title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}
.mod-sect-header {
    padding: 15px 0;
}
.mod-sect-header .title {
    font-size: 16px;
    font-weight: normal;
    color: #353535  ;
    border-left: 3px solid #ff6e03;
    padding: 0 10px;
}
.mod-sect-header .menu {
    text-align: right;
    float: right;
    line-height: 21px;
}
.mod-page-column {
    padding-right: 260px;
    position: relative;
    min-height: 600px;
}
.mod-page-column .mod-page-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    overflow: hidden;
}

html {
    min-width: 1200px;
}
/*vip*/
#page-vip .mod-banner {
    background: url("../images/saas/bg_vip_banner.png") center top;
    text-align: left;    position: relative;
  
}
#page-vip .mod-banner .title {
    /*position: relative;*/
    /*left: 220px;*/
    top: 30px;
    /*line-height: 42px;*/
}
#page-vip .mod-banner .elem-ul {

    overflow: hidden;
}
#page-vip .mod-banner .elem-ul li {
    position: absolute;top: 1px;
}
#page-vip .elem-ul .diam-01 {
    left: 352px;
    top: 240px;
}
#page-vip .elem-ul .diam-02 {
    left: 680px;
    top: 106px;
}
#page-vip .elem-ul .diam-03 {
    left: 1050px;
    top: 206px;
}
#page-vip .elem-ul .diam-04 {
    left: 826px;
    top: 116px;
}
/*#page-vip .elem-ul .cirele-01 {*/
/*    left: 664px;*/
/*    top: -86px;*/
/*    -webkit-animation: fadeInOut 8s linear 1s infinite;*/
/*    -moz-animation: fadeInOut 8s linear 1s infinite;*/
/*    animation: fadeInOut 8s linear 1s infinite;*/
/*}*/
#page-vip .elem-ul .cirele-02 {
    left: 744px;
    height: 274px;
    top: -6px;
    -webkit-animation: fadeInOut 8s linear 2s infinite;
    -moz-animation: fadeInOut 8s linear 2s infinite;
    animation: fadeInOut 8s linear 2s infinite;
}
#page-vip .elem-ul .cirele-03 {
    left: 806px;
    top: 64px;
    -webkit-animation: fadeInOut 8s linear 3s infinite;
    -moz-animation: fadeInOut 8s linear 3s infinite;
    animation: fadeInOut 8s linear 3s infinite;
}
#page-vip .elem-ul .cirele-03 .light {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: rotate 10s linear 0s infinite;
    -moz-animation: rotate 10s linear 0s infinite;
    animation: rotate 10s linear 0s infinite;
}
#page-vip .vip-features {
    padding: 40px 0;
}
#page-vip .vip-features .layout-3-1 {
    padding: 20px 0;
}
#page-vip .vip-features h3 {
    padding: 10px 40px;
    color: #363636;
    font-size: 24px;
    font-weight: lighter;
}
#page-vip .vip-features p {
    padding: 0 40px;
    font-size: 14px;
    font-weight: lighter;
}
#page-vip .miniBanner {
    width: 100%;
    border: 2px solid #f95837;
    font-size: 18px;
    color: #666;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    height: 90px;
    position: relative;
    border-radius: 2px;
}
#page-vip .miniBanner .left {
    line-height: 90px;
    text-indent: 2em;
}
#page-vip .miniBanner .left img {
    width: 40px;
    height: 40px;
    margin-top: 23px;
    margin-right: 4px;
}
#page-vip .miniBanner .left a {
    color: #ff6e03;
}
#page-vip .miniBanner .right {
    display: block;
    text-align: center;
    background: #f00;
    width: 254px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 88px;
    box-sizing: border-box;
    padding-top: 20px;
    background: url(../images/saas/rightBg.png) left bottom no-repeat;
    background-size: auto 100%;
    padding-left: 60px;
}
#page-vip .miniBanner .right:hover {
    text-decoration: none;
}
#page-vip .miniBanner .right h5 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
#page-vip .miniBanner .right p {
    font-size: 18px!important;
    color: #fff;
}
.biz-btn.btn-effects {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 60px 0 30px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
}
.other-service {
    padding: 60px 0;
}
.other-service .t-title {
    font-size: 32px;
    font-weight: normal;
    margin: 30px 0;
}
.other-service-item {
    margin: 30px 10px;
    height: 436px;
    overflow: hidden;
}
.other-service-item .top {
    height: 120px;
    margin-bottom: 90px;
    text-align: center;
}
.other-service-item .top img {
    position: relative;
    top: 50px;
}
.other-service-item .service-title,
.other-service-item .service-price {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #232323;
}
.other-service-item .content {
    margin: 15px 30px;
    border-top: 1px solid #ececec;
    padding: 15px 0;
}
.other-service-item .content p {
    color: #464646;
}
.other-service-item .content .tip {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.other-service .total-price {
    font-size: 24px;
    font-weight: normal;
    padding-top: 30px;
    color: #232323;
}
.vip-label-fiexd {
    display: none;
    position: fixed;
    top: 56px;
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff, ff, endColorstr=#ddffffff, ff);
}
.vip-label-fiexd .mod-table {
    width: 100%;
}
.vip-label-fiexd .mod-table th {
    font-weight: normal;
}
.vip-type .t-title {
    font-size: 32px;
    font-weight: normal;
    margin: 30px 0;
}
.vip-type .type-card {
    position: relative;
    margin: 10px;
    padding: 32px 20px 32px;
    border: 2px solid transparent;
}
.vip-type .type-card.level-3 {
    padding: 30px 20px;
    border: 2px solid #ff6e03;
}
.vip-type .type-card .top {
    text-align: center;
}
.vip-type .type-card.level-3 .top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background: url("../images/saas/icon_type_card.png") no-repeat;
}
.type-card .top .title {
    font-size: 28px;
    font-weight: normal;
}
.type-card.level-0 .top .title {
    color: #70be45 ;
}
.type-card.level-0 .btn-contact {
    background: #70be45;
    border-color: #70be45;
    color: #fff;width: 90%;
}
.type-card.level-0 .btn-contact:hover{
    
    background: #8de25f;
    border-color: #8de25f;
}
.type-card.level-2 .top .title {
    color: #ffa022 ;
}
.type-card.level-2 .btn-contact {
    background: #ffa022;
    border-color: #ffa022;
    color: #fff;width: 90%;
}

.type-card.level-2 .btn-contact:hover{
    
background: #ffbc63;
    border-color: #ffbc63;
}
.type-card.level-3 .top .title {
    color: #ff6e03 ;
}
.type-card.level-3 .btn-contact {
    background: #ff6e03;
    border-color: #ff6e03;
    color: #fff;
    width: 90%;
}
.type-card.level-3 .btn-contact:hover{
    
background: #ff974a;
    border-color: #ff974a;
}
.type-card .type-price {
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
}
.type-card .type-feature {
    text-align: center;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.type-card .type-feature .hot {
    color: #ff0000;
}
.type-card .type-feature .activity a {
    color: #ff0000;
    text-decoration: underline;
}
.type-card .power-list {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 20px 20px 20px 20px;
}
.type-card .power-list li {
    position: relative;
    padding: 5px 0 5px 24px;
}
.type-card .power-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url("../images/saas/icon_type_card.png") 0 -74px no-repeat;
}
.type-card .power-list li.checked:before {
    background-position: 0 -54px;
}
.type-card .power-list p {
    color: #aaa;
}
.type-card .power-list .checked p {
    color: #353535;
}
.type-card .btn-more {
    display: block;
    text-align: center;
    margin: 30px 0 0;
    color: #ff6e03;
}
.vip-details .mod-banner .title,
.vip-details .mod-banner .sub-title {
    text-align: left;
    margin: 0 0 0 90px;
}
.vip-details .mod-banner .title {
    padding-top: 110px;
}
.vip-power-list {
    padding: 0 0 60px;
    margin-top: -60px;
}
.vip-power-list h2 {
    font-size: 32px;
    font-weight: normal;
}
.vip-power-list .has-sub {
    padding: 0;
}
.vip-power-list .sub-table {
    width: 100%;
}
.vip-power-list .table-header th {
    padding: 16px 4px;
    font-weight: normal;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.vip-power-list .table-header .first {
    background-color: transparent;
}
.vip-power-list .vip-price .free,
.vip-power-list .vip-price .vip {
    font-size: 24px;
    line-height: 20px;
    padding: 30px 0 20px;
    font-weight: normal;
}
.vip-power-list .icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 28px;
    height: 28px;
    background: url(../images/saas/pricing_icon.png) no-repeat;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 3px;
}
.vip-power-list .icon.ico1 {
    background-position: 0 0;
}
.vip-power-list .icon.ico2 {
    background-position: -28px 0;
}
.vip-power-list .icon.ico3 {
    background-position: -56px 0;
}
.vip-power-list .icon.ico4 {
    background-position: -84px 0;
}
.vip-power-list .icon.ico5 {
    background-position: -112px 0;
}
.vip-power-list .icon.ico6 {
    background-position: -140px 0;
}
.vip-power-list .icon.ico7 {
    background-position: -168px 0;
}
.vip-power-list .icon.ico8 {
    background-position: -168px 0;
}
.vip-power-list .icon.yes {
    background-position: -196px 0;
}
.vip-power-list .icon.other {
    background-position: -224px 0;
}
.vip-power-list .icon.no {
    background-position: -252px 0;
}
.vip-power-list .icon.que {
    background-position: -280px 0;
}
.vip-power-list .new:before {
    content: "NEW";
    font-size: 12px;
    font-weight: normal;
    background: #f00;
    color: #fff;
    padding: 0 3px;
    margin: 0 3px;
    border-radius: 2px;
}
/*
 * 2018-03-08 14:30:42 by xieqq
 * vip页面改版
 */
#page-vip .bannerUnderLinks {
 bottom: 0px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}
#page-vip .bannerUnderLinks > a {
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.4);
    vertical-align: top;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 50%;
    text-decoration: none;
}
#page-vip .bannerUnderLinks > a.active {
    color: #464646;
    background: #ffffff;
}
#page-vip .xsNewVip .mod-banner .layout-wrap .title {
    left: 736px;
    top: 10px;
}
#page-vip .xsNewVip .mod-banner .layout-wrap .title .sub-title {
    font-size: 32px;
    line-height: 72px;
}
#page-vip .xsNewVip .mod-banner .layout-wrap .elem-ul .diam-04 {
    left: 260px;
    top: 56px;
    z-index: 99;
}
#page-vip .xsNewVip .mod-banner .layout-wrap .elem-ul .diam-04 .stars {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 40px;
    top: -34px;
    display: block;
    -webkit-animation: lightFlash 3s linear infinite;
    -moz-animation: lightFlash 3s linear infinite;
}
#page-vip .xsNewVip .mod-banner .layout-wrap .elem-ul .diam-04 .stars > img {
    width: 100%;
}
/*#page-vip .xsNewVip .mod-banner .layout-wrap .elem-ul .cirele-01 {*/
/*    left: 102px;*/
/*    top: 136px;*/
/*}*/
#page-vip .xsNewVip .mod-banner .layout-wrap .elem-ul .cirele-02 {
    left: 180px;
    top: 152px;
}
#page-vip .xsNewVip .mod-banner .layout-wrap .elem-ul .cirele-03 {
    left: 250px;
    top: 168px;
}
#page-vip .xsNewVip .xsVipContent {
    background: #f7f7f7;
}
#page-vip .xsNewVip .xsVipContent .leftNavs {
    float: left;
    width: 240px;
    height: 100%;
    padding-top: 80px;
}
#page-vip .xsNewVip .xsVipContent .leftNavs li {
    font-size: 18px;
    color: #666;
    line-height: 44px;
    padding-left: 44px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-left: 4px solid #f7f7f7;
}
#page-vip .xsNewVip .xsVipContent .leftNavs li.active {
    color: #ff6e03;
    background: #fff;
    border-left: 4px solid #ff6e03;
    padding-left: 60px;
}
#page-vip .xsNewVip .xsVipContent .leftNavs li:hover {
    color: #ff6e03;
}
#page-vip .xsNewVip .xsVipContent .leftNavs .isFixed {
    position: fixed;
    top: 56px;
    width: 240px;
}
#page-vip .xsNewVip .xsVipContent .rightContent {
    width: 960px;
    float: left;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 70px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part > h3 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-top: 36px;
    margin-bottom: -8px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li {
    width: 410px;
    height: 202px;
    border: 1px solid #ececec;
    margin-left: 40px;
    float: left;
    margin-top: 48px;
    padding-top: 20px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li:hover {
    border-color: #ff6e03;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > h4 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 6px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > h4.new,
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > h4.fire,
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > h4.test{
    position: relative;
    display: inline-block;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > h4.new:after {
    content: '[新]';
    position: absolute;
    right: -24px;
    top: -4px;
    color: #ff0000;
    font-size: 14px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > h4.fire:after {
    content: '[火]';
    position: absolute;
    right: -24px;
    top: -4px;
    color: #ff0000;
    font-size: 14px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > h4.test:after {
    content: '[公测版]';
    position: absolute;
    right: -52px;
    top: -4px;
    color: #ff0000;
    font-size: 14px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > p {
    font-size: 12px;
    color: #999;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    padding-right: 30px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .underLinks {
    margin-top: 10px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .underLinks > a {
    font-size: 12px;
    color: #999;
    display: inline-block;
    width: 88px;
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
    border: 1px solid #999;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .underLinks > a.redBtn {
    color: #ff6e03;
    border-color: #ff6e03;
    margin-left: 6px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .underLinks > a:hover {
    background: #ff6e03;
    color: #fff;
    border-color: #ff6e03;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 30px;
    top: -20px;
    background: url("..images/saas/cssSprite.png") top left no-repeat;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case2 {
    background-position: -70px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case3 {
    background-position: -140px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case4 {
    background-position: -210px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case5 {
    background-position: -280px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case6 {
    background-position: -350px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case7 {
    background-position: -420px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case8 {
    background-position: -490px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case9 {
    background-position: -560px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case10 {
    background-position: -630px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case11 {
    background-position: -700px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case12 {
    background-position: -771px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .rightIcon.case13 {
    background-position: -841px, 0px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .notice {
    color: #999;
    font-size: 12px;
    line-height: 72px;
    margin-left: 40px;
    border-bottom: 1px solid #ececec;
    margin-right: 60px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part .content > li > .money {
    font-size: 18px;
    font-family: Arial;
    color: #999;
    font-weight: normal;
    margin-top: 6px;
    line-height: 18px;
    height: 18px;
}
#page-vip .xsNewVip .xsVipContent .rightContent .part.part2 .content > li > .underLinks > a.redBtn {
    margin-left: 0px;
}


/*产品开通页面*/
    .windsns_saaspaybox{
     
        width: 700px;
        overflow: hidden;
        
        background-color: #fff;
    font-size: 14PX;
    padding: 0 0 10PX 0;
    text-align: left;
    margin: 0 auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-top: 100px;
    margin-bottom: 20px;
    }
 .windsns_saaspaybox .windsns_saaspaylittle{
        background-color: #1e9fff;
        height: 70px;
        text-align: center;
        line-height: 70px;
        font-family: 黑体;
    font-size: 32px;
    color: rgb(255, 255, 255);
    }
    
 .windsns_saaspaybox .windsns_saaspaytext{
         overflow: hidden;
         padding: 20PX 40PX 10PX;
        
    }

  .windsns_saaspaybox .windsns_saaspayform{
             overflow: hidden;
             /*border: 1px solid blue;*/
      
  }
  
 .windsns_saaspaybox .windsns_saaspayform .saasform{
      padding: 0 40PX;
      overflow: hidden;
  }
  
   .windsns_saaspaybox .windsns_saaspayform .saasform span{
font-size: 14px;
    color: #606266;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;    float: left;
       
   }
   .windsns_saaspaybox .windsns_saaspayform .saasform span i{
       
       display: block;
    float: left;
    line-height: 26px;
    height: 21px;
    margin-right: 6px;
    color: red;
   }
   .windsns_saaspaybox .windsns_saaspayform .saasform .optionsa{
       border-radius: 4px;
    border: 1px solid #DCDFE6;
    width: 100%;
    height: 36px;
    box-shadow: 2px 2px 2px #f0f0f0 inset;
    background: #f9f9f9;
    background-color: #F5F7FA;
    border-color: #E4E7ED;
       
   }
   .windsns_saaspaybox .windsns_saaspayform .saasform .saasinput{
       -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
       
       
   }
   .windsns_saaspaybox .windsns_saaspayform .saasform .saasnologin{
       
           background: #f5f7fa;
   }
   
  .windsns_saaspaybox .windsns_saaspayform .saasform .saasinputprice{
border: 0;
    color: #ff2929;
    font-size: 23px;
    font-weight: bold;
    padding: 0;
    display: block;
    float: left;
    width: 10%;
    text-align: center;
       
       
   }
   
   .windsns_saaspaybox .windsns_saaspayform .saasform .pricedanwei{
float: left;
    color: #ff2929;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
    height: 40px;
    line-height: 43px;
   }
   
  .windsns_saaspaybox .windsns_saaspayform .saasform .saasmuen{
       display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(250, 100, 0);
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    border: 0;   
   }
  .windsns_saaspaybox .windsns_saaspayform .saasform .saasmuen:hover{    background-color: rgb(255 144 70);

}

.windsns_saaspaybox .windsns_saaspayform .saasform .windsns_zixuntishi{
color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
}