.register_tit {
    display: flex;
    width: 100%;
    padding-bottom: 3%;
    justify-content: center;
}

.robot_tit {
    margin-right: 2%;
}

.register_subtit {
    margin-top: 20px;
    align-self: center;
    color: #828586;
    font-size: 35px;
}

.register_mian {
    border-radius: 20px 20px 0 0;
    padding: 2% 10%;
    background: #f7f7f7;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.reg_label {
    color: #999999;
    font-size: 20px;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 5px;
    padding-bottom: 2%;
}
input::-webkit-input-placeholder {
    font-size: 14px;
    /* WebKit browsers */
    color: #cccccc;
}

input:-moz-placeholder {
    font-size: 14px;
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

input::-moz-placeholder {
    font-size: 14px;
    /* Mozilla Firefox 19+ */
    color: #cccccc;
}

input::-ms-input-placeholder {
    font-size: 14px;
    /* Internet Explorer 10+ */
    color: #cccccc;
}
/* .demo li:not(:last-child) { border-bottom: 1px solid #ddd; } */
.col-md-10 > input {
    padding: 20px;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 10px;
}
.col-md-9 > input{
    padding: 20px;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 10px;
}
.col-md-10{
    display: flex;
}
#Domain{
    width: 85%;
    border-radius: 10px 0 0 10px;
}
.com_box{
    font-weight: bold;
    line-height: 45px;
    width: 25%;
    display: inline-block;
    padding: 6px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    margin-left: 5px;
    color: #6fbe53;
    font-size: 20px;
    text-align: center;
}
.check_mian{
    text-align: center;
    padding: 5px;
    width: 90%;
    font-size: 20px;
    color: #999999;
}
.check_mian>input{
    margin-right: 2%;
}
.check_mian>a{
    color: #6fbe53;
}
.reg_box{
    padding:5% 0 2% 0;
}
.reg_btn{
    font-family: "NotoSans-Medium";
    width: 246px;
    line-height: 25px;
    height: 49px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 50px;
    background: #6fbe53;
    transition: all 1s linear;
    border: 2px solid transparent;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 20px;
    transition: all 1s linear;
}
.reg_text{
    padding: 20px 0;
    text-align: center;
    color: #999999;
    font-size: 20px;
}

.reg_text>a{
    color: #6fbe53;
}
/*personal-Informtion*/
.msg_box{
    padding: 2%;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin: 15px 0;
}
.in_link{
    font-size: 20px;
    color: #6fbe53;
    font-family: 'NotoSans-Medium';
    font-weight: bold;
    text-decoration: underline;
}
.myorder{
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin: 15px 0;
    padding: 2%;
}

.update_box>.form-group  input {
    border: 1px solid #ddd;
}

.update_box{
    width: 100%;
    padding: 2%;
    background: #fff;
    border-radius: 20px;
    margin: 15px 0;
}
.myorder>.form-group{
    padding: 0;
}
.update_box>.form-group:nth-child(1){
    padding: 0;
}
.update_box>.form-group:nth-child(2){
    padding-top: 20px;
}
/* 媒体查询 */
@media (max-width:1400px) {
}
@media (min-width:1400px) {
    .register_mian>form{
        padding: 0 5%;
    }  
}
@media (max-width:1060px) {
    .reg_label {
        font-size: 18px;
    }
    .com_box{
        font-size: 18px;
    }
}
@media (max-width:996px) {
    .register_tit{
        flex-direction: column;
        
    }
    .robot_tit{
        margin-right: 0;
        margin: 0 auto;
        margin-left: 30%;
    }
}
@media (max-width:768px) {
    .register_tit{
        padding-top: 20px;
    }
    .com_box{
        line-height: 28px;
    }
    section .container{
        padding: 0;
    }
    .register_mian{
        padding: 5% 5%;
    }
    .robot_tit{
        margin-left: 25%;
    }
    .col-xs-12>.hide{
        display: none;
    }
    .col-md-9 > input{
        padding: 10px 20px;
    }
    .col-md-10 > input{
        padding: 10px 20px;
    }
    .msg_box{
        padding: 2% 6%;
    }
    .myorder{
        padding: 2% 6%;
    }
    .update_box{
        padding: 2% 6%;
    }
    .centent_left{
        margin:0 auto;
        padding:5% 0;
    }
    .inf_itema{
        padding: 2% 6%;
    }
    .inf_item2{
        padding: 2% 6%;
    }
    .btn-lf a{
        display: block;
        margin: 0 auto;
        float: none;
    }
    .btn-rg a{
        float: none;
    }
    .btn-rg a button{
        display: block;
        margin: 0 auto;
    }
    .myorder>.form-group{
        padding: 4%;
    }
    .update_box>.form-group:nth-child(1){
        padding: 4%;
    }
}
@media (max-width:675px) {
    .reg_label {
        font-size: 18px;
    }
    .com_box{
        font-size: 14px;
    }
    .check_mian{
        font-size: 18px;
    }
    .robot_tit{
        margin-left: 20%;
    }
    .com_box{
        width: 30%;
    }
    #Domian{
        width: 70%;
    }
}
@media (max-width:500px) {
    .com_box{
        width: 30%;
    }
    #Domian{
        width: 70%;
    }
    .robot_tit{
        margin-left: 14%;
    }
}
@media (max-width:475px) {
    .robot_tit{
        width: 35%;
        margin-left: 23%;
    }
    .register_subtit{
        font-size: 25px;
    }
    .form-group .col-xs-12{
        /*padding: 0;*/
    }
    .com_box{
        width: 40%;
    }
    #Domian{
        width: 60%;
    }
    .check_mian{
        font-size: 18px;
    }
    .reg_btn{
        width: 150px;
        font-size: 14px;
    }
    .reg_text{
        font-size: 18px;
    }
}
@media (max-width:375px) {
    .com_box{
        font-size: 12px;
    }
    #Domian{
        width: 60%;
    }
    input::-webkit-input-placeholder {font-size: 12px;}
    input:-moz-placeholder {font-size: 12px;}
    input::-moz-placeholder {font-size: 12px;}
    input::-ms-input-placeholder { font-size: 12px;}
}

