body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial,Microsoft Yahei;
    /*color: #706fd3;*/
    background-color: #d1ccc0;
}
#leftTab{
    border-right:2px solid #3b6978;
    /*box-shadow: 0 10px 20px -10px #d9534f;*/
}

#container{
    /*background:url('../images/bg.png');*/
    background-size:cover;
}

/*#weixin{*/
    /*width: 100px;*/
    /*height: 120px;*/
    /*background-image: url(../img/weixin.jpg);*/
/*}*/

/*#zhifubao{*/
    /*width: 100px;*/
    /*height: 120px;*/
    /*background-image: url(../img/zfb.jpg);*/
/*}*/

.block {
    width: 78%;
    height: 600px;
    min-width: 600px;
    min-height: 300px;
    background: #fff;
    margin-top: 90px;
    position: absolute; /*left: calc(50% - 150px); top: calc(50% - 150px); */
    box-shadow: 0 10px 20px -10px  rgba(0, 0, 0, 0.3);
}

header {
    height: 40px;
    background: #34ace0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

header:hover {
    background: #204051;
}
.border {
    position: absolute;
    z-index: 9999;
    background: #84a9ac;
    cursor: pointer;
}

.border:hover {
    background: #204051;
}

#border-top, #border-bottom {
    width: 100%;
    cursor: ns-resize;
}

#border-right{
    width: 2px;
    height: 100%;
    cursor: ew-resize;
}

#border-left {
    height: 100%;
    cursor: ew-resize;
}

#border-right-top, #border-right-bottom, #border-left-bottom, #border-left-top {
    width: 10px;
    height: 10px;
}

#border-top, #border-left-top {
    top: 0;
    left: 0;
}

#border-right, #border-right-top {
    top: 0;
    right: 0;
}

#border-bottom, #border-left-bottom {
    left: 0;
    bottom: 0;
}

#border-left {
    top: 0;
    left: 0;
}

#border-right-bottom {
    right: 0;
    bottom: 0;
}

#border-left-top, #border-right-bottom {
    cursor: nwse-resize;
}

#border-right-top, #border-left-bottom {
    cursor: nesw-resize;
}

/* colorSelector */
.colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../images/select.png);
}

.colorSelector div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(../images/select.png) center;
}
