html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: auto;
    max-width: 750px;
    min-width: 320px;
}

body {
    margin: 0px;
}

.box {
    text-align: center;
}

a {
    cursor: pointer;
}

p {
    margin: 0 0 4px !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-0-8 {
    padding: 0 8px;
}

.center {
    text-align: center;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-40 {
    margin-top: 40px;
    margin-bottom: 5px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-0-14 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.margim-top-20 {
    margin-top: -20%;
}

.font-size-18 {
    font-size: 18px;
    color: #1f1f1f;
}

.font-size-20 {
    font-size: 20px;
    color: #1f1f1f;
}

.font-size-14 {
    font-size: 14px;
    color: #bcbcbc;
}

.font-size-12 {
    font-size: 12px;
    color: #F0F0F0;
}

.width-120 {
    width: 120px;
    height: 120px;
}

.width-60 {
    width: 60px;
    height: 60px;
}

.width-20 {
    width: 20px;
    height: 20px;
}

.height-20 {
    height: 16px;
}

.line-height {
    /*line-height: 1px;*/
    padding-top: 8px;
}

.overflow-hidden {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #bcbcbc;
}

.lcon {
    border-radius: 8px;
}

.border {
    border: 3px solid #F7F9FC;
    border-radius: 18px;
}

.padding {
    font-size: 8px;
    padding: 2px 5px;
    color: #fff;
    background-color: #E45314;
    border-radius: 8px;
}

.support {
    margin-top: 20px;
    background-color: #575757;
    padding-top: 10px;
    padding-bottom: 20px;
}

.title {
    font-size: 14px;
    color: #F0F0F0;
    border-bottom: solid #868686 1px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
}
/*���ذ�ť*/
.en-button {
    padding: 12px 1%;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px;
    margin-left: 4px;
}

.zh-button {
    padding: 12px 5%;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px;
    margin-left: 8px;
}

.button-bule {
    background-color: #01A7FB;
    box-shadow: 0 5px 10px #ADE2FD;
}

.button-red {
    background-color: #FE6F6D;
    box-shadow: 0 5px 10px #F9BFB9;
}
