* {
    padding: 0;
    margin: 0;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    max-width: 500px;
    margin: 0 auto;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

input::-webkit-input-placeholder { /*WebKit browsers*/
    color: #999999;
}

input::-moz-input-placeholder { /*Mozilla Firefox*/
    color: #999999;
}

input::-ms-input-placeholder { /*Internet Explorer*/
    color: #999999;
}
input:disabled::-webkit-input-placeholder { /*WebKit browsers*/
    color: #999999;
}

input:disabled::-moz-input-placeholder { /*Mozilla Firefox*/
    color: #999999;
}

input:disabled::-ms-input-placeholder { /*Internet Explorer*/
    color: #999999;
}
.errorPlaceholder::-webkit-input-placeholder { /*WebKit browsers*/
    color: red;
}

.errorPlaceholder::-moz-input-placeholder { /*Mozilla Firefox*/
    color: red;
}

.errorPlaceholder::-ms-input-placeholder { /*Internet Explorer*/
    color: red;
}

.rule {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.rule > div {
    position: absolute;
    left: 5%;
    top: 20%;
    width: 90%;
    height: 60%;
    background: #FFFFFF;
}

.rule > div h4 {
    margin: 20px 0px;
    font-weight: bold;
    text-align: center;
}

.rule > div > ul {
    width: 86%;
    height: 80%;
    overflow-y: scroll;
    margin: 0 auto;
    font-size: 15px;
    line-height: 24px;
}

.rule > div > ul span {
    color: #f22816;
}

.rule > div > ul li {
    font-size: 12px;
    margin-top: 10px;
}

.rule > div > ul li p {
    font-weight: bold;
}

.rule > div button {
    display: block;
    width: 30px;
    height: 30px;
    margin: 50px auto;
    background-image: url('../images/xp.png');
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    outline: 0;
}

input[type='button'], input[type='submit'] {
    display: block;
    width: 90%;
    margin: 20px auto;
    border: 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
    /*background: #e0bd6b;*/
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    background-image: linear-gradient(0deg, #d9b561 0%, #efcf81 100%),
    linear-gradient(#deba68, #deba68);
    background-blend-mode: normal, normal;
}

.bottomNav {
    width: 100%;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    padding: 2px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #f3f4f7;
    border-top: 1px solid #d4d4d4;
}

.bottomNav > div {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-align: center;
}

.bottomNav > div img {
    width: 24px;
    margin: 0 auto;
    display: block;
}

.bottomNav > div span {
    font-size: 12px;
}

.bottomNav > div.bottomNavActive span {
    color: #deba68;
}

strong {
    font-weight: bold;
}

#shearDialog {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}

#shearDialog .shearDialogMain {
    background: #FFFFFF;
    padding-top: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
}

#shearDialog .shearDialogMain .logos {
    margin-top: 20px;
}

#shearDialog .shearDialogMain .logos a {
    display: block;
    width: 33%;
    float: left;
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
}

#shearDialog .shearDialogMain .logos a img {
    display: block;
    width: 30px;
    margin: 0 auto 4px;

}

#shearDialog .shearDialogMain button {
    height: 50px;
    display: block;
    background-color: #fff;
    width: 100%;
    outline: 0;
    border: 0;
    font-size: 14px;
}

.heightVip {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    font-family: PingFangSC-Regular;
    display: none;
}

.heightVipMain {
    position: absolute;
    width: 90%;
    top: 50%;
    margin-top: -150px;
    left: 5%;
    background: url("../images/handleCard_01.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.vipH {
    width: 120px;
    height: 90px;
    display: block;
    position: absolute;
    left: 50%;
    top: -56px;
    margin-left: -60px;
}

.x {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 14px;
}

.heightP {
    margin-top: 40px;
    color: #deba68;
    font-size: 14px;
    text-align: center;
}

.teQuan {
    width: 90%;
    margin: 30px auto 0;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.teQuan > div {
    -webkit-box-flex: 1 /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    font-size: 14px;
    color: #deba68;
}

.teQuan > div img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.teQuan > div span {
    display: block;
    margin: 8px 0;
}

.now {
    display: block;
    width: 80%;
    background: #d9c074;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin: 30px auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}