@charset "UTF-8";
.game-class {
    padding: 4px 0;
    margin-bottom: 12px
}

.game-class>nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.game-class>nav a {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    border-radius: 4px;
    padding: 6px 20px
}

.game-class>nav a:hover {
    color: #07c5b9;
    background-color: #e6f7f6
}

.game-class>nav a.active {
    background-color: #07c5b9;
    color: #fff;
    font-weight: 700
}

.game-list li {
    padding: 12px 0 20px 0
}

.game-list li:nth-child(n+2) {
    border-top: 1px dashed #e2e8f0
}

.game-list li:hover {
    background-color: #fafafa
}

.game-list-tit {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px
}

.game-list-tit:hover {
    color: #07c5b9
}

.game-list-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.game-list-bottom .cover {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 24px
}

.game-list-bottom .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.game-list-bottom .cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.game-list-bottom .cont>p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.game-list-bottom .cont .cont-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px
}

.game-list-bottom .cont .cont-infos span {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    position: relative
}

.game-list-bottom .cont .cont-infos span:nth-child(n+2)::after {
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    top: 2px;
    width: 0;
    height: 12px;
    border-left: 1px solid #ccc
}

.game-list-bottom .cont .cont-infos span.time {
    padding-left: 18px;
    background-image: url(../images/icon-time.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center
}

.game-list-bottom .down {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #07c5b9;
    background-color: #e6f7f6;
    padding: 8px;
    border-radius: 4px
}

.game-list-bottom .down:hover {
    background-color: #07c5b9;
    color: #fff
}

.pp-detail-head {
    margin-bottom: 24px
}

.pp-detail-head .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 8px;
    height: 60px;
    position: relative;
    z-index: 10
}

.pp-detail-head .top .app-img {
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 8px rgba(161, 161, 161, .2);
    box-shadow: 0 0 8px rgba(161, 161, 161, .2)
}

.pp-detail-head .top .app-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pp-detail-head .top .app-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    overflow: hidden
}

.pp-detail-head .top .app-title .h1 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pp-detail-head .top .app-title .p1 {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pp-detail-head .top .app-safe {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-left: 23px;
    padding-right: 6px;
    margin: 0 16px;
    border: 1px solid #00d431;
    border-radius: 4px;
    color: #00d431;
    font-size: 12px;
    line-height: 24px;
    background-image: url(../images/icon-safe.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 6px center
}

.pp-detail-head .center {
    position: relative;
    margin: 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.pp-detail-head .center .desc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px
}

.pp-detail-head .center .desc p {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 278px;
    text-indent: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 13px;
    line-height: 21px
}

.pp-detail-head .center .desc p span {
    color: #666
}

.pp-detail-head .center .desc p a {
    color: #07c5b9
}

.pp-detail-head .center .desc p a:hover {
    text-decoration: underline
}

.pp-detail-head .center .r-img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 278px;
    height: 130px
}

.pp-detail-head .center .r-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.game-btns-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 13px
}

.game-btns-wrap .game-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    width: 278px;
    height: 64px;
    cursor: pointer
}

.game-btns-wrap .game-btn .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30px;
    background-repeat: no-repeat;
    background-position: left center
}

.game-btns-wrap .game-btn .txt em {
    font-style: normal;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.game-btns-wrap .game-btn .txt i {
    opacity: .9;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    line-height: 16px
}

.game-btns-wrap .game-btn .ewm {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 6px;
    position: relative;
    z-index: 20
}

.game-btns-wrap .game-btn .ewm .ewm-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icon-ewm.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .9
}

.game-btns-wrap .game-btn .ewm .ewm-cont {
    position: absolute;
    top: 37px;
    right: -35px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(51, 51, 51, .16);
    box-shadow: 0 2px 10px rgba(51, 51, 51, .16)
}

.game-btns-wrap .game-btn .ewm .ewm-cont::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 37px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 14px solid transparent
}

.game-btns-wrap .game-btn .ewm .ewm-cont img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 118px;
    height: 118px
}

.game-btns-wrap .game-btn .ewm .ewm-cont i {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #666
}

.game-btns-wrap .game-btn .ewm:hover .ewm-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20
}

.game-btns-wrap .game-btn.none {
    background-color: #eee
}

.game-btns-wrap .game-btn.none em {
    color: #aaa
}

.game-btns-wrap .game-btn.order {
    background-color: #ff5a5a
}

.game-btns-wrap .game-btn.order:hover {
    background-color: #ff3b3b
}

.game-btns-wrap .game-btn.down-0 {
    background-color: #07c5b9
}

.game-btns-wrap .game-btn.down-0:hover {
    background-color: #05a69f
}

.game-btns-wrap .game-btn.down-1 {
    background-color: #07c5b9
}

.game-btns-wrap .game-btn.down-1 .txt {
    padding-left: 36px;
    background-image: url(../images/icon-d-down.png)
}

.game-btns-wrap .game-btn.down-1:hover {
    background-color: #05a69f
}

.game-btns-wrap .game-btn.down-2 {
    background-color: #07c5b9
}

.game-btns-wrap .game-btn.down-2 .txt {
    padding-left: 36px;
    background-image: url(../images/icon-d-down.png)
}

.game-btns-wrap .game-btn.down-2:hover {
    background-color: #05a69f
}

.game-btns-wrap .game-btn.down-local {
    position: relative;
    background-color: #eee
}

.game-btns-wrap .game-btn.down-local:hover {
    background-color: #e8e8e8
}

.game-btns-wrap .game-btn.down-local .txt em {
    color: #aaa
}

.game-btns-wrap .game-btn.down-local>i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px 0 4px;
    border-radius: 4px 6px 4px 4px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    background-color: #ccc
}

.game-btns-wrap .game-btn.down-dll {
    background-color: #07c5b9
}

.game-btns-wrap .game-btn.down-dll .txt {
    padding-left: 36px;
    background-image: url(../images/icon-d-down.png)
}

.game-btns-wrap .game-btn.down-dll:hover {
    background-color: #05a69f
}

.game-btns-wrap .game-btn.down-ios {
    background-color: #06a7ff
}

.game-btns-wrap .game-btn.down-ios .txt {
    padding-left: 36px;
    background-image: url(../images/icon-d-ios.png)
}

.game-btns-wrap .game-btn.down-ios:hover {
    background-color: #009cf1
}

.game-btns-wrap .game-btn.down-simulator {
    background-color: #ff9503
}

.game-btns-wrap .game-btn.down-simulator .txt {
    padding-left: 36px;
    background-image: url(../images/icon-d-mnq.png)
}

.game-btns-wrap .game-btn.down-simulator:hover {
    background-color: #f89000
}

.game-btns-wrap .game-btn.down-steam {
    background-color: #7aa500
}

.game-btns-wrap .game-btn.down-steam .txt {
    padding-left: 36px;
    background-image: url(../images/icon-d-steam.png)
}

.game-btns-wrap .game-btn.down-steam:hover {
    background-color: #6b9100
}

.special-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 12px;
    border-radius: 8px;
    border: 1px dashed #ff5a5a;
    background-color: #fffbfb;
    margin-bottom: 24px
}

.special-note .note-i {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    padding: 0 12px;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    background-color: #ff5a5a;
    border-radius: 100px
}

.special-note .note-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.special-note .note-txt p {
    color: #666;
    font-size: 15px;
    line-height: 24px
}

.special-note .note-txt p a {
    color: #3877ff
}

.special-note .note-txt p a:hover {
    text-decoration: underline
}

.buyBox {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #efefef;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.buyBox:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(102, 102, 102, .1);
    box-shadow: 0 4px 8px rgba(102, 102, 102, .1)
}

.buyBox .cover {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 200px;
    height: 100px
}

.buyBox .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.buyBox .info-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.buyBox .info-box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.buyBox .info-box span {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.buyBox .price-box {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 12px
}

.buyBox .price-box .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.buyBox .price-box .price span {
    letter-spacing: -.5px
}

.buyBox .price-box .price span.cur {
    color: #f95800;
    font-weight: 700;
    font-size: 28px;
    line-height: 1
}

.buyBox .price-box .price span.cost {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    line-height: 1
}

.buyBox .price-box .price span.discount {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    background-color: #6ec449;
    border-radius: 4px;
    padding: 0 6px
}

.buyBox .price-box .buybtn {
    width: 130px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #f95800
}

.buyBox .price-box .buybtn:hover {
    opacity: .9
}

.detail-anchor {
    background-color: #eef9f9;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 24px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.detail-anchor nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-anchor nav>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    margin-left: 2px;
    padding: 14px 0;
    border-top: 3px solid #c7edeb;
    border-bottom: 1px solid #eef9f9;
    cursor: pointer
}

.detail-anchor nav>a span {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #07c5b9;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px
}

.detail-anchor nav>a.active {
    position: relative;
    z-index: 10;
    background-color: #fff;
    border-color: #07c5b9;
    border-bottom-color: #fff;
    border-radius: 4px 4px 0 0
}

.detail-anchor nav>a.active span {
    color: #05a69f;
    font-size: 17px
}

.detail-anchor nav>a.down_address {
    margin-left: auto;
    width: 150px;
    border-top: 2px solid #07c5b9;
    border-bottom: 2px solid #07c5b9;
    background-color: #07c5b9;
    border-radius: 2px
}

.detail-anchor nav>a.down_address span {
    color: #fff;
    padding-left: 25px;
    background-image: url(../images/icon-down-address.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center
}

.game-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 16px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    border-radius: 4px;
    background-color: #fafafa
}

.game-information li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    min-height: 24px;
    padding: 10px 0
}

.game-information li:nth-child(n+3) {
    border-top: 1px dashed #e2e8f0
}

.game-information li>em {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-style: normal;
    color: #999;
    font-weight: 700;
    font-size: 14px;
    line-height: 1
}

.game-information .infor-r {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.game-information .infor-r>span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    color: #333;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere
}

.game-information .infor-r>a {
    color: #07c5b9;
    text-align: right;
    font-size: 14px;
    line-height: 24px
}

.game-information .infor-r>a:hover {
    color: #05a69f;
    text-decoration: underline
}

.game-information .infor-r .btn-toPop {
    cursor: pointer;
    color: #05a69f;
    background-color: #e6f7f6;
    border-radius: 4px;
    padding: 2px 8px;
    line-height: 24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.game-information .infor-r .btn-toPop:hover {
    background-color: #d7f2f0
}

.permission-box {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh
}

.permission-box .permission-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6)
}

.permission-box .permission-card {
    position: absolute;
    background-color: #fff;
    width: 600px;
    border-radius: 6px;
    padding: 20px;
    line-height: 1.5em;
    font-size: 14px
}

.permission-box .permission-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    margin-bottom: 8px
}

.permission-box .permission-head .permission-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 1
}

.permission-box .permission-head .permission-close {
    margin-left: auto;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon-permission-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    cursor: pointer;
    border-radius: 6px
}

.permission-box .permission-head .permission-close:active,
.permission-box .permission-head .permission-close:hover {
    background-color: #f2f2f2
}

.permission-box .permission-content {
    max-height: 360px;
    overflow-y: scroll;
    line-height: 1.5
}

.permission-box .permission-content .permission-title {
    margin: 10px 0 4px 0;
    color: #666;
    font-weight: 700;
    font-size: 14px
}

.permission-box .permission-content .permission-desc {
    color: #999;
    font-size: 13px
}

.ppGameImg-new .ppGameImg-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.ppGameImg-new .ppGameImg-wrap a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.ppGameImg-new .ppGameImg-wrap a img {
    display: block;
    height: 100%
}

.ppGameImg-new .ppGameImg-wrap.shu a {
    height: 300px
}

.ppGameImg-new .ppGameImg-wrap.heng a {
    height: 240px
}

.video-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fafafa
}

.video-box iframe {
    margin: auto;
    width: 100%
}

.detail-hjHead-box .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 16px
}

.detail-hjHead-box .hd .hd-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #666;
    padding: 12px 16px;
    position: relative;
    cursor: pointer
}

.detail-hjHead-box .hd .hd-item.active {
    color: #07c5b9
}

.detail-hjHead-box .hd .hd-item.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 48px;
    left: 16px;
    right: 16px;
    height: 14px;
    border-top: 1px solid #07c5b9;
    background-image: url(../images/icon-hj-arr.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 16px auto
}

.detail-hjHead-box .bd-item {
    background-color: #fafafa;
    padding: 16px;
    border-radius: 4px
}

.detail-hjHead-box .detail-hjHead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 16px
}

.detail-hjHead-box .detail-hjHead .cover {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 240px;
    height: 120px
}

.detail-hjHead-box .detail-hjHead .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px
}

.detail-hjHead-box .detail-hjHead .detail-hjHead-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.detail-hjHead-box .detail-hjHead .detail-hjHead-r .h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 28px;
    color: #333
}

.detail-hjHead-box .detail-hjHead .detail-hjHead-r .h3:hover {
    color: #07c5b9
}

.detail-hjHead-box .detail-hjHead .detail-hjHead-r .p3 {
    color: #999;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.detail-hjHead-box .detail-hjCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.detail-hjHead-box .detail-hjCont li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 231px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 12px 16px
}

.detail-hjHead-box .detail-hjCont li:hover {
    background-color: #fff
}

.detail-hjHead-box .detail-hjCont li .cover {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 64px;
    height: 64px
}

.detail-hjHead-box .detail-hjCont li .cover img {
    border-radius: 16px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.detail-hjHead-box .detail-hjCont li .cover img:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.detail-hjHead-box .detail-hjCont li>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.detail-hjHead-box .detail-hjCont li>div .name {
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.detail-hjHead-box .detail-hjCont li>div .name:hover {
    color: #07c5b9
}

.detail-hjHead-box .detail-hjCont li>div .cont {
    font-size: 12px;
    line-height: 16px;
    color: #999
}

.detail-hjHead-box .detail-hjCont li>div .cont a {
    color: #999
}

.detail-hjHead-box .detail-hjCont li>div .cont a:hover {
    color: #07c5b9
}

.download-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.address-tips {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.address-tips .hint {
    color: #ff5a5a
}

.address-tips .hint-link {
    color: #333;
    background-color: #ffe47c;
    padding: 0 6px;
    border-radius: 4px
}

.address-tips .hint-link:hover {
    text-decoration: underline;
    background-color: #ffd83f
}

.address-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.address-box .addr-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 4px 0
}

.address-box .addr-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 116px;
    right: 0;
    z-index: -1;
    height: 1px;
    background-color: #e2e8f0
}

.address-box .addr-title i {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    background-position: center
}

.address-box .addr-title i.i-normal {
    background-image: url(../images/icon-addr-down.png);
    background-repeat: no-repeat;
    background-size: auto
}

.address-box .addr-title i.i-high {
    background-image: url(../images/icon-addr-high.png);
    background-repeat: no-repeat;
    background-size: auto
}

.address-box .addr-title i.i-netDisk {
    background-image: url(../images/icon-addr-wp.png);
    background-repeat: no-repeat;
    background-size: auto
}

.address-box .addr-title span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.address-box .normal-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 12px;
    padding: 0 4px;
    margin-top: 8px;
    margin-bottom: 28px
}

.address-box .normal-list a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 145px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.address-box .normal-list a span {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding: 4px 0 4px 20px;
    background-image: url(../images/icon-s-down.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center
}

.address-box .normal-list a:hover span {
    color: #07c5b9;
    background-image: url(../images/icon-s-down2.png);
    background-repeat: no-repeat;
    background-size: auto
}

.address-box .highSpeed-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 10px;
    margin-bottom: 30px
}

.address-box .highSpeed-list a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 226px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #5298ff;
    border-radius: 6px
}

.address-box .highSpeed-list a span {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 4px 0 4px 28px;
    background-image: url(../images/icon-gs-down.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center
}

.address-box .highSpeed-list a:hover {
    background-color: #3989ff
}

.address-box .netDisk-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
    margin-top: 10px;
    margin-bottom: 30px
}

.address-box .netDisk-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding-top: 12px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.address-box .netDisk-list a:hover {
    -webkit-box-shadow: 0 4px 15px 0 #e4f0f9;
    box-shadow: 0 4px 15px 0 #e4f0f9
}

.address-box .netDisk-list a img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 30px;
    margin-left: 16px
}

.address-box .netDisk-list a .code {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    font-style: normal;
    color: #666;
    font-size: 14px;
    line-height: 26px
}

.address-box .netDisk-list a .code b {
    color: #06a7ff;
    font-weight: 700;
    font-size: 20px
}

.address-box .netDisk-list a .btn {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    margin-right: 16px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #06a7ff;
    background-color: #eef9fe;
    border-radius: 12px
}

.address-box .netDisk-list a .provide {
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #999;
    padding: 4px;
    background-color: #f5f5f5
}

.address-box .netDisk-list a .provide em {
    color: #c29638;
    font-style: normal;
    margin: 0 3px
}

.download-address .address-right {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 360px
}

.download-address .address-right img {
    display: block
}

.paramCont table {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-collapse: collapse
}

.paramCont table td {
    padding: 12px 20px;
    vertical-align: middle;
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 20px
}

.paramCont table td:first-child {
    width: 100px
}

.paramCont thead {
    background-color: #fafafa
}

.paramCont thead td {
    color: #333;
    font-weight: 700;
    font-size: 16px
}

.paramCont tbody tr {
    border: 1px dashed #f0f0f0
}

.dialog {
    display: none;
    position: fixed;
    z-index: 500;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.dialog .dialog_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.dialog .dialog_wrap .dialog_card {
    margin: auto;
    width: 500px;
    padding: 16px 20px 20px 20px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dialog_head {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}

.dialog_head .dialog-close {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    background: url(../images/icon-dialog-close.svg) no-repeat center;
    background-size: 24px
}

.dialog_head .dialog-close:active,
.dialog_head .dialog-close:hover {
    background-color: #f5f5f5
}

.dialog_head .title {
    vertical-align: middle;
    color: #333;
    text-align: center;
    font-weight: bolder;
    font-size: 24px;
    line-height: 36px
}

.dialog_head .title.t-left {
    text-align: left
}

.dialog_body .form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
    position: relative
}

.dialog_body .form-item.hide {
    display: none
}

.dialog_body .form-item .f-name {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px
}

.dialog_body .form-item .f-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dialog_body .form-item .f-cont>input,
.dialog_body .form-item .f-cont>textarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    line-height: 18px
}

.dialog_body .form-item .f-cont>input::-webkit-input-placeholder,
.dialog_body .form-item .f-cont>textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
    line-height: 18px
}

.dialog_body .form-item .f-cont>input::-moz-placeholder,
.dialog_body .form-item .f-cont>textarea::-moz-placeholder {
    color: #999;
    font-size: 12px;
    line-height: 18px
}

.dialog_body .form-item .f-cont>input:-ms-input-placeholder,
.dialog_body .form-item .f-cont>textarea:-ms-input-placeholder {
    color: #999;
    font-size: 12px;
    line-height: 18px
}

.dialog_body .form-item .f-cont>input::-ms-input-placeholder,
.dialog_body .form-item .f-cont>textarea::-ms-input-placeholder {
    color: #999;
    font-size: 12px;
    line-height: 18px
}

.dialog_body .form-item .f-cont>input::placeholder,
.dialog_body .form-item .f-cont>textarea::placeholder {
    color: #999;
    font-size: 12px;
    line-height: 18px
}

.dialog_body .form-item .f-cont.f-check-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-top: -8px
}

.dialog_body .form-item .f-cont.f-check-box>label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0 0 16px;
    color: #666;
    font-size: 12px;
    line-height: 1.5
}

.dialog_body .form-item .f-cont.f-check-box>label input {
    display: none
}

.dialog_body .form-item .f-cont.f-check-box>label i {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.dialog_body .form-item .f-cont.f-check-box>label input:checked+i {
    background: url(../images/icon-dialog-checked.svg) no-repeat center;
    background-size: 100%;
    border-color: #07c5b9
}

.dialog_body .form-item .f-cont.f-check-box>label input[type=checkbox] {
    display: none
}

.dialog_body .form-item .error-msg {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #ff514e;
    font-size: 12px;
    line-height: 1.5
}

.dialog_body .form-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dialog_body .form-btns .btn-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dialog_body .form-btns .btn-item:nth-child(n+2) {
    margin-left: 8px
}

.dialog_body .form-btns .btn-item.b-appoint {
    background-color: #ff5a5a;
    border: 1px solid #ff5a5a
}

.dialog_body .form-btns .btn-item.b-appoint:active,
.dialog_body .form-btns .btn-item.b-appoint:hover {
    background-color: #ff6969
}

.dialog_body .form-btns .btn-item.b-submit {
    background-color: #07c5b9;
    border: 1px solid #07c5b9
}

.dialog_body .form-btns .btn-item.b-submit:active,
.dialog_body .form-btns .btn-item.b-submit:hover {
    background-color: #08d4c7
}

.dialog_body .form-btns .btn-item.b-cancel {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #666
}

.dialog_body .form-btns .btn-item.b-cancel:active,
.dialog_body .form-btns .btn-item.b-cancel:hover {
    border-color: #07c5b9;
    color: #07c5b9
}

.appoint-tips {
    margin-top: 16px;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 1.5
}

.dialog-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.dialog-result span {
    margin: auto;
    max-width: 60%;
    background-color: #07c5b9;
    padding: 8px 16px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 20px -5px rgba(7, 197, 185, .2);
    box-shadow: 0 10px 20px -5px rgba(7, 197, 185, .2);
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 16px;
    line-height: 1.5
}