html,body,div,span,a,b,em,i,ul,li,input {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #888;
}
ul {
    padding: 0;
}
ul li {
    list-style: none;
}
button {
    cursor: pointer;
}
button:hover {
    opacity: 0.8;
}
*:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #999;
}
.separator {
    color: #666;
    padding: 0 5px 0 8px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.ml-20 {
    margin-left: 20px;
}
.mr-0 {
    margin-right: 0!important;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.pt-35 {
    padding-top: 35px;
}
.pl-10 {
    padding-left: 10px;
}
.fs-18 {
    font-size: 18px;
}
.fs-30 {
    font-size: 30px;
}
.fs-40 {
    font-size: 40px;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.dcw-gray {
    color: #999!important;
}
.dcw-green {
    color: #ff5400!important;
}
.dcw-orange {
    color: #ff9900!important;
}
.dcw-orange-dark {
    color: #ff6600!important;
}
.dcw-blue {
    color: #00aaef!important;
}
.dcw-red {
    color: #ff5400!important;
}
.no-border-bottom {
    border: none!important;
}
.text-align-normal {
    text-align: inherit!important;
}
.text-underline {
    text-decoration: underline;
}
.header {
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.header .tool-bar {
    background-color: #f2f2f2;
    height: 40px;
    line-height: 40px;
}
.header .logo-bar {
    height: 80px;
}
.header .logo-bar img {
    width: 250px;
    margin-top: 16px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    float: left;
}
.header .logo-bar .user-info {
    float: left;
    margin: 32px 10px 0;
    font-size: 20px;
    color: #666;
    line-height: 80px;
}
.footer {
    width: 100%;
}
.footer .footer-link {
    height: 46px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    background-color: #fa0b08;
}
.footer .footer-link span {
    color: #fff;
    line-height: 12px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 1px;
}
.footer .footer-link a {
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}
.footer .footer-link a.active {
    color: #ff9934;
}
.footer .footer-link a:hover {
    color: #ff9934;
}
.footer .footer-copyright {
    text-align: center;
    padding: 20px 0;
}
.footer .footer-copyright div {
    color: #aaa;
    height: 30px;
}
.user-tabs {
    background-color: #f2f2f2;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.user-bar {
    
}
.user-bar a:hover {
    color: #ff9900
}
.user-tabs {
    padding-bottom: 20px;
}
.user-tabs .tabs-head {
    height: 52px;
    line-height: 52px;
    background-color: #f2f2f2;
}
.user-tabs .tabs-content {
    background-color: #fff;
    padding: 20px 25px 60px 0;
}
/*资料管理content*/
.user-tabs .info-content {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    min-height: 500px;
}
.collect-page,.publish-page,.edit-page {
    height: auto!important;
}
.user-tabs .tabs-nav {
    width: 210px;
    padding: 20px 0 20px 25px;
    min-height: auto;
}
.user-tabs .tabs-nav .add-info {
    height:56px; background:#ff5400; color:#FFF; font-size: 16px; display: block;
    display: inline-block;
    width: 100%;
    color: #fff;
    /*background-color: #fa0b08;*/
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}
.add-info span {
    position: relative;
    left: 42px;
    line-height: 45px;
    background-image: url(/images/icon/IconH01.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    padding-left: 36px;
}
.user-tabs .tabs-nav ul {
    padding: 0;
    overflow: hidden;
}
.user-tabs .tabs-nav ul li {
    background-color: #fafafa;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.user-tabs .tabs-nav .menu-wrapper {
    padding: 0;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.user-tabs .tabs-nav .menu-wrapper .menu-title {
    background-color: #fafafa;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #000;
}
.user-tabs .tabs-nav .menu-wrapper .menu-title:hover {
    background-color: #fafafa;
}
.user-tabs .tabs-nav .menu-wrapper .menu-title {
    border-top: 1px solid #e0e0e0;
    position: relative;
}
.user-tabs .tabs-nav .menu-wrapper .menu-title img {
    position: absolute;
    left: 50px;
    top: 18px;
    width: 16px;
}
.user-tabs .tabs-nav .menu-wrapper .menu-list {
    height: 0;
    transition: all 0.3s;
}
.user-tabs .tabs-nav .menu-wrapper .menu-list.on {
    /*height: 409px;*/
    height: auto;
}
.user-tabs .tabs-nav .menu-wrapper .menu-list li {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}
.user-tabs .tabs-nav .menu-wrapper .menu-list li:hover {
    background-color: #fafafa;
}
.user-tabs .tabs-nav .menu-wrapper .menu-list li.active {
    background-color: #fafafa!important;
}
.user-tabs .tabs-nav .menu-wrapper .menu-list li a {
    color: #000;
    display: inline-block;
    width: 100%;
    height: 100%;
}
    /*.user-tabs .tabs-nav .menu-wrapper .menu-list li:first-child {*/
    /*border: none;*/
/*}*/
/*.user-tabs .tabs-nav .menu-wrapper .menu-list li:last-child {*/
    /*border: none;*/
/*}*/
.user-tabs .tabs-nav .menu-wrapper .menu-title:hover,
.user-tabs .tabs-nav .menu-wrapper .menu-list li a:hover{
    color: #ff5400;
    background: url("../imgs/arrow-right.png") no-repeat 90% 50% #fff;
    background-size: 10px 10px;
}
.user-tabs .tabs-nav .menu-wrapper .menu-title.active,
.user-tabs .tabs-nav .menu-wrapper .menu-list li.active,
.user-tabs .tabs-nav .menu-wrapper .menu-list li.active a,
.user-tabs .tabs-nav .menu-wrapper .menu-list li a:hover{
    color: #ff5400;
    background: url("../imgs/arrow-right.png") no-repeat 90% 50%;
    background-size: 10px 10px;
}
.user-tabs .tabs-nav .menu-wrapper .menu-title.active.down {
    background: url("../imgs/arrow-down.png") no-repeat 90% 50%!important;
    background-size: 10px 10px!important;
}

/*.user-tabs .tabs-nav ul li+li {*/
    /*border-top: 1px solid #e0e0e0;*/
/*}*/
/*.user-tabs .tabs-nav ul li:hover {*/
    /*background-color: #fff;*/
/*}*/
/*.user-tabs .tabs-nav ul li a {*/
    /*color: #000;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*.user-tabs .tabs-nav ul li a:hover {*/
    /*color: #02ae29;*/
    /*background: url("../imgs/arrow-right.png") no-repeat 90% 50%;*/
    /*background-size: 10px 10px;*/
/*}*/
/*.user-tabs .tabs-nav ul li a.active {*/
    /*color: #02ae29;*/
    /*background: url("../imgs/arrow-right.png") no-repeat 90% 50%;*/
    /*background-size: 10px 10px;*/
/*}*/



.user-tabs .tabs-content .tabs-info,.default-info {
    width: 905px;
    padding-left: 35px;
}
.user-tabs .tabs-content .tabs-info .tabs-title,.default-info .tabs-title {
    background-color: #f7f7f7;
    padding: 15px 22px;
}
.tabs-info .personal-info {
    padding: 15px 42px;
}
.tabs-info .personal-info .table-tr {
    height: 46px;
    line-height: 46px;
}
.tabs-info .personal-info .table-td {
    float: left;
    width: 50%;
}
.tabs-info .personal-info .table-info {
    color: #999;
}
.tabs-info .account-info {
    border: 1px solid #f2f2f2;
    margin: 20px 0;
    padding: 0 22px;
    height: 68px;
    line-height: 68px;
}
.tabs-info .my-info {
    margin: 20px 0;
}
.tabs-info .my-info ul {

}
.tabs-info .my-info ul li:nth-child(5n+1) {
    margin-left: 0;
}
.tabs-info .my-info ul li {
    float: left;
    margin: 0 0 10px 20px;
    width: 165px;
}
.tabs-info .my-info .my-info-img {
    width: 100%;
    height: 122px;
}
.tabs-info .my-info .my-info-title {
    height: 38px;
    overflow: hidden;
}
.to-recharge {
    border: none;
    color: #fff;
    background-color: #ff9934;
    border-radius: 5px;
    padding: 12px 38px;
    font-size: 15px;
    margin-left: 35px;
    cursor: pointer;
}
.to-recharge:hover {
    opacity: 0.8;
}
/*management*/
.management-info ul,
.publish-info .publish-info-tab {
    height: 44px;
    line-height: 44px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.management-info ul li,
.publish-info .publish-info-tab li {
    float: left;
    color: #999;
    width: 110px;
    text-align: center;
}
.management-info ul li a,
.publish-info .publish-info-tab li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.management-info ul li a.active,
.publish-info .publish-info-tab li a.active {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    position: relative;
    top: -1px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.default-info .management-content {
    padding: 40px 45px;
}
.default-info .content-filter {
    padding-bottom: 15px;
}
.default-info .content-filter .filter-input {
    height: 28px;
    width: 125px;
    margin-top: 0;
    padding-left: 10px;
    border: 1px solid #ddd;
    color: #666;
    box-sizing: border-box;
}
.default-info .content-filter .radio-normal {
    display: inline-block;
    padding: 0 10px;
}
.default-info .content-filter .layui-form-radio {
    margin: 0;
    padding-right: 5px;
}
.default-info .content-filter .layui-form-radio i {
    margin-right: 3px;
}
.default-info .content-filter .select-normal {
    width: 120px;
}
.default-info .content-filter .layui-input {
    height: 28px;
    line-height: 28px;
}
.default-info .content-filter .filter-btn {
    float: right;
    height: 28px;
    line-height: 28px;
    border: none;
    width: 65px;
    background-color: #ff5400;
    color: #fff;
}
.default-info .content-item {
    display: none;
}
.default-info .content-item.first-item {
    display: block;
}
.default-info .content-item .inline-input {
    height: 40px;
    line-height: 40px;
    padding: 10px 0;
}
.default-info .content-item .inline-input label {
    margin-right: 10px;
    text-align: right;
}
.default-info .content-item .inline-input input {
    height: 100%;
    width: 235px;
    padding-left: 10px;
    border: 1px solid #ddd;
    color: #666;
}
.default-info .inline-input {
    height: 40px;
    line-height: 40px;
    padding: 10px 0;
}
.default-info .inline-input label {
    margin-right: 10px;
    text-align: right;
}
.default-info .inline-input input {
    height: 100%;
    width: 235px;
    padding-left: 10px;
    border: 1px solid #ddd;
    color: #666;
}
.content-password label,.content-phone label {
    width: 80px;
    display: inline-block;
}
.info-submit {
    border: none;
    border-radius: 5px;
    background-color: #ff9934;
    color: #fff;
    padding: 10px 30px;
}
.management-submit {
    margin-left: 75px;
    margin-top: 20px;
}
.pwd-submit {
    margin-left: 90px;
    margin-top: 35px;
}
.phone-submit {
    margin-left: 90px;
    margin-top: 20px;
}
.email-submit {
    margin-top: 8px;
}
.code-content input {
    width: 115px!important;
}
.get-code {
    width: 100px;
    height: 38px;
    line-height: 38px;
    color: #ff9934;
    border: 1px solid #ff9934;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin-left: 15px;
    transition: all 0.15s;
}
.get-code:hover {
    background-color: #ff9934;
    color: #fff;
}
.content-email input {
    width: 250px;
}
.content-email .email-text {
    padding-left: 145px;
}
.content-email .email-text div {
    height: 40px;
    line-height: 40px;
}
/*recharge*/
.recharge-info .recharge-content {
    padding: 36px 100px;
}
.recharge-info .balance-text {
    border: 1px solid #e0e0e0;
    height: 66px;
    line-height: 66px;
    padding: 0 30px;
    width: 456px;
    overflow: hidden;
    margin-bottom: 25px;
}
.recharge-info .inline-input input {
    width: 115px;
}
.recharge-info .inline-radio {
    height: 60px;
    line-height: 60px;
}
.recharge-info .inline-radio label {
    display: inline-block;
    width: 137px;
    height: 60px;
    background: url("../imgs/icon_alipay.png") no-repeat 50% 30%;
    background-size: 137px 48px;
    vertical-align: middle;
}
.recharge-info .recharge-text {
    color: #a1a1a1;
    height: 60px;
    line-height: 60px;
    padding-left: 70px;
}
.recharge-info .inline-radio input {
    width: 20px;
}
.recharge-submit {
    margin-left: 70px;
}
/*integral*/
.integral-info,.expense-info {

}
.integral-info .integral-content,
.expense-info .expense-content {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    height: auto;
    max-height: 496px;
    overflow: hidden;
}
.integral-info .table-th,
.expense-info .table-th {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}
.integral-info .table-tr,
.expense-info .table-tr {
    border-bottom: 1px solid #e0e0e0;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    transition: all 0.2s;
    overflow: hidden;
}
.integral-info .table-tr:nth-child(2n),
.expense-info .table-tr:nth-child(2n) {
    background-color: #fff;
}
.integral-info .table-tr:nth-child(2n+1),
.expense-info .table-tr:nth-child(2n+1) {
    background-color: #fafafa;
}
.integral-info .table-tr:last-child,
.expense-info .table-tr:last-child{
    border-bottom: none;
}
.integral-info .table-tr:hover,
.expense-info .table-tr:hover{
    background-color: #eee;
}
.integral-content .table-th .table-td,
.expense-content .table-th .table-td {
    color: #000;
    overflow: hidden;
}
.integral-content .table-td {
    float: left;
    width: 20%;
    text-align: center;
    color: #888;
    overflow: hidden;
}
.expense-content .table-td {
    float: left;
    width: 20%;
    text-align: center;
    color: #888;
    overflow: hidden;
}
/*collect-publish*/
/*.publish-content {*/
    /*margin-top: 15px;*/
/*}*/
.collect-info .table-th,
.publish-info .table-th {
    background-color: #f7f7f7;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.collect-info .table-td,
.publish-info .table-td {
    float: left;
    text-align: center;
}
.collect-info .table-tr,
.publish-info .table-tr {
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}
.collect-info .table-tr:hover,
.publish-info .table-tr:hover {
    cursor: pointer;
    background-color: #f9f9f9;
}
.collect-info .table-tr img,
.publish-info .table-tr img {
    width: 128px;
    height: 86px;
    margin-right: 15px;
    float: left;
}
.collect-info .collect-text,
.publish-info .publish-text {
    float: left;
    width: 385px;
    overflow: hidden;
}
.collect-info .collect-title,
.publish-info .publish-title {
    display: inline-block;
    color: #666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.collect-info .collect-des,
.publish-info .publish-des {
    color: #b7b7b7;
    height: 57px;
    overflow: hidden;
}
.default-info .td-5 {
    width: 5%;
}
.default-info .td-10 {
    width: 10%;
}
.default-info .td-15 {
    width: 15%;
}
.default-info .td-20 {
    width: 20%;
}
.default-info .td-25 {
    width: 25%;
}
.default-info .td-35 {
    width: 35%;
}
.default-info .td-40 {
    width: 40%;
}
.default-info .td-45 {
    width: 45%;
}
.default-info .td-50 {
    width: 50%;
}
.default-info .td-55 {
    width: 55%;
}
.default-info .td-60 {
    width: 60%;
}
/*分页*/
.user-pagination {

}
.user-pagination ul {
    text-align: center;
    padding: 20px 0;
}
.user-pagination ul li {
    display: inline-block;
    width: 80px;
}
.user-pagination ul .first-page {
    width: inherit;
}
.user-pagination ul li a {
    display: inline-block;
    height: 100%;
}
.user-pagination ul .page-num {
    width: 20px;
}
.user-pagination ul li a:hover {
    color: #fa0b08;
    text-decoration: underline;
}
.user-pagination ul li a.active {
    color: #fa0b08;
}
/*edit*/
.form-content {
    padding: 25px 40px;
}
.form-content .inline-input {
    height: 36px;
    line-height: 36px;
    padding: 8px 0;
}
.form-content .inline-input label {
    display: inline-block;
    height: 100%;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}
.form-content .inline-input input {
    height: 36px;
    padding-left: 10px;
    border: 1px solid #ddd;
    color: #666;
    box-sizing: border-box;
}
.form-content .inline-input select {
    height: 100%;
    padding-left: 10px;
    border: 1px solid #ddd;
    color: #666;
}
.select-normal {
    display: inline-block;
}
.inline-input .select-normal input {
    height: 36px;
    width: 165px;
}
.form-content .inline-input .input-radio {
    width: 20px;
    position: relative;
    top: 13px;
}
.form-content .inline-input textarea {
    border: 1px solid #ddd;
    color: #666;
}
.text-area-content {
    padding: 6px 0;
}
.text-area-content label {
    width: 80px;
    float: left;
    text-align: right;
}
.text-area-content textarea {
    margin-left: 14px;
    float: left;
    width: 445px;
}
.form-content .layui-form-radio {
    margin: 0 -8px 0 10px;
    padding: 0;
}
.form-content .w-large {
    width: 375px!important;
}
.form-content .w-medium {
    width: 165px!important;
}
.form-content .w-small {
    width: 75px!important;
}
.form-content .upload-content,
.form-content .submit-content {
    padding-left: 93px;
    margin: 10px 0;
}
.form-content .upload-btn,
.management-content .upload-btn{
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #ff9934;
    color: #ff9934;
    width: 84px;
    margin-right: 20px;
}
.form-content .submit-content .submit-btn {
    width: 112px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ff5400;
    border: none;
    border-radius: 2px;
    font-size: 15px;
}
.submit-content button {
    float: left;
    margin-right: 10px;
}
.sub-reset {
    width: 112px;
    height: 40px;
    line-height: 40px;
}
.form-tips {
    line-height: 28px;
    border: 1px solid #ff9934;
    background-color: #fffaf5;
    margin-top: 20px;
    padding: 15px 30px;
}
.form-tips .focus-text {
    font-size: 22px;
    color: #ff9934;
    font-family: '幼圆';
    font-weight: bold;
}
.form-steps {
    height: 46px;
    line-height: 46px;
    position: relative;
}
.form-steps .step-item {
    height: 100%;
    width: 32.5%;
    text-align: center;
    background-color: #eee;
    color: #666;
    font-size: 20px;
    font-family: '幼圆';
    float: left;
}
.form-steps .step-item.active {
    background-color: #ff9934;
    color: #fff;
}
.form-steps .step-item.step-one:after {
    height: 0;
    width: 0;
    font-size: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #eee;
    content: ' ';
    position: relative;
    left: 98px;
    top: -7px;
    z-index: 40;
}
.form-steps .step-item.step-two {
    position: absolute;
    left: 33.8%;
}
.form-steps .step-item.step-three {
    position: absolute;
    left: 67.6%;
}
.form-steps .step-item.step-two:after {
    height: 0;
    width: 0;
    font-size: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 32px solid #eee;
    content: ' ';
    position: relative;
    left: 87px;
    top: -7px;
    z-index: 20;
}
.form-steps .step-item.step-two:before {
    height: 0;
    width: 0;
    font-size: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #fff;
    content: ' ';
    position: relative;
    left: -65px;
    top: -7px;
}
.form-steps .step-item.step-three:before {
    height: 0;
    width: 0;
    font-size: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #fff;
    content: ' ';
    position: relative;
    left: -81px;
    top: -7px;
}
.form-steps .step-item.active:after {
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #ff9934;
    z-index: 99;
}
/*类目选择*/
.info-type-content {
    padding: 25px;
}
.info-type-content li {
    height: 140px;
    line-height: 140px;
    border-bottom: 0px dashed #e0e0e0;
}
.info-type-content .info-type-title {
    float: left;
    width: 130px;
    color: #ff9934;
    text-align: center;
    font-size: 16px;
}
.info-type-content .info-type {

}
.info-type-content .info-type a {
    display: inline-block;
    color: #ff5400;
    border: 1px solid #e0e0e0;
    border-radius: 2%;
    width: 276px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    margin: 0 40px;
    transition: all 0.2s;
}
.info-type-content .info-type a.active {
    color: #ff5400;
    border: 1px solid #ff5400;
}
.info-type-content .info-type a:hover {
    color: #ff5400;
    border: 1px solid #ff5400;
}
.map-btn {
    width: 104px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: none;
    box-sizing: border-box;
    margin-left: 5px;
    background-color: #ff5400;
}
.map-btn img {
    width: 24px;
}
.map-close {
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: none;
    box-sizing: border-box;
    margin-left: 5px;
    padding: 0 10px;
    background-color: #bbb;
}
.map-content {
    height: 0;
    margin: 10px 0;
    /*transition: all 0.1s;*/
    overflow: hidden;
}
.map-content.on {
    height: 300px;
}
/*图片预览样式*/
.upload-preview {
    padding: 10px 0 0 95px;
}
.upload-img-li {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 15px 12px 0;
    background-color: #fcfcfc;
    box-sizing: border-box;
}
.upload-img-li .to-first {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.upload-img-li .to-first:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.upload-img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.upload-loading {
    margin: 32px;
    width: 36px;
    height: 36px;
}
.upload-delete {
    position: absolute;
    cursor: pointer;
    right: -9px;
    top: -9px;
    width: 24px;
    height: 24px;
}
/*个人中心头像*/
.upload-head-content {
    height: auto!important;
    line-height: inherit!important;
}
.upload-head-content .upload-head {
    width: 100%;
    height: 100%;
}
.upload-img-content {
    display: inline-block;
    position: relative;
    border: 1px dashed #e0e0e0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
}
.collect-del:hover {
    background-color: #cecece;
    color: #fff;
}
/*分割面积btn*/
.area-split-btn {
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #ff5400;
    color: #FFF;
    padding: 0 9px;
}
.form-content .area-split-content {
    height: auto;
}
.area-split-content:after {
    content:"";
    display:table;
    clear:both;
}
.form-content .area-split-content label {
    float: left;
    margin-right: 13px;
}
.form-content .area-split-content input {
    width: 100px;
    border: none;
}
.split-item {
    margin-bottom: 10px;
    float: left;
    position: relative;
    margin-right: 10px;
    width: 100px;
    border: 1px solid #ddd;
}
.form-content .area-split-content .item-content {
    width: 700px;
    float: left;
}
.form-content .area-split-content .item-content-tab {
    margin-top: 10px;
    margin-left: 93px;
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.form-content .area-split-content .item-content-tab .tab-item {
    display: none;
}
.form-content .area-split-content .item-content-tab .tab-item.on {
    display: block;
}
.form-content .area-split-content .item-content-tab .inline-input {
    float: left;
    width: 50%;
}
/**/
.form-content .area-split-content .item-content-tab .inline-input label {
    width: 120px;
}
.form-content .area-split-content .item-content-tab input {
    border: 1px solid #ddd;
}
.split-item .del {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -9px;
    top: -9px;
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer;
}
.split-item:hover .del {
    opacity: 1;
}

/*资料管理btn*/
#editInfo {
    float: right;
    position: relative;
    top: -5px;
}

.user-btn:hover {
    border-color: #fa0b08;
}

/*列表checkbox部分*/
.publish-content .checkbox-wrapper {

}

.publish-content .checkbox-wrapper input[type=checkbox] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.content-batch {
    margin-bottom: 15px;
}

.content-batch button {
    height: 28px;
    line-height: 28px;
    border: none;
    width: 65px;
    background-color: #aaa;
    color: #fff;
}

.content-batch button.get-all {
    background-color: #666;
}

.content-batch button:hover {
    opacity: 0.8;
}