input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.button {
    border-radius: 0;
}

input:focus,
textarea:focus {
    outline: none;
}

.nocopy {
    -moz-user-select: none;
    -webkit-user-select: none
}

* {
    -webkit-touch-callout: none;
    /*ç³»ç»Ÿé»˜è®¤èœå•è¢«ç¦ç”¨*/
    -webkit-user-select: none;
    /*webkitæµè§ˆå™¨*/
    -khtml-user-select: none;
    /*æ—©æœŸæµè§ˆå™¨*/
    -moz-user-select: none;
    /*ç«ç‹*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

input {
    -webkit-user-select: auto;
    /*webkitæµè§ˆå™¨*/
}

ul li {
    list-style-type: none;
}

.ovfHiden {
    overflow: hidden;
    position: fixed;
}

.ovfComm {
    overflow: auto;
    position: inherit;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
}

.ballNum {
    width: 30px;
    height: 30px;
    background-color: red;
    color: white;
    text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    float: right
}

.ruleBody {
    line-height: 130%
}

.PJDCommBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #ff5e1b;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    font-size: 14px
}

.commFont14 {
    color: #cccccc;
    font-size: 14px
}

.mainColorFont14 {
    color: #ff5e1b;
    font-size: 14px
}

.commFont12 {
    color: #cccccc;
    font-size: 12px
}

.mainColorFont12 {
    color: #ff5e1b;
    font-size: 12px
}

div {
    font-family: "å¾®è½¯é›…é»‘"
}

body {
    font-family: "å¾®è½¯é›…é»‘"
}

.centerBox {
    display: flex;
    justify-content: center;
    align-items: center
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}