* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 0.16rem;
}

html,
body {
    min-height: 100%;
}

.con {
    background: #002C9D url('../image/homeBg.png') top center no-repeat;
    background-size: 100% auto;
    padding: 1.1rem 0 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: auto;
    border-radius: 5px;
    z-index: 9;
    margin: 0 0 0.4rem 0.2rem;
    position: relative;
}

.logo img {
    width: 100%;
    height: 100%
}

.stitle {
    display: flex;
    align-items: center;
    padding: 0.32rem 0.15rem 0;
    margin-bottom: 0.4rem;
}

.stitle span {
    font-size: 0.18rem;
    color: rgba(37, 40, 58, 1);
    font-weight: bold;
}

.label {
    color: rgba(59, 63, 74, 1);
    font-size: 0.14rem;
    margin: 0 0.15rem;
}

.showBoxBg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
}

.showBox {
    position: fixed;
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    border-radius: 0.05rem;
    background: #fff;
    z-index: 12;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.showBox .close {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
}

.showBox div {
    width: 100%;
    height: 92%;
    overflow: auto;
}

.agreement {
    text-align: left;
    padding-left: 0.15rem;
    padding-bottom: 0.1rem;
    background: #fff;
}

.agreement span {
    font-size: 0.14rem;
    text-decoration: none;
    color: #000;
}

.rb {
    display: flex;
    align-items: center;
}

.rb input {
    display: block;
    margin-left: 0.2rem;
    border: none;
    outline: none;
}

.rb span {
    display: block;
    font-size: 0.14rem;
    color: #B4B4B4;
    height: 0.24rem;
    width: 0.44rem;
    line-height: 0.24rem;
    border-right: 1px solid #B4B4B4;
}

.rs {
    display: flex;
    align-items: center;
}

.rs select {
    width: 100%;
    font-size: 0.14rem;
    ;
    color: #444;
    border: none;
    outline: none;
    background: none;
    line-height: 1;
}

.input_box_border {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #DFDFDF;
}

.input_box_border input {
    margin: 0;
    border: none;
    outline: none;
    width: 100%;
    color: #444;
    height: 100%;
    font-size: 0.14rem;
}

.input_box_border input::placeholder {
    color: rgba(156, 155, 173, 1);
    font-size: 0.14rem;
}

.input_box_border .iconfont {
    color: #BCBDC9;
    font-size: 0.20rem;
    margin-right: 0.06rem;
}

.input_box_border:last-of-type input {
    border: none;
}

.iptFrame {
    margin: 0 0.15rem 0.2rem;
    height: 0.40rem;
}

.imgcode {
    position: absolute;
    right: 0.15rem;
    bottom: 0.08rem;
    width: 0.75rem;
    height: 0.28rem;
}

.smscode {
    padding: 0 0.05rem;
    line-height: 0.40rem;
    text-align: center;
    position: absolute;
    color: #7966FE;
    right: 0rem;
    bottom: 0rem;
    font-size: 0.14rem;
    font-weight: 500;
    border-radius: 0.05rem;
    text-decoration: none;
}

/* 使用webkit内核的浏览器 */

input::-webkit-input-placeholder {
    color: #B4B4B4;
    font-size: 0.15rem;
}


/* Firefox版本4-18 */

input:-moz-placeholder {
    color: #B4B4B4;
    font-size: 0.15rem;
}


/* Firefox版本19+ */

input::-moz-placeholder {
    color: #B4B4B4;
    font-size: 0.15rem;
}


/* IE浏览器 */

input:-ms-input-placeholder {
    color: #B4B4B4;
    font-size: 0.15rem;
}

.button {
    font-size: 0.18rem;
    padding: 0.15rem;
}

.button a {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 0.45rem;
    background: linear-gradient(89deg, #AA71EB 0%, #AA71EB 100%);
    color: #fff;
    line-height: 0.45rem;
    border-radius: 0.12rem;
    border: none;
    outline: none;
    text-decoration: none;
}