*{margin:0;padding:0;font-family:Arial!important}

* {
    box-sizing: border-box;
}

.contanier[data-v-cbf395cd] {
    width: 100%;
    height: 100%;
    background-color: #fff
}

.contanier .head[data-v-cbf395cd] {
    width: 100%;
    height: 34px;
    background: #0e0402;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}

.contanier .head .text[data-v-cbf395cd] {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center
}

.contanier .head .text img[data-v-cbf395cd] {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 4px
}

.contanier .head .text .logo[data-v-cbf395cd] {
    width: 59px;
    height: 8px
}

.contanier .head img[data-v-cbf395cd] {
    width: 51px;
    height: 22px;
    display: block
}

.contanier .content[data-v-cbf395cd] {
    width: 100%;
    height: 600px;
    background-image: url(./content-back.png);
    background-size: 100% 100%;
    position: relative
}

.contanier .content .gold[data-v-cbf395cd] {
    width: 176px;
    height: 43px;
    background: #4e0809;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contanier .content .gold p[data-v-cbf395cd] {
    font-size: 12px;
    color: #efc844
}

.contanier .content .gold img[data-v-cbf395cd] {
    width: 47px;
    height: 39px;
    margin-left: 4px
}

.contanier .content .login[data-v-cbf395cd] {
    width: 322px;
    padding-top: 10px;
    margin: auto auto
}

.contanier .content .login .title[data-v-cbf395cd] {
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: 700
}

.contanier .content .login .input_phone[data-v-cbf395cd] {
    width: 100%;
    height: 43px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-top: 16px
}

.contanier .content .login .input_phone input[data-v-cbf395cd] {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.contanier .content .login .input_phone input[data-v-cbf395cd]:focus {
    outline: none;
    border: none
}

.contanier .content .login .getbutton[data-v-cbf395cd] {
    width: 99.5%;
    height: 41px;
    background: linear-gradient(180deg, #D9E3FF 0%, #A2C6F6 50%, #185FE4 100%);
    border-radius: 8px;
    text-align: center;
    line-height: 41px;
    color: #2600FF;
    box-shadow: 0 4px 10px #0000004d;
    font-weight: 700;
    margin-top: 10px
}

.yel {
    color: #FEC55E;
}

.age {
    background: #FEC55E;
    border-radius: 50%;
    color: #EF3D4B;
    width: 24px;
    height: 22px;
    line-height: 1.9;
    font-weight: 700;
}

.contanier .content .login .agreement[data-v-cbf395cd] {
    margin: 72px auto auto;
    color: #fff;
    text-align: center;
    width: 80%;
    font-size: 11px;
    display: flex;
    align-items: start
}

.contanier .content .login .agreement .age[data-v-cbf395cd] {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #2e1007;
    font-size: 10px;
    line-height: 19px
}

.contanier .content .login .agreement .text[data-v-cbf395cd] {
    font-size: 10px;
    line-height: 19px;
    text-decoration: underline;
    margin-left: 2px;
    color: #999
}

.contanier .list[data-v-cbf395cd] {
    width: 100%
}

.contanier .list .title[data-v-cbf395cd] {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #4f4f4f;
    margin-top: 16px
}

.contanier .list .list-item[data-v-cbf395cd] {
    width: 90%;
    min-height: 400px;
    margin: 30px auto auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

.contanier .list .list-item .item[data-v-cbf395cd] {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.contanier .list .list-item .item img[data-v-cbf395cd] {
    width: 86px;
    height: 98.97px;
    margin-right: 24px
}

.contanier .list .list-item .item p[data-v-cbf395cd] {
    margin-top: 7px;
    color: #4f4f4f;
    font-size: 12px
}

.contanier .list .create[data-v-cbf395cd] {
    width: 322px;
    height: 43px;
    box-shadow: 0 13px 23px #df6b1666;
    margin: auto auto 40px;
    background: linear-gradient(180deg, #D9E3FF 0%, #A2C6F6 50%, #185FE4 100%);
    border: 1px solid #7AACFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 43px;
    border-radius: 8px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .3)
}

.contanier .introdce[data-v-cbf395cd] {
    width: 100%
}

.contanier .introdce .title[data-v-cbf395cd] {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    color: #4f4f4f
}

.contanier .introdce .text[data-v-cbf395cd] {
    width: 90%;
    margin: 20px auto auto;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px
}

.contanier .bottom[data-v-cbf395cd] {
    width: 100%;
    height: 34px;
    margin-top: 21px;
    background: #0e0402;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid
}

.contanier .bottom img[data-v-cbf395cd] {
    width: 14px;
    height: 14px
}

.contanier .bottom .logo[data-v-cbf395cd] {
    width: 59px;
    height: 8px;
    margin-left: 8px
}