﻿@charset "utf-8";
@import "iconfont.css";

/*w  initialize  style*/

* {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", Helvetica, "����", Arial, Tahoma;
}

ul,
dl {
    list-style-type: none;
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

p,
br {
    margin: 0px;
    padding: 0px;
}

form {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

.ui-boxable-helper {
    border: solid dotted red;
    z-index: 9999;
    position: absolute;
}

.ui-dragDataMask {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.8;
}

.sortable-placeholder {
    height: 20px;
    width: 100%;
    display: inline-block;
    background-color: #f8f40a;
}

.selectedSmartView {
    border: solid 1px #3BAFDA;
    margin: 1px;
}

.smartview-activ {}

.smartview-hover {
    background-color: #ffd800;
}

.resizeRedHandle {
    background: url(../images/rect.png) 50% 50% no-repeat;
    position: absolute;
}

.ui-resizable-n .resizeRedHandle {
    height: 9px;
    left: 50%;
    margin-left: -4px;
    top: -5px;
    width: 9px;
}

.ui-resizable-e .resizeRedHandle {
    background-repeat: no-repeat;
    height: 9px;
    left: 3px;
    margin-top: -4px;
    top: 50%;
    width: 9px;
}

.ui-resizable-w .resizeRedHandle {
    height: 9px;
    left: -5px;
    margin-top: -4px;
    top: 50%;
    width: 9px;
}

.ui-resizable-s .resizeRedHandle {
    height: 9px;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    width: 9px;
}

.ui-resizable-nw .resizeRedHandle {
    height: 9px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 9px;
}

.ui-resizable-sw .resizeRedHandle {
    bottom: 1px;
    height: 9px;
    left: 1px;
    width: 9px;
}

.ui-resizable-se .resizeRedHandle {
    bottom: 1px;
    height: 9px;
    right: 1px;
    width: 9px;
}

.ui-resizable-ne .resizeRedHandle {
    height: 9px;
    right: 1px;
    top: 1px;
    width: 9px;
}

.resizeMask {
    display: block;
    border: solid 1px #2d2d30;
    position: absolute;
}

.ui-resizable-nbig {
    position: absolute;
    cursor: move;
    height: 21px;
    width: 21px;
    top: -10px;
    left: 30%;
    margin-left: -21px;
    z-index: 91;
    background-image: url('../images/smart_drag.png');
    background-repeat: no-repeat;
    background-position: 0 -21px;
    display: block;
}

.ui-resizeable-option {
    position: absolute;
    z-index: 40;
    height: 18px;
    line-height: 16px;
    width: 18px;
    border: 1px solid #3BAFDA;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #3BAFDA;
    background-image: url('../images/module-option.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 0px;
    right: 0px;
    border-top: 0;
    border-right: 0;
    cursor: pointer;
    display: none;
}

.resizeHandle {
    width: 6px;
    height: 6px;
    border: solid 1px #3BAFDA;
    display: block;
    background-color: #fff;
    position: absolute;
}

.handle_w {
    top: 150px;
    left: -3px;
    float: left;
    cursor: w-resize;
}

.handle_e {
    top: 150px;
    right: -3px;
    float: right;
    cursor: e-resize;
}

.handle_n {
    left: 150px;
    top: -3px;
    cursor: n-resize;
}

.handle_s {
    left: 150px;
    bottom: -3px;
    cursor: s-resize;
}


/*移动设计器的CSS*/

.ui-resizable-mohandle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    z-index: 88;
}

.ui-resizable-moe {
    width: 7px;
    right: 0px;
    border-right: solid 1px #3BAFDA;
    top: 0px;
    height: 100%;
}

.ui-resizable-mow {
    width: 7px;
    left: 0px;
    border-left: solid 1px #3BAFDA;
    top: 0px;
    height: 100%;
}

.ui-resizable-mon {
    height: 7px;
    width: 100%;
    border-top: solid 1px #3BAFDA;
    top: 0px;
    left: 0px;
}

.ui-resizable-mos {
    height: 2px;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.ui-resizable-s .resizedrag {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    width: 13px;
    height: 12px;
    border: 1px solid #3BAFDA;
    border-bottom: none;
    background: #FFF url(../images/module-height.png) no-repeat center;
    text-align: center;
    cursor: ns-resize;
}

.ui-resizable-mon .movedrag,
.ui-resizable-n .movedrag {
    position: absolute;
    top: 0;
    z-index: 90;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 12px;
    border: 1px solid #3BAFDA;
    border-top: none;
    background: #FFF url(../images/module-move1.png) no-repeat center;
    text-align: center;
    cursor: move;
}


/*- Align -*/

.ui-resizable-mon .mw-module-align {
    position: absolute;
    top: 0;
    left: 1px;
    width: 51px;
    height: 10px;
    background-color: #fff;
}

.ui-resizable-mon .mw-module-align .mw-module-align-left,
.ui-resizable-mon .mw-module-align .mw-module-align-center,
.ui-resizable-mon .mw-module-align .mw-module-align-right {
    float: left;
    width: 16px;
    height: 10px;
    border-right: 1px solid #3BAFDA;
    border-bottom: 1px solid #3BAFDA;
    background: url(../images/module-align.png) no-repeat;
    text-align: center;
    cursor: pointer;
}

.ui-resizable-mon .mw-module-align .mw-module-align-left {
    background-position: 0 -1px;
}

.ui-resizable-mon .mw-module-align .mw-module-align-center {
    background-position: -15px -1px;
}

.ui-resizable-mon .mw-module-align .mw-module-align-right {
    background-position: -32px -1px;
}

.ui-resizable-mon .mw-module-align .mw-module-align-left.current {
    background-position: 0 -13px;
}

.ui-resizable-mon .mw-module-align .mw-module-align-center.current {
    background-position: -15px -13px;
}

.ui-resizable-mon .mw-module-align .mw-module-align-right.current {
    background-position: -32px -13px;
}

.ui-resizable-mon .mw-module-del {
    position: absolute;
    top: 0;
    right: 1px;
    width: 16px;
    height: 12px;
    border: 1px solid #3BAFDA;
    border-top: none;
    border-right: none;
    background: #FFF url(../images/module-del.png) no-repeat center;
    text-align: center;
    cursor: pointer;
}

.resizeRedHandle {
    background: url(../images/rect.png) 50% 50% no-repeat;
    position: absolute;
}


/* Hover */

.mw-module-hover {
    border: 1px solid #3BAFDA;
    background-color: #FFF;
}

.mw-module-hover .mw-module-control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.mw-module-hover .mw-module-control .mw-module-move {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 12px;
    border: 1px solid #3BAFDA;
    border-top: none;
    background: #FFF url(../images/module-move.png) no-repeat center;
    text-align: center;
    cursor: move;
}

.mw-module-hover .mw-module-control .mw-module-del {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 12px;
    border: 1px solid #3BAFDA;
    border-top: none;
    border-right: none;
    background-color: #fff;
    background: url(../images/module-del.png) no-repeat center;
    text-align: center;
    cursor: pointer;
}

.mw-module-hover .mw-module-control .mw-module-height {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    width: 13px;
    height: 12px;
    border: 1px solid #3BAFDA;
    border-bottom: none;
    background: url(../images/module-height.png) no-repeat center;
    text-align: center;
    cursor: row-resize;
}

.mw-module-hover .mw-module-control .mw-module-width {
    position: absolute;
    bottom: -21px;
    right: 1px;
    left: 1px;
    height: 20px;
    line-height: 20px;
    background-color: #F4F4F4;
}

.mw-module-current {
    border: 1px solid #3BAFDA;
    background-color: #FFF;
}

.mw-module .mw-module-control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.yibuTabItem {
    height: 100%;
    overflow: hidden;
}

.yibuTabItem tr {
    line-height: 20px;
    padding-top: 4px;
    height: 24px;
}

.borderhelper {
    border: solid 1px #3debff;
    z-index: 2;
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
}

.operationPanel {
    margin-top: 4px;
    margin-bottom: 4px;
}

.operationPanel .smallbutton {
    padding: 4px;
}

.transparent_class,
.smartViewPanel_class {}

.transparent_class .ui-dialog-buttonpane,
.smartViewPanel_class .ui-dialog-buttonpane {
    display: none;
}

.transparent_class .ui-dialog-titlebar,
.smartViewPanel_class .ui-dialog-titlebar {
    display: none;
}

.transparent_class .ui-dialog-content,
.smartViewPanel_class .ui-dialog-content {
    padding: 0px 0px 0px 0px;
}

.edit_handler {
    position: absolute;
    margin: 6px 6px 6px 6px;
}

.contentDragHandler {
    cursor: move;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.yibuTabItem .tdleft {
    line-height: 20px;
    padding-right: 6px;
    min-width: 70px;
}

#progressbar {
    padding-top: 2px;
    padding-left: 10px;
    min-width: 160px;
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    float: right;
    background-color: #ffd800;
    color: #000;
    text-align: center;
}

.pcTopContainer {
    width: 100%;
    min-height: 400px;
}

.mobileTopContainer {
    width: 100%;
    min-height: 400px;
}

#yibuSmartViewPlaceHold {
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    background-color: #f9f590;
    line-height: 24px;
    padding-top: 2px;
    border: solid 1px #ffd800;
    clear: both;
}

.flowsmartView {
    width: 100%;
    height: 100%;
    display: inline-block;
    min-height: 40px;
    position: relative;
    border: 0 dashed #d7d3d3;
}

.flowsmartView:hover {
    box-sizing: border-box;
}

.pcTopContainer .mainSamrtView>.yibuFrameContent {
    border: 1px dashed #d7d3d3;
    margin: -1px 0 0 -1px;
}

.mobileTopContainer .mainSamrtView>.yibuFrameContent {
    border: dashed #d7d3d3;
    border-width: 1px 0;
}

.page_header>.flowsmartView:hover {
    border-width: 0 0 1px;
}

.page_footer>.flowsmartView:hover {
    border-width: 1px 0 0;
}

.themeitem {
    float: left;
    margin: 2px 2px 2px 2px;
}

.themeitemDiv {
    margin: 2px 2px 2px 2px;
    width: 90px;
    height: 50px;
    background-image: url(../images/themebg.png);
    background-repeat: no-repeat;
}

.topmenuUL {
    float: left;
    list-style: none;
}

.pageMessageBar {
    height: 40px;
    margin: 10px 20px 10px 20px;
    line-height: 20px;
    display: none;
}

.framedemobase {
    display: inline-block;
    zoom: 1;
    /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    /*padding: .5em 2em .55em;*/
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.framedemobase:hover {
    text-decoration: none;
}

.framedemobase:active {
    position: relative;
    top: 1px;
}

.frameListUL {
    float: left;
    list-style: none;
    width: 260px;
    margin-left: 0px;
    padding-left: 0px;
    left: -4px;
    background-color: #fff;
    height: 270px;
    border: solid 1px #999;
}

.frameListUL li {
    float: left;
    margin: 2px 2px 2px 2px;
    width: 32px;
    height: 32px;
    display: block;
}

.frameListUL div {
    margin: 2px 2px 2px 2px;
    width: 28px;
    height: 28px;
    display: block;
}

.frameDemoPadding {
    line-height: 28px;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}

.frameborder {
    border-style: solid;
    border-width: 1px;
}

.frameColorTopDiv {
    width: 280px;
    padding-left: 15px;
}

.changeStyleItemDiv {
    padding-left: 0px;
    width: 260px;
    left: -4px;
    background-color: #fff;
    border: solid 1px #999;
}

.changeColorSeriesDiv {
    padding-left: 0px;
    width: 260px;
    left: -4px;
    background-color: #fff;
    border: solid 1px #999;
}

.colorpickerlink:link {
    background-color: #fff;
    color: #000;
}

.colorpickerlink:hover {
    background-color: #f8f40a;
    color: #000;
}

.colorlinknormal {
    height: 18px;
    border: solid 1px silver;
    width: 200px;
    float: left;
    text-align: center;
    padding-top: 5px;
}

.text_changeStyleItem,
.text_changeColorSeries {
    float: left;
    list-style: none;
    width: 254px;
    margin-left: 4px;
    padding-left: 0px;
}

.text_changeStyleItem li,
.text_changeColorSeries Li {
    float: left;
    width: 120px;
    height: 26px;
    margin: 2px 2px 2px 2px;
}

.text_changeStyleItem div,
.text_changeColorSeries div {
    width: 110px;
    height: 26px;
    overflow: hidden;
    word-break: keep-all;
    line-height: 26px;
}

.font20bold {
    font-size: 20px;
    font-weight: bold;
}

.font18bold {
    font-size: 18px;
    font-weight: bold;
}

.font16bold {
    font-size: 16px;
    font-weight: bold;
}

.font14bold {
    font-size: 14px;
    font-weight: bold;
}

.font12bold {
    font-size: 12px;
    font-weight: bold;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.Block7Image2Px180_Sample {
    width: 60px;
}

.Block7Image2Px180_Sample table {
    width: 100%;
}

.Block7Image2Px180_Sample td {
    width: 33%;
    vertical-align: top;
}

.Block7Image2Px180_Sample div {
    display: block;
    background-color: white;
    line-height: 20px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: Arial, 'Microsoft YaHei', STSong;
}

.Block7Image2Px180_Sample .Pos0Div {
    height: 40px;
    width: 100%;
    margin: 1px 1px 1px 1px;
    border: solid 1px #808080;
}

.Block7Image2Px180_Sample .Pos0Div .Pos0_0Div {
    height: 26px;
    width: 100%;
    text-align: center;
    border: solid 1px #808080;
}

.Block7Image2Px180_Sample .Pos0Div .Pos0_0Div img {
    border: none;
    height: 30px;
}

.Block7Image2Px180_Sample .Pos0Div .Pos0_1Div {
    height: 13px;
    width: 100%;
    border: solid 1px #808080;
}

.Block7Image2Px180_Sample .Pos0Div .Pos0_1Div a {
    height: 9px;
    width: 100%;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    color: white;
    text-decoration: none;
}

.Block7Image2Px180_Sample .Pos2Div {
    height: 18px;
    width: 100%;
    margin: 1px 1px 1px 1px;
    border: solid 1px #808080;
}

.Block7Image2Px180_Sample .Pos3Div {
    height: 18px;
    width: 100%;
    margin: 0px 1px 1px 1px;
    border: solid 1px #808080;
}

.Block7Image2Px180_Sample .Pos3Div a,
.Block7Image2Px180_Sample .Pos2Div a {
    height: 9px;
    width: 100%;
    margin: 9px 0px 9px 0px;
    display: inline-block;
    color: white;
    text-decoration: none;
}

.Block5Image2Px150_Sample {
    width: 60px;
}

.Block5Image2Px150_Sample table {
    width: 100%;
}

.Block5Image2Px150_Sample td {
    width: 33%;
    vertical-align: top;
}

.Block5Image2Px150_Sample div {
    display: block;
    background-color: white;
    line-height: 20px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: Arial, 'Microsoft YaHei', STSong;
}

.Block5Image2Px150_Sample .Pos0Div {
    height: 40px;
    width: 100%;
    margin: 1px 1px 1px 1px;
    border: solid 1px #808080;
}

.Block5Image2Px150_Sample .Pos1Div {
    height: 40px;
    width: 100%;
    margin: 1px 1px 1px 1px;
    border: solid 1px #808080;
}

.Block5Image2Px150_Sample .Pos2Div {
    height: 18px;
    width: 100%;
    margin: 0px 1px 1px 1px;
    border: solid 1px #808080;
}

.EditTextAndImageDiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.EditTextAndImageDiv .topStyleItemDiv {
    width: 100%;
    height: 90px;
    float: left;
}


/*.EditTextAndImageDiv .topStyleItemDiv li { width: 66px; height: 66px; float: left; }*/

.EditTextAndImageDiv ul {
    float: left;
    list-style: none;
    margin-left: 6px;
}

.EditTextAndImageDiv div {
    float: left;
}

.EditTextAndImageDiv .leftImageContainer {
    width: 90px;
    height: 216px;
    overflow: auto;
    background-color: #eeecec;
}

.EditTextAndImageDiv .leftImageContainer li {
    margin: 4px 4px 4px 4px;
}

.EditTextAndImageDiv .leftImageContainer img {
    width: 50px;
    height: 50px;
}

.EditTextAndImageDiv .rightTextInput li {
    margin-bottom: 6px;
}

.EditTextAndImageDiv .rightTextInput input {
    width: 120px;
    height: 21px;
}

.layout_Block2 .Area_0 {
    border: solid 1px silver;
    width: 100%;
    height: 14px;
    display: block;
    margin-bottom: 2px;
}

.layout_Block2 .middleDiv {
    height: 40px;
    display: block;
}

.layout_Block2 .Area_1 {
    border: solid 1px silver;
    width: 100%;
    height: 14px;
    display: block;
    margin-top: 2px;
}

.layout_Block2 .Area_Content {
    border: solid 1px silver;
    width: 70px;
    height: 36px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.layout_Block4 .Area_0 {
    border: solid 1px silver;
    width: 100%;
    height: 14px;
    display: block;
    margin-bottom: 2px;
}

.layout_Block4 .middleDiv {
    height: 40px;
}

.layout_Block4 .Area_1 {
    border: solid 1px silver;
    width: 100%;
    height: 14px;
    display: block;
    margin-top: 2px;
}

.layout_Block4 .Area_2,
.layout_Block4 .Area_3 {
    border: solid 1px silver;
    width: 16px;
    height: 36px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.layout_Block4 .Area_Content {
    border: solid 1px silver;
    width: 32px;
    height: 36px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.layout_Block3 .Area_0 {
    border: solid 1px silver;
    width: 100%;
    height: 14px;
    display: block;
    margin-bottom: 2px;
}

.layout_Block3 .middleDiv {
    height: 40px;
}

.layout_Block3 .Area_1 {
    border: solid 1px silver;
    width: 100%;
    height: 14px;
    display: block;
    margin-top: 2px;
}

.layout_Block3 .Area_2 {
    border: solid 1px silver;
    width: 16px;
    height: 36px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.layout_Block3 .Area_Content {
    border: solid 1px silver;
    width: 48px;
    height: 36px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.layout_BlockRight3 .Area_0 {
    border: solid 1px silver;
    width: 100%;
    height: 14px;
    display: block;
    margin-bottom: 2px;
}

.layout_BlockRight3 .middleDiv {
    height: 40px;
}

.layout_BlockRight3 .Area_1 {
    border: solid 1px silver;
    width: 100%;
    height: 14px;
    display: block;
    margin-top: 2px;
}

.layout_BlockRight3 .Area_2 {
    border: solid 1px silver;
    width: 16px;
    height: 36px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.layout_BlockRight3 .Area_Content {
    border: solid 1px silver;
    width: 48px;
    height: 36px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}

.StyleItemSample {
    width: 76px;
    height: 76px;
    margin: 2px 2px 2px 2px;
    border: solid 1px #808080;
    background-color: #fff;
}

.OnlyTitleLine .lineSample {
    line-height: 16px;
    margin-left: 4px;
    border-bottom: dotted 2px #808080;
    width: 70px;
    height: 16px;
}

.ListLineTenStyle {
    line-height: 16px;
    width: 76px;
    height: 20px;
    background: #ededed;
    overflow: hidden;
}

.ListLineTenStyleBg {
    line-height: 16px;
    width: 76px;
    height: 20px;
    background: #ddd;
    overflow: hidden;
}

.TitleAndImage .Image {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-top: 2px;
    border: solid 1px #ffd800;
    background-color: #e9e4e4;
}

.TitleAndImage .lineTitle {
    line-height: 4px;
    margin-left: 4px;
    border-bottom: dotted 2px #808080;
    width: 70px;
    height: 4px;
}

.ColorFullLine {
    background-color: #e9e4e4;
}

.ColorFullLine div {
    border-left: solid 4px #D70000;
    height: 10px;
    background-color: #fff;
    margin: 4px;
    display: block;
}

.GrayLine {}

.GrayLine div {
    border-bottom: solid 2px #D70000;
    height: 10px;
    background-color: #fff;
    margin: 4px;
    display: block;
}

.LeftPicRightText .Image {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: solid 1px #ffd800;
    background-color: #e9e4e4;
    float: left;
    display: block;
}

.LeftPicRightText .lineSample {
    width: 50px;
    height: 20px;
    float: left;
    display: block;
    line-height: 10px;
    color: #444444;
}

.TopPictureBottomTitle .Image {
    width: 60px;
    height: 50px;
    margin-left: 5px;
    margin-top: 2px;
    border: solid 1px #ffd800;
    background-color: #e9e4e4;
}

.TopPictureBottomTitle .lineTitle {
    line-height: 4px;
    margin-left: 4px;
    border-bottom: solid 2px #808080;
    width: 70px;
    height: 4px;
}

.TopPictureBottomLine .Image {
    width: 60px;
    height: 40px;
    margin-left: 5px;
    margin-top: 2px;
    border: solid 1px #ffd800;
    background-color: #e9e4e4;
}

.TopPictureBottomLine .lineTitle {
    line-height: 6px;
    margin-left: 4px;
    margin-top: 4px;
    border: solid 1px #808080;
    width: 70px;
    height: 6px;
    background-color: rgba(0, 0, 0, .2);
}

.commonItemSelect {
    float: left;
    display: block;
    list-style-type: none;
}

.commonItemSelect li {
    float: left;
    width: 88px;
    height: 106px;
    display: block;
    padding: 4px;
    border: 1px solid #FFF;
}

.commonItemSelect li .divTitle {
    float: left;
    width: 90px;
    display: block;
    text-align: center;
    color: #444444;
}


/* PAGER */

.pager {
    zoom: 1;
}

.pager:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.pager ul {
    float: right;
    margin: 2px 0;
}

.pager li {
    float: left;
    line-height: 20px;
    list-style: none outside none;
    margin-left: 5px;
}

.pager a,
.pager span {
    display: inline-block;
    min-width: 10px;
    text-align: center;
    color: #555;
    font-size: 11px;
    font-weight: 700;
    padding: 0px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid gainsboro;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: whiteSmoke;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}

.pager span,
.pager a:active {
    background-color: #F9F9F9;
    cursor: default;
}

.pager a:hover {
    border: 1px solid #C6C6C6;
    color: #333;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
    background-color: #F8F8F8;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.pager li.current-page {
    border-radius: 3px;
}


/*- mobile more info @Jianwen Zeng 2016.5.17 -*/

.w_pager {
    clear: both;
}

.w_pager .more-page {
    height: 40px;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.w_pager .more-page li a {
    color: #222;
    font-size: 14px;
    text-decoration: none;
    line-height: 40px;
    display: block;
}


/*.more-page a:hover {
  color: #444; }*/


/*w Settings*/

.box {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

a {
    color: #5A5A5A;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.red {
    color: #c21012;
}

.more {
    float: right;
}

.divshut:after {
    clear: both;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    display: block;
    font-size: xx-large;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.dashedline {
    BORDER-BOTTOM-STYLE: dashed;
    BORDER-LEFT-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-TOP-STYLE: none;
}


/*w commonly used*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    float: none;
    zoom: 1;
    overflow: hidden;
}

.noheight {
    font-size: 0px;
    height: 0px;
}

.texthidden {
    overflow: hidden;
    text-indent: -9999px;
}

.m_top_10 {
    margin-top: 10px;
}

.m_top_15 {
    margin-top: 15px;
}

.m_left_15 {
    margin-left: 15px;
}

.m_lr_7 {
    margin-left: 7px;
    margin-right: 7px;
}

.border {
    border: 1px solid #f1cbcb;
}

.b_border {
    border-bottom: 1px solid #ee0288;
}

.t_border {
    border-top: 1px solid #fee8ea;
}

.smicon {}

.smicon .s {
    width: 16px;
    height: 16px;
}

.smicon .d {
    width: 11px;
    height: 11px;
}

.smicon .systempage {
    background-position: 0px -115px;
}

.smicon .sitepage {
    background-position: -19px -115px;
}

.smicon .pageon {
    background-position: -40px -115px;
}

.smicon .pageoff {
    background-position: -57px -115px;
}

.smicon .del {
    background-position: -77px -115px;
}

.smicon .set {
    background-position: -99px -115px;
}

.smicon .del-w {
    background-position: 0px -140px;
}

.smicon .del-g {
    background-position: -19px -140px;
}

.edit_steplist li {
    line-height: 20px;
    margin: 4px;
    height: 24px;
    display: block;
}


/* Operation Area */

ul.operation_toolbar {
    top: -57px;
    left: -2px;
    padding: 2px;
    height: 50px;
    border: 1px solid #999;
    background-color: #FFF;
    width: 258px;
}

ul.operation_toolbar li {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
}

ul.operation_toolbar li i {
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

ul.operation_toolbar li h3 {
    line-height: 20px;
    font-size: 12px;
}

ul.operation_toolbar li a {
    display: block;
    color: #555;
}

ul.operation_toolbar li a:hover {
    background-color: #FCF0ED;
    color: #333;
}


/* Operation Menu */

ul.operation_menu {
    position: absolute;
    top: 0px;
    left: -2px;
    display: block;
    width: 120px;
    border: 1px solid #999;
    background-color: #FFF;
    -moz-box-shadow: 2px 2px 4px #666;
    -webkit-box-shadow: 2px 2px 4px #666;
    box-shadow: 2px 2px 4px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

ul.operation_menu li {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 25px;
    text-align: left;
    font-size: 12px;
}

ul.operation_menu li i {
    width: 25px;
    line-height: 25px;
    text-align: center;
}

ul.operation_menu li em.operation_menuline {
    clear: both;
    display: block;
    margin: 0 0 0 25px;
    *margin: -18px 0 -7px 25px;
    padding: 0;
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #E0E3E6;
}

ul.operation_menu li a {
    display: block;
    *width: 120px;
    color: #555;
}

ul.operation_menu li a:hover {
    background-color: #FCF0ED;
    color: #333;
}

.Attributes-menu {
    position: absolute;
    z-index: 999999 !important;
    min-width: 150px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.Attributes-menu ul>li {
    padding: 5px 14px;
}

.Attributes-menu ul>li:hover {
    background-color: #EAF7FF;
    cursor: pointer;
    text-decoration: none !important;
}

.Attributes-menu ul>li>a {
    display: block;
    font-size: 12px;
    color: #2B5672;
    text-decoration: none !important;
}

.Attributes-menu ul>li>a>.Attributes-icon {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 8px;
}

.Attributes-menu .Attributes-menu-caret span {
    position: absolute;
    top: 17px;
    left: 0;
    margin-left: -12px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent rgba(0, 0, 0, .15) transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 6px;
}

.Attributes-menu .Attributes-menu-caret s {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 6px;
}

.Attributes-menu .Attributes-set>li {
    padding: 0px 14px;
}

.Attributes-menu .Attributes-set>li a {
    padding: 5px 0px;
}

.Attributes-menu .Attributes-do {
    border-top: 1px #DDD solid;
    padding-top: 6px;
    margin: 4px 14px 0 14px;
}

.Attributes-menu .Attributes-do a {
    width: 18px;
    color: #2B5672;
    margin-right: 12px;
    display: block;
    float: left;
    position: relative;
    text-decoration: none !important;
}

.Attributes-menu .Attributes-do a:hover {
    text-decoration: none !important;
}

.Attributes-tooltips {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    display: block;
    z-index: 1070;
    display: block;
    line-height: 1.42857143;
    text-align: left;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
    font-size: 12px;
}

.Attributes-tooltips-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2d4150;
}

.Attributes-tooltips-inner {
    width: 100%;
    max-width: 100%;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    background-color: #2d4150;
    white-space: nowrap;
}

.Attributes-menu .Attributes-do a:hover .Attributes-tooltips {
    filter: alpha(opacity=1);
    opacity: 100;
}


/*w  index.html */

#sitetop {}

#sitebody {
    *zoom: 1;
}

#sitebody .content,
#sitebody .sidebar {
    /*background-color: #eee; */
}

#sitebody .sidebar {
    float: left;
    width: 190px;
    border-right: #c6c6c6 1px solid;
    position: relative;
    min-height: 540px;
    position: fixed;
    _position: absolute;
    height: 100%;
}

.sidebar .sideicon {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1000;
}

.sidebar .fold {
    background-position: -38px -138px;
}

.sidebar .unfold {
    background-position: -52px -138px;
}

.sidebar .bt {
    color: #444444;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}

.sidebar .bt span {
    float: left;
    margin-right: 8px;
}

.sidebar .pages {
    margin-left: 10px;
    width: 200px;
    border: #bcbec3 1px solid;
    padding: 8px;
    background: #FFF;
    font-family: arial;
}

.sidebar .pages ul {}

.sidebar .pages li {
    border-bottom: #dad9d9 1px dashed;
    height: 26px;
    line-height: 26px;
    color: #444444;
}

.sidebar .pages li:last-child {
    border-bottom: none;
}

.sidebar .pages li i {
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    background-image: url(../images/ui-icon-hp.png);
    _background-image: url(../images/ui-icon-hp.gif);
    background-position: -57px -115px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.sidebar .pages li .float-del {
    margin-top: 4px;
    margin-left: 4px;
    float: right;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    background-image: url(../images/ui-icon-hp.png);
    _background-image: url(../images/ui-icon-hp.gif);
    background-position: -77px -115px;
    background-repeat: no-repeat;
}

.sidebar .pages li .float-setting {
    margin-top: 4px;
    margin-left: 4px;
    float: right;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    background-image: url(../images/ui-icon-hp.png);
    _background-image: url(../images/ui-icon-hp.gif);
    background-position: -99px -115px;
    background-repeat: no-repeat;
}

.sidebar .pages .selected i {
    background-position: -40px -115px;
}

.sidebar .pages .lv1 {
    padding-left: 0px;
    cursor: pointer;
}

.sidebar .pages .lv2 {
    padding-left: 15px;
}

.sidebar .pages .lv3 {
    padding-left: 30px;
}

.sidebar .pages .lv4 {
    padding-left: 45px;
}

.sidebar .pages .lv5 {
    padding-left: 60px;
}

#sitebody .sidehidden {
    width: 48px;
}

.sidehidden .zd {
    border-bottom: #c6c6c6 1px solid;
    margin: 5px;
}

.sidehidden .sideicon {
    display: block;
    height: 11px;
    position: static;
    width: 11px;
    z-index: 1000;
    margin: 5px auto;
}

.sidehidden .bt {
    color: #444444;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    height: 40px;
    line-height: 30px;
}

.sidehidden .bt span {
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 0;
}

#sitebody .content {
    margin-left: 235px;
}

#footer {
    margin-top: 1em;
}


/*  Phone frame */

.graybg {
    background-color: #E9EAEC;
    margin: 0;
    padding: 0;
    position: relative;
}

.graycode {
    width: 25px;
    height: 25px;
    position: fixed;
    left: 315px;
    top: 6px;
    z-index: 1000;
}

.mobileHeader {
    display: block;
    width: 524px;
    height: 34px;
    background-color: #e9eaec;
    background-image: url(../images/phone-top.png);
    background-repeat: no-repeat;
    top: 0px;
    position: fixed;
    z-index: 9999;
}

.mobilefooter {
    display: block;
    width: 524px;
    height: 56px;
    background-color: #e9eaec;
    background-image: url(../images/phone-bottom.png);
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}

.wapContentContainerLeft {
    display: block;
    float: left;
    background-color: #e9eaec;
    width: 21px;
    background-image: url(../images/phone-left.png);
    background-repeat: repeat-y;
    height: 100%;
    top: 30px;
    position: fixed;
}

.wapContentContainerRight {
    display: block;
    width: 19px;
    background-color: #e9eaec;
    background-image: url(../images/phone-right.png);
    background-repeat: repeat-y;
    height: 100%;
    top: 30px;
    left: 545px;
    position: fixed;
}

.wapTopContainer {
    width: 480px;
    min-height: 400px;
    margin-left: 22px;
    *position: absolute;
    padding-top: 34px;
    padding-bottom: 56px;
    background: #FFF;
}

.pcTopContainer {
    width: 100%;
    min-height: 400px;
}


/*΢�Ź������*/

#sitebody .sitemanage {
    float: left;
    width: 200px;
    border-right: #c6c6c6 1px solid;
    position: absolute;
    height: 100%;
    min-height: 300px;
    left: 0px;
    margin-top: 0px;
}

#sitebody .sitemanagert {
    margin-left: 200px;
    background: #FFF;
    min-height: 500px;
    position: absolute;
    top: 30px;
}

#sitebody .sitemanage h1 {
    font-weight: bold;
    margin: 10px auto;
    height: 20px;
    height: 16px;
    color: #999;
    text-align: center;
}

@font-face {
    font-family: 'museo500';
    src: url('images/MuseoSans_500-webfont.eot');
    src: url('../fonts/museosans_500-webfont.eot') format('embedded-opentype'), url('../fonts/museosans_500-webfont.woff') format('woff'), url('../fonts/museosans_500-webfont.ttf') format('truetype'), url('../fonts/museosans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul.expmenu {
    width: 200px;
}

ul.expmenu * {
    list-style: none;
}

ul.expmenu > li > div.header {
    padding: 8px;
    border-top: 1px #b4b4b4 solid;
    border-bottom: 1px #bac7d4 solid;
}

ul.expmenu > li:last-child > div.header {
    border-bottom: none;
}

ul.expmenu > li ul li {
    background-color: #ececec;
    padding: 8px 8px 8px 35px;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #fff;
    color: #727272;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}

ul.expmenu > li ul li:last-child {
    border-bottom: none;
}

ul.expmenu > li ul li.selected {
    background-color: #f4f4f4;
}

ul.expmenu div.header {
    color: #333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    background: #ececec;
    /* Old browsers */
}

ul.expmenu > li > div.header > .label {
    padding-left: 24px;
    background: no-repeat;
}

ul.expmenu > li > div.header > .arrow {
    display: block;
    width: 16px;
    height: 16px;
    background: no-repeat center;
    float: right;
}

ul.expmenu > li > div.header > .arrow.up {
    background-image: url(../images/arrow_u.png);
}

ul.expmenu > li > div.header > .arrow.down {
    background-image: url(../images/arrow_d.png);
}


/* Mouse Events */

ul.expmenu div.header:hover {
    background: #cfcfcf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ececec 0%, #cfcfcf 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #cfcfcf));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ececec 0%, #cfcfcf 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ececec 0%, #cfcfcf 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ececec 0%, #cfcfcf 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ececec 0%, #b1b1b1 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cfcfcf', GradientType=0);
    /* IE6-9 */
    cursor: pointer;
}

ul.expmenu > li ul li:not(.selected):hover {
    background: #e7e7e7;
    cursor: pointer;
}

ul.expmenu > li ul li:not(.selected):active {
    background: #f1f1f1;
    cursor: pointer;
}

ul#pagination-freebie {
    display: table;
    padding-right: 20px;
    margin: 20px auto;
    list-style: none;
}

ul#pagination-freebie:last-child {
    padding-right: 0;
}

ul#pagination-freebie li {
    float: left;
    margin-bottom: 20px;
}

ul#pagination-freebie li:last-child {
    margin-right: 0;
}

div#text {
    text-align: center;
    font-size: 48px;
    width: 610px;
    margin: 0 auto;
    margin-top: 50px;
    margin-top: 80px;
}

div#smalltext {
    text-align: center;
    font-size: 15px;
    width: 600px;
    margin: 0 auto;
}

div#content {
    display: table;
    margin: 0 auto;
    padding: 30px;
}

div.navweixin {
    /* height:30px; border-bottom:#D1D1D1 1px solid*/
}

ul.sweixin {
    font-family: "Microsoft YaHei", "΢���ź�", Helvetica, "����", Arial, Tahoma;
    font-size: 14px;
    color: #222222;
}

ul.sweixin div.header {
    background: #F3F3F3;
}

ul.sweixin div.header:hover {
    background: #E7E7E7;
}

ul.sweixin > li > div.header {
    border-bottom: 1px solid #D1D1D1;
    border-top: none;
}

ul.sweixin > li ul li {
    border-bottom: none;
    border-top: none;
    background: #F3F3F3;
    font-family: "Microsoft YaHei", "΢���ź�", Helvetica, "����", Arial, Tahoma;
    font-size: 14px;
    color: #222222;
    padding: 4px 4px 4px 50px;
}

ul.sweixin .menu {
    border: none;
    border-bottom: 1px solid #D1D1D1;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none repeat scroll 0 0 #F3F3F3;
}

ul.sweixin > li:last-child > div.header {
    border-bottom: 1px solid #D1D1D1;
}

ul.sweixin > li > div.header > .label {
    padding-left: 42px;
    background-image: url(../images/weicon.png);
    background-repeat: no-repeat;
}

ul.sweixin > li > div.header > .arrow.up {
    background: url(../images/arrowb.png) 0 0 no-repeat;
    margin-top: 4px;
}

ul.sweixin > li > div.header > .arrow.down {
    background: url(../images/arrowb.png) 0 -25px no-repeat;
    margin-top: 4px;
}

.weicon {
    padding: 30px;
    line-height: 1.5em;
    font-family: "Microsoft YaHei", "΢���ź�", Helvetica, "����", Arial, Tahoma;
}

.weicon h1 {
    color: #222;
    font-weight: bold;
    line-height: 2em;
    margin: 10px 0;
    font-size: 16px;
}

.weicon table {
    border-collapse: collapse;
    border: #CCC 1px solid;
    margin-bottom: 30px;
}

.weicon table tr td,
.weicon table tr th {
    border: #ccc 1px solid;
}

.weicon .botton-submit {
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    padding: 3px 6px;
    background: #86BD8A;
    color: #FFF;
    font-weight: normal;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*navbar*/

.del {
    background: url("../images/line-del.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 5px 0px 5px;
}

.edit {
    background: url("../images/page_white_edit.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 5px 0px 5px;
}

.up {
    background: url("../images/arrow-up.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 5px 0px 5px;
}

.down {
    background: url("../images/arrow-down.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 5px 0px 5px;
}

.upanddown {
    cursor: pointer;
    width: 17px;
    height: 17px;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    margin: 0px 5px 0px 5px;
}

.phone {
    width: 350px;
    height: 560px;
    background: url(../images/phone.png) no-repeat;
}

.prevMobileTemplate {
    width: 350px;
    height: 560px;
    overflow: hidden;
}

.prevPcTemplate {
    width: 350px;
    height: 560px;
    overflow: hidden;
}

.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
    background-image: url("../images/fancybox_sprite.png");
}

.fancybox-close1 {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 8px;
    width: 36px;
    z-index: 8040;
    background-image: url("../images/fancybox_sprite.png");
}

.box-fl-qrcode {
    bottom: 200px;
    color: #FFFFFF;
    height: 200px;
    position: absolute;
    right: -155px;
    width: 145px;
    z-index: 8040;
}

.box-fl-qrcode .qrcode-panel {
    background: none repeat scroll 0 0 #FFFFFF;
}

.boxloading {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: black;
    z-index: 1002;
    background: url(../images/grayloading.gif) no-repeat;
}

.pageNotFind {
    background: url(../images/404.gif) no-repeat;
    height: 400px;
    width: 400px;
}


/*ע��*/

.cancellation {
    position: absolute;
    margin-right: 20px;
    margin-top: 5px;
    z-index: 100;
    right: 0px;
}


/* ������ʽ */

.colm_wrap {}

dl.colm_table {
    height: 300px;
    overflow-y: auto;
}

dl.colm_table a.iconfont {
    font-size: 14px;
}

dl.colm_table dl {
    line-height: 35px;
}

dl.colm_table dl dt,
dl.colm_table dl dd {
    float: left;
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #DDD;
    text-align: left;
    font-size: 12px;
    text-indent: 10px;
}

dl.colm_table dl.colm_table_thead {
    border-bottom: 1px solid #CCC;
    background-color: #F6F6F6;
}

dl.colm_table dl.colm_table_thead dt {
    font-weight: 700;
    color: #333;
}

dl.colm_table dl.colm_table_tbody {
    line-height: 35px;
    cursor: move;
}

dl.colm_table dl.colm_table_tbody dl.colm_table_dl {
    height: 35px;
}

dl.colm_table dl.colm_table_tbody dd {}

dl.colm_table dl.colm_table_tbody dd.s_column {
    text-indent: 30px;
}

dl.colm_table dl.colm_table_tbody dd.t_column {
    text-indent: 60px;
}

dl.colm_table dl.colm_table_tbody a {}

dl.colm_table dl.colm_table_tbody a:hover {
    color: #EF5F48;
}

.editnva-bar-img {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 44px;
    margin: 0px;
    padding: 0px;
    background: transparent url(../images/whiteicons.png) no-repeat;
}


/*ͼƬ���ؼ���ʽ  �ܹ���*/

.div_brush_main {
    margin: 10px auto;
    height: auto;
    width: 560px;
}

.div_brush_leftmenu {
    width: 300px;
    height: 30px;
    margin: 0 0 0 4px;
    overflow: hidden;
    border-left: 1px solid #a0a0a0;
}

.div_brush_leftmenu ul {
    list-style: none;
    width: 300px;
    margin: 0;
    padding: 0;
}

.li_addpiclist_menu02out {
    width: 70px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    float: left;
    cursor: pointer;
    border-right: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
    margin: 0;
}

.li_addpiclist_menu02over {
    width: 70px;
    height: 30px;
    display: block;
    background: #CCCCCC;
    text-align: center;
    float: left;
    cursor: pointer;
    line-height: 30px;
    border-right: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
    margin: 0;
}

.div_brush_rightcontent {
    width: 560px;
    height: auto;
}


/* box */

.box {
    position: absolute;
    width: 600px;
    left: 50%;
    height: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px #8FA4F5 solid;
    padding: 1px;
}

.box h2 {
    height: 25px;
    font-size: 14px;
    background-color: #3366cc;
    position: relative;
    padding-left: 10px;
    line-height: 25px;
    color: #fff;
}

.box h2 a {
    position: absolute;
    right: 5px;
    font-size: 12px;
    color: #fff;
}

.box .mainlist {
    padding: 10px;
}

.box .mainlist li {
    height: 24px;
    line-height: 24px;
}

.box .mainlist li span {
    margin: 0 5px 0 0;
    font-family: "����";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

#TB_overlayBG {
    background-color: #666;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.div_itemupload {
    width: 550px;
    height: 358px;
    margin: 0 auto 4px auto;
    overflow: hidden;
    border: 1px solid #a0a0a0;
}

.div_itemupload .div_itemupload_output {
    width: 550px;
    height: 290px;
    overflow: hidden;
}

.pictureUL {
    width: 550px;
    height: 358px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.pictureUL li {
    width: 100px;
    height: 84px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 8px 0 0 6px;
    text-align: center;
    border: 1px solid #FFF;
    cursor: pointer;
    position: relative;
}

.pictureUL li span {
    position: absolute;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: block;
    background: #ffffff;
    height: 20px;
    line-height: 20px;
    width: 80px;
    z-index: 100;
    bottom: 4px;
    left: 5px;
}

.pictureUL li img {
    margin: 2px;
    width: 96px;
    height: 60px;
}

.div_brushpic_itemlist {
    width: 430px;
    height: 90%;
    margin: 0 auto;
}

.div_brushpic_itemlist ul {
    width: 430px;
    height: auto;
}

.div_brushpic_itemlist ul li {
    width: 430px;
    display: block;
    margin: 5px auto;
}

.div_editpic_main {
    width: 450px;
    height: 356px;
    margin: 10px auto;
    overflow: hidden;
}

.div_editpic_leftmenu {
    width: 120px;
    height: 356px;
    overflow: hidden;
    float: left;
}

.div_editpic_leftmenu_link {
    width: 540px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

.div_editpic_leftmenu_link a {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
    margin: 0;
}

.div_editpic_leftmenu_link a:link {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
    margin: 0;
}

.div_editpic_leftmenu_link a:visited {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
    margin: 0;
}

.div_editpic_leftmenu_link a:hover {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    background: #E2EFFC;
    text-align: center;
    line-height: 25px;
    border: 1px solid #7EB4EA;
    margin: 0;
}

.div_editpic_leftmenu_pic {
    width: 120px;
    height: 300px;
    overflow: hidden;
}

.div_editpic_leftmenu_pic ul {
    width: 96px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.div_editpic_leftmenu_pic ul li {
    width: 96px;
    height: 73px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 3px 0 0 0;
    text-align: center;
    cursor: pointer;
}

.div_editpic_leftmenu_pic ul li p {
    position: relative;
}

.div_editpic_leftmenu_pic ul li p span {
    position: absolute;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: block;
    background: #000;
    color: #fff;
    left: 0px;
    height: 20px;
    line-height: 20px;
    width: 96px;
    z-index: 100;
    left: 0px;
    bottom: 4px;
}

.div_editpic_leftmenu_pic ul li p span a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.div_editpic_leftmenu_pic ul li img {
    margin: 4px auto;
}

.div_editpic_leftmenu_pic ul li .span_name {
    width: 80px;
    text-align: center;
    display: block;
    height: 20px;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
}

.div_editpic_leftbotton_link {
    width: 96px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    color: #5A5A5A;
}

.div_editpic_leftbotton_link a {
    color: #5A5A5A;
    text-decoration: none;
}

.div_editpic_leftbotton_link a:link {
    color: #5A5A5A;
    text-decoration: none;
}

.div_editpic_leftbotton_link a:visited {
    color: #5A5A5A;
    text-decoration: none;
}

.div_editpic_leftbotton_link a:hover {
    color: #000;
    text-decoration: underline;
}

.div_editpic_rightmain_show {
    width: 300px;
    height: auto;
    float: right;
    overflow: hidden;
}

.li_addpiclist_menu01out {
    width: 70px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
    margin: 0;
    text-decoration: none;
}

.li_addpiclist_menu01over {
    width: 70px;
    height: 25px;
    display: block;
    background: #E2EFFC;
    text-align: center;
    line-height: 25px;
    border: 1px solid #7EB4EA;
    margin: 0;
}

#div_next a {
    text-decoration: none;
    width: 94px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
}

#div_next a:link {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
}

#div_next a:visited {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
}

#div_next a:hover {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    background: #E2EFFC;
    text-align: center;
    line-height: 25px;
    border: 1px solid #7EB4EA;
}

.input_allout {
    height: 25px;
    display: block;
    text-align: center;
    background: #e0e0df;
    line-height: 25px;
    margin: 5px 0 0 0;
}

.input_allover {
    height: 25px;
    display: block;
    background: #E2EFFC;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    margin: 5px 0 0 0;
}

.div_uploadpanel {
    width: 533px;
    height: auto;
    text-align: right;
    margin: 5px auto;
}

.div_uploadpanel a {
    text-decoration: none;
    width: 94px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
    margin: 0;
    float: right;
}

.div_uploadpanel a:link {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
    margin: 0;
    float: right;
}

.div_uploadpanel a:visited {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #a0a0a0;
    background: #e0e0df;
    margin: 0;
    float: right;
}

.div_uploadpanel a:hover {
    text-decoration: none;
    width: 94px;
    height: 25px;
    display: block;
    background: #E2EFFC;
    text-align: center;
    line-height: 25px;
    border: 1px solid #7EB4EA;
    margin: 0;
    float: right;
}


/*ͼƬ���ؼ���ʽ  �ܹ���*/


/*��������ģ�� �ܹ���*/

.div_newstamplate_paging {
    width: 100%;
    height: auto;
}

.div_newstamplate_paging .prev {
    width: 49%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    float: left;
    text-align: left;
    text-indent: 0;
}

.div_newstamplate_paging .next {
    width: 49%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    float: right;
    text-align: right;
    text-indent: 0;
}


/*��������ģ�� �ܹ���*/


/**************�����л��ؼ�****************/

.lan_divshut .s {
    float: left;
    border: #ffffff 1px solid;
    margin: 5px;
    background: #FFF;
    cursor: pointer;
}

.lan_divshut {
    display: none;
}

.onselected {
    display: block;
}

.lang1 .s {
    width: 50px;
    height: 50px;
    padding: 4px;
    position: relative;
}

.s .abox,
.s1,
.s2,
.s3,
.s4,
.lanview {
    width: 50px;
    height: 50px;
    background-image: url(../images/lang.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #fff;
}

.lan_divshut .s:hover {
    border: 1px solid #CACFD2;
    background-color: #CACFD2;
}

.lang2 .s,
.lang3 .s {
    width: 124px;
    height: 30px;
    border: #ccc 2px solid;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lang2 .s .abox,
.lang3 .s .abox {
    width: 120px;
    height: 29px;
    font-size: 12px;
    line-height: 29px;
}

.lang2 .s .abox span {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.lang3 .s {
    padding-left: 10px;
}

.lang3 .s .abox span {
    display: inline-block;
    width: 85px;
    text-align: left;
}

.lang3 .s .abox .llr {
    width: 30px;
}

.lang1 {
    margin-left: 12px;
    margin-top: 16px;
}

.lang3 {
    margin-left: 12px;
}

.lang2 {
    margin-left: 25px;
}


/**************�����л��ؼ�****************/

.m_pcmo {
    border: 2px solid #cccccc;
    width: 100px;
    height: 30px;
}

.m_pcmo div {
    float: left;
    line-height: 30px;
    width: 48px;
    text-align: center;
    cursor: default;
}


/********pc�ֻ��л�**********/


/************************************************************************标题栏*************/

.currentStyleItemtitle {
    border: 1px solid #F9C86A !important;
    background-color: #F9C86A;
}

.currentStyleItemtitle .ico {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 20;
    width: 22px;
    height: 22px;
    background: url(../images/icon_selected.png) no-repeat;
}

.titlestyle1_3 {
    background: url("../images/title-styles.jpg") no-repeat;
    background-position: 0px -20px;
    height: 36px;
}

.titlecolor1_3 {
    background: url("../images/title-colorseries.jpg") no-repeat;
    background-position: 0px -20px;
    width: 100%;
    height: 36px;
}

.nva-bar-img {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0px;
    padding: 0px;
    background: transparent url(../images/whiteicons.png) no-repeat;
}


/*样式4*/


/* Titlebar */

.u_titlebar {
    position: relative;
    zoom: 1;
    padding: 10px;
    height: 16px;
    line-height: 16px;
}

.u_titlebar .u_titlebar_title {
    display: inline;
    float: left;
    line-height: 14px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.u_titlebar .u_titlebar_text {
    float: left;
    margin-left: 10px;
}

.u_titlebar .u_titlebar_more {
    float: right;
}

.u_titlebar_gray {}


/*-- Gray background-color:#BDC3C7;--*/

.u_titlebar_gray4 {
    background-color: #BDC3C7;
}

.u_titlebar_gray4 .u_titlebar_text {
    color: #FFF;
    font-size: 12px;
}

.u_titlebar_gray4 .u_titlebar_title {
    color: #FFF;
}


/* Blue */

.u_titlebar_blue {
    background-color: #3498DB;
}

.u_titlebar_blue .u_titlebar_title {
    color: #FFF;
    font-size: 14px;
}

.u_titlebar_blue .u_titlebar_text {
    color: #FFF;
}

.u_titlebar_blue .u_titlebar_more a {
    color: #FFF;
}


/* Red */

.u_titlebar_red {
    background-color: #E74C3C;
}

.u_titlebar_red .u_titlebar_title {
    color: #FFF;
    font-size: 14px;
}

.u_titlebar_red .u_titlebar_text {
    color: #FFF;
}

.u_titlebar_red .u_titlebar_more a {
    color: #FFF;
}


/* Green */

.u_titlebar_green {
    background-color: #2ECC71;
}

.u_titlebar_green .u_titlebar_title {
    color: #FFF;
    font-size: 14px;
}

.u_titlebar_green .u_titlebar_text {
    color: #FFF;
}

.u_titlebar_green .u_titlebar_more a {
    color: #FFF;
}


/* Orange */

.u_titlebar_orange {
    background-color: #F1C40F;
}

.u_titlebar_orange .u_titlebar_title {
    color: #FFF;
    font-size: 14px;
}

.u_titlebar_orange .u_titlebar_text {
    color: #FFF;
}

.u_titlebar_orange .u_titlebar_more a {
    color: #FFF;
}


/* Black */

.u_titlebar_black {
    background-color: #34495E;
}

.u_titlebar_black .u_titlebar_title {
    color: #FFF;
    font-size: 14px;
}

.u_titlebar_black .u_titlebar_text {
    color: #FFF;
}

.u_titlebar_black .u_titlebar_more a {
    color: #FFF;
}


/*样式5*/

.u_titlebar_style_1 {
    background-color: #F2F2F2;
}

.u_titlebar_style_1 .u_titlebar_title {
    color: #333;
    font-size: 14px;
}

.u_titlebar_style_1 .u_titlebar_text {
    color: #999;
}

.u_titlebar_style_1 .u_titlebar_more a {
    color: #666;
}


/*-- Gray --*/

.u_titlebar_gray.u_titlebar_style_1 {
    border-left: 5px solid #BDC3C7;
}


/*-- Blue --*/

.u_titlebar_blue.u_titlebar_style_1 {
    border-left: 5px solid #3498DB;
}


/*-- Red --*/

.u_titlebar_red.u_titlebar_style_1 {
    border-left: 5px solid #E74C3C;
}


/*-- Green --*/

.u_titlebar_green.u_titlebar_style_1 {
    border-left: 5px solid #2ECC71;
}


/*-- Orange --*/

.u_titlebar_orange.u_titlebar_style_1 {
    border-left: 5px solid #F1C40F;
}


/*-- Black --*/

.u_titlebar_black.u_titlebar_style_1 {
    border-left: 5px solid #34495E;
}


/*样式6*/


/*- Titlebar Style 2 Border Top -*/

.u_titlebar_style_2 {
    background-color: #F2F2F2;
}

.u_titlebar_style_2 .u_titlebar_title {
    color: #333;
    font-size: 14px;
}

.u_titlebar_style_2 .u_titlebar_text {
    color: #999;
}

.u_titlebar_style_2 .u_titlebar_more a {
    color: #666;
}


/*-- Gray --*/

.u_titlebar_gray.u_titlebar_style_2 {
    border-top: 3px solid #BDC3C7;
}


/*-- Blue --*/

.u_titlebar_blue.u_titlebar_style_2 {
    border-top: 3px solid #3498DB;
}


/*-- Red --*/

.u_titlebar_red.u_titlebar_style_2 {
    border-top: 3px solid #E74C3C;
}


/*-- Green --*/

.u_titlebar_green.u_titlebar_style_2 {
    border-top: 3px solid #2ECC71;
}


/*-- Orange --*/

.u_titlebar_orange.u_titlebar_style_2 {
    border-top: 3px solid #F1C40F;
}


/*-- Black --*/

.u_titlebar_black.u_titlebar_style_2 {
    border-top: 3px solid #34495E;
}


/*样式7*/


/*- Titlebar Style 3 Border Bottom -*/

.u_titlebar_style_3 {
    background-color: #F2F2F2;
}

.u_titlebar_style_3 .u_titlebar_title {
    color: #333;
    font-size: 14px;
}

.u_titlebar_style_3 .u_titlebar_text {
    color: #999;
}

.u_titlebar_style_3 .u_titlebar_more a {
    color: #666;
}


/*-- Gray --*/

.u_titlebar_gray.u_titlebar_style_3 {
    border-bottom: 3px solid #BDC3C7;
}


/*-- Blue --*/

.u_titlebar_blue.u_titlebar_style_3 {
    border-bottom: 3px solid #3498DB;
}


/*-- Red --*/

.u_titlebar_red.u_titlebar_style_3 {
    border-bottom: 3px solid #E74C3C;
}


/*-- Green --*/

.u_titlebar_green.u_titlebar_style_3 {
    border-bottom: 3px solid #2ECC71;
}


/*-- Orange --*/

.u_titlebar_orange.u_titlebar_style_3 {
    border-bottom: 3px solid #F1C40F;
}


/*-- Black --*/

.u_titlebar_black.u_titlebar_style_3 {
    border-bottom: 3px solid #34495E;
}


/*样式8*/


/*- Titlebar Style 4 Icon Left -*/

.u_titlebar_style_4 {
    background-color: #F2F2F2;
}

.u_titlebar_style_4 .u_titlebar_title {
    color: #333;
    font-size: 14px;
}

.u_titlebar_style_4 .u_titlebar_title i {
    margin-right: 5px;
}

.u_titlebar_style_4 .u_titlebar_text {
    color: #999;
}

.u_titlebar_style_4 .u_titlebar_more a {
    color: #666;
}


/*-- Gray --*/

.u_titlebar_gray.u_titlebar_style_4 i.iconfont {
    color: #BDC3C7;
}


/*-- Blue --*/

.u_titlebar_blue.u_titlebar_style_4 i.iconfont {
    color: #3498DB;
}


/*-- Red --*/

.u_titlebar_red.u_titlebar_style_4 i.iconfont {
    color: #E74C3C;
}


/*-- Green --*/

.u_titlebar_green.u_titlebar_style_4 i.iconfont {
    color: #2ECC71;
}


/*-- Orange --*/

.u_titlebar_orange.u_titlebar_style_4 i.iconfont {
    color: #F1C40F;
}


/*-- Black --*/

.u_titlebar_black.u_titlebar_style_4 i.iconfont {
    color: #34495E;
}

.u_titlebar_style_4 .u_titlebar_title i {
    margin-right: 5px;
}

.u_titlebar_style_4 .u_titlebar_title .iconfont {
    display: inline-block;
    font-family: clouddream;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


/************************************************************************标题栏*************/


/* Selected Wrap */

.selected_wrap li {
    position: relative;
    z-index: 10;
    margin: 5px;
}

.selected_wrap li.selected,
.selected_wrap li.selected:hover {
    margin: 0;
    padding: 5px;
    background-color: #E74C3C;
}

.selected_wrap li.selected .selectedin_box {
    border: 1px solid #FFF;
    background-color: #FFF;
}

.selected_wrap li.selected i.ico,
.selected_wrap li.selected:hover i.ico {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 20;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_selected.gif) no-repeat;
}

.selected_wrap li:hover {
    margin: 0;
    padding: 5px;
    background-color: #CACFD2;
}

.selected_wrap li:hover i.ico {
    display: none;
}

.selected_s_wrap li {
    position: relative;
    z-index: 10;
    margin: 5px;
}

.selected_s_wrap li.selected,
.selected_s_wrap li.selected:hover {
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #EF5F47;
}

.selected_s_wrap li.selected i.ico,
.selected_s_wrap li.selected:hover i.ico {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    display: block;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: url(../images/icon_selected_s.png) no-repeat;
}

.selected_s_wrap li:hover {
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #CACFD2;
}

.selected_s_wrap li:hover i.ico {
    display: none;
}


/* Style Wrap */

ul.style_list_wrap {
    clear: both;
    display: block;
    padding: 10px;
    border: 1px solid #DDD;
}

ul.style_list_wrap li {
    float: left;
    display: block;
    margin-right: 5px;
}

ul.style_list_wrap li .style_box {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #CBCBCB;
    background-color: #F6F6F6;
    text-align: center;
}


/* Style Wrap */

ul.style_list_wrap {
    clear: both;
    display: block;
    padding: 10px;
    border: 1px solid #DDD;
}

ul.style_list_wrap li {
    float: left;
    display: block;
    margin-right: 5px;
}

ul.style_list_wrap li .style_box {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #CBCBCB;
    background-color: #F6F6F6;
    text-align: center;
}


/* Color */

ul.color_list_wrap {
    clear: both;
    display: block;
    padding: 10px;
    border: 1px solid #DDD;
}

ul.color_list_wrap li {
    float: left;
    display: block;
    margin-right: 5px;
}

ul.color_list_wrap li .style_box {
    display: block;
    width: 128px;
    height: 64px;
    border: 1px solid #CBCBCB;
    background-color: #F6F6F6;
    text-align: center;
}


/* button */

.u_button * {
    margin: 0;
    padding: 0;
}

.u_button {
    display: inline-block;
    *margin: 0 2px;
    padding: 0 20px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    *display: inline;
    *zoom: 1;
    *overflow: visible;
    /* for a ie6/7 bug */
}

.u_button .u_button_text {
    padding: 0;
    height: auto;
    background: none;
    line-height: auto;
}

.u_button:hover {
    text-decoration: none;
}

input.u_button_text,
button.u_button_text {
    font-family: Hiragino Sans GB;
    *vertical-align: top;
    /* for a ie7 bug */
}


/* Gray */

.u_button_gray {
    background-color: #BDC3C7;
    color: #FFF;
}

.u_button_gray:hover {
    background-color: #CACFD2;
}

.u_button_gray .iconfont {
    color: #FFF;
}

a.u_button_gray {
    color: #FFF;
}


/* Blue */

.u_button_blue {
    background-color: #3498DB;
    color: #FFF;
}

.u_button_blue:hover {
    background-color: #5DADE2;
}

.u_button_blue .iconfont {
    color: #FFF;
}

a.u_button_blue {
    color: #FFF;
}


/* Red */

.u_button_red {
    background-color: #E74C3C;
    color: #FFF;
}

.u_button_red:hover {
    background-color: #EC7063;
}

.u_button_red .iconfont {
    color: #FFF;
}

a.u_button_red {
    color: #FFF;
}


/* Green */

.u_button_green {
    background-color: #2ECC71;
    color: #FFF;
}

.u_button_green:hover {
    background-color: #55D98D;
}

.u_button_green .iconfont {
    color: #FFF;
}

a.u_button_green {
    color: #FFF;
}


/* Orange */

.u_button_orange {
    background-color: #F1C40F;
    color: #FFF;
}

.u_button_orange:hover {
    background-color: #F5D313;
}

.u_button_orange .iconfont {
    color: #FFF;
}

a.u_button_orange {
    color: #FFF;
}


/* Black */

.u_button_black {
    background-color: #34495E;
    color: #FFF;
}

.u_button_black:hover {
    background-color: #415B76;
}

.u_button_black .iconfont {
    color: #FFF;
}

a.u_button_black {
    color: #FFF;
}


/* Link */

.u_button_link {
    border: none;
    background: none;
    color: #3282B3;
}

.u_button_link:hover {
    background: none;
    color: #005580;
    text-decoration: underline;
}

a.u_button_link {
    color: #3282B3;
}

a.u_button_link:hover {
    color: #005580;
    text-decoration: underline;
}


/* Line 线条控件 */

.s_line {}

ul.chooseline_top {}

ul.chooseline_top li {
    float: left;
    display: block;
    margin-right: 10px;
    width: 80px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #D1D5D8;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
}

ul.chooseline_top li.current {
    background-color: #E74C3C;
    font-weight: 700;
}

.u_optiontable tbody td {
    border-bottom: none;
}


/* Line 线条控件 */


/* 找不到该页 */

.page404_wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #E4E7EA;
}

.page404_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -262px 0 0 -330px;
    width: 660px;
    height: 515px;
    text-align: center;
}

.page404_img {
    clear: both;
    height: 430px;
}

.page404_content {
    clear: both;
    margin-top: 40px;
    text-align: center;
    color: #999;
}

.page404_content h3 {
    clear: both;
    line-height: 40px;
    font-size: 40px;
    color: #333;
}

.page404_content p {
    clear: both;
    margin: 30px auto 20px auto;
    line-height: 35px;
    font-size: 20px;
    color: #999;
}


/*网站已过期*/

.expired_wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #E4E7EA;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100vh;
}

.expired_box {

    text-align: center;
}

.expired_content {
    clear: both;
    margin-top: 40px;
    text-align: center;
    color: #999;
}

.expired_content h3 {
    clear: both;
    line-height: 40px;
    font-size: 40px;
    color: #333;
}

.expired_content p {
    clear: both;
    margin: 30px auto 20px auto;
    line-height: 35px;
    font-size: 20px;
    color: #999;
}


/*错误页面*/

.error_wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #E4E7EA;
}

.error_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -240px 0 0 -450px;
    width: 900px;
    height: 400px;
    text-align: center;
}

.error_content {
    clear: both;
    margin-top: 40px;
    text-align: center;
    color: #999;
}

.error_content h3 {
    clear: both;
    line-height: 40px;
    font-size: 40px;
    color: #333;
}

.error_content p {
    clear: both;
    margin: 30px auto 20px auto;
    line-height: 180%;
    font-size: 20px;
    color: #999;
}

@media (max-width: 720px) {
    /* 404 */
    .page404_wrap {
        overflow: hidden;
        position: none;
        text-align: center;
    }
    .page404_box {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }
    .page404_content {
        font-size: 14px;
        white-space: normal;
    }
    .page404_content h3 {
        font-size: 30px;
    }
    .page404_img {
        margin-top: 30px;
        height: 168px;
    }
    .page404_img img {
        width: 296px;
        height: 168px;
    }
    .page404_content p {
        margin: 20px auto;
        padding: 0 20px;
        font-size: 16px;
    }
    .page404_content .u_button {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
    /* Expired */
    .expired_wrap {
        overflow: hidden;
        position: none;
        text-align: center;
    }
    .expired_box {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }
    .expired_content {
        font-size: 14px;
        white-space: normal;
    }
    .expired_content h3 {
        font-size: 30px;
    }
    .expired_content p {
        margin: 20px auto;
        padding: 0 20px;
        font-size: 16px;
    }
    .expired_content .u_button {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
    /* Error */
    .error_wrap {
        overflow: hidden;
    }
    .error_box {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        position: none;
        text-align: center;
    }
    .error_content {
        font-size: 14px;
        white-space: normal;
    }
    .error_content h3 {
        font-size: 30px;
    }
    .error_content p {
        margin: 20px auto;
        padding: 0 20px;
        font-size: 16px;
    }
}


/*通栏控件*/


/*- Background Picture Preview -*/

.bgpic_preview {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #CCC;
}


/*- Background Picture Repeat -*/

ul.bgpic_repeat {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: 54px;
    height: 54px;
}

ul.bgpic_repeat li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    margin: 1px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    cursor: pointer;
}

ul.bgpic_repeat li:hover {
    background-color: #EEE;
}

ul.bgpic_repeat li.current {
    background-color: #E74C3C;
}


/*- Choose Button Wrap -*/

.choose_btnwrap {
    display: inline-block;
    padding: 3px;
    width: 68px;
    height: 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #B8B8B8;
    cursor: pointer;
}

.choose_btn {
    float: left;
    width: 34px;
    height: 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #EEE;
}

.choose_btn_text {
    float: right;
    width: 34px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-family: "clouddream";
}

.choose_btn_text:before {
    content: "\f00d";
}

.choose_btnwrap_selected {
    background-color: #E74C3C;
}

.choose_btn_selected {
    float: right;
}

.choose_btn_text_selected {
    float: left;
}

.choose_btn_text_selected:before {
    content: "\f00c";
}


/*通栏控件*/


/*模板页样式属性*/

.layout-commonItemSelect {
    float: left;
    display: block;
    list-style-type: none;
}

.layout-commonItemSelect li {
    float: left;
    display: block;
    border: 1px solid #FFF;
    position: relative;
}

.layout-StyleItemSample {
    width: 76px;
    height: 76px;
    border: solid 1px #808080;
    background-color: #fff;
    margin: 4px;
}

.layout-commonItemSelect li .divTitle {
    float: left;
    width: 90px;
    display: block;
    text-align: center;
    color: #444444;
    position: absolute;
    top: 7px;
}

.layout-currentStyleItem {
    border: 1px solid #F9C86A !important;
    background-color: #F9C86A;
}

.layout-currentStyleItem .ico {
    position: absolute;
    right: 3px;
    bottom: 4px;
    z-index: 20;
    width: 22px;
    height: 22px;
    background: url(../images/icon_selected.png) no-repeat;
}


/*留言*/

.leaveword-select .ico {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 20;
    width: 22px;
    height: 22px;
    background: url(../images/icon_selected.png) no-repeat;
}


/* New Template */

.nt_wrap {
    clear: both;
    margin: 0 auto;
    padding: 20px;
    width: 920px;
    height: 350px;
}

ul.choosetemplate_list {}

ul.choosetemplate_list li {
    float: left;
    display: block;
    width: 126px;
    height: 206px;
    /* background-color: #DDD; */
    padding: 5px;
}

ul.choosetemplate_list li .ct_template_pack {
    width: 100%;
    height: 100%;
}

ul.choosetemplate_list li .ct_icon {
    display: none;
}


/*- Hover -*/

ul.choosetemplate_list li:hover {
    background-color: #999;
    cursor: pointer;
}


/*- Selected -*/

ul.choosetemplate_list li.selected {
    position: relative;
    padding: 5px;
    width: 126px;
    height: 206px;
    background-color: #E74C3C;
}

ul.choosetemplate_list li.selected:hover {
    background-color: #E74C3C;
}

ul.choosetemplate_list li.selected .ct_template_pack {
    width: 100%;
    height: 100%;
}

ul.choosetemplate_list li.selected .ct_icon {
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_selected.gif) no-repeat;
}


/*- CT Template -*/

.ct_template {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #F2F2F2;
    text-align: center;
}

.ct_template .ct_box {
    border: 1px solid #DDD;
    background-color: #FFF;
}

.ct_template .ct_top {
    position: absolute;
    top: 4px;
    right: 4px;
    left: 4px;
    height: 40px;
    line-height: 40px;
}

.ct_template .ct_left {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 4px;
    width: 30px;
    line-height: 120px;
}

.ct_template .ct_right {
    position: absolute;
    top: 50px;
    bottom: 50px;
    right: 4px;
    width: 30px;
    line-height: 120px;
}

.ct_template .ct_main {
    position: absolute;
    top: 50px;
    right: 40px;
    bottom: 50px;
    left: 40px;
    line-height: 120px;
}

.ct_template .ct_bottom {
    position: absolute;
    right: 4px;
    bottom: 4px;
    left: 4px;
    height: 40px;
    line-height: 40px;
}

.ct_template .ct_num {
    padding: 2px 6px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: #BDC3C7;
    font-size: 12px;
    font-family: Arial;
    color: #FFF;
}


/*- One Column -*/

.template_onecolumn {}

.template_onecolumn .ct_left,
.template_onecolumn .ct_right {
    display: none;
}

.template_onecolumn .ct_main {
    left: 4px;
    right: 4px;
}


/*- Three Column -*/

.template_threecolumn {}


/*- Two Column Left -*/

.template_twocolumn_left {}

.template_twocolumn_left .ct_right {
    display: none;
}

.template_twocolumn_left .ct_main {
    right: 4px;
}


/*- Two Column Right -*/

.template_twocolumn_right {}

.template_twocolumn_right .ct_left {
    display: none;
}

.template_twocolumn_right .ct_main {
    left: 4px;
}


/*- Choose Template Name -*/

.ct_name {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}


/* New Template Option Wrap */

.nt_option_wrap {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 100%;
    height: 350px;
}

.nt_option_left {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    width: 180px;
}

.nt_option_right {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 220px;
}


/*- Template Option Box -*/

.to_box {}

.to_box .ct_top:hover,
.to_box .ct_left:hover,
.to_box .ct_main:hover,
.to_box .ct_right:hover,
.to_box .ct_bottom:hover {
    border: 1px solid #E74C3C;
    cursor: pointer;
}

.to_box .ct_top:hover .ct_num,
.to_box .ct_left:hover .ct_num,
.to_box .ct_main:hover .ct_num,
.to_box .ct_right:hover .ct_num,
.to_box .ct_bottom:hover .ct_num {
    background-color: #E74C3C;
}


/*- New Template Option List -*/

.nt_option_list {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 350px;
}

ul.option_list_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    border-right: 1px solid #CCC;
}

ul.option_list_title li {
    clear: both;
    display: block;
    margin-bottom: -1px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #CCC;
    border-right: none;
    background-color: #F7F7F7;
    text-align: center;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

ul.option_list_title li.current {
    margin-right: -1px;
    background-color: #FFF;
    font-weight: 700;
    color: #666;
}

ul.option_list_con {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 51px;
    padding-left: 20px;
}

ul.option_list_con li {
    display: block;
}

ul.option_list_con li .option_list_header {
    clear: both;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

ul.option_list_con li .option_list_main {}


/*- Nav Table -*/

.nav_table {
    border: none;
}

.nav_table thead th {
    border-bottom: none;
}

.nav_table tbody td {
    border-bottom: none;
}

.nav_table tr:nth-child(even) {
    background-color: transparent;
}


/*- Background Picture Preview -*/

.bgpic_preview {
    position: relative;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    border: 1px solid #CCC;
}

.bgpic_preview h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    line-height: 25px;
    background-color: #3498DB;
    font-size: 12px;
    text-align: center;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

.bgpic_preview h3 a,
.bgpic_preview h3 a:hover {
    color: #FFF;
    text-decoration: none;
}


/*- Background Picture Repeat -*/

ul.bgpic_repeat {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: 54px;
    height: 54px;
}

ul.bgpic_repeat li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    margin: 1px;
    width: 14px;
    height: 14px;
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    cursor: pointer;
}

ul.bgpic_repeat li:hover {
    background-color: #EEE;
}

ul.bgpic_repeat li.current {
    background-color: #E74C3C;
}


/* Add Site */

.addsite_wrap {
    clear: both;
    margin: 10px auto;
    width: 1000px;
}

.addsite_header {
    clear: both;
    height: 60px;
}

.addsite_main {
    margin-top: 10px;
    *padding-bottom: 10px;
    border: 1px solid #DDD;
}

.addsite_footer {
    clear: both;
    margin: 10px auto;
    height: 30px;
    text-align: center;
}


/*- Add Site Header -*/

.as_welcome {
    float: left;
    width: 40%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

.as_step {
    float: right;
    width: 55%;
    height: 60px;
    line-height: 60px;
    text-align: right;
}


/*- Step Wrap -*/

ul.step_wrap {
    float: right;
    display: block;
    margin-top: 6px;
    width: 300px;
    height: 54px;
}

ul.step_wrap li {
    position: relative;
    float: left;
    display: block;
    width: 50%;
    height: 54px;
}

ul.step_wrap li .step_line {
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    height: 5px;
    background-color: #CACFD2;
}

ul.step_wrap li .step_num {
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #CACFD2;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}

ul.step_wrap li .step_text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #CACFD2;
    font-size: 14px;
}

ul.step_wrap li.step_active .step_line {
    background-color: #EC7063;
}

ul.step_wrap li.step_active .step_num {
    background-color: #EC7063;
}

ul.step_wrap li.step_active .step_text {
    color: #EC7063;
}


/*- Add Site Main -*/

.addsite_main_topbar {
    padding-left: 10px;
    line-height: 35px;
    border-bottom: 1px solid #DDD;
    background-color: #F7F7F7;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

ul.as_templates {
    padding: 5px 53px;
}

ul.as_templates li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 1px;
    width: 278px;
    height: 238px;
    background-color: #DDD;
}

ul.as_templates li .as_template_item {
    clear: both;
    padding: 10px;
    width: 258px;
    height: 218px;
    background-color: #FFF;
}

ul.as_templates li .as_template_item .as_template_img {
    clear: both;
    width: 258px;
    height: 188px;
    overflow: hidden;
}

ul.as_templates li .as_template_item .as_template_img img {
    width: 258px;
    height: 188px;
}

ul.as_templates li .as_template_item .as_template_info {
    clear: both;
    height: 30px;
}

ul.as_templates li .as_template_item .as_template_info .as_template_title {
    float: left;
    width: 210px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    word-break: break-all;
    overflow: hidden;
}

ul.as_templates li .as_template_item .as_template_info .as_template_ver {
    float: right;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    color: #999;
}

ul.as_templates li:hover {
    background-color: #ABABAB;
}

ul.as_templates li:hover .as_template_item {
    background-color: #F7F7F7;
}

ul.as_templates li.selected {
    padding: 3px;
    width: 274px;
    height: 234px;
    background-color: #E74C3C;
}

ul.as_templates li.selected .as_template_item {
    padding: 8px;
    width: 258px;
    height: 218px;
}


/*- Site Form -*/

.site_form {}

.site_form .u_form_item,
.site_form .u_form_item .u_label,
.site_form .u_form_item .u_form_explain {
    font-size: 14px;
    color: #333;
}

.site_form .u_form_item a {
    color: #005EA7;
}

.site_form .u_form_item a:hover {
    color: #005EA7;
    text-decoration: underline;
}

.site_form_bottombar {
    padding-top: 10px;
    border-top: 1px solid #DDD;
    background-color: #F7F7F7;
}


/* Select */

.design_select {
    position: relative;
    padding: 0 0 0 10px;
    width: 78px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #E0E0E0;
    background: #F9F9F9 url(../images/select_bg.gif) no-repeat 66px center;
    text-align: left;
    font-size: 12px;
    color: #444;
    cursor: pointer;
}

.design_select ul.select_list {
    position: absolute;
    top: 22px;
    left: -1px;
    z-index: 1000;
    display: none;
    padding: 0;
    width: 88px;
    border: 1px solid #E0E0E0;
    border-top: none;
    background: #F9F9F9;
}

.design_select ul.select_list li {
    display: block;
    padding: 0 0 0 10px;
    line-height: 25px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.design_select ul.select_list li:hover {
    background: #E0E0E0;
    color: #333;
}

.help-font {
    font-size: 14px;
    font-weight: bolder
}

.page_main {
    position: relative;
}


/*----------------2016-03-11-------------------*/


/*innerAll*/

.innerAll {
    padding: 10px;
}

.innerAll-top {
    padding-top: 10px;
}

.innerAll-right {
    padding-right: 10px;
}

.innerAll-bottom {
    padding-bottom: 10px;
}

.innerAll-left {
    padding-left: 10px;
}

.innerAll-2x {
    padding: 20px;
}

.innerAll-3x {
    padding: 30px;
}

.pull-padding {
    padding: 18px;
}

.pull-top-padding {
    padding-top: 18px;
}

.pull-right-padding {
    padding-right: 18px;
}

.pull-bottom-padding {
    padding-bottom: 18px;
}

.pull-left-padding {
    padding-left: 18px;
}


/*margin*/

.margin {
    margin: 5px !important;
}

.margin-top {
    margin-top: 5px !important;
}

.margin-right {
    margin-right: 5px !important;
}

.margin-bottom {
    margin-bottom: 5px !important;
}

.margin-left {
    margin-left: 5px !important;
}

.row-margin {
    margin: 15px !important;
}

.row-top-margin {
    margin-top: 15px !important;
}

.row-right-margin {
    margin-right: 15px !important;
}

.row-bottom-margin {
    margin-bottom: 15px !important;
}

.row-left-margin {
    margin-left: 15px !important;
}

.margin-none {
    margin: 0px !important;
}

.margin-top-none {
    margin-top: 0px !important;
}

.margin-right-none {
    margin-right: 0px !important;
}

.margin-bottom-none {
    margin-bottom: 0px !important;
}

.margin-left-none {
    margin-left: 0px !important;
}


/*padding*/

.padding {
    padding: 5px !important;
}

.padding-top {
    padding-top: 5px !important;
}

.padding-right {
    padding-right: 5px !important;
}

.padding-bottom {
    padding-bottom: 5px !important;
}

.padding-left {
    padding-left: 5px !important;
}

.padding-none {
    padding: 0px !important;
}

.padding-top-none {
    padding-top: 0px !important;
}

.padding-right-none {
    padding-right: 0px !important;
}

.padding-bottom-none {
    padding-bottom: 0px !important;
}

.padding-left-none {
    padding-left: 0px !important;
}


/* Form */

.control-label {
    font-size: 14px;
    color: #2B5672;
}

.form-control {
    height: 34px;
    padding: 6px 12px;
    margin: auto 5px;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    border: 1px solid #DDD;
    color: #4A4A4A;
    font-family: "Microsoft YaHei", "微软雅黑", "arial", "tahoma", "MicrosoftJhengHei";
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #F5F9FC;
    border-color: #BCD0E2;
    box-shadow: inset 0 1px 2px #DDD;
    -webkit-box-shadow: inset 0 1px 2px #BCD0E2;
    -o-box-shadow: inset 0 1px 2px #BCD0E2;
    -ms-box-shadow: inset 0 1px 2px #BCD0E2;
    -moz-box-shadow: inset 0 1px 2px #BCD0E2;
}


/* 预览模板滚动列表 */


/*.approvalScroll {position:relative; height:198px; padding:18px 0px 12px 20px; background:#fff; border:1px #DDD solid; border-radius:3px; overflow:hidden;}
.approvalScroll ul li {float:left; margin:0 0 0 18px; width:100px; height:168px; overflow:hidden; display:inline; text-align:center; position:relative;}
.approvalScroll ul li .approvalScroll-modal{width:100px; height:130px; overflow:hidden; display:block;border:1px #DDD solid; border-radius:4px; -webkit-border-radius:4px;;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px; }
.approvalScroll ul li .approvalScroll-info{display:none; width:98px; height:128px; background:url(../images/alpat-middleblack.png) repeat; position:absolute; top:1px; bottom:1px; right:1px; left:1px; padding-top:40px;border-radius:4px; -webkit-border-radius:4px;;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.approvalScroll ul li:hover .approvalScroll-info{display:block;}
.approvalScroll ul li .approvalScroll-info .approvalScroll-link{color:#FFF; width:80px; padding:3px 0px; margin:0 auto; text-align:center; display:block; margin-bottom:6px; font-size:12px;border:1px #FFF solid; border-radius:24px; -webkit-border-radius:24px;-moz-border-radius:24px;-ms-border-radius:24px;-o-border-radius:24px;}
.approvalScroll ul li .approvalScroll-info .approvalScroll-link:hover{border-color:#29A0CB; background:#29A0CB;  color:#FFF; }
.approvalScroll ul li .approvalScroll-title{line-height:38px; font-size:14px;}
.approvalScroll ul li .approvalScroll-check{display:none; position:absolute; top:106px; right:0px; width:0; height:0; border-bottom:24px solid #3BAFDA; border-left:24px solid transparent;}
.approvalScroll ul li .approvalScroll-check i{margin:10px 0px 0px -15px; display:block; color:#FFF; font-size:13px;}
.approvalScroll ul li.active .approvalScroll-check{display:block;}
.approvalScroll ul li.active .approvalScroll-modal{border:2px #29A0CB solid;}
.approvalScroll ul li.active .approvalScroll-title{color:#29A0CB; }
.approvalScroll ul li img {width:100%; height:auto;}
.approvalScroll .prev, .approvalScroll .next {position:absolute; left:10px; top:60px; display:block; width:24px; height:60px; overflow:hidden; cursor:pointer; font-size:28px;text-align:center; color:#7A92A5;}
.approvalScroll .next {left:auto; right:15px; margin-right:-6px;}
.approvalScroll .prev {left:10px; right:auto; margin-left:-6px;}
.approvalScroll .prevStop i{color:#CCC;}
.approvalScroll .nextStop i{color:#CCC;}*/


/* 新建审批图标选择 */

.approvalScroll-icon {
    position: relative;
    height: 75px;
    padding: 15px 0px 15px 38px;
    background: #fff;
    border: 1px #DDD solid;
    border-radius: 3px;
    overflow: hidden;
}

.approvalScroll-icon ul li {
    float: left;
    margin: 0 16px 0 0;
    width: 43px;
    height: 43px;
    overflow: hidden;
    display: inline;
    text-align: center;
    position: relative;
}

.approvalScroll-icon ul li .approvalScroll-modal {
    width: 43px;
    height: 43px;
    overflow: hidden;
    display: block;
    border: 1px #DDD solid;
    border-radius: 3px;
}

.approvalScroll-icon ul li .approvalScroll-check {
    display: none;
    position: absolute;
    top: 24px;
    right: 0px;
    width: 0;
    height: 0;
    border-bottom: 24px solid #3BAFDA;
    border-left: 24px solid transparent;
}

.approvalScroll-icon ul li .approvalScroll-check i {
    margin: 7px 0px 0px -13px;
    display: block;
    color: #FFF;
    font-size: 12px;
}

.approvalScroll-icon ul li.active .approvalScroll-check {
    display: block;
}

.approvalScroll-icon ul li.active .approvalScroll-modal {
    border: 2px #29A0CB solid;
    border-radius: 3px;
}

.approvalScroll-icon ul li>.approvalScroll-modal>i {
    text-align: center;
    font-size: 28px;
    line-height: 43px;
}

.approvalScroll-icon .prev,
.approvalScroll-icon .next {
    position: absolute;
    left: 10px;
    top: 18px;
    display: block;
    width: 28px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    font-size: 28px;
    color: #7A92A5;
}

.approvalScroll-icon .next {
    left: auto;
    right: 5px;
}

.approvalScroll-icon .prev {
    left: 10px;
    right: auto;
    margin-left: -6px;
}

.approvalScroll-icon .prevStop i {
    color: #CCC;
}

.approvalScroll-icon .nextStop i {
    color: #CCC;
}

.text-purple {
    color: #8A73AE;
}

.model-icon {
    vertical-align: middle;
    line-height: 20px;
    margin-right: 5px;
    font-size: 16px;
}


/*lightbox*/

#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1055;
    text-align: center;
    line-height: 0;
    top: 0px !important;
    bottom: 0px;
}

#outerImageContainer {
    position: relative;
    top: 2px;
    background-color: #fff;
    min-width: 250px;
    height: 250px;
    margin: 60px auto 40px auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    z-index: 1054;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 0;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1054;
}

#imageContainer>#hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}


/*** END : added padding when navbar is on top ***/

#imageDataContainer {
    font: 10px;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData {
    padding: 0 10px;
}

#imageData #imageDetails {
    display: none;
}

#imageData #caption {
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

#imageData #numberDisplay {
    display: none;
}

#imageData #bottomNavClose {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 32px;
    padding-bottom: 0.7em;
}

#imageData #bottomNavClose img {
    width: 32px;
    height: auto;
}

#imageData #helpDisplay {
    clear: left;
    float: left;
    display: block;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1053;
    width: 100%;
    height: 500px;
    background-color: #111;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
}

#lightboxIframe {
    display: none;
}

#imageContainer #lightboxImage {
    height: auto;
}


/* scroll */

.dropdown-menu.dropdown-menu-ul.dropdown-menu-ul02 #page-content-in {
    max-height: 190px;
    height: auto !important;
}

#page-content-in {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.page-scroll {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.page-height {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.help-scroll {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.canvas-height {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.canvas-PCheight {
    position: relative;
    height: 100%;
    overflow: hidden;
}


/*frame-sidebar*/

.menu li {
    text-align: center;
}

.menu .menu-item {
    display: block;
    position: relative;
    padding: 12px 0px 8px 0px;
    border-bottom: 1px #EEE solid;
}

.menu .menu-item.current .widget-list-wrap {
    display: block;
}

.menu .menu-item:hover {
    cursor: pointer;
}

.menu .menu-item .ym-caret-left {
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
    display: none;
    color: #ECEDEF
}

.menu .menu-item.current .ym-caret-left {
    display: block;
}

.menu .menu-item .menu-title-icon {
    font-size: 18px;
    width: 23px;
    height: 23px;
    padding-top: 1px;
    padding-top: 0px\0;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.menu .menu-item .menu-title-icon.ym-iconfont-a {
    font-size: 19px;
}

.menu .menu-item .menu-title-icon.ym-iconfont-unie {
    padding-left: 1px;
}

.menu .menu-item .menu-title-icon.ym-iconfont-high {
    padding-top: 2px;
    padding-top: 1px\0;
}

.menu .menu-item .menu-title-text {
    color: #2B5672;
}

.menu .menu-item:hover .menu-title-icon.ym-iconfont-a:before {
    content: "\e901";
}

.menu .menu-item.current .menu-title-icon.ym-iconfont-a:before {
    content: "\e901";
}

.menu .menu-item:hover .menu-title-icon.ym-iconfont-high:before {
    content: "\e918";
}

.menu .menu-item.current .menu-title-icon.ym-iconfont-high:before {
    content: "\e918";
}

.menu .menu-item:hover .menu-title-icon.ym-iconfont-unie:before {
    content: "\e936";
}

.menu .menu-item.current .menu-title-icon.ym-iconfont-unie:before {
    content: "\e936";
}

.menu .menu-item:hover .menu-title-icon {
    color: #609EE9;
}

.menu .menu-item.current .menu-title-icon {
    color: #609EE9;
}

.menu .menu-item.current:hover .menu-title-icon {
    color: #609EE9;
}


/* Frame */

.app-frame-header {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 99;
}

.app-frame-main {
    position: absolute;
    top: 47px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    overflow: hidden;
}

.app-frame-mainInner {
    clear: both;
    margin: 0 auto;
    height: 100%;
}

.app-frame-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45px;
    z-index: 98;
    overflow: hidden;
}

.app-frame-container .framecanvas-container {
    left: 0px;
}


/* Frame Header */

.app-navbar {
    min-height: 47px;
    border: none;
    border-radius: 0;
}

.app-navbar .navbar-itembg a:hover {
    color: rgba(255, 255, 255, .75);
}

.app-navbar .navbar-itembg a.active {
    background: url(../images/navbar-itembg.png) repeat center center;
}

.app-navbar .app-navbar-logo {
    position: relative;
    width: 110px;
    height: 47px;
    line-height: 47px;
    background-image: url(../images/logo-approval.png) no-repeat 8px center;
}


/*返回首页*/

.app-navbar-reback {
    width: 63px;
    float: left;
    margin: 12px 30px 0 6px;
}

.app-navbar-reback .navbar-reback-text {
    display: block;
    height: 24px;
    line-height: 24px;
    border-radius: 25px;
    color: rgba(255, 255, 255, .75);
}

.Mobilecanvas-container {
    background: url(../images/frame-pcbg2.png) no-repeat;
    background-size: cover;
    background-position: left center;
    position: absolute;
    left: 0px !important;
}

.PCcanvas-container {
    background: url(../images/frame-pcbg2.png) no-repeat;
    background-size: cover;
    background-position: left center;
}


/*画布PC*/

.canvas-tips {
    position: absolute;
    width: 100%;
    top: 47%;
    text-align: center;
    color: #AAA;
    border: 1px #DDD dashed;
    padding: 5px 0px;
    font-size: 14px;
}

.frame-formcanvas {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .18);
}


/*画布Mobile*/

.mobile-formcanvas {
    position: relative;
    width: 324px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #FFF;
    border: 1px solid #DDD;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .18);
}

.mobile-formcanvas .mobile-frame-header {
    -moz-border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    border-radius: 18px 18px 0 0;
    text-align: center;
}

.mobile-formcanvas .mobile-frame-header .mobile-handsets {
    margin: 15px auto;
    width: 50px;
    height: 12px;
    border: 1px solid #CCC;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #E6EEF5;
}

.mobile-formcanvas .mobile-frame-main {
    border: 1px solid #AAA;
    margin: 0px 10px;
    background-color: #FFF;
    overflow: hidden;
}

.mobile-formcanvas .mobile-frame-footer {
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 18px 18px;
    border-radius: 0 0 18px 18px;
}

.mobile-formcanvas .mobile-frame-footer .mobile-button {
    margin: 13px auto;
    width: 80px;
    height: 24px;
    border: 1px solid #CCC;
    background-color: #E6EEF5;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.mobile-code {
    position: absolute;
    width: 155px;
    top: 0px;
    right: 440px;
    color: #2B5672;
}

.mobile-code img {
    border: 1px #DDD solid;
}

.canvas-height {
    max-height: 640px;
}


/*PC mobile切换*/

.pageSwitch {
    width: 117px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
}

.PCSwitch {
    width: 115px;
    float: left;
}

.PCSwitch li {
    width: 57px;
    text-align: center;
    font-size: 20px;
    float: left;
}

.PCSwitch li a {
    height: 47px;
    line-height: 47px;
    display: block;
}

.PCSwitch li a span {
    display: block;
    line-height: 47px;
}


/* max-width:718px */

@media (max-width:790px) {
    .toolbar {
        display: none;
    }
}


/* 设置移动层 */

.editorsTage-ul {
    position: absolute;
    top: 60px;
    left: 103px;
    list-style: none;
    z-index: 999999;
}

.editorsTage-ul .editorsTage-item {
    display: inline-block;
    position: relative;
    min-width: 32px;
    height: 32px;
    margin: 0 3px 0 0;
    box-shadow: 0 2px 6px 0 rgba(22, 45, 61, 0.55);
    -webkit-box-shadow: 0 2px 6px 0 rgba(22, 45, 61, 0.55);
    -moz-box-shadow: 0 2px 6px 0 rgba(22, 45, 61, 0.55);
    -ms-box-shadow: 0 2px 6px 0 rgba(22, 45, 61, 0.55);
    -o-box-shadow: 0 2px 6px 0 rgba(22, 45, 61, 0.55);
    border-radius: 16px;
    background: #FFF;
    text-align: center;
    vertical-align: top;
    opacity: 1;
}

.editorsTage-item .editorsTage-btn {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 100%;
    background: #FFF;
    background: -webkit-linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background: -moz-linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background: -ms-linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background: -o-linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    border-radius: 16px;
    text-decoration: none;
    color: #2d4150;
    overflow: hidden;
}

.editorsTage-ul .editorsTage-item .editorsTage-btn:hover {
    color: #3899ED;
}

.editorsTage-ul .editorsTage-item .editorsTage-btn .editorsTage-name {
    margin: 0 13px;
}

.editorsTage-ul .editorsTage-item .editorsTage-btn .fa {
    font-size: 16px;
}

.editorsTage-ul .editorsTage-item.active .editorsTage-btn {
    line-height: 28px;
    border: 2px #FFF solid;
    background: #3899ED;
    color: #FFF;
}

.editorsTage-ul .editorsTage-item.active .editorsTage-btn:hover {
    color: #FFF;
}

.editorsTage-ul .editorsTage-item .tooltips-layer {
    display: none;
    margin-left: -24px;
    position: absolute;
    top: -34px;
    left: 50%;
    min-width: 46px;
    height: 24px;
    line-height: 24px;
    padding: 1px 0 3px 0;
    background: #2d4150;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    color: #FFF;
    line-height: auto;
    white-space: nowrap;
}

.editorsTage-ul .editorsTage-item:hover .tooltips-layer {
    display: block;
    opacity: 1;
    -webkit-animation: fadeInUp .3s linear;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.editorsTage-ul .editorsTage-item .tooltips-layer span {
    font-size: 12px;
    padding: 0 5px;
}

.triangle-border {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
}

.tb-border {
    bottom: -10px;
    border-color: #2d4150 transparent transparent transparent;
}

.tb-background {
    bottom: -9px;
    border-color: #2d4150 transparent transparent transparent;
}

.scaleNumbers .scaleNumber {
    position: absolute;
    font-size: 12px;
    pointer-events: none;
}

.rulerGuide {
    position: absolute;
    visibility: visible;
}

.rulerGuide.G-X .rulerGuide-tooltip {
    position: absolute;
    display: none;
    top: 35px;
    left: 11px;
    z-index: 999999999;
}

.rulerGuide-arrowInner {
    background: #2D4150;
    color: #FFF;
    font-size: 12px;
    background-color: #2d4150;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.rulerGuide.G-X .rulerGuide-tooltip .rulerGuide-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: 24px;
    left: 22px;
    margin-left: -5px;
    border-width: 0 5px 5px 5px;
    border-bottom-color: #2D4150;
}

.rulerGuide.G-X:hover .rulerGuide-tooltip {
    display: block;
}

.rulerGuide.G-Y .rulerGuide-tooltip {
    position: absolute;
    display: none;
    top: -36px;
    left: -1px;
    z-index: 999999999;
}

.rulerGuide-arrowInner {
    background: #2D4150;
    color: #FFF;
    font-size: 12px;
    background-color: #2d4150;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.rulerGuide.G-Y .rulerGuide-tooltip .rulerGuide-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -4px;
    left: 22px;
    margin-left: -5px;
    border-width: 5px 5px 0 5px;
    border-top-color: #2D4150;
}

.rulerGuide.G-Y:hover .rulerGuide-tooltip {
    display: block;
}

.rulerHoriz {
    visibility: visible;
    width: 100%;
    left: 0;
    height: 20px;
    top: 0;
    display: inline-block;
    border-bottom: 1px rgb(0, 0, 0) solid;
    position: fixed;
    z-index: 99999999;
}

.rulerHoriz .background {
    position: absolute;
    opacity: 0.5;
    left: -61px;
    top: 0;
    height: 20px;
    width: 100%;
    background: url(../images/editorrulerbg-h.png) 461px -2px repeat-x;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
}

.rulerHoriz .scaleNumbers {
    position: absolute;
    left: 0px;
    top: -2px;
    height: 20px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rulerHoriz .guides {
    position: absolute;
    display: block;
}

.rulerHoriz .rulerGuide {
    visibility: visible;
    left: -42px;
    top: 0;
    right: 0;
}

.rulerHoriz .guideHandle {
    position: absolute;
    font-size: 7pt;
    cursor: pointer;
    top: 12px;
    width: 13px;
    height: 18px;
    left: -6px;
    background: url(../images/editorrulerbg-h.png) 0 18px;
}

.rulerHoriz .guideHandle:hover {
    background-position: -13px 18px;
}

.rulerHoriz .guideLine {
    position: absolute;
    top: 30px;
    left: -2px;
    width: 5px;
    height: 3000px;
    background-color: rgba(255, 255, 255, 0.00784314);
    pointer-events: none;
}

.rulerHoriz .guideLine .line {
    width: 2px;
    height: 100%;
    border-right: 1px solid rgb(140, 249, 249);
}

.rulerVert {
    visibility: visible;
    width: 30px;
    height: 100%;
    border-right: 1px rgb(0, 0, 0) solid;
    top: 22px;
    left: 0;
    display: inline-block;
    position: fixed;
    z-index: 99999999;
}

.rulerVert .rulerContainer {
    left: 0;
    width: 20px;
    text-align: right;
}

.rulerVert .background {
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../images/editorrulerbg-v.png) 0 -20px repeat-y;
}

.rulerVert .scaleNumbers {
    position: absolute;
    right: 0;
    top: 80px;
    height: 100%;
    width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rulerVert .scaleNumbers .scaleNumber {
    right: 1px;
}

.rulerVert .guides {
    position: absolute;
    top: -20px;
    display: block;
}

.rulerVert .rulerGuide {
    visibility: visible;
    top: 172px;
}

.rulerVert .guideHandle {
    position: absolute;
    font-size: 7pt;
    cursor: pointer;
    top: -6px;
    width: 18px;
    height: 13px;
    left: 12px;
    background: url(../images/editorrulerbg-v.png) 18px 0;
}

.rulerVert .guideHandle:hover {
    background-position: 18px -13px;
}

.rulerVert .guideLine {
    position: absolute;
    left: 30px;
    width: 3000px;
    height: 5px;
    top: -2px;
    pointer-events: none;
}

.rulerVert .guideLine .line {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid rgb(140, 249, 249);
}

.phcolor {
    color: #999 !important;
}


/* 内容区 */

.pageconts-media {
    padding: 20px;
    font-family: "microsoft yahei";
    font-size: 14px;
    min-height: 300px;
    margin: 0 auto;
    min-width: 300px;
    width: 300px;
}

.pageconts-media-left {
    float: left;
    color: #666;
    margin-right: 15px;
}

.pageconts-media-left span {
    color: #F6BB42;
}

.pageconts-media-body {
    color: #666
}

.pageconts-media-heading {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #333
}

.pageconts-media-btn {
    text-decoration: none;
    background: #099DC8;
    border-radius: 3px;
    border: 1px solid #099DC8;
    padding: 8px 20px;
    color: #333;
    display: inline-block;
    margin-top: 20px;
    color: #fff
}

.pageconts-media-btn i {
    color: #fff;
    margin-right: 5px;
}

.pageconts-media-btn:hover {
    background: #038fb8
}

;