﻿
body {
    margin:0px;
}

select {
    
}

.radio {
    cursor:pointer;
}

span {
    font-size:13px;
    line-height:35px;
}
/*  display:inline-block; border:0px solid red;  */
.spanTitleSplit {
    font-size:10px; margin:10px; 
}
.spanTable {
    width:100px; display:inline-block; border:0px solid red;
}
.spanTableSmall {
    width:50px;  display:inline-block; border:0px solid red;
}
.spanEditEnd {
    margin-left:10px; 
}

.selectTable {
    margin-right:5px;
}


.labelChk {
    cursor:pointer; margin-right:10px;
}
.labelChk2 {
    cursor:pointer;
}
.inputChk {
    cursor:pointer;
}

.setBorder1 {
    border:1px solid red;
}
.setBorder2 {
    border:1px solid green;
}
.setBorder3 {
    border:1px solid lightgray;
}
.setLineHeight {
    height:40px; 
    line-height:40px;
}
.setCenter {
    margin-left:auto; margin-right:auto;
}
.setCursorPointer {
    cursor:pointer;
}



.divHideAreaTitle {
    background-color:#F9F9F9; margin-top:5px;
}
.divHideAreaChk {
    float:left; width:30px;
}
.divHideAreaMess {
    float:left; font-size:13px; width:680px; height:40px; line-height:40px; text-overflow:ellipsis; white-space:nowrap; 
    overflow:hidden; cursor:pointer;
}

.divSelectItem {
    height:20px;line-height:20px;
}
.divSelectItem:hover {
    background-color:lightblue;
    cursor:default;
}
.divSelectItems {
    font-size:13px; line-height:20px; width:157px; display:none;
    z-index:9; position:absolute; margin-top:32px; background-color:#ffffff; border:1px solid gray;
}

.divDialog {
    /* 343a50   opacity:0.5;*/
    background-color:#343a50; z-index:10; width:100%; height:100%; position:absolute; top:0;  filter:alpha(opacity=50); opacity:0.5;
    display:none;
}
.divDialogPanel {
    z-index:11; position:absolute; top:0; width:100%; top:100px; display:none;
}
.divDialogPanelShow {
    z-index:11; position:absolute; top:0; width:100%; top:100px;
}
.divDialogTitle {
    height:40px; line-height:40px; background-color:#efefef; border-bottom:1px solid lightgray; 
    border-top-left-radius:5px; border-top-right-radius:5px; 
}
.divDialogContent {
    background-color: #ffffff; padding-bottom:10px; padding-top:5px;
}
.divSearch {
    font-size:13px;
}
.divSearchName10 {
    float:left; width:10px; text-align:right; margin-right:5px;
}
.divSearchName30 {
    float:left; width:30px; text-align:right; margin-right:5px;
}
.divSearchName50 {
    float:left; width:50px; text-align:right; margin-right:5px;
}
.divSearchName60 {
    float:left; width:60px; text-align:right; margin-right:5px;
}
.divSearchName70 {
    float:left; width:70px; text-align:right; margin-right:5px;
}
.divSearchName80 {
    float:left; width:80px; text-align:right; margin-right:5px;
}
.divSearchName90 {
    float:left; width:90px; text-align:right; margin-right:5px;
}
.divSearchName100 {
    float:left; width:100px; text-align:right; margin-right:5px;
}
.divSearchName120 {
    float:left; width:120px; text-align:right; margin-right:5px;
}
.divSearchValue {
    float:left; width:150px;
}
.divSearchValue80 {
    float:left; width:85px;
}
.divSearchValue120 {
    float:left; width:125px;
}
.divSearchValue180 {
    float:left; width:180px;
}


.divSplit10 {
    height:10px;
}
.divSplit40 {
    height:40px;
}
.divSplit100 {
    height:100px;
}

.divCenter0 {
    margin-left:auto; margin-right:auto;
}
.divCenter {
    margin-left:auto; margin-right:auto; width:500px;
}
.divCenter1100 {
    margin-left:auto; margin-right:auto; width:1100px;
}
.divCenter1000 {
    margin-left:auto; margin-right:auto; width:1000px;
}
.divCenter900 {
    margin-left:auto; margin-right:auto; width:900px;
}
.divCenter700 {
    margin-left:auto; margin-right:auto; width:700px;
}
.divCenter600 {
    margin-left:auto; margin-right:auto; width:600px;
}
.divCenter300 {
    margin-left:auto; margin-right:auto; width:300px;
}

.divHeight40 {
    height:40px; line-height:40px;
}
.divHeight35 {
    height:35px; line-height:35px;
}
.divHeight30 {
    height:30px; line-height:30px;
}
.divHeight25 {
    height:25px; line-height:25px;
}
.divHeight20 {
    height:20px; line-height:20px;
}

.divDefaultMain {
    margin-left:20px; margin-right:20px; border:1px solid lightgray; border-radius:5px;
}
.divDefaultMainTitle {
    padding-left:10px; height:40px; line-height:40px; background-color:#efefef; border-bottom:1px solid lightgray; 
    border-top-left-radius:5px; border-top-right-radius:5px; margin-bottom:10px; 
}
.divDefaultPanel {
    margin-left:20px; margin-right:20px; 
}

.divLine1000 {
   margin-left:auto; margin-right:auto; border-top:1px dashed lightgray; margin-top:20px; height:10px; width:1000px; 
}
.divTemp10 {
    height:10px; 
}
.divTemp40 {
    height:40px; 
}
.divTemp80 {
    height:80px; 
}



.divButton {
    border-radius:5px; text-align:center; width:80px; cursor:pointer; color:#fff; font-size:13px;
    height:30px; line-height:30px; margin-right:20px;
}
.divButton25 {
    border-radius:5px; text-align:center; width:80px; cursor:pointer; color:#fff; font-size:13px;
    height:25px; line-height:25px; margin-right:20px;
}
.divButtonDefault {
    background-color:#fff; color:black; border:1px solid lightgray; height:28px; line-height:28px;
}
.divButtonDefault:hover {
    background-color:lightgray;
}

.divButtonDanger {
    background-color:#d9534f;
}
.divButtonDanger:hover {
    background-color:#d43f3a;
}
.divButtonSuccess {
    background-color:#5cb85c;
}
.divButtonSuccess:hover {
    background-color:#4cae4c;
}
.divButtonWarning {
    background-color:#f0ad4e;
}
.divButtonWarning:hover {
    background-color:#eea236;
}

.divTagA {
    text-align:center; cursor:pointer;
}
.divTagA:hover {
    color:#ea8557; text-decoration-line:underline;
}

/* 00fa26 00faf4 */

.divMenuNew {
    width:80px; height:40px; line-height:40px; padding-left:20px; padding-right:20px; 
    border-top-left-radius:5px; border-top-right-radius:5px;
    float:left; cursor:pointer; background-color:#048ae4; margin-right:2px; color:#ffffff; font-size:14px;
    border-bottom:2px solid #00faf4;
}
.divMenuNew:hover {
    background-color:#0379c7;
}
.divMenuNewSelect {
    background-color:#0379c7; 
}
.divMenuNewBorder {
    height:40px; border-bottom:0px solid #00faf4; 
}
.divMenuNewSecond {
    width:80px; height:40px; line-height:40px; padding-left:20px; padding-right:20px;     
    cursor:pointer; background-color:#048ae4; margin-right:2px; color:#ffffff; font-size:14px;
    border-bottom:1px solid #ffffff;
}
.divMenuNewSecond:hover {
    background-color:#0379c7;
}
.divMenuNewSecondEnd {
    border-bottom-left-radius:5px; border-bottom-right-radius:5px;
}
.divMenuNewSecondOut {
    width:120px; margin-right:2px; float:left;
}

.divMenuNew2 {
    width:80px; height:30px; line-height:30px; 
    border-radius:5px; float:left; cursor:pointer; background-color:#048ae4; margin-right:2px; 
    color:#ffffff; font-size:14px;   text-align:center; 
}


.divMenu {
    width:auto; height:40px; line-height:40px; float:left; cursor:pointer; border:1px solid lightgray;
    padding-left:20px; padding-right:20px; border-right:0px;
}
.divMenuStart {
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}
.divMenuEnd {
    border-right:1px solid lightgray;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}
.divMenu:hover {
    background-color:lightgray; 
}
.divMenu2 {
    width:auto; height:40px; line-height:40px; float:left; cursor:pointer;  border:1px solid lightgray;
    padding-left:20px; padding-right:20px; border-right:0px; background-color:lightgray; 
    
}

/* 渐变  background-image: linear-gradient(#048ae4, #ffffff);  */
.divShowList {
    float:left; width:300px; text-align:center;
}

.divShadow {
    border-radius:15px; width:550px; background-color:#048ae4; line-height:30px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=8);/*ie*/
    -moz-box-shadow: 8px 8px 10px #909090;/*firefox*/
    -webkit-box-shadow: 8px 8px 10px #909090;/*safari或chrome*/
    box-shadow:8px 8px 10px #909090;/*opera或ie9*/
}

.divLunBoChange {
    width:12px; height:12px; float:left; background-color:#ea8557; border-radius:25px; margin-left:5px;
    border:1px solid #fff; cursor:pointer;
}
.divLunBoChange2 {
    width:12px; height:12px; float:left; background-color:#fff; border-radius:25px; margin-left:5px;
    border:1px solid #ea8557; cursor:pointer;
}
.divProductContent 
{
    margin-left:25px; line-height:40px;
}
.divAPIList 
{
    height:30px; line-height:30px; border-left:5px solid #ea8557; padding-left:10px;
}


.divTree {
    border:1px solid lightgray; line-height:30px; height:30px; font-size:13px; 
}
.divTree:hover {
    background-color:lightgray;
}
.divTreeItemName {
    float:left; width:50%;
}
.divTreeItemShow {
    float:left; width:49%; text-align:right;
}



.imgLogo {
    width:60px; height:60px; background-color:#ea8557; border-radius:10px;
}
.imgLogo2 {
    width:80px; height:80px;
}
.imgLogo3 {
    width:60px; height:60px;
}
.imgIndexPartner {
    width:120px; border:0px solid red;
}
.imgShow {
    width:15px; margin-right:2px; margin-bottom:-2px;
}
.imgShow20 {
    width:18px; margin-right:2px; margin-bottom:-4px;
}
.imgShowClick {
    width:15px; margin-right:2px; margin-bottom:-2px; cursor:pointer;
}
.imgShowClick2 {
    width:15px; margin-right:2px; margin-bottom:-2px; margin-left:5px; cursor:pointer;
}
.imgTable {
    height:30px; margin-bottom:-10px; cursor:pointer; border:1px solid black;
}




.tableShow5{
    border-collapse:collapse;
    border-spacing:0;    
    width:100%;
    font-size:13px;
    margin-bottom:20px;
}
.tableShow5 tr{  
    height:20px;
    line-height:20px;    
    border-bottom:1px solid lightgray;
}
.tableShow5 tr:hover{  
    background-color:lightgray;
}
.tableShow5 td{      
    height:20px;
    line-height:20px;
    text-align:center;
    border:0px solid red;
}
.tableShow5 td a{  
    color:blue;
    cursor:pointer;
    margin-left:5px;    
}
.tableShow5 td a:hover{  
    text-decoration-line:underline;
}

.tableShow4{
    border-collapse:collapse;
    border-spacing:0;    
    width:100%;
    font-size:13px;
    margin-bottom:20px;
}
.tableShow4 th{  
    height:30px;
    line-height:15px;    
    border-bottom:1px solid lightgray;
}
.tableShow4 tr{  
    height:30px;
    line-height:15px;    
    border-bottom:1px solid lightgray;
}
.tableShow4 tr:hover{  
    background-color:lightgray;
}
.tableShow4 td{      
    height:15px;
    line-height:15px;
    text-align:center;
    border:0px solid red;
}
.tableShow4 td a{  
    color:blue;
    cursor:pointer;
    margin-left:5px;    
}
.tableShow4 td a:hover{  
    text-decoration-line:underline;
}


.tableShow3{  
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    font-size:18px;
    margin-bottom:20px;
    border:1px solid lightgray;
}
.tableShow3 tr{  
    height:40px;
    line-height:20px;    
    border:1px solid lightgray;
}
.tableShow3 th{  
    height:40px;
    line-height:20px;    
    border:1px solid lightgray;
}
.tableShow3 td{      
    height:40px;
    line-height:20px;
    text-align:center;
    border:1px solid lightgray;
}


.tableShow2{
    border-collapse:collapse;
    border-spacing:0;    
    width:100%;
    font-size:18px;
    margin-bottom:20px;
}
.tableShow2 tr{  
    height:40px;
    line-height:40px;    
    border-bottom:1px solid lightgray;
}
.tableShow2 td{      
    height:40px;
    line-height:40px;
    text-align:center;
    border:0px solid red;
}
.tableShow2 span{
    font-size:18px;
}


.tableShow{
    border-collapse:collapse;
    border-spacing:0;    
    width:100%;
    font-size:13px;
    margin-bottom:20px;
}
.tableShow tr{  
    height:30px;
    line-height:30px;    
    border-bottom:1px solid lightgray;
}
.tableShow tr:hover{  
    background-color:lightgray;
}
.tableShow td{      
    height:30px;
    line-height:30px;
    text-align:center;
    border:0px solid red;
}
.tableShow td a{  
    color:blue;
    cursor:pointer;
    margin-left:5px;   
    text-decoration-line: none; 
}
.tableShow td a:hover{  
    text-decoration-line:underline;
}

.tableEdit{
    border-collapse:collapse;
    border-spacing:0;
    border:0px solid lightgray;
}
.tableEdit td{  
    padding:0;
    border:0px solid lightgray;
    padding-right:10px;
    height:30px;
    line-height:30px;
}


.tableCenter {
    margin:0 auto;
}

.tableThAgentDiscountCost {
    
}
.tableThAgentDiscountSet {
    
}
.tableThAgentDiscountStatus {
    width:50px;
}
.tableThAgentDiscountMarket {
    width:80px;
}
.tableThAgentDiscountDiff {
    width:50px;
}

.txtLogin {
    height:25px; width:200px; border-radius:10px; border:0px; padding-left:12px; 
}
.txtSearch {
    width:120px; 
}
.txtSearch150 {
    width:150px;
}
.selectSearch {
    width:120px;
}
.selectSearch80 {
    width:80px;
}

.txtTable {
    width:30px;
    margin-right:5px;
}

.editTxt {
    width:175px; 
}
.editTxt50 {
    width:50px; 
}
.editTxt60 {
    width:60px; 
}
.editTxt360 {
    width:360px; 
}
.editSelect {
    width:179px;
    font-size:13px;
}
.editSelect2 {
    width:175px;
    font-size:13px;
}
.editSelectSamll {
    width:88px;
}
.editSelectSamll2 {
    width:57px;
}
.editDivName {
    float:left; width:100px; font-size:13px;
}
.editDivName50 {
    float:left; width:50px; font-size:13px;
}
.editDivName60 {
    float:left; width:60px; font-size:13px;
}
.editDivName70 {
    float:left; width:70px; font-size:13px;
}
.editDivName80 {
    float:left; width:80px; font-size:13px;
}
.editDivName120 {
    float:left; width:120px; font-size:13px;
}
.editDivNameRight {
    float:left; width:100px; font-size:13px; text-align:right; padding-right:10px;
}
.editDivNameRight60 {
    float:left; width:60px; font-size:13px; text-align:right; padding-right:10px;
}
.editDivNameEnd {
    float:left; width:30px; font-size:13px; margin-left:10px; color:red;
}
.editDivNameEndNoColor {
    float:left; width:30px; font-size:13px; margin-left:10px; 
}
.editSpan {
    line-height:35px;
}

.aLink{  
    color:blue;
    cursor:pointer;
    margin-left:5px;   
    text-decoration-line: underline; 
}
.aLinkFont{
    font-size:13px;  
    color:blue;
    cursor:pointer;
    margin-left:5px;   
    text-decoration-line:underline; 
}

.aButton{  
    color:blue;
    cursor:pointer;
    margin-left:5px;
}
.aButton:hover{  
    text-decoration-line:underline;
}
.aButtonSmall{  
    color:blue;
    cursor:pointer;
    margin-left:5px;
    font-size:13px;
}
.aButtonSmall:hover{  
    text-decoration-line:underline;
}
.aButtonSmall2{  
    color:blue;
    cursor:pointer;
    font-size:13px;
}
.aButtonSmall:hover{  
    text-decoration-line:underline;
}



