html {
    font-size: calc(100vw / 750 * 16);
}


* {
    padding: 0;
    margin: 0;
}

img,
li,
a {
    display: block !important;
    text-decoration: none;
    list-style: none;
}

.mycontent {
    overflow: hidden;
    height: 100vh;
    background: #e3e7ec;
}

.banner {
    width: 46.875rem;
    height: 16.25rem;
    background: url(../images/bannerBackground.png);
    background-size: 46.875rem 16.25rem;
}


.banner .title {
    font-size: 2.375rem;
    line-height: 2.375rem;
    color: #FFF;
    padding-top: 2.875rem;
    padding-bottom: 2.625rem;
    text-align: center;
}


.banner .search {
    width: 43.125rem;
    margin: auto;
}

.banner .search .layui-input {
    width: 43.125rem;
    border-radius: 2.5rem;
    height: 5rem;
    box-sizing: border-box;
    padding-left: 2rem;
    font-size: 1.75rem;
    color: #b3bfcd;
}

.banner .search .layui-input::placeholder {
    color: #b3bfcd;
}

.banner .search .layui-input-suffix {
    width: inherit;
    display: flex;
    align-items: center;
}

.banner .search .img {
    width: 2.5rem;
    height: 2.5rem;
}



.phoneVerify {
    margin-top: 1.25rem;
    width: 100%;
    height: 28.75rem;
    background: #FFF;
}

.phoneVerify .phone {
    width: 43.25rem;
    height: 8.125rem;
    margin: auto;
    box-sizing: border-box;
    border-bottom: 0.0625rem solid #e3e7ec;
    display: flex;
    padding-top: 3.625rem;
    justify-content: space-between;
}

.phoneVerify .phone .title {
    display: flex;
    align-items: center;
}

.phoneVerify .phone .title .icon {
    width: 1.5625rem;
    height: 2.75rem;
    margin-right: 1.5625rem;
}

.phoneVerify .phone .title .text {
    font-size: 1.875rem;
    color: #2d4b86;
    font-weight: bold;
}

.phoneVerify .phone .value {
    text-align: right;
    border: none;
    outline: none;
    font-size: 1.625rem;
    color: #626262;
}

.phoneVerify .code {
    width: 43.25rem;
    height: 8.125rem;
    margin: auto;
    box-sizing: border-box;
    border-bottom: 0.0625rem solid #e3e7ec;
    display: flex;
    padding-top: 3.625rem;
    justify-content: space-between;
}

.phoneVerify .code .title {
    display: flex;
    align-items: center;
}

.phoneVerify .code .title .icon {
    width: 2.8125rem;
    height: 2.3125rem;
    margin-right: 0.875rem;
}

.phoneVerify .code .title .text {
    font-size: 1.875rem;
    color: #2d4b86;
    font-weight: bold;
}

.phoneVerify .code .value {
    margin-left: 1.625rem;
    font-size: 1.875rem;
    color: #c0c0c0;
    outline: none;
    border: none;
    width: 11.875rem;
}

.phoneVerify .code .value::placeholder {
    color: #c0c0c0;
}

.phoneVerify .code .layui-btn {
    background: #2d4b86;
    color: #FFF;
    width: 12.5rem;
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.75rem;
    border-radius: 1.875rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


.mycontent .phoneVerify .submitVerify {
    width: 43.125rem;
    display: block;
    margin: auto;
    margin-top: 3.875rem;
    line-height: 5rem;
    height: 5rem;
    border-radius: 2.5rem;
    text-align: center;
    background: #2d4b86;
    color: #FFF;
    font-size: 1.875rem;
    font-weight: bold;
}


.mycontent_2 {
    display: none;
}




@media screen and (min-width:574px) {

    html {
        font-size: calc(100vw / 1024 * 16);
    }

    .banner {
        width: 100%;
    }
}


@media screen and (min-width:1024px) {
    html {
        font-size: calc(100vw / 1920 * 16);
    }

    .mycontent {
        display: none;
    }

    .mycontent_2 {
        display: block;
        background: #b3bfcd;
        height: 100vh;
        overflow: hidden;
    }

    .bg {
        width: 100%;
        height: 12.25rem;
        background: url(../images/bannerBackground.png);
        background-size: 120rem 12.25rem;
    }

    .bg .title {
        font-size: 3.75rem;
        line-height: 3.75rem;
        color: #FFF;
        font-weight: bolder;
        text-align: center;
        padding-top: 2.5rem;
    }

    .form {
        width: 80%;
        margin: auto;
        background: #FFF;
        margin-top: 2.5rem;
        padding-top: 5.5rem;
        padding-bottom: 2.5rem;
    }

    .form .search_2 {
        width: 80%;
        margin: auto;
        height: 5rem;

    }

    .form .search_2 .layui-input-wrap {
        height: 100%;
    }

    .form .search_2 .layui-input-wrap .layui-input {
        height: 100%;
        border-radius: 2.5rem;
        padding-left: 2rem;
        font-size: 1.75rem;
        color: #b3bfcd;
    }

    .form .search_2 .layui-input-wrap .layui-input::placeholder {
        color: #b3bfcd;
    }

    .form .search_2 .layui-input-wrap .layui-input-suffix {
        width: inherit;
        display: flex;
        align-items: center;
    }

    .phoneVerify {
        transition: all 0.3s;
    }

    .phoneVerify .phone {
        width: 80%;
    }

    .phoneVerify .code {
        width: 80%;
    }

    .phoneVerify .code .value {
        margin-left: 35.625rem;
    }


    .phoneVerify .inputActive {
        border-bottom: 0.0625rem solid #2b7ce1;

    }

    .form .phoneVerify .submitVerify {
        margin: auto;
        width: 70.125rem;
        display: block;
        margin: auto;
        margin-top: 3.875rem;
        line-height: 5rem;
        height: 5rem;
        border-radius: 2.5rem;
        text-align: center;
        background: #2d4b86;
        color: #FFF;
        font-size: 1.875rem;
        font-weight: bold;
    }
}