/*(C) 2012-2013 Douco Inc.*/

/* 全局通用
----------------------------------------------- */
body {
    background-color: #EEEEEE;
    font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0;
    padding: 0;
}

div, dl, dt, dd, ul, li, p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #626262;
}

a:hover {
    text-decoration: none;
}

input, textarea, select {
    vertical-align: middle;
}

*:focus {
    outline: none;
}

em, i {
    font-style: normal;
}

td {
    margin:10px;
    padding: 10px;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

.none {
    display: none;
}

.cue {
    color: #999;
}

p.cue {
    margin-top: 5px;
}

.cueRed {
    color: #C00;
}

.ml {
    padding-left: 10px;
}

.pl {
    padding-left: 10px;
}

.pr {
    padding-right: 10px;
}

.unread {
    font-weight: bold;
}

/* 主体框架
----------------------------------------------- */
#dcWrap {
    width: 100%;
    height: 100%;
}

#dcHead {
    background-color: #0072C6;
    float: left;
    height: 40px;
    width: 100%;
}

#dcLeft {
    float: left;
    width: 179px;
}

#dcMain {
    background-color: #FFFFFF;
    border-left: 1px solid #CCC;
    margin-left: 179px;
    padding-top: 40px;
    *padding-top: 0;
    zoom: 1 /* padding-top:40px; */
}

#dcFooter {
    height: 45px;
    background-color: #EEEEEE;
}

/*- form -*/
.btn {
    display: inline-block;
    background-color: #0072C6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0;
    color: #FFF;
    padding: 6px 15px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}

.btnGray {
    display: inline-block;
    background-color: #EEE;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0;
    color: #666;
    padding: 6px 15px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}

.inpMain {
    border: 1px solid #DBDBDB;
    background-color: #FFF;
    padding: 4px 5px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.inpFlie {
    border: 1px solid #DBDBDB;
    background-color: #FFF;
    padding: 5px 5px;
    color: #999;
}

.textArea {
    border: 1px solid #DBDBDB;
    background-color: #FFF;
    padding: 4px 5px;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.textAreaAuto {
    border: 1px solid #DBDBDB;
    background-color: #FFF;
    padding: 0;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    resize: none;
    width: 280px;
    min-height: 40px;
}

select {
    border: 1px solid #DBDBDB;
    padding: 5px 5px 5px 2px;
}

/*- tab -*/
.tab {
    border-bottom: 1px solid #60BBFF;
    font-weight: bold;
    font-size: 14px;
    height: 35px;
    overflow: hidden;
}

.tab li {
    float: left;
    line-height: 35px;
    height: 35px;
}

.tab a {
    display: block;
    background-color: #F9F9F9;
    padding: 0 44px;
    text-decoration: none;
    color: #999;
}

.tab a.selected {
    background-color: #60BBFF;
    color: #FFF;
}

/*- tableNobor -*/
.tableNobor td {
    border: 0;
}

/*- tableOnebor -*/
.tableOnebor td {
    border-right: 0;
}

/*- tableBasic -*/
.tableBasic {
    background-color: #F9F9F9;
    color: #666666;
    border-left: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
}

.tableBasic select {
    color: #8F8F8F;
}

.tableBasic td, .tableBasic th {
    border-right: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
}

.tableBasic th {
    text-align: center;
    background-color: #EEEEEE;
    height: 30px;
}

.tableBasic tr td {
    height: 45px !important;
}

.tableBasic th span { /**科友添加样式**/
    font-weight: normal;
    font-size: 12px;
}

.tableBasic .child {
    background-color: #FFFFFF;
}

table.tableBasic a {
    text-decoration: underline;
    color: #0064F2;
}

table.tableBasic a:visited {
    text-decoration: underline;
    color: #0065B0;
}


/*- showHidden -*/
.showHidden {
    display: block;
    float: right;
    font-size: 12px;
    background-color: #CCC;
}

.showHidden b, .showHidden s {
    display: block;
    float: left;
    padding: 4px 15px;
    background-color: #CCC;
    color: #333;
    cursor: pointer;
}

.showHidden .d b {
    background-color: #0072C6;
    color: #FFF;
}

.showHidden .h s {
    background-color: #0072C6;
    color: #FFF;
}

/* 公共顶部
----------------------------------------------- */
#head .logo {
    border-right: 1px solid #0065B0;
    float: left;
    width: 179px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#head .logo a {
    letter-spacing: 5px;
    color: #fff;
    font-size: 22px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #EDEFF0), color-stop(1, #B4BAC0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

#head .logo img {
    margin: 7px 0 0 13px;
}

#head .nav {
    margin-left: 180px;
    height: 40px;
    line-height: 40px;
    color: #D9D9D9;
    font-size: 13px;
}

#head .nav ul {
    float: left;
}

#head .nav ul.navRight {
    float: right;
}

#head .nav li {
    float: left;
    border-left: 1px solid #0080DD;
    border-right: 1px solid #0065B0;
}

#head .nav a {
    display: block;
    color: #D9D9D9;
    padding: 0 15px;
}

#head .nav a.topAdd {
    background: url(../images/top_add.gif) no-repeat 15px top;
    padding-left: 35px;
}

#head .nav a:hover {
    background-color: #60BBFF;
    color: #FFF;
}

#head .nav a.topAdd:hover {
    background: #60BBFF url(../images/top_add.gif) no-repeat 15px bottom;
}

#head .nav .noLeft {
    border-left: 0;
}

#head .nav .noRight {
    border-right: 0;
}

/*- 下拉菜单 -*/
#head .nav .M {
    position: relative;
}

#head .nav .active a {
    background-color: #FFF;
    color: #000;
}

#head .nav .active a.topAdd {
    background: #FFF url(../images/top_add.gif) no-repeat 15px top;
}

#head .nav .drop {
    display: none;
    position: absolute;
}

#head .nav .drop a {
    line-height: 30px;
    font-size: 12px;
}

#head .nav .active .drop {
    display: block;
}

/* mTopad */
#head .nav .mTopad {
    left: -1px;
    top: 40px;
    width: 120px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#head .nav .mTopad a {
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    background-color: #FFF;
    color: #333;
    padding-left: 20px;
}

#head .nav .mTopad a:hover {
    background-color: #F9F9F9;
    color: #0072C6;
}

/* mUser */
#head .nav .mUser {
    left: -1px;
    top: 40px;
    width: 134px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

#head .nav .mUser a {
    border-bottom: 1px solid #EEE;
    background-color: #FFF;
    color: #0072C6;
}

#head .nav .mUser a:hover {
    background-color: #F9F9F9;
    color: #0072C6;
}

/* 公共管理菜单
----------------------------------------------- */
#menu {
    margin-right: -1px;
    font-size: 13px;
    font-weight: bold;
}

#menu ul {
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #CCCCCC;
    padding: 4px 0;
}

#menu .top {
    border-top: 0;
    border-right: 1px solid #CCC;
    background-color: #F5F5F5;
}

#menu .bot {
    border-bottom: 0;
}

#menu li {
    height: 38px;
    overflow: hidden;
}

#menu li.cur {
    background: #60BBFF url(../images/menu_cur.gif) no-repeat right 50%;
}

#menu li.cur a {
    color: #FFF;
}

#menu li a {
    display: block;
    height: 38px;
    line-height: 38px;
}

#menu li i {
    background: url(../images/icon_menu.gif) no-repeat 13px 0;
    float: left;
    display: block;
    width: 42px;
    height: 38px;
}

#menu li em {
    float: left;
    display: block;
    width: 130px;
    height: 38px;
    cursor: pointer;
}

#menu li span {
    font-weight: normal;
    font-size: 12px;

}

#menu .top li {
    height: 27px;
}

#menu .top li a {
    height: 27px;
    line-height: 27px;
}

#menu .top li i {
    height: 27px;
}

#menu .top li i.home {
    background-position: 13px -44px;
}

#menu li i.system {
    background-position: 13px -79px;
}

#menu li i.nav {
    background-position: 13px -119px;
}

#menu li i.show {
    background-position: 13px -159px;
}

#menu li i.page {
    background-position: 13px -199px;
}

#menu li i.productCat {
    background-position: 13px -239px;
}

#menu li i.product {
    background-position: 13px -279px;
}

#menu li i.articleCat {
    background-position: 13px -319px;
}

#menu li i.article {
    background-position: 13px -359px;
}

#menu li i.manager {
    background-position: 13px -399px;
}

#menu li i.managerLog {
    background-position: 13px -439px;
}

#menu li i.backup {
    background-position: 13px -479px;
}

#menu li i.link {
    background-position: 13px -519px;
}

#menu li i.guestbook {
    background-position: 13px -559px;
}

#menu li i.mobile {
    background-position: 13px -599px;
}

#menu li i.search {
    background-position: 13px -633px;
}

#menu li i.guaguaka {
    background-position: 13px -670px;
}

/* 当前位置
----------------------------------------------- */
#urHere {
    background: #F5F5F5 url(../images/icon_home.gif) no-repeat 15px 50%;
    border-left: 1px solid #FFF;
    height: 35px;
    line-height: 37px;
    color: #A0A0A0;
    padding-left: 33px;
}

#urHere a {
    color: #A0A0A0;
}

#urHere b {
    margin: 0 13px;
}

/* 公共主区域
----------------------------------------------- */
#mainBox {
    border-left: 1px solid #FFF;
    height: auto !important;
    height: 520px;
    min-height: 520px;
    padding: 18px 22px 50px 22px;
}

#mainBox h3 {
    border-bottom: 1px solid #D7D7D7;
    color: #666666;
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#mainBox h3 .actionBtn {
    float: right;
    display: inline-block;
    background-color: #28B779;
    padding: 0 20px;
    height: 27px;
    line-height: 27px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

#mainBox h3 .add {
    background: #28B779 url(../images/action_btn.gif) no-repeat 20px 50%;
    padding-left: 40px;
}

#mainBox .filter {
    margin: 0 0 10px -2px;
    height: 35px;
}

#mainBox .filter form {
    float: left;
}

#mainBox .filter span {
    float: right;
}

#mainBox .action {
    margin: 10px 0 0 -2px;
}

#mainBox .warning {
    border: 1px solid #E6DB55;
    background: #FFFBCC;
    padding: 10px;
    margin-bottom: 20px;
    color: red;
}

/* 公共样式
----------------------------------------------- */
#maskBox {
    position: relative;
}

#maskBox dt {
    font-size: 14px;
    margin-bottom: 30px;
    color: #999;
    font-weight: 700;
    zoom: 1;
    overflow: hidden;
    line-height: 28px;
}

#maskBox em, #maskBox form {
    float: left;
    margin-right: 20px;
}

#maskBox .count {
    position: relative;
}

#maskBox i {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 20px 20px 0;
}

#maskBox .maskBg {
    position: absolute;
    z-index: 1;
}

#maskBox .maskBg i {
    background: url(../images/icon_picture_big.png) no-repeat;
}

#maskBox #mask {
    position: absolute;
    z-index: 2;
}

#maskBox #mask i {
    background: url(../images/icon_picture_big.png) no-repeat left bottom;
}

#maskBox #success {
    background: #60BBFF;
    display: none;
    width: 60px;
    padding: 0 10px;
    line-height: 30px;
    color: #FFF;
    font-weight: bold;
}

/* 首页
----------------------------------------------- */
.indexBoxTwo {
    margin-bottom: 10px;
}

.indexBox {
    margin-bottom: 10px;
}

.indexBox .boxTitle {
    border-bottom: 1px solid #D7D7D7;
    color: #666666;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/*- ipage -*/
.indexBox .ipage {
    overflow: hidden;
}

.indexBox .ipage a {
    display: block;
    background-color: #DDDDDD;
    color: #555555;
    font-weight: bold;
    border: 1px dotted #CCCCCC;
    float: left;
    width: 122px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin: 0 15px 12px 0;
}

.indexBox .ipage a.child1 {
    border: 1px dotted #DDDDDD;
    background-color: #EEEEEE;
}

.indexBox .ipage a.child2 {
    border: 1px dotted #EEEEEE;
    background-color: #F6F6F6;
}

.indexBox .ipage a.child3 {
    border: 1px dotted #F6F6F6;
    background-color: #FFFFFF;
}

.indexBox .ipage a:hover {
    border: 1px dotted #FFFFFF;
    background: #60BBFF url(../images/icon_edit.png) no-repeat 12px 50%;
    color: #FFF;
}

/*- about -*/
.about {
    margin: 10px 0 30px 0;
    line-height: 200%;
}

.about dl {
    line-height: 200%;
}

/* 单页面
----------------------------------------------- */
.page dl {
    border: 1px dotted #CCC;
    background-color: #DDDDDD;
    float: left;
    width: 120px;
    height: 75px;
    margin: 0 15px 15px 0;
    text-align: center;
}

.page dl.child1 {
    border: 1px dotted #DDDDDD;
    background-color: #EEEEEE;
}

.page dl.child2 {
    border: 1px dotted #EEEEEE;
    background-color: #F6F6F6;
}

.page dl.child3 {
    border: 1px dotted #F6F6F6;
    background-color: #FFFFFF;
}

.page dt {
    padding: 8px 0;
    color: #555;
}

.page dt p {
    padding-top: 5px;
    color: #999;
}

.page dd {
    color: #CCC;
}

.page dd a {
    color: #999;
}

/* 首页商品筛选
----------------------------------------------- */
.homeSortLeft {
    margin-right: 70px;
}

.homeSortRight {
    float: right;
    width: 62px;
    position: relative;
    z-index: 10;
}

.homeSortRight .homeSortBg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.homeSortRight .homeSortList {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
}

.homeSortRight li {
    margin-bottom: 10px;
    height: 72px;
}

.homeSortRight li img, .homeSortRight li em {
    border: 1px solid #EEE;
}

.homeSortRight li em {
    display: block;
    padding: 3px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    color: #666;
}

.homeSortRight li a {
    display: block;
    font-family: Arial, Verdana, sans-serif;
    text-align: right;
    color: #666;
}

/* 留言板
----------------------------------------------- */
#guestBook .book {
    border: 1px dotted #CCCCCC;
    background-color: #F9F9F9;
}

#guestBook .book dt {
    font-weight: bold;
    color: #555;
    font-size: 16px;
    padding: 10px;
}

#guestBook .book dd {
    padding: 10px;
    color: #666;
}

#guestBook .book p {
    background-color: #60BBFF;
    color: #FFF;
    padding: 10px;
}

#guestBook .book p b {
    margin-right: 35px;
}

#guestBook .reply {
    margin-top: 30px;
}

#guestBook .replySubmit {
    margin-top: 30px;
}

/* 手机版
----------------------------------------------- */
#mobileBox {
    background-color: #F5F5F5;
    border-top: 1px solid #CCCCCC;
}

#mobileBox #mMenu {
    float: left;
    width: 120px;
}

#mobileBox #mMain {
    background-color: #FFFFFF;
    border-left: 1px solid #DDD;
    margin-left: 120px;
}

#mobileBox #mMenu h3 {
    background: #60BBFF url(../images/icon_mobile.png) no-repeat center 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    padding-top: 80px;
}

#mobileBox #mMenu li a {
    display: block;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #DDD;
    padding-left: 20px;
    font-weight: bold;
}

#mobileBox #mMenu li a.cur {
    background-color: #FFF;
    margin-right: -1px;
}

/* 用户登录
----------------------------------------------- */
#login {
    margin: 0 auto;
    width: 368px;
    margin-top: 120px;
    overflow: hidden;
}

#login .dologo {
    background: url(../images/logo.gif) no-repeat 0 0;
    height: 50px;
    margin-bottom: 30px;
}

#login li {
    height: 34px;
    margin-bottom: 15px;
}

#login .inpLi {
    border: 1px solid #CCC;
}

#login .inpLi b {
    background-color: #E0E0E0;
    float: left;
    display: block;
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
}

#login .inpLi .inpLogin, #login .inpLi .vcode {
    float: left;
    background-color: #EBEBEB;
    border: 0;
    padding: 7px 8px;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
}

#login .inpLi .inpLogin {
    width: 280px;
}

#login .inpLi .vcode {
    width: 198px;
    text-transform: uppercase;
}

#login .vcodePic {
    height: 38px;
}

#login .vcodePic .inpLi {
    float: left;
    width: 288px;
}

#login .vcodePic #captcha {
    float: right;
    cursor: pointer;
}

/* 分页
----------------------------------------------- */
.pager {
    text-align: right;
    padding-top: 20px;
    color: #666;
}

.pager a {
    color: #666;
    text-decoration: underline;
}

/* 信息提示
----------------------------------------------- */
/*- douMsg -*/
#douMsg {
    background: url(../images/icon_exc_small.gif) no-repeat left top;
    padding: 27px 0 0 70px;
    margin-top: 30px;
}

#douMsg h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0574C7;
}

#douMsg dl {
    background: url(../images/icon_back_arrow.gif) no-repeat right bottom;
}

#douMsg dt {
    padding: 10px 0 25px 0;
    font-size: 13px;
    color: #999999;
}

#douMsg dd {
    padding: 100px 20px 20px 0;
    font-size: 12px;
    text-align: right;
}

#douMsg dd a {
    color: #60BBFF;
}

/*- outMsg -*/
#outMsg {
    background: url(../images/icon_exc.gif) no-repeat left top;
    margin: 0px auto;
    width: 340px;
    padding: 30px 0 0 80px;
    margin-top: 160px;
}

#outMsg h2 {
    font-size: 22px;
    font-weight: bold;
    color: #0574C7;
}

#outMsg dt {
    padding: 10px 0 25px 0;
    font-size: 13px;
    color: #666666;
}

#outMsg dd {
    background: url(../images/icon_back.gif) no-repeat left top;
    padding-left: 25px;
    font-size: 14px;
}

/* 公共底部
----------------------------------------------- */
#footer {
    margin-top: -1px;
    color: #999;
}

#footer .line {
    border-top: 1px solid #FFFFFF;
    background-color: #CCCCCC;
    height: 1px;
    line-height: 1px;
    font-size: 0;
    margin-left: 180px;
}

#footer ul {
    text-align: center;
    padding: 15px 0;
}

.green {
    color: green;
}

.h_title {
    line-height: 29px;
    margin-left: 20px;
}

.table-cell-img {
    vertical-align: middle;
    margin: 0 10px;
}

label {
    cursor: pointer;
}

input[disabled], input:disabled {
    border: 1px solid #DDD;
    background-color: #F5F5F5;
    color: #ACA899;
}

/* IE6 Using Javascript to add CSS class "disabled"*/
* html input.disabled {
    border: 1px solid #DDD;
    background-color: #F5F5F5;
    color: #ACA899;
}

.field_line {
    height: 35px;
    line-height: 35px;
}

.wxpager {
    text-align: right;
    height: 35px;
    padding: 20px;
}

.img-audio {
    background-color: #d7d8da;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}

.img-video {
    background-color: #d7d8da;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}

.sub_add {
    background-image: url(../images/sub_add.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 5px;
}

.sub_add:hover {
    position: relative;
    top: 1px;
    right: 1px;
}

.hovertable tbody tr:hover {
    background-color: #EEEEEE;
}

.user_inner_msg {
    max-width: 300px;
    word-break: break-all;
    word-wrap: break-word;
}


/*---------tag标签云----------------------------*/
.tag {
    background: url(../images/tag.png) no-repeat 0 0;
    color: #3f3f3f;
    float: left;
    height: 25px;
    line-height: 1;
    margin: 8px;
    padding: 0 8px 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1;
}

.tag:hover {
    cursor: pointer;
}

.tag:active {
    top: 1px;
}

.tag span {
    display: block;
    float: left;
}

.tag_name {
    background: url(../images/tag.png) no-repeat 100% -25px;
    height: 19px;
    padding: 6px 10px 0 0;
    position: relative;
    text-shadow: 0 1px 1px #fff;
    z-index: 10;
}

.tag_count {
    background: url(../images/tag.png) no-repeat 100% -50px;
    color: #fff;
    height: 19px;
    padding: 5px 10px 0;
    position: absolute;
    right: 0;
    text-shadow: 0 -1px 0 #c54a0c;
    top: 1px;
    z-index: 5;
}

.solicitude, .unsolicitude {
    display: inline-block;
    padding: 20px 40px;
    background-color: #60BBFF;
    color: #fff;
    font-size: 24px;
}

.solicitude {
    background-color: #28B779;
}

html .select {
    font-size: 12px;
    overflow: hidden;
    margin: 5px;
    position: relative;
}

html .select dl {
    zoom: 1;
    position: relative;
    line-height: 24px;
}

html .select dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden
}

html .select dt {
    float: left;
    color: #666;
    height: 24px;
    line-height: 24px
}

html .select dd {
    float: left;
    display: inline;
    margin: 0 0 5px 5px;
}

html .select a {
    display: inline-block;
    white-space: nowrap;
    height: 24px;
    padding: 0 10px;
    text-decoration: none;
    color: #039;
    border-radius: 2px;
    line-height: 24px;
}

html .select a:hover {
    color: #f60;
    background-color: #f3edc2
}

html .select .selected a {
    color: #fff;
    background-color: #f60
}

html .select dt {
    font-weight: bold
}

html .select a {
    padding-right: 20px;
    background: #f60 url("../images/close.gif") right 9px no-repeat
}

html .select a:hover {
    background-position: right -15px
}


/*a  upload */
.a-upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.a-upload input {
    position: absolute;

    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}


input[type="radio"] {
    vertical-align: bottom;
}

label {
    /*vertical-align: bottom;*/
}

.q_delete_item {
    margin-left: 20px;
}

.q_add_item {
    margin-left: 50px;
}

.q_add_q {
    background-color: #EEEEEE;
    display: block;
    height: 25px;
    vertical-align: middle;
    padding: 3px 0;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    border: 1px dotted #CCCCCC;
}

.q_process {
}

.q_content {
    text-align: right;
    padding-bottom: 10px;
}

.q_process_box {
    width: 100%;
    display: block;
    background-color: #999;
    height: 5px;
    line-height: 5px;
    position: relative;
}

.q_process_inner {
    display: block;
    background-color: green;
    height: 5px;
    position: relative;
    left: 0px;
    top: 0px;
}

.q_process_num {
    margin-left: 10px;
}

.q_process_count {
    margin-left: 10px;
}

.q_upload_pic {
    width: 80px;
    height: 80px;
}


.site_contains {
    margin-bottom: 15px;
}

.site_selected {
    display: inline-block;
    color: #fff;
    background-color: #f60;
    padding: 0 24px 0 10px;
    border-radius: 2px;
    line-height: 24px;
    position: relative;
    max-width: 543px;

}

.site_selected a {
    background: #f60 url("../images/close.gif") right 9px no-repeat;
    position: absolute;
    right: 2px;
    top: 0px;
    display: block;
    width: 22px;
    height: 24px;
}


.site_selected a:hover {
    background-position: right -15px;
}


.hover {
    background: #60BBFF;
}

.ss_label {
    color: #0072C6;
}

.td_dotted {
    border: dotted 2px #0072C6 !important;
    position: relative;
    left: -2px;
    top: -2px;
    box-sizing: border-box;
}

#_content {
    border: none;
    height: auto;
    width: 100%;
}