
html{font-size: 5px;}
body{ min-width: 960px;}
body img{ max-width: 100%; max-height: 100%;}
.shop_btn{cursor: pointer; display: inline-block; padding: 0.5rem 2rem; background-color:#d9c71d ;border-radius: 5rem; color:#1A9D0D ; font-weight: bold; box-shadow: 0rem 0.1rem 0rem #000;font-size: 2rem;}
.shop_header{ padding:0 4rem; display: flex; height:17rem; background-color: #1A9D0D;justify-content: space-between;align-items: center;}
.shop_header .shop_logo{display: flex;align-items: center;}
.shop_header .logo{width: 10rem;}
.shop_header .down{margin-left: 3rem; font-size: 2.6rem;}
.shop_header .shop_page_title{width: 19rem;}
.shop_header .shop_user_login{text-align: center;}
.shop_header .volcano_id{width: 24rem;}
.shop_header .account-about-item-info{ color: #fff; margin-top: 2rem; font-size: 2rem; display: flex;justify-content: center;align-items: center;}
.shop_header .account-about-item-info .btn-box{ margin: 0 2rem;color: #FF4D00; }
.shop_header .account-about-item-info a{color: #FF4D00;cursor: pointer;}
.shop_header .btn-box .login{ margin-top: 1rem; color:#1A9D0D ; font-weight: bold;}

.shop_main .shop_goods_show{text-align: center; display: flex;align-items: center; justify-content: space-around; min-height: 86rem; background-image: url("/assets/img/shop_bj.png");background-repeat: no-repeat; background-size: cover; background-position: top center; }
.shop_main .shop_goods_notice{color: #fff;font-size: 3rem;margin-top: 6rem; }
.shop_main .goods_item{display: inline-block;width: 23rem; margin: 1.2rem;background-color: #ffffff63; padding:2rem 1rem ;border-radius: 2rem; }
.shop_main .goods_item .goods_title {color: #fff; font-weight: bold; font-size: 2rem; margin-bottom: 2rem; }
.shop_main .goods_item .goods_price {color: #fff; font-weight: bold; font-size: 3rem; }
.shop_main .goods_item .goods_buy_btn{margin-top: 2rem;cursor: pointer; }

.shop_main .shop_game{ min-height: 110rem; background-image: url("/assets/img/shop_bj1.png");background-repeat: no-repeat; background-size: cover; background-position: bottom center;}
.shop_main .shop_game .shop_game_con{max-width: 110rem; margin: 0 auto; padding-top: 19rem; display: flex; justify-content:space-between;align-items: center;}
.shop_main .shop_game_img{ width: 47rem;}
.shop_main .shop_game_info{ text-align: center;}
.shop_main .shop_game_title{ width: 46rem;margin: 0 auto;}
.shop_main .shop_game_icon{ width: 23rem; margin: 0 auto; margin-top: 2rem;}
.shop_main .shop_game_desc{ font-size: 2.5rem; color: #fff;font-weight: bold; margin-top: 2rem;}

.shop_main_footer{ margin-top:6rem ; text-align: center;color: #fff; padding-bottom: 5rem;}
.shop_main_footer .shop_main_footer_icon img{ width: 10rem;}
.shop_main_footer .agreement {font-size: 2.5rem;}


.layui-layer-page.payway .payway-list-inline { padding: 3rem;}
.layui-layer-page.payway .payway-list-inline li{ display: inline-block;text-align: center;vertical-align: middle; margin: 0 2rem; padding:2rem;cursor: pointer;}
.layui-layer-page.payway .payway-list-inline li:hover{ background-color: #cfcfcf;}
.layui-layer-page.payway .payway-list-inline li img{ max-width: 30rem;max-height: 20rem;}

