@charset "utf-8";
@media screen and (min-width: 1080px) { 
    /*主页内容 - index_centent*/
    .index_centent{
    	width:1000px;
    	height:100%;
    	margin:0 auto;
    }
}
.draw_article{width:96%; margin:2px auto; background:#323232; padding:1%;}
.draw_article .draw_header h2{color:#fff; margin:0; padding:0; font-size:17px;}
.draw_article .draw_header{width:100%;}
.draw_article .draw_header .select_mode, .draw_article .draw_header .select_mode_type{font-size:16px; color:#000; margin-top:10px;}
.draw_article .draw_header span{display:inline-block; height:26px; line-height:26px; margin-top:6px; border:1px solid #757575; padding:1px 1%; color:#858585; border-radius:2px;}
.draw_article .draw_header .this_mode, .draw_article .draw_header .this_mode_type, .draw_article .draw_header .this_mode_style{border:1px solid #509e8d; color:#509e8d;}
.draw_article .draw_header .this_type{border:1px solid #509e8d; color:#509e8d;}
.draw_article .draw_header .this_size{border:1px solid #509e8d; color:#509e8d;}
.draw_article .draw_header .divide{border-bottom:1px solid #ccc; margin:16px 0; opacity:0.2;}
.draw_article .draw_header .imagine{color:#c1c1c1;}
.draw_article .draw_header .prompt{border:1px solid #ccc; border-radius:4px; background:#323232; width:98%; margin-top:8px; color:#fff;}
.draw_article .draw_header .noPrompt{border:1px solid #ccc; border-radius:4px; background:#323232; width:98%; margin-top:8px; color:#fff; opacity:0.8; display:none;}
.draw_article .draw_header .list_size span{height:100%; margin:6px 0; padding-top:10px; border-radius:6px;}
.draw_article .draw_header .list_size span section{width:100%; text-align:center;}
.draw_article .draw_header span:hover{border:1px solid green; color:#000;}
.draw_article .draw_header .submit{width:380px; margin-top:10px; height:40px; line-height:40px; font-size:16px; background-color:#35c09f; border-radius:6px; color:#fff;}
.draw_article .draw_header .submit:hover{border:1px solid #000; color:#000;}

@media screen and (min-width:0) and (max-width:600px){
    .draw_article .draw_header .submit{width:100%;}
    body{width:100%;}
}



.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border: 2px dashed #ccc;
      border-radius: 10px !important;
          background: white;
  margin-top:26px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#f5f5f5}.jumbotron h1,.jumbotron .h1{color:#444444}.jumbotron p{margin-bottom:15px;font-size:20px;font-weight:200}.jumbotron>hr{border-top-color:#dcdcdc}.container .jumbotron,.container-fluid .jumbotron{border-radius:3px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:59px}}


.pic_preview {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pic_preview .pic_mask {
    display:none;
    height: 100%;
    width: 100%;
    line-height: 100px;
    text-align: center;
    background: rgba(0,0,0,.7);
    font-size: 13px;
    color: white;
}
.pic_preview .danger {
    color: #cb171e;
}

.big_go,.big_del{padding:1px 12px; margin-top:3px;}



.setup_auto{
    background-color: #fff;
    width:390px;
    position: fixed; /* 定位为fixed */
    top: 276px; /* 距顶部50% */
    left: 50%; /* 距左边50% */
    transform: translate(-50%, -50%);
    padding: 2%;
    display: none;
    opacity:1;
}

@media screen and (min-width:0) and (max-width:600px){
    .setup_auto{
        width:92%;
        top: 300px; /* 距顶部50% */
        padding-top: 12px;
    }
}

.aside_h2{padding:6px;}
.aside_h2 h2{margin-top:30px;}