
#content-core{
    max-width: 100%;
}
#content{
    padding:0;
}
main{
    background: #fafafa;
    font-family: Roboto;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6{
    font-weight: 600;
}
main .page-content{
    padding-bottom: 170px;
}
main .SatelliteInversion{
    padding-bottom: 100px;
}
@media (max-width: 992px){
    main .page-content .itemLabel{
        width:30%;
    }
}
@media (max-width:520px) {
    main .page-content .itemLabel{
        width:48%;
    }
}
main .page-content>.pullRight{
    margin-left:-15px;
    margin-right:-15px ;
}
.item .glyphicon-question-sign{
    font-size: 16px;
    color: #0D63B1;
    margin-left: 3px;
}
.group_name{
    margin-bottom: 0;
}
.group_content .item{
    background: #fff;
    padding: 20px 30px;
    border:1px solid #E9E9E9;
    margin-top:30px;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
}
.group_tit{
    overflow: hidden;
    width: 100%;
}
.group_tit .pull-left,.labelTitle{
    font-size:20px;
    color: #000;
    margin: 0;
}
.group_tit .pull-right{
    font-size:14px;
    color:#085CB9;
    margin: 0;
}
main h5.title_desc{
    color: #999999;
    font-weight: normal;
}
main .checkboxWraper,main .radioWraper{
    margin-top: 20px;
}
main .inputWraper{
    /* margin-left: -15px; */
}
main .inputWraper .block_bottom{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color:#666;
}
main .inputWraper input.form-control{
    margin-bottom: 2px;
    display: inline;
    width: calc(100% - 30px);
}
.checkbox-inline,.radio-inline{
    margin-left: 0!important;
    margin-bottom: 10px;
}
main .action .container{
    padding-right: 0;
}
main .action{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding:12px 0;
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 10px rgba(0,0,0,.15);
    z-index: 9;
}
#create .alert_sub,#PM25-content .alert_sub{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 70px;
    z-index:9;
}


main .action .btns{
    text-align: right;
    margin-right: 12px;
}
main .action .btns [action="coupling"],button[action="preview"],button[action="submiting"]{
    background-color: #337ab7 !important;
}
.rowWraper{
    display: inline-block;
    width: 100%;
    margin-bottom:30px;
}
.rowWraper .labelTitle{
    margin-bottom: 10px;
    text-align: right;
}
.point,.title_Error{
    display: none;
}
.group_content hr{
    margin: 12px 0;
}
.itemLabel{
    width:19.4%;
    display: inline-block;
}
.group_tit .pull-right.clearAll{
    display: none;
    margin-left: 10px;
}
.group_content .ErrorWraper{
    background-color:#FFFAFA;
    border-left:4px solid #FF5B5B;
    border-radius:2px;
}
.group_content .ErrorWraper p.pull-left,.group_content .ErrorWraper .title_Error,.group_content .ErrorWraper .glyphicon-exclamation-sign{
    color: #FF5B5B;
}
.glyphicon-exclamation-sign{
    margin-right:2px;
}


#create .has-error .control-label {
    color: #FF5B5B;
}
#create .has-error .form-control {
    border-color: #FF5B5B;
}
#SuccessModalLabelEmail .modal-content{
    display:inline-block;
    overflow: hidden;
    padding:30px;
}

#SuccessModalLabelEmail .pull-left i{
    font-size: 40px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    color: #20D748;
    margin-right: 20px;
}
#SuccessModalLabelEmail .pull-left h3{
    margin-top:5px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}
#SuccessModalLabelEmail .pull-left .btn[action="success"]{
    width: 60px;
    height: 36px;
    font-size: 16px;
    margin-top: 50px;
}
#register .radio_type.has-error label, #registerMiddle .radio_type.has-error label{
    border: 1px solid #a94442;
}
#register .radio_type label, #registerMiddle .radio_type label{
    background:rgba(250,250,250,0.3);
    width: 100%;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 3px;
    padding:8px 30px;
    margin-bottom: 0;
}
#register .stepsContent, #registerMiddle .stepsContent{
    position: relative;
}
#register .stepsContent::before, #registerMiddle .stepsContent::before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left:15px;
    width:2px;
    height: 95%;
    margin: 0 auto;
    background-color:#E3E3E3;
}
#register .radiusBoxs, #registerMiddle .radiusBoxs{
    position: relative;
    padding-left: 42px;
}
#register .radiusBoxs:after, #registerMiddle .radiusBoxs:after{
    content: "";
    display: block;
    position: absolute;
    left:0;
    top: 0;
    padding:4px;
    border-radius:50%;
    background:#666;
    border: 12px solid #F5F5F5;
}
#register .radiusBoxs.step1:after, #registerMiddle .radiusBoxs.step1:after{
    padding:6px;
    background-color: #333;
    border: 10px solid #F5F5F5;
}
#register .radiusBoxs.step1 p, #registerMiddle .radiusBoxs.step1 p{
    font-weight: bold;
}

#register .radiusBoxs-ok, #registerMiddle .radiusBoxs-ok{
    position: relative;
    padding-left: 42px;
}
#register .radiusBoxs-ok .glyphicon-ok-sign, #registerMiddle .radiusBoxs-ok .glyphicon-ok-sign{
    font-size:32px;
    color: #20D748;
    margin-top: -1px;
    position: absolute;
    left:0;
}
.stepsWraper p{
    line-height:18px;
    margin-bottom:34px;
    padding-top: 7px;
}
.tooltip-inner{
    max-width: 100%;
    padding: 10px 15px;
}
.errorEmailTip span{
    font-size: 12px;
    color:#D83333;
    padding-left: 10px;
    display: none;
}

.validate-register-tip {
    font-family: 'LatoWeb','MicrosoftYaHei';
    font-size: 14px;
    color: #999999;
    position: absolute;
    right: 103px;
    top: 7px;
}
.register-read-content {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}
.register-read-content .title {
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.register-read-content .content {
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}
.register-read-content .content:last-child {
    margin-bottom: 0;
}