* { margin: 0; padding: 0; }
body{
    background: #f6f6f6;
}
.noselect{
    user-select: none;
}
.button{
    color: #000;
    background-color: #ccc;
    width: 100%;
    border-radius: 28px;
    cursor: pointer;
    font-size:16px;
    line-height: 36px;
    text-align: center;
    user-select: none;
}
.title_bar{
    width: 100%;
    /* height: 50px; */
    /* background-color: #ceebff; */
}

.title{
    width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    min-height: 50px;
    background: url(image/logo.png) center center no-repeat;
    background-size: 12%;
    position: fixed;
    z-index: 0;
    left: calc(50% - 200px);
    top: 0;
}
.cal{
    width: 400px;
    margin: 52px auto 10px auto;
    padding-bottom: 100px;
    position: absolute;
    z-index: 1;
    left: calc(50% - 200px);
    top: 0;
}

.cal_inner{
    background-color: #fff;
    border-radius: 5px;
    padding:10px;
    box-shadow: 0px 1px 2px #b6b6b6;
}

.cal_inner .loading{
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    color: #313131;
}

#loading{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    display: none;
}

#loading p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    user-select: none;
    letter-spacing: 2px;
    font-size: 12px;
}



#login{
    margin-bottom: 5px;
    display: none;
}

#register{
    margin-bottom: 5px;
    display: none;
}

.more_button{
    position: absolute;
    width: 40px;
    background-color: #616161;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    padding:10px 0;
    /* margin-left: calc(100% - 20px); */
    margin-left: calc(400px - 10px);
    margin-top: 10px;
}


.item{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
}

.item input{
    padding:0 10px;
    border-radius: 5px;
}


.item .click_weight_about{
    cursor: pointer;
}

.item div{
    margin-bottom: 5px;
}

.item .number{
    width: 8%;
    color: #ccc;
    font-size: 12px;
    padding:5px 0 0 5px;
}

.item .detail{
    width: 90%;
}

.item label{
    display: inline-block;
    width: 20%;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: right;
    padding-right: 8px;
}

.item input {
    border: 1px solid #ccc;
    height: 30px;
    width: 50%;
}

.item span{
    margin-left: 12px;
    font-size: 12px;
    color: #919191;
}

.item .item_sub{
    display: flex;
}

.item .item_sub .item_price{
    width: 48%;
}

.item .item_sub .item_weight{
    width: 54%;
}

.item .item_sub .item_weight select{
    border: 1px solid #ccc;
    height: 30px;
    width: 65%;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
}


.item .item_product input{
    width: 75%;
}

.item .item_product label{
    font-size: 14px;
    width: 10%;
}

.item .item_ex{
    display: flex;
}


.item .item_jp_ship_fee{
    width: 46%;
}

.item .item_jp_ship_fee label{
    font-size: 13px;
}

.item .item_jp_ship_fee_readme{
    width: 50%;
    line-height: 30px;
}

.item .item_jp_ship_fee_readme span{
    margin: 0;
}

.item .function input{
    border: 0;
    text-align: center;
    width: 28px;
    cursor: pointer;
}

.add_item_button{
    margin-bottom: 28px;
}

.add_item_button input{
    border: 0;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    height: 36px;
}

.send_wrap{
    margin: 4px;
}

.send{
    display: block;
    width: 100%;
    border: 0;
    background-color: #23c1fd;
    /* background-color: rgb(65, 68, 68); */
    color: #fff;
    border-radius: 28px;
    height: 36px;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
}

.help{
    margin: 0 auto;
    display: flex;
    margin-bottom: 8px;
}

.help a{
    width: 100%;
    text-align: center;
    padding-right: 12px;
    user-select: none;
    cursor: pointer;
}

.click_purcharsing_list, .click_terms, .click_contact_us{
    font-size: 11px;
    cursor: pointer;
}

.total{
    display:flex;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.total div{
    margin-right: 5px;
    width: 100%;
}

.total label{
    display: block;
    text-align: center;
    font-size: 12px;
}

.total p{
    text-align: center;
    line-height: 46px;
    font-size:20px;
}

.total .final{
    line-height: 40px;
    font-size: 28px;
}

.nav{
    width: 400px;
    margin: 0 auto;
    margin-top: 5px;
    padding:10px;
    position: fixed;
    bottom: 10px;
    left: calc(50% - ( 400px + 20px ) / 2);
    z-index: 1;
}

.nav_inner{
    background-color: #414444c2;
    width: 100%;
    min-height: 60px;
    border-radius: 8px;
    display: flex;

}


.nav_inner a{
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    border-right: 1px solid #454545;
    text-decoration: none;
}

.nav_inner .selected{
    
}

.nav_inner a:last-child{
    border:none;
}

.remind{
    padding: 6px 0;
    font-size: 10px;
    color: #6a6a6a;
    text-align: center;
}

.remind2{
    color: #929292;
}

.order_button{
    display: flex;
    margin: 10px 0;
}

.order_button .button:nth-child(1){
    margin-right: 5px;
}

.order_button input{
    height: 38px;
}

.account .remind{
    margin: 5px 0 10px;
}

.account .inner{
    display: flex;
    margin-right: 8px;
}

.account .inner .box{
    margin-right: 10px;
    width: 80%;
}

.account .inner .box p{
    margin-bottom: 5px;
    font-size: 14px;
}

.account .inner .box label{
    width: 20%;
    display: inline-block;
    text-align: center;
}

.account .inner .box input{
    width: 78%;
    border: 1px solid #ccc;
    border-radius: 2px;
    line-height: 28px;
    padding: 0 5px;
}
.account .inner .box .special_height_label{
    margin-top: 2px;
    line-height: 16px;
}
.account .inner .box .special_height_label span{
    font-size: 12;
}

.account .inner .box .special_height{

}

.account .inner .box .sub{
    margin-top: 16px;
}

.account .inner .button_wrap{
    width: 22%;
}

.account .inner .button_wrap button{
    width: 100%;
    line-height: 30px;
    border: 0;
    background-color: #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}

.account .inner .button_wrap .account_button{
    margin-bottom: 5px;
}

.account .inner .button_wrap .go_register_button{
    border: 1px solid #ccc;
    background: none;
}

.account .inner .button_wrap .register_button{
    height: 66px;
    border: 1px solid #ccc;
    background: none;
    /* margin-top: 90px; */
}

.common_order{
    display: none;
}

.common_order .remind{
    margin: 5px 0 10px;
}

.common_order .inner{
    display: flex;
}

.common_order .top_inner_text{
    width: 72%;
    padding-top: 8px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
}

.common_order .button_wrap{
    width: 28%;
}

.common_order .button_wrap button{
    width: 100%;
    line-height: 40px;
    border: 0;
    background: #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.common_order .top .button_wrap button{
    border:1px solid #ccc;
    background: none;
}

.common_order .account_inner{
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 10px 0;
    display: none;
}

.common_order .account_inner input[type=button]{
    width: 20%;
    border: 0;
    border-radius: 5px;
    height: 26px;
    background-color: #ccc;
    margin-right: 6px;
}

.common_order .account_inner .change_remind{
    font-size: 12px;

    color: #898989;
}

.common_order .account_inner a{
    color: #898989;
}

.common_order .account_inner div{
    display: flex;
    margin-bottom: 4px;
}

.common_order .account_inner label{
    width: 20%;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 3px;
}

.common_order .order_list{
    display: none;
}

.common_order .order_list .loading{
    width: calc(100% - 20px);
    position: absolute;
    background-color: rgb(255 255 255 / 75%);
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}

.common_order .order_list .more{
    width: 100%;
    border: 0;
    line-height: 36px;
    background-color: #ccc;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}


.common_order .order_list .order{
    margin: 5px 0 10px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 10px;
}

.common_order .order_list .order .button_wrap{
    margin-top: 22px;
}

.common_order .order_list .order .status{
    display: flex;
}

.common_order .order_list .order .status label{
    color: #a2a2a2;
    margin-right: 12px;
    height: 20px;
    line-height: 21px;
}

.common_order .order_list .order .status span{
    font-size: 14px;
    color: #464646;
    line-height: 20px;
}


.common_order .order_list .order .value{
    font-size: 26px;
}

.common_order .order_list .order .value span{
    font-size: 16px;
    padding: 0px 2px;
}

.common_order .order_list .order_simple_data{
    width: 72%;
}

.common_order .order_list .order_simple_data .number{
    margin-bottom: 5px;
    font-size: 13px;
    color: #515151;
}

.common_order .order_list .order_simple_data .inner div{
    margin-right: 5px;
    width: 33%;
}

.common_order .order_list .order_simple_data .inner p:first-child{
    margin-bottom: 4px;
}


.common_order .order_simple_data{
    font-size: 12px;
}

.order_detail{
    margin-top: 5px;
    padding: 5px 0;
    display: none;
}

.order_detail .order_action_remind{
    display: none;
}

.order_detail .order_action_confirm{
    display: none;
}

.order_detail .inner{
    display: flex;
}

.order_detail .status_inner{
    padding: 5px 0;
    margin: 10px 0 12px;
    position: relative;
}

.order_detail .status_inner .line{
    height: 4px;
    width: 98%;
    background-color: #eaeaea;
    position: absolute;
    bottom: 38px;
}


.order_detail .status_inner .circles
{
    display: flex;
    width: 100%;
}

.order_detail .status_inner .circles div{
    width: 100%;
    margin-right: 5px;
}

.order_detail .status_inner .circles .circle{
    background-color: #eaeaea;
    width: 100%;
    padding-top: 100%;
    border-radius: 100%;
    position: relative;
}

.order_detail .status_inner .circles .selected_circle{
    background-color: #6c6c6c;
}

.order_detail .status_inner .circles .selected_circle p{
    color: #fff;
}

.order_detail .status_inner .circles .circle p{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 5px;
    transform: translateY(-50%);
    user-select: none;
}

.order_detail .upload_receipt{
    padding: 5px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    background-color: #f4f4f4;
    display: none;
}

.order_detail .upload_receipt label{
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #ccc;
    border-radius: 5px;
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 5px;
}

.order_detail .upload_receipt button{
    padding: 5px;
    width: 100%;
    background-color: #404040;
    border: 0;
    border-radius: 5px;
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    cursor: pointer;
}

.order_detail #upload_receipt_file{
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.order_detail .pay_method h1{
    text-align: center;
    font-size: 18px;
    padding: 10px 0 4px;
}

.order_detail .pay_method span{
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
}

.order_detail .pay_method .phonenumber{
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.5px;
    /* line-height: 34px; */
    padding: 4px 0 2px;
}

.order_detail .pay_method .remind p{
    /* text-align: left; */
}

.order_detail .total_inner{
    display: flex;
    padding: 18px 0 10px;
}

.order_detail .total_inner div{
    width: 100%;
}

.order_detail .total_inner .inner_title{
    font-size: 12px;
    font-weight: bold;
}
.order_detail .total_inner .label{
    font-size: 26px;
}

.order_detail .total_inner .label span{
    font-size: 16px;
    padding: 0 2px;
}


.order_detail .order_title{
    width: 80%;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
}

.order_detail .detail{
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0 8px;
}

.order_detail .detail label{
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.order_detail .detail span{
    font-size: 14px;
    color: #535353;
}

.order_detail .detail .detail_item{
    padding: 2px 0;
    margin-bottom: 2px;
}

.order_detail .detail .item_number{
    font-size:12px;
    color: #797979;
}

.order_detail .detail .item_product{

}

.order_detail .detail .item_sub{
    display: flex;
}

.order_detail .detail .item_sub div{
    width: 50%;
}

.order_detail .detail .item_ship_fee{

}

.order_detail .button_wrap{
    width: 31%;
}

.order_detail .button_wrap button{
    width: 100%;
    border: 0;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.pay{
    display: none;
}

.pay .sub_title{
    padding: 5px 0;
    font-weight: bold;
    margin: 5px;
}

.pay .pay_sub{
    padding: 6px 0;
    margin-bottom: 10px;
}

.pay .pay_sub label{
    font-size: 14px;
    margin-right: 10px;
}

.pay .pay_sub span{
    font-size: 22px;
}

.pay .upload_area{
    font-size: 12px;
    border:1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    width: 100%;
}

.pay .upload_readme{
    font-size: 12px;
    margin-bottom: 10px;
    color: #303030;
    text-align: center;
}

.pay .confirm_button button{
    width: 100%;
    border: 0;
    padding: 6px 0;
    margin: 4px 0 0;
    background-color: #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.pay .pay_readme{
    padding: 10px 0;
}

.pay .pay_readme label{
    padding: 8px 0;
    display: block;
    font-weight: bold;
}

.pay .pay_readme .pay_method_title{
    font-size: 14px;
    padding: 0 5px;
    color: #2f2f2f;
}

.pay .pay_readme .email, .pay .pay_readme .phonenumber{
    font-size: 18px;
    padding: 5px 12px;
}

.remind_message{
    display: none;
    width: 380px;
    position: fixed;
    left: calc(50% - 380px / 2);
    border-radius: 5px;
    background: #0000008a;
    color: #fff;
    top: 28px;
    z-index: 1;
    text-align: center;
    padding: 5px 0px;
}

.popup{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.popup h1{
    font-size: 18px;
    margin: 4px 0 6px;
    padding: 0 6px;
}

.popup_wrap{
    position: absolute;
    top:0;
    left:calc(50% - 400px /2);
    width: 380px;
    margin-top: 20px;
    min-height: 100px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    padding: 10px;
}

.popup_wrap .popup_content p{
    font-size:14px;
    padding: 4px 0;
}

.popup .close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
}



.animation_button{
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
    height: 36px;
}

.animation_button .two{
    background: linear-gradient(90deg, #025ce3, #4e94fd);
}

.animation_button .overlay{
    position: absolute;
    background: #fff;
    top: 0;
    left: 150px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    animation: button_blink 0.5s linear;
    z-index:99;
}

@keyframes button_blink {
    0%{
      height: 0px;
      width: 0px;
      opacity: 0.3;
    }
    100%{
      height: 400px;
      width: 400px;
      opacity: 0;
    }
}

.animation_button2 {
    position: relative;
    /* padding: 10px 22px;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #7d2ae8;
    transition: all 0.2s ease; */
  }
  .animation_button2:active {
    transform: scale(0.96);
  }
  .animation_button2:before,
  .animation_button2:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
  }
  .animation_button2.animate::before {
    top: -70%;
    /* background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%); */
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
      10% 10%, 18% 18%;
    animation: greentopBubbles ease-in-out 0.6s forwards infinite;
  }
  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  .animation_button2.animate::after {
    bottom: -70%;
    /* background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%); */
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    animation: greenbottomBubbles ease-in-out 0.6s forwards infinite;
  }
  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }