.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-23 {
    margin-right: 23px;
}

.bg-gray {
    background-color: #F5F7F6;
}

.bg-white {
    background-color: #FFFFFF;
}

.hover-green:hover {
    color: #20A627 !important;
    cursor: pointer !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.v-hide {
    visibility: hidden !important;
}

.v-show {
    visibility: visible !important;
}

html {
    font-family: 'Microsoft Yahei', 'SimHei', 'NSimSun', 'SimSun', 'PingFangSC', 'Arial';
}

body {
    min-width: 1100px;
}

/*.footer {
    width: 100%;
    background-color: #FFF;
    padding: 20px 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.footer-line p {
    line-height: 1.7;
}

.footer-line p,
.footer-line span,
.footer-line a {
    font-size: 12px;
    color: #919191;
    text-align: center;
}

.footer-line a:hover {
    text-decoration: underline;
}*/

.login-list li {
    line-height: 1;
    border-right: 1px solid #3FAB45;
    padding-left: 4px;
    padding-right: 4px;
}

.login-list li:last-child {
    border-right: none;
}

.login-list li > a {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    color: #3FAB45;
}


.login > .login-info {
    width: 346px;
    height: 380px;
    background: white;
    margin: 0 auto;
    margin-left: calc((100vw - 346px) / 2);
    padding-top: 34px;
    margin-bottom: 40px;
}

.login-info-center {
    width: 346px;
    height: 324px;
    border: 1px solid white;
    box-sizing: border-box;
}

.login-info-bottom {
    width: 346px;
    height: 88px;
    position: absolute;
    bottom: 0;
    /* border: 1px solid gray;
    box-sizing: border-box; */
}

.login-info-bottom > .login-mode {
    width: 346px;
    height: 17px;
    display: flex;
    justify-content: space-between;
}

.login-info-bottom > .login-mode > .xian {
    width: 125px;
    height: 1px;
    border-top: 1px solid rgba(232, 232, 232, 1);
    margin-top: 7px;
    border-radius: 10px;
}

.login-info-bottom > .login-mode > p {
    width: 72px;
    height: 17px;
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(181, 181, 181, 1);
    line-height: 17px;
}

.login-info-bottom > .login-mode-info {
    width: 180px;
    height: 20px;
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-90px);
    /* border: 1px solid gray; */
    display: flex;
    justify-content: space-between;
}

.login-info-bottom > .login-mode-info > p {
    height: 20px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(145, 145, 145, 1);
    line-height: 20px;
}

.login-info-bottom > .login-mode-info > p:hover {
    color: green;
    cursor: pointer;
}


.register_content {
    width: 280px;
    height: auto;
    margin: 0 auto;
    margin-top: 70px;
}

.phone_register p {
    width: 100%;
    height: 30px;
    font-size: 22px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(77, 77, 77, 1);
    line-height: 30px;
    text-align: center;
}

.phone_register .outer_frame {
    background: #f4f6f5;
    border-radius: 2px;
    border: 1px solid #f2f2f2;
    position: relative;
}

.phone_register .phone_register_input, .phone_register .password_register_input {
    width: 279px;
    height: 40px;
    margin: 0 auto;
}

.phone_register .password_register_input {
    margin-top: 26px;
}

.phone_register .phone_register_input > img {
    width: 14px;
    height: 17px;
    margin-left: 11px;
}

.phone_register .password_register_input > img {
    width: 17px;
    height: 17px;
    margin-left: 11px;
}

.phone_register .phone_register_input > input, .phone_register .password_register_input > input {
    width: 87%;
    height: 37px;
    line-height: 37px;
    border: 0px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}

::-webkit-input-placeholder {
    color: #B5B5B5;
}

:-moz-placeholder {
    color: #B5B5B5;
}

::-moz-placeholder {
    color: #B5B5B5;
}

:-ms-input-placeholder {
    color: #B5B5B5;
}

.code_content {
    width: 279px;
    height: 40px;
    margin-top: 26px;
    position: relative;
}

.code_content > img {
    width: 80px;
    height: 40px;
}

.code_content .code_input {
    width: 190px;
}

.code_content .code_input > img {
    width: 16px;
    height: 16px;
    margin-left: 11px;
}

.code_input_content {
    width: 80%;
    height: 37px;
    line-height: 37px;
    border: 0px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #B5B5B5;
    line-height: 20px;
}

.sms_code_btn {
    width: 81px;
    height: 40px;
    background: rgba(232, 246, 232, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(32, 166, 39, 1);
    line-height: 20px;
}

.tips_register {
    width: 279px;
    height: 17px;
    text-align: center;
    margin: 0 auto;
    margin-top: 12px;
    line-height: 17px;
    font-weight: 400;
    color: rgba(77, 77, 77, 1);
    font-size: 12px;
}

.tips_register span {
    color: #20A627;
}

.tips_agreement {
    margin-top: 16px;
    margin-bottom: 20px;
}

.tips_agreement i {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 3px;
    border: none;
}

.tips_agreement span {
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(145, 145, 145, 1);
    line-height: 17px;
}

.check_box {
    background: url('../images/check_box.png') no-repeat;
    background-size: 12px 12px;
}

.btn_register {
    width: 279px;
    height: 40px;
    background: #277cf2;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    margin-top: 180px;
}

.register_content .tips_message {
    width: 270px;
    height: 17px;
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(248, 52, 55, 1);
    line-height: 17px;
    position: absolute;
    left: 0px;
    bottom: -22px;
    text-align: left;
    display: none;
}

.tips_another {
    position: absolute;
    width: 80px;
    height: 20px;
    font-size: 12px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    background: black;
    -webkit-text-size-adjust: none;
    right: 0px;
    top: -23px;
    text-align: center;
    display: none;
}

.code_content > img:hover + .tips_another {
    display: block;
}
    
















    