body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, helvetica, "\5FAE\8F6F\96C5\9ED1", Microsoft Yahei, sans-serif;
}

body * {
    box-sizing: border-box;
}

a {
    color: #1D9DFD;
    text-decoration: none;
}

ul, li, p, h1, h2, a {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top_banner img {
    max-width: 100%;
    display: block;
}

.account_input {
    border: solid 1px #DCDCDC;
    line-height: 38px;
    padding: 2px 5px;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    -webkit-appearance: none;
}

h2 span{
    display: inline-block;
    width: 4px;
    height: 28px;
    background: #5dbcbf;
    margin-right: 5px;
    float: left;
}

.account_info h2 {
    border-bottom: solid 1px #DCDCDC;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.account_tip {
    font-size: 12px;
    color: #888;
    line-height: 25px;
    margin-top: 5px;
}

.account_tip_error {
    color: #de0000;
}

.bean_box {
    margin-top: 10px;
    padding: 0 20px;
}

.bean_box h2 {
    border-bottom: solid 1px #DCDCDC;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.bean_box ul {
    padding: 0;
    margin: 0;
}

.bean_box li {
    background-color: #fff;
    list-style: none;
    display: block;
    float: left;
    padding: 10px;
    border: solid 1px #DCDCDC;
    width: 47%;
    margin-right: 6%;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: center;
}

.bean_box li:nth-child(even) {
    margin-right: 0;
}

.bean_box .bean_num {
    display: block;
    color: #333;
    font-size: 16px;
}

.bean_box .price {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.bean_box li.selected {
    border-color: #01D0C5;
}

.bean_box li.selected .bean_num, .bean_box li.selected .price {
    color: #01D0C5;
}

.clear {
    clear: both;
}

.btn {
    background-color: #01D0C5;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    border-radius: 5px;
}

.btn2 {
    background-color: #f8f8f8;
    color: #555;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    border: solid 1px #DCDCDC;
    border-radius: 5px;
}

.pay_btn {
    margin-top: 30px;
}

.bean_box .text {
    line-height: 25px;
    font-size: 14px;
    color: #888;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.bottom {
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background-color: #F5F5F5;
}

.popup_box {
    position: fixed;
}

.popup_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

.popup_panel {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    padding: 10px;
    width: 80%;
    margin-left: 10%;
    border-radius: 5px;
}

.popup_panel h2 {
    font-weight: normal;
    color: #01D0C5;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: solid 1px #F5F5F5;
}

.confirm_list {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
}

.confirm_avatar {
    width: 120px;
    height: 120px;
    padding: 3px;
    border: solid 1px #f5f5f5;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.confirm_avatar img {
    border-radius: 50%;
    max-width: 100%;
    display: block;
}

.confirm_btn {
    margin-top: 20px;
}

.confirm_title {
    min-width: 80px;
    padding-right: 5px;
    display: inline-block;
    text-align: right;
}

.cancel_btn {
    margin-top: 15px;
}

.popup_panel .success_title {
    color: #56cd85;
}

.success_message {
    color: #888;
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
}

.popup_panel .error_title {
    color: #fe0000;
}

.pay_methods li {
    display: block;
    border: solid 1px #F5F5F5;
    margin-top: 15px;
}

.pay_methods li img {
    max-width: 100%;
    display: block;
}

.popup_box {
    display: none;
}

.popup_bg {
    opacity: 0;
}

.open_tip {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.open_tip img {
    max-width: 100%;
    display: block;
}

.open_tip p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    display: block;
}

.header-container {
    box-sizing: border-box;
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    border-radius: 0.06rem;
}

.demo-image {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    width: 0.48rem;
    border-radius: 50%;
}

.demo-image img {
    width: 100%;
    height: 100%;
}

.des {
    font-size: .14rem;
    font-weight: 500;
    line-height: .2rem;
    color: #161823;
    padding-left: 0.12rem;
}