﻿* {
    margin: 0;
    padding: 0;
}

    *, *:before, *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

html {
    font-family: sans-serif;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 1rem;
    line-height: 1.5;
}

html, body {
    height: 100%;
}

input, button, select, textarea {
    font-family:: "Alibaba Sans", Arial;
}

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
        -webkit-transition: color 5000s ease-out,background-color 5000s ease-out;
        -webkit-transition-delay: 5000s;
    }

ul {
    list-style-type: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

img {
    border: 0;
}

.cms-site-green {
    color: #0f990f !important;
}

.cms-site-red {
    color: #f54545 !important;
}

.site-background-disable {
    background-color: #a0a0a0 !important;
}

.cms-site-ellipsis {
}

.cms-site-dow {
    text-align: center;
}

    .cms-site-dow img {
        display: inline-block;
    }

.cms-site-cursor {
    cursor: pointer;
}

.cms-site-ellipsis-2 {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cms-site-ellipsis-3 {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cms-site-ellipsis-4 {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cms-site-ellipsis-5 {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    word-break: break-all;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.tb {
    display: table;
}

.tlf {
    table-layout: fixed;
}

.tb-row {
    display: table-row;
}

.tb-th {
    display: table-header-group;
}

.tb-cell {
    display: table-cell;
    vertical-align: middle;
}

.wb {
    word-break: break-all;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-item {
    width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-h-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pos-a-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.pos-r-h-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cur-p {
    cursor: pointer;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f50 {
    font-size: 50px;
}

.f60 {
    font-size: 60px;
}

.f70 {
    font-size: 70px;
}

.f80 {
    font-size: 80px;
}

.f100 {
    font-size: 100px;
}

.f110 {
    font-size: 110px;
}

.f120 {
    font-size: 120px;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot?oae9yg');
    src: url('../font/icomoon.eot?oae9yg#iefix') format('embedded-opentype'),url('../font/icomoon.ttf?oae9yg') format('truetype'),url('../font/icomoon.woff?oae9yg') format('woff'),url('../font/icomoon.svg?oae9yg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
    content: "\e900";
}

.icon-movedown:before {
    content: "\e901";
}

.icon-moveup:before {
    content: "\e902";
}

.icon-remove:before {
    content: "\e903";
}

.icon-hpc-1:before {
    content: "\e904";
}

.icon-hpc-1-s:before {
    content: "\e905";
}

.icon-hpc-2:before {
    content: "\e906";
}

.icon-hpc-2-s:before {
    content: "\e907";
}

.icon-hpc-3:before {
    content: "\e908";
}

.icon-hpc-3-s:before {
    content: "\e909";
}

.icon-hpc-4:before {
    content: "\e90a";
}

.icon-hpc-4-s:before {
    content: "\e90b";
}

.icon-cs:before {
    content: "\e90c";
}

.icon-hpc-5:before {
    content: "\e90d";
}

.icon-hpc-5-s:before {
    content: "\e90e";
}

.icon-help:before {
    content: "\e90f";
}

.icon-hpc-6:before {
    content: "\e910";
}

.icon-hpc-6-s:before {
    content: "\e911";
}

.icon-hpc-7:before {
    content: "\e912";
}

.icon-hpc-7-s:before {
    content: "\e913";
}

.icon-hpc-8:before {
    content: "\e914";
}

.icon-hpc-8-s:before {
    content: "\e915";
}

.icon-edit:before {
    content: "\e800";
}

.icon-phone:before {
    content: "\e801";
}

.icon-cancel:before {
    content: "\e802";
}

.icon-plus:before {
    content: "\e803";
}

.icon-cancel-circled-outline:before {
    content: "\e804";
}

.icon-plus-circle:before {
    content: "\e805";
}

.icon-down-open:before {
    content: "\e806";
}

.icon-ok-circle:before {
    content: "\e807";
}

.icon-left-open-big:before {
    content: "\e808";
}

.icon-right-open-big:before {
    content: "\e809";
}

.icon-heart-empty:before {
    content: "\e80a";
}

.icon-phone-1:before {
    content: "\e80b";
}

.icon-doc-text:before {
    content: "\e80c";
}

.icon-videocam:before {
    content: "\e80d";
}

.icon-note:before {
    content: "\e80e";
}

.icon-th-list:before {
    content: "\f009";
}

.icon-download:before {
    content: "\f02e";
}

.icon-upload:before {
    content: "\f02f";
}

.icon-videocam-1:before {
    content: "\f03a";
}

.icon-menu:before {
    content: "\f0c9";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-user-o:before {
    content: "\f2c0";
}

.icon-chart-bar-1:before {
    content: "\f526";
}

.confirm_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 9999;
    display: none;
    overflow: scroll;
}

    .confirm_1::-webkit-scrollbar {
        display: none;
    }

.column_space-around, .column_center, .column_space-between, .column_flex-start, .column_flex-end, .row_space-around, .row_center, .row_space-between, .row_flex-start, .row_flex-end {
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.row_space-around {
    flex-direction: row;
    justify-content: space-around
}

.row_center {
    flex-direction: row;
    justify-content: center
}

.row_space-between {
    flex-direction: row;
    justify-content: space-between
}

.row_flex-start {
    flex-direction: row;
    justify-content: flex-start
}

.row_flex-end {
    flex-direction: row;
    justify-content: flex-end
}

.column_space-around {
    flex-direction: column;
    justify-content: space-around
}

.column_center {
    flex-direction: column;
    justify-content: center
}

.column_space-between {
    flex-direction: column;
    justify-content: space-between
}

.column_flex-start {
    flex-direction: column;
    justify-content: flex-start
}

.column_flex-end {
    flex-direction: column;
    justify-content: flex-end
}

.dialog {
    position: relative;
    margin: 15% auto;
    width: 480px;
    background-color: #FFFFFF;
    font-size: 13px;
    border-radius: 10px;
    animation-fill-mode: forwards;
    box-sizing: content-box
}

    .dialog .dialog-header {
        font-weight: 800;
        height: 20px;
        padding: 10px;
        font-size: 14px;
        color: #e9362f;
        text-align: center;
    }

    .dialog .dialog-body {
        color: gray;
        padding: 10px 20px;
        OVERFLOW-Y: auto;
        OVERFLOW-X: hidden;
        max-height: 250px
    }

    .dialog .dialog-footer {
        height: 30px;
        padding: 10px;
    }

.confirm_1_button_1 {
    text-align: center;
    background-color: #e9362f;
    border: 1px #e9362f solid;
    color: white;
    border-radius: 5px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 10px;
}

    .confirm_1_button_1:hover {
        box-shadow: 0px 0px 10px #e9362f;
    }

    .confirm_1_button_1:active {
        box-shadow: 0px 0px 10px white inset;
    }

.confirm_1_button_2 {
    text-align: center;
    border: 1px gray solid;
    color: gray;
    border-radius: 5px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 10px;
}

    .confirm_1_button_2:hover {
        box-shadow: 0px 0px 10px gray;
    }

    .confirm_1_button_2:active {
        box-shadow: 0px 0px 10px gray inset;
    }

.button_1 {
    display: inline-block;
    text-align: center;
    background-color: #e9362f;
    border: 1px #e9362f solid;
    color: white;
    border-radius: 5px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer
}

    .button_1:hover {
        box-shadow: 0px 0px 10px #e9362f;
    }

    .button_1:active {
        box-shadow: 0px 0px 10px white inset;
    }

.xiazai {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.renovate {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 50%
}

    .renovate:hover {
        box-shadow: 0px 0px 10px black;
    }

    .renovate:active {
        box-shadow: 0px 0px 10px black inset;
    }

.refresh {
    -webkit-transform: rotate(360deg);
    animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.dialog::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.dialog::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.dialog::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e9362f;
    box-shadow: 0px 0px 15px white inset;
}

.dialog-message {
    cursor: pointer;
}

.div_input {
    border: 1px gainsboro solid;
    padding: 10px;
    margin-bottom: 3px;
    border-radius: 3px;
}

    .div_input:hover {
        border: 1px #e9362f solid;
        box-shadow: 0px 0px 10px #e9362f;
    }

.center_span {
    height: 20px;
    width: 100%;
    margin-top: 20px;
}

.vd_ueditor.show p {
    line-height: 28px;
    font-size: 16px;
    word-wrap: break-word;
    word-break: normal;
    padding-left: 0px;
    padding-right: 0px;
}

.vd_ueditor.show > *, .vd_ueditor.easyshow > * {
    max-width: 100% !important;
}

.vd_ueditor.show img, .vd_ueditor.easyshow img {
    display: inline;
    max-width: 100% !important;
}

.vd_ueditor.show .list-paddingleft-1, .vd_ueditor.easyshow .list-paddingleft-1 {
    padding-left: 0px
}

.vd_ueditor.show .list-paddingleft-2, .vd_ueditor.easyshow .list-paddingleft-2 {
    padding-left: 30px
}

.vd_ueditor.show .list-paddingleft-3, .vd_ueditor.easyshow .list-paddingleft-3 {
    padding-left: 60px
}

.cms-site-menu-bg-color {
    background-color: rgba(0,0,0,0);
}

.cms-site-menu-font-color {
    font-family:: "Alibaba Sans", Arial;
    font-size: 14px;
    font-weight: 400;
}

    .cms-site-menu-font-color:hover, .cms-site-menu-select-color {
        color: #fff !important;
        background-color: rgb(231,0,18);
        border-bottom: 5px solid rgba(0,0,0,0)
    }

.cms-site-menu > ul > li {
    border-color: rgba(0,0,0,0) !important;
    border-right-width: 1px !important;
}

.cms-site-submenu-bg-color {
    background-color: rgb(231,0,18);
}

.cms-site-submenu-font-color {
    color: #fff !important;
    font-family:: "Alibaba Sans", Arial;
    font-size: 14px;
    font-weight: 400;
}

    .cms-site-submenu-font-color:hover, .cms-site-submenu-select-color {
        color: #fff !important;
        background-color: rgb(231,0,18);
    }

.cms-site-submenu > ul > li {
    border-color: rgb(255,255,255) !important;
}

.cms_site_one_hover {
    color: rgb(0,0,0)
}

.cms_site_two_hover {
    color: rgb(0,0,0)
}

.cms_site_check_fontcolor {
    color: rgb(255,255,255) !important
}

.colorIsDefault {
    background-color: rgb(100,100,100);
}

.cms-site-menu-bg-height {
    line-height: 80px !important;
    height: 80px !important;
    margin-top: 0px;
}

.colorSelectorEleven {
    background-color: rgba(0,0,0,0);
}

.cms-site-submenu > ul > li a {
    padding: 0 20px 0 20px !important;
}

.t2-cms-site-head-2 .cms-site-menu > ul > li a {
    padding: 0 25px 0 25px;
}

.cms-site-menu > ul > li {
    border-right-width: 0px !important;
}
