/*bootstrap模态框-------------------------------------------------*/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*bootstrap模态框-关闭按钮--------------------------------------------*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
/*bootstrap-其他------------------------------------------------------------*/
.text-muted {
  color: #777;
}
.pull-left {
  float: left !important;
}
#infoModal .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 20px;
}
#infoModal .panel p{margin: 0;}
/*自制样式-------------------------------------------------------------------*/
a,a:focus{text-decoration: none;}
.designBtn{display:block;width: 200px;height: 40px;line-height: 40px;text-align: center;background-color: #c20001;font-size: 18px;font-weight:700;color: #fff;margin: 50px auto;}
.designBtn:hover,.designBtn:focus{color: #fff;text-decoration: none;}
.bold{font-weight: 700;}
.ml20{margin-left: 20px;}
.mt10{margin-top: 10px;}
.ml10{margin-left: 10px;}
.my-modal-title{line-height: 60px;font-weight: 700;}
.frame{width: 522px;height: 339px;background: url(/content/images/common/frame.png) center center no-repeat;margin: 30px auto;position: relative;}
.frame>.ttl{font-size: 20px;font-weight: 700;color: #c18f08;position: absolute;top: -15px;left:131px;}	
.frame>.txt{font-size: 16px;color: #fff;position: absolute;bottom: 6px;left:62px;}
.frame>.txt>span{color: #fff000;}
.frame>.content>.left{position: absolute;top:70px;left:70px;}
.frame>.content>.left>.img{width: 122px;height: 122px;border-radius: 50%;border:2px solid #ddd;overflow: hidden;margin-left:5px;margin-bottom: 10px;}
.frame>.content>.left>.img>img{width: 100%;height: auto;}
.frame>.content>.left>div>span{color: #c18f08;}
.frame>.content>.right{position: absolute;top:75px;left:310px;}
.frame>.content>.right>.img{width: 134px;height: 134px;overflow: hidden;margin-bottom: 10px;}
.frame>.content>.right>.img>img{width: 100%;height: auto;}

.modal-dialog{width: 700px;}
.modal-header{overflow: hidden;}
.modal-header>h4{font-size: 18px;}
.modal-header>span{margin-left: 10px;line-height: 1.9;font-size: 14px;}
.modal-body{font-size: 14px;line-height: 30px;padding: 15px 45px;}
.form-group{clear: both;overflow:hidden;margin-bottom: 15px;}
.form-group:last-child{margin-bottom: 0;}
.form-group>label.control-label{font-size: 14px;font-weight: 700;float: left;margin-right: 20px;width:60px;}
.form-group>div{float: left;}
.form-group>div>.col-sm-3{float: left;margin-right: 15px;}
.form-group>div>.col-sm-3>select.form-control{width:150px;height: 32px;border:1px solid #bbb;}
.input-group-addon{display: inline;}
.form-group input[type='text']{width:250px;height: 30px;padding: 0 10px;}
.form-group .col-sm-offset-2{margin-left: 80px;color: #3c763d;}
button#freeBtn{width: 100%;height: 46px;font-size: 18px;color: #fff;background-color: #f0ad4e;cursor: pointer;border: 1px solid transparent;border-radius: 4px;}
button#freeBtn:hover{background-color: #d58512;}
button#freeBtn:active{outline: 0;}
#submitted .modal-header{text-align: center;}
.modal-header>p{font-size:14px;line-height: 20px;margin-top: 0;}
#infoModal .modal-body{line-height: 30px;}
button.choose,button.del{width: 60px;height: 32px;font-size: 14px;color: #fff;cursor: pointer;border: 1px solid transparent;border-radius: 4px;}
button.choose{background-color: #f0ad4e;}
button.choose:hover{background-color: #d58512;}
button.del{background-color: #c7c7c7;}
button.del:hover{background-color: #bbb;}
button#newProjectBtn{width: 45px;height: 45px;font-size: 20px;color: #777;cursor: pointer;background-color: transparent;border: 1px solid #ddd;border-radius: 4px;}
button#newProjectBtn:hover{background-color: #ddd;}
.btn{vertical-align:unset;}