/* 大于768（电脑） */
@media screen and (min-width:768px) {
    * {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        line-height: 150%;
        border: 0px;
        font-size: 12px;
    }

    body {
        background-color: #e8e8e8;
        color: #707070;
    }

    a {
        text-decoration: none;
    }

    a:hover {
        color: #0a0a0a !important;
    }

    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline: none;
        border: 0px;
    }

    .main_body {
        width: 1190px;
        margin: 0px auto;
    }

    /* chrome */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    /* 火狐浏览器 */
    input[type="number"] {
        -moz-appearance: textfield;
    }

    .w40 {
        width: 40%;
    }

    .w50 {
        width: 50%;
    }

    .w60 {
        width: 60%;
    }

    .w70 {
        width: 70%
    }

    .w30l {
        width: 30%
    }

    .w30 {
        width: 33.3333%
    }

    /* 顶部 */
    .main_header {
        background-color: #ffffff;
        padding: 15px 0px;
    }

    .main_header .main_body {
        position: relative;
    }

    .main_header .logo_wrap {
        float: left
    }

    .main_header .logo {
        height: 56px;
        margin-top: 10px;
        margin-left: 60px;
    }

    .main_header .login {
        display: inline-block;
        border-left: 1px solid #707070;
        line-height: 80px;
        margin-left: 30px;
        padding-left: 30px;
        color: #333333;
        font-size: 30px;
    }

    /* 底部 */
    .main_footer {
        background-color: #18B580;
        padding-bottom: 20px;
    }

    .main_footer .main_body {
        background: none;
        display: -webkit-flex;
        display: flex;
        color: #ffffff;
    }

    .main_footer .main_body a {
        color: #FFFFFF;
    }

    .main_footer .main_body .w50:first-child {
        padding-left: 60px;
        padding-right: 20px;
    }

    .main_footer .main_body .w50:last-child {
        padding-right: 60px;
        padding-left: 20px;
    }

    .main_footer .about_dl {
        display: -webkit-flex;
        display: flex;
        margin: 12px 0px;
    }

    .main_footer .about_dl dt {
        width: 80px;
    }

    .main_footer .about_dl dd {
        width: 100%;
    }

    .main_footer .about_title {
        border-bottom: 1px solid #128D63;
        color: #BFFFE9;
        box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.52);
        line-height: 40px;
        margin: 20px 0px;
        font-size: 14px;
    }

    .main_footer .map {
        overflow: hidden;
    }

    .main_footer .map a {
        line-height: 30px;
        display: block;
        width: 50%;
        display: block;
        float: left;
    }

    .login_wrap1 {
        background: url('/vendor/web/images/login_bg.png') no-repeat top center;
        background-size: 100% 100%;
    }

    .login_wrap1 .main_body {
        min-height: 600px;
    }

    .login_wrap2 {
        padding: 80px 0px;
        min-height: 416px;
    }

    /* 登录 */
    .login_box {
        width: 800px;
        min-height: 350px;
        margin: 0px auto;
        background: #ffffff;
        display: -webkit-flex;
        display: flex;
        border-radius: 8px;
    }

    .login_box .img_info {
        background: url("/vendor/web/images/login_ico_02.png") no-repeat -5px center;
        background-size: 105% 105%;
        border-radius: 8px 0px 0px 8px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .login_box .img_info img {
        align-items: center;
        margin: 0px auto;
    }

    .login_box .from .from_wrap1 {
        padding: 40px;
        position: relative;
    }

    .login_box .from .tab_login1 {
        margin-bottom: 15px;
    }

    .login_box .from .tab_login1 span {
        font-size: 16px;
        color: #333333;
        border-bottom: 2px solid #ffffff;
        display: inline-block;
        margin-right: 15px;
        cursor: pointer;
    }

    .login_box .from .tab_login1 span.hover {
        color: #18B580;
        border-bottom: 2px solid #18B580;
    }

    .login_box .from .login1 input.account,
    .login_box .from .login2 input.account,
    .login_box .from .login1 input.pwd,
    .login_box .from .login2 .phone_code input.code {
        border: 1px solid #18B580;
        border-radius: 8px;
        line-height: 40px;
        height: 40px;
        padding: 0px 10px;
        font-size: 14px;
        width: 100%;
    }

    .login_box .from .login1 .input_li,
    .login_box .from .login2 .input_li {
        padding: 10px 0px;
    }

    .login_box .from .login1 .submit,
    .login_box .from .login2 .submit {
        width: 100%;
        line-height: 40px;
    }

    .login_box .from .login1 .btn,
    .login_box .from .login2 .btn {
        font-size: 16px;
        background-color: #18B580;
        text-align: center;
        color: #ffffff;
        border-radius: 8px;
        cursor: pointer;
    }

    .login_box .from .login1 .btn:hover,
    .login_box .from .login2 .btn:hover {
        background-color: #18B580;
    }

    .login_box .from .login2 .phone_code {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .login_box .from .login2 .phone_code input.code {
        width: 50%;
    }

    .login_box .from .login2 .phone_code .btn {
        font-size: 14px;
        width: 40%;
    }

    .login_box .from .scan_qr {
        min-height: 277px;
    }

    .login_box .from .scan_qr h4 {
        color: #18B580;
        font-size: 16px;
    }

    .login_box .from .scan_qr .await .info {
        text-align: center;
    }

    .login_box .from .scan_qr .await .info p img {
        vertical-align: middle;
        margin-right: 10px;
        width: 20px;
    }

    .login_box .from .scan_qr .await .code {
        width: 150px;
        border: 1px solid #000000;
        margin: 10px 0px;
    }

    .login_box .from .scan_qr .success {
        text-align: center;
    }

    .login_box .from .scan_qr .success img {
        margin: 40px 0px;
    }

    .login_box .from .scan_qr .success p {
        line-height: 40px;
    }

    /* 忘记密码 */
    .forget_pwd {
        text-align: right;
    }
}

/* 小于768（手机） */
@media screen and (max-width:768px) {
    * {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        line-height: 150%;
        border: 0px;
        font-size: .32rem;
    }

    body {
        background-color: #e8e8e8;
        color: #707070;
    }

    a {
        text-decoration: none;
    }

    a:hover {
        color: #0a0a0a !important;
    }

    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline: none;
        border: 0px;
    }

    .main_body {
        width: 100%;
        margin: 0px auto;
    }

    /* chrome */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    /* 火狐浏览器 */
    input[type="number"] {
        -moz-appearance: textfield;
    }

    .w40 {
        width: 40%;
    }

    .w50 {
        width: 50%;
    }

    .w60 {
        width: 60%;
    }

    .w70 {
        width: 70%
    }

    .w30l {
        width: 30%
    }

    .w30 {
        width: 33.3333%
    }

    /* 顶部 */
    .main_header {
        background-color: #ffffff;
        /* padding: 15px 0px; */
    }

    .main_header .main_body {
        overflow: hidden;
        min-height: 1.4933rem;
        position: relative;
    }

    .main_header .logo_wrap {
        float: left
    }

    .main_header .logo {
        width: 5.6rem;
        margin: .2133rem 0 0 .4267rem;
    }

    .main_header .login {
        /* border: solid red 1px; */
        display: inline-block;
        border-left: 1px solid #707070;
        line-height: 1.0667rem;
        margin-left: .72rem;
        margin-top: .2133rem;
        padding-left: .4267rem;
        color: #333333;
        font-size: .3733rem;
    }

    /* 底部 */
    .main_footer {
        display: none;
    }

    /* 登录 */
    .login_wrap1 {
        margin-top: .2133rem;
        background-color: #fff;
    }

    .login_wrap1 .main_body {
        /* border: solid red 1px; */
        min-height: 100%;
    }

    .login_wrap2 {

        /* padding: 80px 0px; */
        min-height: 11.0933rem;
    }

    .login_box {
        /* border: solid red 1px; */
        /* width: 800px; */
        /* min-height: 350px; */
        margin: 0px auto;
        background: #ffffff;
        display: -webkit-flex;
        display: flex;
        border-radius: .2133rem;
    }

    .login_box .img_info {
        background: url("/vendor/web/images/login_ico_02.png") no-repeat -5px center;
        background-size: 105% 105%;
        border-radius: .2133rem 0px 0px .2133rem;
        text-align: center;
        display: flex;
        align-items: center;
        display: none;

    }

    .login_box .img_info img {
        align-items: center;
        margin: 0px auto;
    }

    .login_box .from {
        /* border: solid red 1px; */
        width: 100%;
    }

    .login_box .from .from_wrap1 {
        padding: 1.3867rem .6933rem 0 .6667rem;
        position: relative;
    }

    .login_box .from .from_wrap1 .right_top_icon {
        display: none;
    }

    .login_box .from .account_login {
        /* border: solid red 1px; */
    }

    .login_box .from .tab_login1 {
        /* border: solid blue 1px; */
        margin-bottom: 1.0667rem;
    }

    .login_box .from .tab_login1 span {
        /* border: solid red 1px; */
        font-size: .64rem;
        color: #333333;
        /* border-bottom: 2px solid #ffffff; */
        display: inline-block;
        cursor: pointer;
        /* margin-right: 0px; */
        margin-left: .9867rem;
    }

    .login_box .from .tab_login1 span.hover {
        color: #18B580;
        /* border-bottom: 2px solid #18B580; */
    }

    .login_box .from .login1 input.account,
    .login_box .from .login2 input.account,
    .login_box .from .login1 input.pwd,
    .login_box .from .login2 .phone_code input.code {
        border-bottom: 1px solid #DCDFE6;
        /* border-radius: 8px; */
        line-height: 1.0667rem;
        height: 1.0667rem;
        /* padding: 0px 10px; */
        font-size: .3733rem;
        width: 100%;
    }

    .login_box .from .login1 .input_li,
    .login_box .from .login2 .input_li {
        padding: .2667rem 0px;
    }

    .login_box .from .login1 .input_li_submit,
    .login_box .from .login2 .input_li_submit {
        /* border: solid red 1px; */
        text-align: center;
        padding-top: .8rem;
        padding-bottom: .16rem;
    }

    .login_box .from .login1 .submit,
    .login_box .from .login2 .submit {
        width: 4.5333rem;
        line-height: .96rem;
    }

    .login_box .from .login1 .btn,
    .login_box .from .login2 .btn {
        font-size: .3733rem;
        background-color: #18B580;
        text-align: center;
        color: #ffffff;
        border-radius: .48rem;
        cursor: pointer;
    }

    .login_box .from .login1 .btn:hover,
    .login_box .from .login2 .btn:hover {
        background-color: #18B580;
    }

    .login_box .from .login2 .phone_code {
        /* border: solid red 1px; */
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .login_box .from .login2 .phone_code input.code {
        width: 50%;
    }

    .login_box .from .login2 .phone_code .btn {
        background-color: #fff;
        border-bottom: solid #DCDFE6 1px;
        border-radius: 0;
        font-size: .3733rem;
        color: #18B580;
        text-align: right;
        width: 50%;
    }

    /* 扫码登录 */
    .login_box .from .scan_qr {
        min-height: 7.3867rem;
    }

    .login_box .from .scan_qr h4 {
        color: #18B580;
        font-size: .4267rem;
    }

    .login_box .from .scan_qr .await .info {
        text-align: center;
    }

    .login_box .from .scan_qr .await .info p img {
        vertical-align: middle;
        margin-right: .2667rem;
        width: .5333rem;
    }

    .login_box .from .scan_qr .await .code {
        width: 4rem;
        border: 1px solid #000000;
        margin: .2667rem 0px;
    }

    .login_box .from .scan_qr .success {
        text-align: center;
    }

    .login_box .from .scan_qr .success img {
        margin: 1.0667rem 0px;
    }

    .login_box .from .scan_qr .success p {
        line-height: 1.0667rem;
    }

    /* 忘记密码 */
    .forget_pwd {
        text-align: center;
    }
}