@charset "utf-8";

/*nnstyle*/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

html,
body {
    font-family: PingFang SC, Arial, sans-serif;
    transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    font-size: 24rem;
    /* color: #fdfafa; */
    background-color: #f6f6f6;
}

input{
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    border: none;
    outline: none;
    background-color: transparent;
}

button {
    border: none;
    background: none;
}

.body {
    max-width: 750px;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 120rem;
    margin: 0 auto;
    background-color: #f6f6f6;
}
.top_con{
    margin-top:  25rem;
    height: 0;
}
.content {
    width: 710rem;
    margin: 0 auto;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 999;
    pointer-events: auto;
}

.nnTip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20rem;
    border-radius: 10rem;
    text-align: center;
    font-size: 24rem;
    transition: .2s;
    z-index: 999;
}

.nnpopup {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 100;
    border-radius: 16rem 16rem 0 0;
    padding-bottom: 140rem;
    transform: translate3d(0, 100%, 0);
}

.nnpopup .title {
    font-size: 32rem;
    font-weight: 700;
    text-align: center;
    height: 123rem;
    line-height: 123rem;
    position: relative;
}

.nnpopup .title .icon-guanbi {
    position: absolute;
    right: 25rem;
    width: 35rem;
    height: 35rem;
}

.nnmask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    pointer-events: auto;
}

nav {
    width: 100%;
    height: 100rem;
    background: linear-gradient(90deg, rgb(29, 176, 252) 50%, rgb(64, 209, 244) 100%);
    padding: 0 20rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .logo {
    width: 120rem;
    height: 60rem;
}

nav .logo img {
    width: 120rem;
    height: 60rem;
}

nav .search {
    width: 540rem;
    height: 60rem;
    background: #f7f7f7;
    border: 1rem solid #f1f1f1;
    color: #bbb;
    font-size: 28rem;
    border-radius: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .search i {
    margin-right: 20rem;
}

.copyright {
    margin-top: 40rem;
    font-size: 24rem;
    text-align: center;
    color: #666;
}

.navbar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 100%;
    height: 100rem;
    background-color: #fff;
    box-shadow: 0 0 17rem 1rem hsla(0, 0%, 80.8%, .32);
}

.navbar a {
    text-align: center;
}

.navbar a i {
    font-size: 50rem;
    color: rgb(51, 51, 51);
}

.navbar a p {
    color: rgb(51, 51, 51);
    font-size: 12rem;
}

.navbar a.active i {
    color: rgb(29, 176, 252);
}

.navbar a.active p {
    color: rgb(29, 176, 252);
}

.banner {
    position: relative;
    width: 706rem;
    height: 327rem;
    margin: 20rem auto;
    overflow: hidden;
}

.banner img {
    width: 706rem;
    height: 327rem;
    border-radius: 10rem;
}

.banner .swiper-pagination {
    text-align: right;
    padding-right: 20rem;
}

.banner .swiper-pagination-bullet {
    width: 10rem;
    height: 10rem;
    opacity: .4;
}

.banner .swiper-pagination-bullet-active {
    background: rgb(29, 176, 252);
}

.cat {
    height: 80rem;
    display: flex;
    justify-content: space-between;
}

.cat .item {
    width: 25%;
    text-align: center;
}

.cat p {
    font-size: 32rem;
    color: #282828;
    margin-bottom: 5rem;
}

.cat span {
    font-size: 24rem;
    color: #999;
}

.cat .active p {
    color: rgb(29, 176, 252);
}

.cat .active span {
    padding: 1rem 8rem;
    background: rgb(29, 176, 252);
    color: rgb(255, 255, 255);
    border-radius: 16rem;
}

.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30rem;
}

.list .item {
    width: 345rem;
    height: 496rem;
    margin-bottom: 20rem;
    background-color: #fff;
    border-radius: 20rem;
    overflow: hidden;
    position: relative;
}

.list .item .img {
    width: 345rem;
    height: 354rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list .item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.list .item .info {
    padding: 10rem 20rem 15rem;
}

.list .item .info p {
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 28rem;
}

.list .item .info span {
    font-size: 22rem;
    color: #222;
}

.list .item .info .price {
    color: rgb(253, 80, 47);
}

.list .item .info .price b {
    font-size: 36rem;
    font-weight: 600;
}

#search {
    padding-top: 120rem;
    background-color: #ffffff;
}

.topbar {
    position: fixed;
    width: 100%;
    height: 100rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20rem;
}

.topbar .h1 {
    font-size: 30rem;
    color: #333;
}

.topbar .icon-xiangyoujiantou {
    transform: scaleX(-1);
    font-size: 38rem;
}

.topbar .input {
    width: 568rem;
    background-color: #eee;
    border-radius: 33rem;
    padding: 0 32rem;
    box-sizing: border-box;
    height: 66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar .input .icon-sousuo {
    color: #555;
    font-size: 36rem;
}

.topbar .input input {
    border: none;
    width: 452rem;
    height: 66rem;
    line-height: 66rem;
    font-size: 28rem;
}

.topbar .input input:focus {
    outline: none;
}

.topbar button {
    font-size: 30rem;
    color: #282828;
}

.result h2 {
    font-size: 28rem;
    font-weight: 500;
    color: #999;
    padding-bottom: 25rem;
    margin-bottom: 25rem;
    border-bottom: 1rem solid #eee;
}

.list2 .item {
    box-sizing: content-box;
    height: 180rem;
    padding: 30rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1rem solid #eee;
}

.list2 .item .img {
    width: 180rem;
    height: 180rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list2 .item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.list2 .item .info {
    width: calc(100% - 200rem);
}

.list2 .item .info p {
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 30rem;
    height: 80rem;
}

.list2 .item .info .price {
    color: rgb(253, 80, 47);
    margin-top: 10rem;
}

.list2 .item .info .price b {
    font-size: 34rem;
    font-weight: 600;
}

.list2 .item .info span {
    font-size: 22rem;
    color: #222;
}

.list2 .item .info i {
    font-size: 22rem;
    font-style: normal;
    color: #aaa;
}

.none {
    font-size: 28rem;
    color: #000;
    text-align: center;
    margin: 20rem auto;
}

.no-result {
    display: block;
    width: 414rem;
    height: 336rem;
    margin: 0 auto;
}

#login {
    position: relative;
    padding: 200rem 30rem 0 30rem;
}

#login .logo {
    display: block;
    width: 240rem;
    height: 240rem;
    margin: 0 auto;
}

#login .login {
    margin-top: 100rem;
}

#login .login .item {
    height: 112rem;
    padding: 0 45rem;
    font-size: 28rem;
    color: #333;
    border-bottom: 1rem solid #f0f0f0;
    display: flex;
    align-items: center;
}

#login .login .item input {
    font-size: 28rem;
    color: #333;
}

#login .login i {
    width: 35rem;
    text-align: center;
    margin-right: 20rem;
}

#login .login .icon-shouji {
    font-size: 36rem;
}

#login .login .icon-yanzhengyanzhengma {
    font-size: 30rem;
}

#login .login .item button {
    font-size: 26rem;
    color: rgb(29, 176, 252);
    margin-left: auto;
}

#login .logon {
    display: block;
    width: 100%;
    text-align: center;
    height: 86rem;
    line-height: 86rem;
    margin-top: 80rem;
    border-radius: 120rem;
    color: #fff;
    font-size: 30rem;
    background-color: #1db0fc;
}

#login .copyright {
    color: #999;
    font-size: 20rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50rem;
    margin: 0 auto;
}

#login .copyright a {
    color: #999;
    margin-left: 10rem;
}

.agree {
    margin-top: 40rem;
    color: #999;
    font-size: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agree a {
    color: #1db0fc;
}

.agree .checkbox {
    border-radius: 50%;
    width: 38rem;
    height: 38rem;
    margin-right: 5rem;
    border: 1rem solid #d1d1d1;
    background-color: #fff;
    text-align: center;
}

.agree .checkbox.checked {
    background-color: #1db0fc;
    border: 1rem solid #1db0fc;
}

.agree .checkbox.checked:before {
    content: "\e6c6";
    color: #fff;
    font-size: 32rem;
}

#cat {
    height: 100vh;
    padding-top: 128rem;
}

#cat .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 128rem;
    padding: 20rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1rem solid #f0f0f0;
}

#cat .header .icon-shouye {
    width: 68rem;
    height: 68rem;
    line-height: 68rem;
    border-radius: 50%;
    background-color: #1db0fc;
    text-align: center;
    color: #fff;
    font-size: 30rem;
}

#cat .header .search {
    width: 600rem;
    height: 68rem;
    background: #f7f7f7;
    border: 1rem solid #f1f1f1;
    color: #bbb;
    font-size: 28rem;
    border-radius: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cat .header .search i {
    margin-right: 20rem;
}

#cat .main {
    height: calc(100vh - 228rem);
    width: 100%;
    position: fixed;
    top: 128rem;
    left: 0;
    display: flex;
}

#cat .main .left {
    display: flex;
    flex-direction: column;
    width: 23%;
    height: calc(100vh - 228rem);
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    background-color: #f7f7f7;
}

#cat .main .left::-webkit-scrollbar {
    width: 0.1em;
    background-color: transparent;
}

#cat .main .left::-webkit-scrollbar-thumb {
    background-color: transparent;
}

#cat .main .left span {
    height: 100rem;
    line-height: 100rem;
    text-align: center;
    width: 100%;
    font-size: 26rem;
    color: #424242;
}

#cat .main .left span.left-active {
    background-color: #fff;
    color: #1db0fc;
}

#cat .main .left span.left-active:before {
    content: "";
    float: left;
    margin-top: 30rem;
    width: 6rem;
    height: 46rem;
    background: #1db0fc;
    border-radius: 0 4rem 4rem 0;
}

#cat .main .right {
    width: 77%;
    background-color: #fff;
}

#cat .main .right .menu .scroll {
    width: calc(100% - 90rem);
    height: 100rem;
    overflow-x: scroll;
    scrollbar-color: transparent transparent;
}

#cat .main .right .menu {
    position: fixed;
    width: 77%;
    background-color: #fff;
}

#cat .main .right .menu .scroll::-webkit-scrollbar {
    width: 0.1em;
    background-color: transparent;
}

#cat .main .right .menu .scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
}

#cat .main .right .menu .sons {
    height: 100rem;
    line-height: 100rem;
    white-space: nowrap;
    background-color: #fff;
}

#cat .main .right .sons span {
    display: inline-block;
    width: 150rem;
    height: 44rem;
    line-height: 44rem;
    text-align: center;
    font-size: 26rem;
    text-overflow: ellipsis;
    color: #989898;
    background-color: #f7f7f7;
    border-radius: 22rem;
    margin-left: 12rem;
}

#cat .main .right .sons span.sons-active {
    font-weight: 600;
    color: #1db0fc;
    background-color: rgb(9, 139, 243, .1);
}

#cat .main .right .menu .icon-xiala {
    position: absolute;
    right: 0;
    top: 0;
    width: 90rem;
    height: 100rem;
    line-height: 100rem;
    text-align: center;
    color: #999;
    transition: .2s;
}

#cat .main .right .show {
    position: fixed;
}

#cat .main .right .show:after {
    content: "";
    top: 228rem;
    right: 0;
    position: fixed;
    width: 77%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: -1;
}

#cat .main .right .show .icon-xiala {
    transition: .2s;
    transform: rotate(180deg);
}

#cat .main .right .show .scroll {
    width: 100%;
    height: auto;
    z-index: 97;
}

#cat .main .right .show .scroll .sons {
    height: auto;
    white-space: normal;
}

#cat .main .right #now {
    display: none;
}

#cat .main .right .show #now {
    display: block;
    font-size: 26rem;
    color: #adadad;
    height: 100rem;
    line-height: 100rem;
    margin-left: 20rem;
}

.cat-list {
    padding: 100rem 20rem 20rem 20rem;
    height: calc(100vh - 200rem);
    overflow-y: scroll;
}

/*个人中心*/
#user .user_balance{
    opacity: 1;
    border-radius: 12px;
    background: #FFFFFF;
    height: 90rem;
    margin: 20rem auto;
    width: 710rem;
    display: flex;
    align-items: center;
}
#user .user_balance .balance_tips{
    
}
#user .user_balance .balance_num{
    
}
#user .header {
    background: linear-gradient(238.27deg, #E57188 0%, #FF96AB 100%);    padding: 60rem 32rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#user .header .avatar {
    display: flex;
    align-items: center;
}

#user .header .avatar img {
    width: 120rem;
    height: 120rem;
    margin-right: 20rem;
    border-radius: 50%;
}

#user .header .avatar .info p {
    color: #fff;
    font-size: 32rem;
    margin-bottom: 10rem;
}

#user .header .avatar .info span {
    color: #fff;
}

#user .header .icon-31shezhi {
    font-size: 40rem;
    color: #fff;
}

#user .content {
    background: #fff;
    border-radius: 16rem;
}

#user .title {
    display: flex;
    justify-content: space-between;
    padding: 20rem 20rem 20rem 24rem;
    margin-top: 25rem;
    font-size: 30rem;
    color: #282828;
    align-items: center;
}

#user .title span {    
    font-weight: bold;
    font-family: none;
}

#user .title a {
    color: #666;
    font-size: 26rem;
}

#user .order .items {
    display: flex;
    align-items: center;
    height: 140rem;
}

#user .order .items a {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#user .order .items a i {
    font-size: 36rem;
    text-align: center;
    background: linear-gradient(238.27deg, #E57188 0%, #FF96AB 100%);
    color: #ffffff;
    width: 50rem;
    height: 50rem;
    line-height: 48rem;
    border-radius: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#user .order .items a i img {
    width:60%;
    height: 60%;
}

#user .order .items a p {
    margin-top: 6rem;
    font-size: 26rem;
    color: #333;
}

#user .serve .items {
    display: flex;
    align-items: center;
    height: 140rem;
}

#user .serve .items a {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
}

#user .serve .items a i {
    font-size: 48rem;
    text-align: center;
    width: 48rem;
    height: 48rem;
    line-height: 48rem;
    border-radius: 24rem;
}
#user .serve .items a img {
    width:50rem;
    height: 50rem;
}

#user .serve .items a p {
    margin-top: 6rem;
    font-size: 26rem;
}

/*个人信息修改*/
#user form {
    padding-top: 20rem;
}

#user form .item {
    padding: 30rem;
    border-bottom: 1rem solid #f2f2f2;
    font-size: 28rem;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#user form .item input {
    font-size: 28rem;
    text-align: right;
}

#user form .item #avatar {
    display: none;
}

#user form .item img {
    width: 96rem;
    height: 96rem;
    border-radius: 50%;
}

#user form .item .lock {
    display: flex;
    align-items: center;
    color: #868686;
}

#user form .item a {
    color: #868686;
}

#user form .item a i {
    font-size: 26rem;
}

#user button {
    display: block;
    font-size: 32rem;
    color: #fff;
    width: 690rem;
    height: 90rem;
    border-radius: 50rem;
    text-align: center;
    line-height: 90rem;
    margin: 76rem auto 0 auto;
    background-color: #1db0fc;
}

#user form .logout {
    display: block;
    font-size: 32rem;
    color: #1db0fc;
    width: 690rem;
    height: 90rem;
    border-radius: 50rem;
    text-align: center;
    line-height: 90rem;
    margin: 30rem auto 0 auto;
    border: 1rem solid #1db0fc;
}

/*商品详情*/
#detail > .icon-xiangyoujiantou {
    position: fixed;
    top: 15rem;
    left: 33rem;
    color: #333;
    width: 56rem;
    height: 56rem;
    line-height: 56rem;
    text-align: center;
    z-index: 99;
    background: hsla(0, 0%, 100%, .3);
    border: 1rem solid rgba(0, 0, 0, .1);
    border-radius: 40rem;
    font-size: 33rem;
    transform: scaleX(-1);
}

.detail_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 96rem;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_nav span {
    position: relative;
    font-size: 30rem;
    color: #050505;
    margin: 0 25rem;
}

.detail_nav span.active::after {
    position: absolute;
    width: 60rem;
    height: 5rem;
    background-repeat: no-repeat;
    content: "";
    background-color: #1db0fc;
    bottom: -10rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.detail_banner {
    position: relative;
    width: 100%;
    height: 750rem;
    overflow: hidden;
}

.detail_banner img {
    width: 100%;
    height: 750rem;
}

#detail .info {
    background-color: #fff;
    padding: 25rem 0;
    margin-bottom: 25rem;
}

#detail .info .price {
    color: #fd502f;
}

#detail .info .price b {
    font-size: 48rem;
}

#detail .info .price span {
    font-size: 28rem;
}

#detail .info .title {
    font-size: 32rem;
    font-weight: 700;
    margin-top: 25rem;
    word-break: break-all;
    height: 84rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

#detail .info .nums {
    margin-top: 22rem;
    font-size: 24rem;
    color: #82848f;
    display: flex;
    justify-content: space-between;
}

#detail .info .nums span {
    width: 33%;
}

#detail .detail_footer {
    padding: 0 20rem 0 30rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    border-top: 1rem solid #f0f0f0;
    height: 100rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#detail .detail_footer a {
    text-align: center;
    font-size: 18rem;
    color: #666;
}

#detail .detail_footer a i {
    text-align: center;
    font-size: 40rem;
}

#detail .detail_footer .action {
    width: 444rem;
    height: 76rem;
    line-height: 76rem;
    border-radius: 38rem;
    display: flex;
    overflow: hidden;
}

#detail .detail_footer .action button {
    width: 222rem;
    color: #ffffff;
    font-size: 28rem;
}

#detail .detail_footer .action .add {
    background-color: #22cafd;
}

#detail .detail_footer .action .now {
    background-color: #1db0fc;
}

#detail .model {
    background-color: #fff;
    padding: 25rem 0;
    margin-bottom: 25rem;
    color: #82848f;
}

#detail .model .content {
    display: flex;
    justify-content: space-between;
}

#detail #choosen {
    font-size: 28rem;
    color: #282828;
}

#detail .comment {
    background-color: #fff;
    padding: 25rem 0;
    margin-bottom: 25rem;
    color: #282828;
}

#detail .comment .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28rem;
}

#detail .comment .title a {
    color: #282828;
}

#detail .comment .title span {
    display: flex;
    align-items: center;
}

#detail .comment .title i {
    font-style: normal;
    color: #1db0fc;
}

.list3 .item {
    padding-bottom: 25rem;
    border-bottom: 1rem solid #f5f5f5;
}

.list3 .item .user {
    height: 96rem;
    display: flex;
    align-items: center;
    font-size: 30rem;
}

.list3 .item .user img {
    width: 60rem;
    height: 60rem;
    border-radius: 30rem;
    margin-right: 20rem;
}

.list3 .item .user .stars {
    margin-left: 20rem;
    color: #fba61d;
}

.list3 .item .date {
    font-size: 24rem;
    color: #82848f;
    margin-bottom: 20rem;
}

.list3 .item .said {
    font-size: 28rem;
}

.list3 .item .recall {
    font-size: 26rem;
    color: #454545;
    background-color: #f7f7f7;
    border-radius: 5rem;
    padding: 20rem;
    position: relative;
    margin-top: 20rem;
}

.list3 .item .recall span {
    color: #1db0fc;
}

#detail .comment_nav {
    position: fixed;
    width: 100%;
    height: 100rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20rem;
    background-color: #ffffff;
    border-bottom: 1rem solid #eee;
}

#detail .comment_nav .icon-xiangyoujiantou {
    transform: scaleX(-1);
    font-size: 38rem;
}

#detail .comment_nav span {
    display: flex;
    align-items: center;
}

#detail .comment_nav i {
    font-style: normal;
    color: #1db0fc;
}

#detail .comment_list {
    padding-top: 120rem;
    background-color: #ffffff;
}

#detail .detail {
    background-color: #ffffff;
}
#detail .detail article{
    padding: 0 10rem;
}
#detail .detail article img{
    width: 100% !important;
    height: auto !important;
    margin: 10rem 0;
}

#detail .detail h2 {
    font-size: 30rem;
    font-weight: 500;
    color: #333;
    height: 86rem;
    width: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 86rem;
}

#detail .detail article img {
    display: block;
    width: 100%;
    height: auto;
}

#cart_box {
    padding-left: 20rem;
    padding-right: 20rem;
}

#cart_box .icon-guanbi {
    position: absolute;
    top: 30rem;
    right: 25rem;
    width: 35rem;
    height: 35rem;
}

#cart_box .top {
    margin-top: 20rem;
    width: calc(100% - 100rem);
    display: flex;
    margin-bottom: 36rem;
}

#cart_box .top img {
    width: 150rem;
    max-height: 150rem;
    margin-right: 20rem;
}

#cart_box .top p {
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 32rem;
    height: 80rem;
    margin-bottom: 20rem;
}

#cart_box .top b {
    color: #E57188;
    font-size: 30rem;
}

#cart_box .top span {
    color: #E57188;
    font-size: 24rem;
}

#cart_box .attribute {
    margin-bottom: 10px;
}

#cart_box .attribute label {
    display: block;
    font-size: 30rem;
    color: #999;
}

#cart_box .attribute .option-list {
    display: flex;
    margin: 10rem 0;
}

#cart_box .attribute .option {
    border: 1rem solid #E57188;
    font-size: 26rem;
    color: #E57188;
    padding: 7rem 33rem;
    border-radius: 25rem;
    margin-right: 24rem;
    background-color: #E5718824;
}

#cart_box .attribute .option.selected {
    color: #1db0fc;
    background: #eaf3fe;
    border-color: #1db0fc;
}

#cart_box .sum {
    font-size: 30rem;
    color: #999;
    display: flex;
    justify-content: space-between;
    margin-top: 40rem;
}

#cart_box .sum > div {
    width: 252rem;
    height: 54rem;
    display: flex;
    justify-content: space-between;
    font-size: 25rem;
}

#cart_box .sum .reduce {
    width: 84rem;
    font-size: 48rem;
    background: #f2f2f2;
    height: 53rem;
    line-height: 53rem;
}

#cart_box .sum input {
    width: 84rem;
    text-align: center;
    background: #f2f2f2;
    color: #282828;
    font-size: 28rem;
    
    height: 53rem;
    line-height: 53rem;
}

#cart_box .sum .plus {
    width: 84rem;
    font-size: 48rem;
    background: #f2f2f2;
    
    height: 53rem;
    line-height: 53rem;
}

.navbar .icon-icozhuanhuan {
    position: relative;
}

.navbar .icon-icozhuanhuan span {
    position: absolute;
    color: #fff;
    font-size: 18rem;
    padding: 2rem 10rem 3rem;
    border-radius: 200rem;
    top: -10rem;
    right: -20rem;
    background: linear-gradient(238.27deg, #E57188 0%, #FF96AB 100%);}

#confirm .address.bg {
    width: 100%;
    height: 250rem;
    background: linear-gradient(180deg, #1db0fc 0, #f5f5f5);
    margin-bottom: 12px;
}

#confirm .address .content {
    padding-top: 20rem;
}

#confirm .address .top:before {
    content: "快递配送";
    color: #1db0fc;
    font-size: 28rem;
    display: block;
    height: 0;
    width: 336rem;
    border-width: 0 20rem 80rem 0;
    border-style: none solid solid;
    border-color: transparent transparent #fff;
    z-index: 2;
    border-radius: 7rem 30rem 0 0;
    text-align: center;
    line-height: 80rem;
}

#confirm .address .shipping {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150rem;
    padding: 28rem 30rem;
    background-color: #fff;
    box-sizing: border-box;
    flex-wrap: nowrap;
    border-bottom: 5rem dashed #1db0fc;
}

#confirm .address .shipping span {
    font-size: 30rem;
    color: #282828;
    font-weight: 700;
    margin-right: 50rem;
}

#confirm .address .shipping p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26rem;
    color: #666;
    margin-top: 10rem;
}

#confirm .address .shipping p i {
    font-style: normal;
    color: #1db0fc;
    margin-right: 10rem;
}

#confirm .pannel {
    margin-top: 20rem;
    background-color: #fff;
}

#confirm .pannel .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30rem;
    border-bottom: 2rem solid #f0f0f0;
    font-size: 30rem;
    color: #282828;
    line-height: 86rem;
}

.list4 .item {
    height: 180rem;
    padding: 0 30rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1rem solid #eee;
}

.list4 .item .img {
    width: 130rem;
    height: 130rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list4 .item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.list4 .item .info {
    width: 460rem;
}

.list4 .item .info p {
    font-size: 28rem;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80rem;
}

.list4 .item .info .price {
    color: rgb(253, 80, 47);
}

.list4 .item .info .price b {
    font-size: 26rem;
    font-weight: 500;
}

.list4 .item .info span {
    font-size: 22rem;
    color: #222;
}

.list4 .item .info i {
    font-size: 22rem;
    font-style: normal;
    color: #aaa;
}

.list4 .item .num {
    font-size: 26rem;
    color: #868686;
}

#confirm .pannel textarea {
    width: 100%;
    background-color: #f9f9f9;
    min-height: 70rem;
    border-radius: 5rem;
    margin: 10rem auto;
    padding: 12rem 14rem;
    font-size: 28rem;
    border: none;
    resize: none;
}

#confirm .navbar {
    padding: 0 30rem;
    justify-content: space-between;
    font-size: 28rem;
    color: #333;
}

#confirm .navbar b {
    color: #fd502f;
    font-weight: 500;
}

#confirm .navbar button {
    font-size: 30rem;
    color: #fff;
    width: 240rem;
    height: 70rem;
    background-color: #1db0fc;
    border-radius: 50rem;
    text-align: center;
    line-height: 70rem;
}

#address_box {
    z-index: 999;
    padding-bottom: 0;
}

#address_box .info {
    position: relative;
    padding-left: 130rem;
    border-bottom: 1rem solid #eee;
    height: 129rem;
}

#address_box .info::before {
    position: absolute;
    top: 25rem;
    left: 30rem;
    width: 38rem;
    height: 38rem;
    font-size: 38rem;
    content: "\e621";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#address_box .info.active {
    color: #1db0fc;
}

#address_box .info.active::after {
    position: absolute;
    top: 25rem;
    right: 30rem;
    width: 38rem;
    height: 38rem;
    font-size: 38rem;
    content: "\e6c6";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#address_box span {
    font-size: 28rem;
    font-weight: 700;
    margin-right: 50rem;
}

#address_box p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26rem;
    margin-top: 10rem;
}

#address_box a {
    display: block;
    font-size: 30rem;
    font-weight: 700;
    color: #fff;
    background-color: #1db0fc;
    width: 690rem;
    height: 86rem;
    border-radius: 43rem;
    text-align: center;
    line-height: 86rem;
    margin: 85rem auto;
}

#paying .pay_info {
    text-align: center;
    padding: 50rem 0 40rem 0;
}

#paying .pay_info p {
    font-size: 34rem;
    color: #e93323;
    margin-bottom: 20rem;
}

#paying .pay_info p span {
    font-size: 50rem;
}

#paying .pay_info .count-down {
    display: inline-block;
    background-color: #fff;
    padding: 8rem 28rem;
    border-radius: 40rem;
    font-size: 24rem;
    color: #e93323;
}

#paying .pay_way {
    padding: 30rem;
    border-radius: 15rem;
    background-color: #fff;
}

#paying .pay_way p {
    color: #666;
    font-size: 26rem;
}

#paying .pay_way .item {
    border-bottom: 1rem solid #eee;
    height: 130rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#paying .pay_way .item label {
    display: flex;
    align-items: center;
    width: calc(100% - 40rem);
}

#paying .pay_way .item label img {
    width: 50rem;
    height: 50rem;
    margin-right: 28rem;
}

#paying .pay_way .item label div p {
    font-size: 30rem;
    color: #333;
}

#paying .pay_way .item label div span {
    font-size: 22rem;
    color: #999;
}

#paying .pay_way .radio_type {
    width: 40rem;
    height: 40rem;
    appearance: none;
    position: relative;
}

#paying .pay_way .radio_type:before {
    content: '';
    width: 40rem;
    height: 40rem;
    border: 1rem solid #7d7d7d;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

#paying .pay_way .radio_type:checked:before {
    content: '';
    width: 40rem;
    height: 40rem;
    border: 1px solid #c59c5a;
    background: #e93323;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

#paying .pay_way .radio_type:checked:after {
    content: "\e6c6";
    position: absolute;
    color: #fff;
    width: 40rem;
    text-align: center;
    height: 40rem;
    line-height: 40rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#paying .pay_way .radio_type:checked + label {
    color: #c59c5a;
}

#paying .action {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#paying .action .confirm {
    display: block;
    width: 690rem;
    height: 90rem;
    border-radius: 45rem;
    color: #fff;
    background-color: #e93323;
}

#paying .action .later {
    color: #aaa;
    font-size: 24rem;
    margin-top: 20rem;
}

#cart {
    padding-top: 176rem;
}

#cart .top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

#cart .top .legend {
    height: 76rem;
    padding: 0 30rem;
    color: #8c8c8c;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cart .top .legend span {
    font-size: 22rem;
    width: 33%;
    text-align: center

}

#cart .top .legend span:before {
    content: "\e6c6";
    width: 25rem;
    height: 25rem;
    font-size: 22rem;
    border: 1rem solid #8c8c8c;
    border-radius: 50%;
    margin-right: 10rem;
}

#cart .top .total {
    height: 80rem;
    background-color: #fff;
    padding: 0 30rem;
    box-sizing: border-box;
    font-size: 28rem;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cart .top .total span {
    font-size: 28rem;
    color: #282828;
}

#cart .top .total span b {
    color: #1db0fc;
    font-weight: 500;
    margin-left: 10rem;
}

#cart .top .total button {
    font-size: 26rem;
    color: #282828;
    width: 110rem;
    height: 46rem;
    border-radius: 6rem;
    border: 1rem solid #a4a4a4;
}

#cart .cart_list .item {
    position: relative;
    height: 240rem;
    padding: 0 30rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20rem;
}

#cart .cart_list .item a {
    display: flex;
}

#cart .cart_list .item .img {
    width: 160rem;
    height: 160rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20rem;
}

#cart .cart_list .item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#cart .cart_list .item .info {
    width: 445rem;
}

#cart .cart_list .item .info p {
    font-size: 28rem;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80rem;
}

#cart .cart_list .item .info i {
    display: flex;
    justify-content: space-between;
    font-size: 22rem;
    font-style: normal;
    color: #aaa;
}

#cart .cart_list .info .price {
    color: rgb(253, 80, 47);
}

#cart .cart_list .item .info .price b {
    font-size: 26rem;
    font-weight: 500;
}

#cart .cart_list .item .info span {
    font-size: 22rem;
    color: #222;
}

#cart input {
    width: 40rem;
    height: 40rem;
    appearance: none;
    position: relative;
}

#cart input:before {
    content: '';
    width: 40rem;
    height: 40rem;
    border: 1rem solid #7d7d7d;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

#cart input:checked:before {
    content: '';
    width: 40rem;
    height: 40rem;
    border: 1px solid #1db0fc;
    background: #1db0fc;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

#cart input:checked:after {
    content: "\e6c6";
    position: absolute;
    color: #fff;
    width: 40rem;
    text-align: center;
    height: 40rem;
    line-height: 40rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#cart input:checked + label {
    color: #c59c5a;
}

#cart input:disabled:before {
    background-color: #e1e1e1 !important;
    border: 1rem solid #e1e1e1 !important;
}

#cart .cart_list .item .sum {
    position: absolute;
    right: 0;
    bottom: 40rem;
    width: 252rem;
    height: 54rem;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 25rem;
}

#cart .cart_list .item .sum .reduce {
    width: 72rem;
    font-size: 48rem;
}

#cart .cart_list .item .sum input {
    width: 72rem;
    text-align: center;
    background: #f2f2f2;
    color: #282828;
    font-size: 28rem;
}

#cart .cart_list .item .sum .plus {
    width: 84rem;
    font-size: 48rem;
}

#cart .pannel {
    z-index: 999;
    width: 100%;
    height: 96rem;
    background-color: hsla(0, 0%, 100%, .85);
    position: fixed;
    padding: 0 30rem;
    box-sizing: border-box;
    border-top: 1rem solid #eee;
    bottom: 90rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cart .pannel label {
    font-size: 28rem;
    color: #282828;
}

#cart .pannel label input {
    margin-right: 16rem;
}

#cart .pannel div span {
    font-size: 30rem;
    color: #fd502f;
    margin-right: 22rem;
}

#cart .pannel div button {
    color: #fff;
    background-color: #1db0fc;
    font-size: 30rem;
    width: 226rem;
    height: 70rem;
    border-radius: 50rem;
    text-align: center;
    line-height: 70rem;
}

#user .position {
    width: 500rem;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

#user .position select {
    border: none;
    background-color: transparent;
    font-size: 28rem;
}

#user .item {
    background-color: #fff;
}

#user .default {
    padding: 30rem;
    margin-top: 20rem;
    background-color: #fff;
    border-bottom: 1rem solid #f2f2f2;
    font-size: 28rem;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: start;
}

#user .default .checkbox {
    border-radius: 50%;
    width: 38rem;
    height: 38rem;
    margin-right: 5rem;
    border: 1rem solid #d1d1d1;
    background-color: #fff;
    text-align: center;
}

#user .default .checkbox.checked {
    background-color: #1db0fc;
    border: 1rem solid #1db0fc;
}

#user .default .checkbox.checked:before {
    content: "\e6c6";
    color: #fff;
    font-size: 32rem;
}

.address_list {
    padding-top: 20rem;
}

.address_list .item {
    background-color: #fff;
    margin-bottom: 20rem;
}

.address_list .item .info {
    padding: 28rem 30rem;
    border-bottom: 1rem solid #eeeeee;
}

.address_list .item span {
    font-size: 30rem;
    color: #282828;
    font-weight: 700;
    margin-right: 50rem;
}

.address_list .item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26rem;
    color: #666;
    margin-top: 10rem;
}

.address_list .item p i {
    font-style: normal;
    color: #1db0fc;
    margin-right: 10rem;
}

.address_list .item .bottom {
    height: 82rem;
    padding: 0 30rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address_list .item .radio_type {
    width: 40rem;
    height: 40rem;
    appearance: none;
    position: relative;
}

.address_list .item .radio_type:before {
    content: '';
    width: 40rem;
    height: 40rem;
    border: 1rem solid #CFCFCF;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.address_list .item .radio_type:checked:before {
    content: '';
    width: 40rem;
    height: 40rem;
    border: 1px solid #E57188;
    background: linear-gradient(238.27deg, #E57188 0%, #FF96AB 100%);
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.address_list .item .radio_type:checked:after {
    content: "\e6c6";
    position: absolute;
    color: #fff;
    width: 40rem;
    text-align: center;
    height: 40rem;
    line-height: 40rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.address_list .item .radio_type:checked + label {
    color: #c59c5a;
}

.address_list .item .action i {
    font-size: 28rem;
    color: #333333;
    margin-left: 10rem;
}

.address_list .item .action i:before {
    font-size: 32rem;
}

#user .header .total {
    padding-bottom: 100rem;
}

#user .header .total h2 {
    font-size: 34rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20rem;
}

#user .header .total p {
    color: hsla(0, 0%, 100%, .8);
    font-size: 26rem;
}

#user .status {
    height: 140rem;
    margin-top: -100rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20rem;
}

#user .status div {
    width: 25%;
    text-align: center;
}

#user .status div span {
    padding: 9rem;
    display: block;
}

#user .status div.active span {
    font-weight: 600;
}

.list5 {
    background-color: transparent !important;
}

.list5 .item {
    background-color: #fff;
    border-radius: 6rem;
    margin-bottom: 14rem;
}

.list5 .item .top {
    height: 84rem;
    padding: 0 30rem;
    border-bottom: 1rem solid #eee;
    font-size: 28rem;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list5 .item .top span {
    color: #fd502f;
}

.list5 .item .middle .info {
    padding: 0 30rem;
    margin-top: 22rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list5 .item .middle .info img {
    width: 120rem;
    height: 120rem;
}

.list5 .item .middle .info p {
    width: 306rem;
    color: #282828;
    height: 78rem;
    font-size: 28rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list5 .item .middle .info img {
    width: 120rem;
    height: 120rem;
}

.list5 .item .middle .info div span {
    display: block;
    text-align: right;
    font-size: 28rem;
    color: #999;
    margin-top: 6rem;
    line-height: 39rem;
}

.list5 .item .middle .total {
    font-size: 26rem;
    color: #282828;
    text-align: right;
    padding: 30rem;
    border-bottom: 1rem solid #eee;
}

.list5 .item .middle .total b {
    font-weight: 600;
    color: #fd502f;
}

.list5 .item .bottom {
    height: 107rem;
    padding: 0 30rem;
    display: flex;
    align-items: center;
    justify-content: end;
}

.list5 .item .bottom button {
    width: 176rem;
    height: 60rem;
    text-align: center;
    color: #fff;
    border-radius: 50rem;
    font-size: 27rem;
    margin-left: 17rem;
    background-color: #1db0fc;
}

.cancel {
    border: 1rem solid #ddd !important;
    color: #666 !important;
    background-color: transparent !important;
}

#confirm .notice {
    padding: 0 30rem;
    height: 150rem;
    background-color: #1db0fc;
    padding-top: 40rem;
}

#confirm .notice p {
    font-size: 30rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7rem;
}

#confirm .notice span {
    color: hsla(0, 0%, 100%, .8);
    font-size: 24rem;
}

#confirm .steps {
    position: relative;
    height: 115rem;
    padding: 0 40rem;
    margin-bottom: 20rem;
    background-color: #fff;
    font-size: 26rem;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#confirm .steps:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32rem;
    margin: 0 auto;
    content: "";
    display: block;
    width: 100%;
    height: 2rem;
    background-color: #939390;
    z-index: 1;
}

#confirm .steps span {
    position: relative;
    height: 60rem;
}

#confirm .steps span.active {
    color: #1db0fc;
}

#confirm .steps span:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20rem;
    margin: 0 auto;
    content: "";
    display: block;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-color: #939390;
    border: 20rem solid #ffffff;
    box-sizing: content-box;
    z-index: 2;
}

#confirm .steps span.active:after {
    background-color: #1db0fc;
}

#confirm .right {
    justify-content: end;
}

#confirm .right .cancel {
    margin-right: 20rem;
}

#confirm .pannel button {
    font-size: 26rem;
    color: #282828;
    width: 110rem;
    height: 46rem;
    border-radius: 6rem;
    border: 1rem solid #a4a4a4;
    margin-left: 10rem;
}

#history .top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#history .top .total {
    height: 80rem;
    background-color: #fff;
    padding: 0 30rem;
    box-sizing: border-box;
    font-size: 28rem;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1rem solid #eeeeee;
}

#history .top .total span {
    font-size: 28rem;
    color: #282828;
}

#history .top .total span b {
    color: #1db0fc;
    font-weight: 500;
    margin-left: 10rem;
}

#history .top .total button {
    font-size: 26rem;
    color: #282828;
    height: 46rem;
    padding: 0 10rem;
    border-radius: 6rem;
    border: 1rem solid #a4a4a4;
}

#history {
    padding-top: 100rem;
    background-color: #ffffff;
}

.list6 {
    display: flex;
    flex-wrap: wrap;
}

.list6 h2 {
    margin-bottom: 34rem;
    font-size: 34rem;
    font-weight: 600;
    flex: 0 0 100%;
}

.list6 a {
    width: 33.3%;
    display: inline-block;
    text-align: center;
    margin-bottom: 48rem;
}

.list6 a .img {
    width: 218rem;
    height: 218rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.list6 a .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.list6 a p {
    font-size: 24rem;
    color: #fd502f;
    font-weight: 600;
    margin-top: 15px;
}

.list6 a p b {
    font-size: 32rem;
}

#review .list4{
    background-color: #ffffff;
    padding: 20rem 0;
    margin-bottom: 20rem;
}

#review .pannel {
    margin-top: 20rem;
    background-color: #fff;
}

#review .pannel .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30rem;
    font-size: 30rem;
    color: #282828;
    line-height: 86rem;
}

#review .pannel textarea {
    width: 100%;
    background-color: #f9f9f9;
    min-height: 70rem;
    border-radius: 5rem;
    margin: 10rem auto;
    padding: 12rem 14rem;
    font-size: 28rem;
    border: none;
    resize: none;
}

#review .pannel .stars span{
    font-family: "iconfont" !important;
    font-size: 32rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: gray;
}
#review .pannel .stars span:before{
    content: "\e668";
}
#review .pannel .stars span.selected{
    color: #ffc107;
}
#review .navbar{
    justify-content: end;
}
#review .navbar button {
    font-size: 30rem;
    color: #fff;
    width: 240rem;
    height: 70rem;
    background-color: #1db0fc;
    border-radius: 50rem;
    text-align: center;
    line-height: 70rem;
    margin-right: 20rem;
}
#user .item textarea {
    width: 100%;
    background-color: #f9f9f9;
    min-height: 200rem;
    border-radius: 5rem;
    margin: 10rem auto;
    padding: 12rem 14rem;
    font-size: 28rem;
    border: none;
    resize: none;
}
