#detailInfoContainer{
    margin-top: 60px;
}
.containerClass{
    margin-top: 60px;
}
#diTitleO,#diTitleO1,.title0Class {
    color: #0079e4;
    font-size: 18px;
    margin-top:10px!important;
}

#diTitle, #diTitleO {
    margin-top: 10px;
    /* margin-left: 3%; */
}
.title0Class{
    margin-top: 10px;
    margin-left: 3%;
}
#diTitle span{
    color: #b5b5b5;
    font-size: 14px;
}
#detailInfoContainer,#detailInfoContainer1,.detailInfoContainer{
    overflow: hidden;
    background-color: #efefef;
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin-top: 60px;
}

#diTableContainer,#diTableContainer1,.TableContainer{
    margin-top: 10px;
    padding:1.5%;
    background-color: #ffffff;
}

.diDetailLine{
    
    line-height:30px;
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
/*    display: box;
    display: flexbox;*/
    display: flex;

}
.diInputStyle{
    border:none;
    padding:0;
    width:12%;
    /* background-color: transparent; */
    text-indent: 5px;
    color:#858585;
    font-size: 14px;

}
.diDetailLine>*{
    margin-left:1%;
    font-size: 12px;

}

.imgWidth{
    width:2%;
    text-align: right;
    border-left:3px solid #0079e4;
    margin-left: 0!important;
}
.imgWidth2{
    width:2%;
    text-align: right;
    margin-left: 0!important;
}
.pencilImg{
    width:5%;
}
.pencilImg>img{
    margin-top:8px;

}
.special{
    border-right: 3px solid #0079e4;
}

.textWidth{
    width:10%;
    color:#999999;
}
.orange{
    color:#0079e4 !important;
}
.textWidthLong{
    width:20%;
    text-indent:10px  ;
    color:#999999;
}

/* select */
.styled-select select {
    background: transparent;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none; /*for chrome*/
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    text-align: center;
    font-size: 12px;
    color:#999999;
}

.styled-select {
    width: 15%;
    height: 34px;
    overflow: hidden;
    background: url(../cloud/cloudImage/arr4.png) no-repeat right;
    margin-right:10px;
}
/*----------*/
.diDetailLine:nth-child(odd)
{
    background:rgb(245,245,245);
}
.makeLong{
    width:0;
}
.warning{
    margin-top: 10px;
    line-height: 30px;
    height:30px;
    width:100%;
    text-align: center;
    color:red;
    font-size: 12px;
}
.radioStyle{
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    line-height: 30px;
}
.radioStyle>input{
    margin-left: 10px;
    vertical-align: middle;

}
.btnLine{
    margin: 0 auto;
    /* width:270px; */
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
}
.btnLine> div{
    margin-top: 10px;
    margin-left: 10px;
    width:80px;
    height:30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    cursor:pointer;
}
.short{
    width:13.7%!important;

}