﻿.el-main h1{
    font-size: 18px;

}

.operation {
    background: #fff;
    min-height: 680px;
}
.sell-card-title {
    font-size: 14px;
    color: #333;
    text-align: left;
    border-bottom: solid 1px #eee;
    padding: 18px;
    line-height: 12px;
    height: 68px;
    margin-bottom: 24px;
 
}
.tui2-tabs-tab-active {
    color: #e70012 ;
}
h2{
    padding-left: 20px;
}
.tui2-tabs-tab-active {
    color: #e70012 !important;
    font-weight: bold;
}
.uploadBtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 4px; */
    background-color: #e70012 !important;
    border-color: transparent!important;
    color: #fff!important;
}
.icon-svg{
    display: block;
    background-image:url("data:image/svg+xml;charset=utf8, %3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.133c4.338 0 7.867 3.528 7.867 7.865 0 1.06-.208 2.088-.619 3.057a7.864 7.864 0 0 1-1.689 2.503 7.862 7.862 0 0 1-2.502 1.689A7.791 7.791 0 0 1 9 16.866a7.791 7.791 0 0 1-3.057-.619 7.862 7.862 0 0 1-2.502-1.69 7.864 7.864 0 0 1-1.69-2.502 7.794 7.794 0 0 1-.618-3.057c0-4.337 3.53-7.865 7.867-7.865zM9 0C4.038 0 0 4.036 0 8.998c0 4.961 4.038 9.001 9 9.001s9-4.04 9-9.001C18 4.036 13.962 0 9 0zm.601 13.966H8.276v-1.394H9.6v1.394zm2.166-6.264c-.142.296-.442.665-.902 1.106-.46.442-.765.757-.915.943-.15.187-.265.41-.342.67-.078.26-.112.608-.102 1.045H8.303c0-.51.041-.918.123-1.223.082-.305.205-.571.369-.8.164-.227.46-.562.888-1.003.428-.442.704-.763.827-.964.123-.2.184-.498.184-.895 0-.396-.141-.746-.423-1.052-.283-.305-.693-.457-1.23-.457-1.211 0-1.817.72-1.817 2.158H6.022c.018-.655.095-1.154.232-1.496.136-.341.355-.646.656-.915.3-.269.635-.467 1.004-.594a3.55 3.55 0 0 1 1.168-.192c.829 0 1.519.244 2.07.731.55.488.826 1.137.826 1.947 0 .365-.07.695-.211.99z' fill='%239A9A9A' fill-rule='evenodd'/%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
}
.name-helper{
    position: absolute;
    right: 0px;
    top: 23px;
    line-height: 13px;
    width: 210px;
    height: 60px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    box-shadow: 0 1px 20px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
}
.tui2-tabs-tab {
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 2px solid transparent;
    transform: translateY(2px);
    cursor: pointer;
    color: #222;

}
.frm_textarea_box{
    display: inline-block;
    padding: 4px 0 4px 10px;
    font-size: 14px;
    border: 1px solid #e7e7eb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 150px;
    margin:10px 0;
}
.frm_textarea_box textarea{
    border:none;
    width: 100%;
    height: 100%;
    resize:none;
    
}
.textTip{
    color:#999;
    margin-top: 10px;
    line-height: 30px;
}
textarea:focus{
    /* outline: 1px solid blue; */
    outline: none;
  }
.line40{
    line-height: 40px;
}
.sell-item{
    margin:15px 0;
    padding: 0 40px;
}
.inputbox{
    width: 90%;
    line-height: 35px;
    border:1px solid #ccc;
    padding-left: 5px;
}
.mt20{
    margin-top: 20px;
}
.fill-btn {
    color: #fff;
    background-color: #e70012 ;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 0px;
    cursor: pointer;
    min-width: 90px;
    text-align: center;
    font-size: 14px;
}
.inputtext{
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 13px;
    width: 100%;
    height:100%;
    border: 1px solid #dddddd;
    border-radius: 3px;
    resize: none;
    color: #666;
}
.inputTitle{
    width: 583px;
    height: 100%;
    border: none;
}
.imageAd-add-btn{
    margin-left: 10px;
}
.setlogo{
    width:100px;
    height: 100px;
    display: flex;
    justify-items: center;
    border-radius:50%;
    overflow: hidden;
    border: 1px solid #999;
    background: #f2f2f2;
}
.setlogo img{
    width: 100%;
}
.itemflex{
 
}

.settingbox .getCode{
    top: 12px!important;
    right: 8px!important;
}
.pr{
    position: absolute;
    top: 2px;
    right: 10px;
    bottom: 0;
    text-align: right;
    cursor: pointer;
}

element.style {
}
.setting_dialog_content.modify .frm_tips, .setting_dialog_content.modify .frm_msg {
    width: auto;
}
.frm_tips, .frm_msg {
    padding-top: 4px;
    width: 100%;
}
.frm_tips {
    color: #9a9a9a;
padding-top: 4px;
line-height: 1.5;
}
.saveBtn{
    display: inline-block;
    margin: 0 10px;
    height: 45px;
    line-height: 45px;
    min-width: 90px;
    padding: 0 10px;
    background: #e70012 ;
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
    box-sizing: border-box;
    -webkit-transform: all .3s ease;
    transform: all .3s ease;
    font-size: 14px;
    border: 1px solid transparent;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 15px;
}
.modal-box__cancel {
    background: #fff;
    color: #243042;
    border: 1px solid #e5e7eb;
}
.modal-footer{
    text-align: center;
}
.sell-item .col-md-2 {
    color:#999;
    font-size: 14px;
}
.mt40{
    margin-top: 40px;
}
.section_bd {
    padding: 10px 40px;
}
.section_bd .frm_control_group {
    margin-bottom: 15px;
}
.frm_label {
    float: left;
    width: 6em;
 
    margin-right: 1em;
    font-size: 14px;
    font-weight: normal;
}
.owner_section .frm_label {
    width: 6em;
}
.section_bd .frm_controls {
    color: #9a9a9a;
}
.frm_controls {
    display: table-cell;
    vertical-align: top;
    float: none;
    width: auto;
    *display: block;
    *zoom: 1;
}
.desc{
    font-size: 12px;
}
button.close{
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 40px!important;
    font-family: normal!important;
    font-weight: normal!important;
  }
  @media (min-width: 768px){
  .modal-dialog {
      width: 800px!important;
      margin: 30px auto;
  }
  .modal-content {
    padding: 20px!important;
    /* height: 600px; */
  }
  
}
  .modal-header .close {
    margin-top: -7px;
    margin-right: -3px;
}
.modal-header {
    padding: 0!important;
    /* border-bottom: 1px solid #e5e5e5; */
}
.modal-body{
    margin-top: 20px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    text-align: center;
    margin-top: 5px;
}
.weui-desktop-form__input-area {
    position: relative;
}

.weui-desktop-form__input-area input {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.modal-body .weui-desktop-form__input-area{
    margin-top: 10px;
    margin-bottom: 20px;
}
.loadedImg{
    width: 100%;
    text-align: center;
    line-height: 100px;
    display: block;
}
.weui-desktop-btn {
    width: 80px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    text-align: center;
    border-width: 1px;
    height: 42px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 0;
    margin:0;
    top: 0;
}
.mt15{
    margin-top: 12px;
}
.h50{
    height: 50px;
}

.h100{
    height: 100px;
}
.el-cascader {
 
    width: 100%!important;
}
.addtx{
    position: absolute;
    left: 50%;
    top: 50%;
}
.settingbox a{
    font-size: 16px;
    color: #333;
}
 
.button {
    padding: 14px 25px;
    border: 1px solid red;
    color: red;
}

.el-radio__inner:hover {
    border: 1px solid red;
}

.tip-container {
    width: 80%;
    margin-top: 0;
}
.weui-desktop-table {
    width:calc( 100% - 20px );
    border-collapse: collapse;
    text-align: left;
    margin-left:20px;
}

.weui-desktop-table th {
    font-weight: 400;
}
.weui-desktop-table td, .weui-desktop-table th {
    padding: 18.8px 10px;
    word-break: break-all;
    color: rgba(0,0,0,.5);
}
.weui-desktop-table__hd {
    background-color: #f4f4f4;
 
    color: #7e8081;
   
}
tbody>tr:hover {
    background-color: #f4f4f4;
}
tbody>tr {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.weui-desktop-table td:first-child {
    padding-left: 20px;
    text-align: left;
}
.weui-desktop-table td {
    border-bottom: 1px solid #e3e4e5;
    font-size: 14px;
}
thead {
    background: #f7f9fa;
    border-radius: 8px 8px 0 0;
    position: relative;
    z-index: 1;
}
.change-button {
    position: relative;
/* display: inline-block;
float: left;
margin-right: 10px; */
}
.page-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-container .pageBox {
    float: left;
}

.page .on {
    background-color: #e70012;
    border: 1px solid #e70012;
    color: #fff;
}

.pageBox a {
    display: block;
    padding: 7px 13px;
    /* margin-left: -1px; */
    width: auto;
    float: left;
    font-size: 14px;
    height: 33px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ccc;
    /* border-radius: 2px; */
    border-right: none;
    color: #666;
    cursor: pointer;
    margin:0;
    box-sizing: border-box;
}
.page a.jiantou {
    cursor: pointer;
    color: #666;
    font-family: "SimSun";
    font-weight: bold;
    border: 1px solid #ccc;
    background: url(http://56kumao.com/images/jinrujiantou.png) no-repeat center;
    background-size: 7px;
    width: 34px;
}
.page-size {
    line-height: 33px;
    font-size: 14px;
    display: block;
    float: left;
    margin-left: 12px;
}
.page-container .goto {
    display: flex;
    align-items: center;
    float: left;
    justify-content: space-between;
    margin-left: 12px;
}
.page a.jiantoul {
    border: 1px solid #ccc;
    background: url(http://56kumao.com/images/jinrujiantou2.png) no-repeat center;
    background-size: 7px;
    width: 34px;
    border-right: 0;
}
.page-container{
    float: none !important;
}
 