.nomal{
    background: #fff;
    padding: 10px;
}
.title{
    display: flex;  
    margin-bottom: 20px;
}
.info{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.detail{
    text-align: center;
    margin:30px auto;
}
.detail img{
    margin: auto 10px;
}
.button{
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */  
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */  
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */     
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */  
    display: -moz-flex;  
    display: flex;       
    -moz-box-pack: center; /*Firefox*/  
    -webkit-box-pack: center; /*Safari,Opera,Chrome*/  
    box-pack: center;  
    -moz-justify-content: center;  
    -webkit-justify-content: center;  
    justify-content: center;  
}
.operation{
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */  
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */  
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */     
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */  
    display: -moz-flex;  
    display: flex;       
    -moz-box-pack: center; /*Firefox*/  
    -webkit-box-pack: center; /*Safari,Opera,Chrome*/  
    box-pack: center;  
    -moz-justify-content: center;  
    -webkit-justify-content: center;  
    justify-content: center;  
}
.button Button{
    margin: auto 10px;
    
}
.titleInfo p span{
    font-weight: bold;
}
.import{
    color: #6ca3c9;
    font-size: 16px;
}
.button{
    // background: #eff3f8;
    text-align: center;
    padding:20px;
    margin-top: 20px;
}
.tip{
    margin:20px auto;
    padding:10px;
    border-top: 1px solid #ccc;
}
.tip span{
    display: block;
    margin:10px;
    font-size: 16px;
}
.tip::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 57px;
    background: #e5eaf1;
    margin-top: -141px;
    margin-left: -13px;
}
.select button{
    color: #fff;
    padding:10px;
    background: #abbac3;
    border: none;
    margin: 10px;
}
.attentionItem{
    background: #f4f5f4;
    padding: 10px;
    box-shadow: 1px 1px 1px #ccc;
}
.attentionItem p:nth-child(1){
    font-size: 16px;
    margin-left: 0;
}
.attentionItem p{
    font-size: 14px;
    margin-left: 45px;
}
.submitButtons{
    margin-left: 34px;
}
.contentTable{
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */  
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */  
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */     
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */  
    display: -moz-flex;  
    display: flex;    
    -moz-box-pack: justify; /*Firefox*/  
    -webkit-box-pack:justify; /*Safari,Opera,Chrome*/  
    box-pack: justify;  
    -moz-justify-content: space-between;  
    -webkit-justify-content: space-between;  
    justify-content: space-between;  
    margin-top: 20px;
}
.left{
    width: 50%;
}
.right{
    width: 50%;   
    border-left: 1px solid #317ecc;
}
.error p{
    color: #fff;
    background: #317ecc;
    // margin: 10px auto;
    text-align: left;
    font-size: 18px;
}
.download{
    background: #f5f5f5;
    padding: 5px;    
    margin-top: -16px;
}
.download img{
    margin-top: -2px;
    margin-right: 5px;
}
.download button{
    border: none;
    background: #f5f5f5
}
.download button:nth-child(1){
    border-right: 1px solid #ccc;
}
.download button:nth-child(2){
    border-right: 1px solid #ccc;
}
.buttonDown{
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */  
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */  
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */     
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */  
    display: -moz-flex;  
    display: flex;   
    -moz-box-pack: start; /*Firefox*/  
    -webkit-box-pack: start; /*Safari,Opera,Chrome*/  
    box-pack: start;  
    -moz-justify-content: flex-start;  
    -webkit-justify-content: flex-start;  
    justify-content: flex-start;  
    margin-bottom: 20px;
}
.buttonDown>button{
    margin-left: 10px;
    background: #abbac3;
    border: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
}