body {
    margin: 0
}

.page-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
   }

.form-v10-content {
    background: transparent;
    width: 50%;
    height: 95%;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 95px 0 0 0;
    position: relative;
    font-family: montserrat, sans-serif
}

.form-v10-content .form-detail {
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    height: 90%;
}

.form-v10-content .form-detail h3 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 34px;
    padding: 33px 50px 0 60px
}

.form-v10-content .form-detail .form-left {
    /*border-top-left-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    width: 100%;
    background-image: url("/home/images/intro.png");
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: cover;*/
    border-radius: 10px;
    background-size: 100% 100%;
    /*border-top-left-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
}

.form-v10-content .form-detail .form-left h3 {
    color: #2271dd
}

.form-v10-content .form-detail .form-right {
    width: 100%;
    background: white;
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    border-radius: 10px;
    height: 100%;
}

.form-v10-content .form-detail .form-right h3 {
    color: #000000;
    text-align: center;
}

.form-v10-content .form-detail .form-group {
    display: flex;
    display: -webkit-flex
}

.form-v10-content .form-detail .form-row {
    position: relative;
    margin-bottom: 24px;
    padding-left: 60px;
    padding-right: 50px
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-1 {
    width: 50%;
    padding: 0 12px 0 60px
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-2 {
    width: 50%;
    padding: 0 50px 0 12px
}



.form-v10-content .form-detail .form-left .form-group .form-row.form-row-3 {
    width: 73%;
    padding: 0 12px 0 60px
}

.form-v10-content .form-detail .form-left .form-group .form-row.form-row-4 {
    width: 50%;
    padding: 0 50px 0 12px
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-1 {
    width: 50%;
    padding: 0 12px 0 60px
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 {
    width: 100%;
    padding: 0 50px 0 12px
}


.form-v10-content .form-detail select {
    background: 0 0;
    position: relative;
    z-index: 9;
    cursor: pointer
}

.form-v10-content .form-detail .form-left select {
    color: black
}

.form-v10-content .form-detail .form-right select {
    color: #757070
}

.form-v10-content .form-detail .select-btn {
    z-index: 0;
    position: absolute;
    top: 30%;
    right: 11.5%;
    font-size: 18px
}

.form-v10-content .form-detail .form-left .select-btn {
    color: black
}

.form-v10-content .form-detail .form-right .select-btn {
    /*color: #f2f2f2*/
}

.form-v10-content .form-detail .form-group .form-row.form-row-4 .select-btn {
    top: 20%;
    right: 26%
}

.form-v10-content .form-detail .form-right .form-group .form-row.form-row-2 .select-btn {
    top: 20%;
    right: 19%
}

.form-v10-content .form-detail .form-left input {
    color: #000
}

.form-v10-content .form-detail .form-right input {
    color: #000
}

.form-v10-content .form-detail .form-left input, .form-v10-content .form-detail .form-left select {
    /*border-bottom: 1px solid #ccc*/
}

.form-v10-content .form-detail .form-left input:focus, .form-v10-content .form-detail .form-left select:focus {
    /*border-bottom: 1px solid #999*/
}

.form-v10-content .form-detail .form-right input, .form-v10-content .form-detail .form-right select {
    /*border-bottom: 1px solid;*/
    /*border-bottom-color: rgba(255, 255, 255, .3)*/
}

.form-v10-content .form-detail .form-right input:focus, .form-v10-content .form-detail .form-right select:focus {
    /*border-bottom: 1px solid #ccc*/
}

.form-v10-content .form-detail .form-right select option {
    background: #4835d4
}

.form-v10-content .form-detail .form-checkbox {
    /*margin-top: 37px;*/
    padding: 0 50px 0 60px;
    position: relative
}

.form-v10-content .form-detail .form-checkbox input {
    position: absolute;
    opacity: 0
}

.form-v10-content .form-detail .form-checkbox .checkmark {
    position: absolute;
    top: 1px;
    left: 60px;
    height: 15px;
    width: 15px;
    border: 1px solid #e5e5e5;
    cursor: pointer
}

.form-v10-content .form-detail .form-checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none
}

.form-v10-content .form-detail .form-checkbox input:checked ~ .checkmark::after {
    display: block
}

.form-v10-content .form-detail .form-checkbox p {
    margin-left: 34px;
    color: #000000;
    font-size: 14px;
    font-weight: 400
}

.form-v10-content .form-detail .form-checkbox .text {
    font-weight: 400;
    color: #000000;
    text-decoration: underline
}

.form-v10-content .form-detail .form-right .form-row-last {
    /*padding-left: 60px;*/
    /*margin: 44px 0 10px*/

    text-align: center;
    width: 70%;
    margin-left: 50px;

}

.form-v10-content .form-detail .form-right .register {
    background: #fff;
    border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .15);
    width: 180px;
    border: none;
    margin: 6px 0 50px 0;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    font-size: 15px
}

.form-v10-content .form-detail .form-right .register:hover {
    background: black;
}

.form-v10-content .form-detail .form-right .form-row-last input {
    padding: 12.5px
}

.form-v10-content .form-detail .form-left input::-webkit-input-placeholder {
    color: #858993;
    font-size: 16px
}

.form-v10-content .form-detail .form-left input::-moz-placeholder {
    color: #858993;
    font-size: 16px
}

.form-v10-content .form-detail .form-left input:-ms-input-placeholder {
    color: #858993;
    font-size: 16px
}

.form-v10-content .form-detail .form-left input:-moz-placeholder {
    color: #858993;
    font-size: 16px
}

.form-v10-content .form-detail .form-right input::-webkit-input-placeholder {
    color: #858993;
    font-size: 16px
}

.form-v10-content .form-detail .form-right input::-moz-placeholder {
    color: #858993;
    font-size: 16px
}

.form-v10-content .form-detail .form-right input:-ms-input-placeholder {
    color: #858993;
    font-size: 16px
}

.form-v10-content .form-detail .form-right input:-moz-placeholder {
    color: #858993;
    font-size: 16px
}

.container {
    display: flex;
    grid-template-rows: 50px auto 50px;
    grid-template-areas:
        "header"
        "main"
        "footer";
    height: 100%;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    /*height: 100%;*/
    /*background: linear-gradient(to right, #ffe0b2, #ffcc80, #ffb74d, #ffa726);*/
}

.header {
    width: 100%;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /*    居中显示*/
    height: 100%;
}

.header .telephone {
    font-size: 20px;
    font-weight: bold;
}

.title {
    /* 设置背景图片*/
    background-image: url(/home/images/full_logo.jpg);
    /* 设置背景图片位置,宽度高度自适应*/
    background-size: cover;
    background-position: center;
    /* 固定div大小用以显示背景图*/
    width: 500px;
    height: 25px;
}

.register_btn {
    color: #faf8f8;
    text-decoration: none;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    border-bottom: 1px solid #ff5722;
    transition: all 0.3s;
    width: 100px;
    height: 25px;
    background-color: #EC3C34;
    padding: 10px;
    border-radius: 1px;
    letter-spacing: 3px;
}
main {
    grid-area: main;
    flex-grow: 1;
    background-image: url(/home/images/pbsearch_reg_bg.png);
    /*background-size: cover;*/
    background-position: center;
    display: flex;
    background-repeat: no-repeat;
    /*align-items: center;*/

    justify-content: center;
    background-size: 100% 100%;
    width: 100%;
}

.reg-form-div {
    width: 90%;
    padding-left: 20px;
}
.input-group-text {
    background: #f4f6f7;
}

.reg-form-div input::placeholder{
    font-size: 10px;
}

/* Webkit browsers (Chrome, Safari) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 5px;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 10px;
}

/* Standard syntax for modern browsers */
input::placeholder,
textarea::placeholder {
    font-size: 10px;
}

.input-group-text {
    background-color: transparent;
    /*border: none;*/
    color: #818998;
    font-weight: 500;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-left: transparent;
}
.form-floating label {
    color: #66666b
}
.has-account {
    margin-left: 20px;
/*    去除a标签的样式*/
    color: #818998;
}
.has-account-click {
    text-decoration: none;
    font-weight: bold;
}
.input-group-text svg {
    margin-right: 5px;
}
.option-span {
    color: #818998;
}

.type-option {
    color: #818998;
    margin-bottom: 10px;
    margin-right: 5px;
}
.form-check-inline {
    margin-right: .5rem;
}
.form-check {
    text-align: center;
    margin-bottom: 1rem;
}
#yzm2 {
    color: white;
}
.container_div {
    width: 100%;
}