.leader {
    background-color: #fff;
    height: 50px;
    line-height: 50px
}

.leader.null_bj {
    background-color: transparent
}

.leader .container {
    font-size: 14px;
    color: #516375
}

.leader .container a:hover {
    text-decoration: underline
}

.developer_info {
    display: flex;
    align-items: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    margin-bottom: 20px;
    padding: 60px 50px
}

.developer_info .dev_thum {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 51%;
    margin-right: 20px
}

.developer_info .dev_thum img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.developer_info dl {
    width: calc(100% - 550px)
}

.developer_info dl dt {
    color: #092644;
    font-weight: 600;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.developer_info dl dd {
    font-size: 14px;
    color: #666;
    line-height: 1.5em
}

#recom {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

#recom li {
    width: 100px;
    height: 100px
}

#recom li+li {
    margin-left: 15px
}

#recom li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

#recom li a img {
    transition: all .3s;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

#recom li a img:hover {
    transform: scale(1.1)
}

#game_main {
    display: flex;
    justify-content: space-between
}

#game_main .game_main_info {
    width: calc(100% - 0px)
}

#game_main .game_main_info .recom {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 10px;
    justify-content: space-between;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

#game_main .game_main_info .recom li {
    width: 80px;
    height: 80px
}

#game_main .game_main_info .recom li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

#game_main .game_main_info .recom li a img {
    transition: all .3s;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

#game_main .game_main_info .recom li a img:hover {
    transform: scale(1.1)
}

#game_main .game_main_info .top_game_info {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center
}

#game_main .game_main_info .top_game_info .thum {
    width: 200px;
    height: 200px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 20px
}

#game_main .game_main_info .top_game_info .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#game_main .game_main_info .top_game_info>dl {
    width: calc(100% - 220px)
}

#game_main .game_main_info .top_game_info>dl dt {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    color: #092644;
    font-weight: 600
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(2) .layui-rate {
    padding: 10px 0
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3) {
    background-color: #f1f1f1;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3) p {
    width: 33.3%;
    font-size: 12px;
    font-weight: 600;
    color: #092644
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3) p span {
    margin-right: 10px;
    color: #516375;
    font-size: 12px
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3) p a {
    font-size: 12px;
    color: #029588
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3) p a:hover {
    text-decoration: underline
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3) p:nth-child(n+4) {
    margin-top: 5px
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action {
    background-color: transparent;
    padding: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .g_info {
    width: calc(100% - 118px);
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background-color: #f1f1f1;
    padding: 15px
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .g_info p {
    width: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #092644
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .g_info p span {
    margin-right: 10px;
    color: #516375;
    font-size: 12px
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .g_info p a {
    font-size: 12px;
    color: #029588
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .g_info p a:hover {
    text-decoration: underline
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .g_info p:nth-child(n+3) {
    margin-top: 8px
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .down_btn {
    width: 103px;
    height: 100px;
    background: #da251f;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    transition: all .3s
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .down_btn:hover {
    background-color: #b51d18
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .down_btn span {
    font-size: 16px;
    margin-top: 4px;
    font-weight: 600
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(3).subject_action .down_btn .iconfont {
    font-size: 40px
}

#game_main .game_main_info .top_game_info>dl dd:nth-child(4) {
    font-size: 12px;
    color: #999
}

#game_main .game_main_info .top_game_info_b {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between
}

#game_main .game_main_info .top_game_info_b .ad_box {
    display: flex;
    flex-direction: column;
    align-items: center
}

#game_main .game_main_info .top_game_info_b .ad_box p {
    font-size: 12px;
    color: #ccc;
    line-height: 2em
}

#game_main .game_main_info .top_game_info_b .ad_box .ad {
    display: flex;
    align-items: center;
    justify-content: center
}

#game_main .game_main_info .top_game_info_b .right_info {
    width: calc(100% - 356px)
}

#game_main .game_main_info .top_game_info_b .right_info .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum {
    width: 80px;
    height: 80px;
    overflow: hidden
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum_right {
    width: calc(100% - 95px);
    display: flex;
    align-items: center;
    justify-content: space-between
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum_right dl {
    width: calc(100% - 80px)
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum_right dl dt {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    color: #092644;
    font-weight: 600
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum_right dl dd:nth-child(2) .layui-rate {
    padding: 0
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum_right .subject {
    display: flex;
    flex-direction: column;
    align-items: center
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum_right .subject i {
    color: #029588;
    font-size: 38px
}

#game_main .game_main_info .top_game_info_b .right_info .top .thum_right .subject span {
    font-size: 12px;
    color: #999
}

#game_main .game_main_info .top_game_info_b .right_info .game_detail {
    background-color: #f1f1f1;
    padding: 15px;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap
}

#game_main .game_main_info .top_game_info_b .right_info .game_detail p {
    width: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #092644;
    margin-bottom: 5px
}

#game_main .game_main_info .top_game_info_b .right_info .game_detail p span {
    margin-right: 10px;
    color: #516375;
    font-size: 12px
}

#game_main .game_main_info .top_game_info_b .right_info .game_detail p a {
    font-size: 12px;
    color: #029588
}

#game_main .game_main_info .top_game_info_b .right_info .game_detail p a:hover {
    text-decoration: underline
}

#game_main .game_main_info .top_game_info_b .right_info .ref {
    font-size: 12px;
    color: #999
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_btn {
    display: flex;
    align-items: center;
    padding: 20px 0 15px
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_btn a {
    width: 80px;
    height: 24px;
    border: 1px solid rgba(9, 38, 68, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #092644;
    font-weight: 500;
    border-radius: 2px;
    transition: all .3s
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_btn a .iconfont {
    margin-right: 3px;
    font-size: 14px
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_btn a+a {
    margin-left: 10px
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_btn a.active,
#game_main .game_main_info .top_game_info_b .right_info .toogle_btn a:hover {
    background-color: #092644;
    color: #fff
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_main li {
    width: 100%;
    display: none
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_main li.active {
    display: block
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_main li table {
    width: 100%;
    border: 1px solid #e6e7e8
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_main li table tr {
    border: 1px solid #e6e7e8
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_main li table tr td {
    border: 1px solid #e6e7e8;
    height: 36px;
    padding-left: 15px;
    font-size: 12px
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_main li table tr td:nth-child(1) {
    width: 132px;
    color: #516375
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_main li table tr td:nth-child(2) {
    color: #092644;
    font-weight: 500
}

#game_main .game_main_info .top_game_info_b .right_info .toogle_main li table tr td:nth-child(2) a {
    color: #029588;
    text-decoration: underline
}

#game_main .game_main_info .ad_box_2 {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

#game_main .game_main_info .ad_box_2 p {
    writing-mode: vertical-lr;
    transform: rotateZ(180deg);
    color: #949696;
    height: 110px;
    font-size: 12px;
    text-align: center
}

#game_main .game_main_info .ad_box_2 .ad {
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: center
}

#game_main .game_main_info .module>h2 {
    font-size: 20px;
    color: #092644;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 600
}

#game_main .game_main_info .module .des {
    box-sizing: content-box;
    max-height: 12rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

#game_main .game_main_info .module .des.dev_des {
    max-height: 750em
}

#game_main .game_main_info .module .des.showAll {
    max-height: 750em
}

#game_main .game_main_info .module .moreShow {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 20%;
    margin-left: 40%;
    background-color: rgba(48, 109, 255, 0.3);
    border-radius: 4px;
    border: 1px solid #306DFF;
}

#game_main .game_main_info .module .moreShow::before {
    content: "MORE ";
}

#game_main .game_main_info .module .moreShow.lessShow::before {
    content: "LESS ";
}

#game_main .game_main_info .module .moreShow:hover {}

#game_main .game_main_info .module .down {
    display: flex;
    align-items: center;
    justify-content: center
}

#game_main .game_main_info .module .down li {
    margin-right: 60px;
    display: flex;
    align-items: center
}

#game_main .game_main_info .module .down li>a {
    margin-right: 10px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    background-color: #029588;
    color: #fff;
    transition: all .3s
}

#game_main .game_main_info .module .down li>a .iconfont {
    font-size: 20px
}

#game_main .game_main_info .module .down li>a:hover {
    background-color: rgba(2, 149, 136, .8)
}

#game_main .game_main_info .module .down li .code {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    background-color: #029588;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: relative
}

#game_main .game_main_info .module .down li .code .iconfont {
    font-size: 20px
}

#game_main .game_main_info .module .down li .code:hover .code_img {
    display: block
}

#game_main .game_main_info .module .down li .code .code_img {
    padding: 15px;
    border-radius: 2px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .2);
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
    display: none;
    transition: all .3s
}

#game_main .game_main_info .module .down li .code .code_img::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px
}

#game_main .game_main_info .module .down li .code .code_img img {
    width: 100px
}

#game_main .game_main_info .module .down li:last-child {
    margin-right: 0
}

#game_main .game_main_info .module .re_games .game_item {
    display: flex;
    align-items: center
}

#game_main .game_main_info .module .re_games .game_item+.game_item {
    margin-top: 20px
}

#game_main .game_main_info .module .re_games .game_item .thum {
    width: 300px;
    height: 168px;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 20px
}

#game_main .game_main_info .module .re_games .game_item .thum img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

#game_main .game_main_info .module .re_games .game_item dl {
    width: calc(100% - 320px)
}

#game_main .game_main_info .module .re_games .game_item dl dt a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 600;
    color: #092644
}

#game_main .game_main_info .module .re_games .game_item dl dt a:hover {
    text-decoration: underline
}

#game_main .game_main_info .module .re_games .game_item dl dd:nth-child(2) {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 1.5em;
    font-size: 14px
}

#game_main .game_main_info .module .re_games .game_item dl dd:nth-child(3) {
    font-size: 12px;
    color: #999
}

#game_main .game_main_info .module .re_game_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

#game_main .game_main_info .module .re_game_list li {
    width: calc((100% - 100px)/6);
    margin-right: 20px
}

#game_main .game_main_info .module .re_game_list li:nth-child(6n) {
    margin-right: 0
}

#game_main .game_main_info .module .re_game_list li:nth-child(n+7) {
    margin-top: 20px
}

#game_main .game_main_info .module .re_game_list li a {
    display: flex;
    flex-direction: column
}

#game_main .game_main_info .module .re_game_list li a .thums {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

#game_main .game_main_info .module .re_game_list li a .thums img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    transition: all .3s
}

#game_main .game_main_info .module .re_game_list li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #092644;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 10px;
    transition: all .3s
}

#game_main .game_main_info .module .re_game_list li a:hover .thums img {
    transform: scale(1.05)
}

#game_main .game_main_info .module .re_game_list li a:hover p {
    color: #029588
}

#game_main .game_main_info .module .comment_form .star {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999
}

#game_main .game_main_info .module .comment_form .star .vote {
    margin-right: 10px
}

#game_main .game_main_info .module .comment_form .star .vote .layui-icon {
    font-size: 26px
}

#game_main .game_main_info .module .comment_form form input[type=text] {
    width: 300px;
    height: 40px;
    border: none;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 15px;
    margin-top: 10px;
    background-color: #f1f1f1
}

#game_main .game_main_info .module .comment_form form input[type=text]::placeholder {
    font-size: 14px;
    color: #516375
}

#game_main .game_main_info .module .comment_form form textarea {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    padding: 15px 10px
}

#game_main .game_main_info .module .comment_form form textarea::placeholder {
    font-size: 14px;
    color: #516375
}

#game_main .game_main_info .module .comment_form form input[type=submit] {
    width: 154px;
    height: 40px;
    border: none;
    outline: none;
    background-color: #029588;
    border-radius: 2px;
    color: #fff;
    transition: all .3s
}

#game_main .game_main_info .module .comment_form form input[type=submit]:hover {
    background-color: rgba(2, 149, 136, .8)
}

#game_main .game_main_info .module .comment_form .comment_list {
    margin-top: 20px
}

#game_main .game_main_info .module .comment_form .comment_list>li {
    border-top: 1px solid #ddd;
    padding: 20px 0
}

#game_main .game_main_info .module .comment_form .comment_list>li .score {
    font-size: 12px;
    line-height: 2em;
    color: #999;
    display: flex;
    align-items: center
}

#game_main .game_main_info .module .comment_form .comment_list>li .score .star {
    margin-left: 10px
}

#game_main .game_main_info .module .comment_form .comment_list>li .score .star .layui-rate {
    padding: 0
}

#game_main .game_main_info .module .comment_form .comment_list>li .score .star .layui-rate .layui-inline {
    display: inline-flex;
    align-items: center
}

#game_main .game_main_info .module .comment_form .comment_list>li .score .star .layui-rate .layui-inline .layui-icon {
    font-size: 14px
}

#game_main .game_main_info .module .comment_form .comment_list>li>p {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 15px;
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    margin: 10px 0
}

#game_main .game_main_info .module .comment_form .comment_list>li .btn {
    font-size: 12px;
    color: #999
}

#game_main .game_main_info .module .comment_form .comment_list>li .btn span {
    font-size: 14px;
    color: #092644;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 10px
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game {
    display: flex;
    align-items: center
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game .cm_game_thum {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game .cm_game_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game dl {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game dl dt a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #092644;
    font-weight: 600;
    line-height: 1.6em
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game dl dd {
    display: flex
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game dl dd .layui-rate {
    padding: 0
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game dl dd .layui-rate .layui-inline {
    display: inline-flex;
    align-items: center
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .cm_game dl dd .layui-rate .layui-inline .layui-icon {
    font-size: 14px
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li>p {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 15px;
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    margin: 10px 0
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .btn {
    font-size: 12px;
    color: #999
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li .btn span {
    font-size: 14px;
    color: #092644;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 10px
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li:first-child {
    padding-top: 0
}

#game_main .game_main_info .module .comment_form .comment_dev_list>li:last-child {
    border-bottom: none
}

#game_main .game_main_info .module .comment_form .all_comment {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #029588;
    font-size: 16px;
    border-radius: 2px;
    transition: all .3s
}

#game_main .game_main_info .module .comment_form .all_comment:hover {
    background-color: rgba(2, 149, 136, .8)
}

#game_main .game_main_info .module .dev_gameList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#game_main .game_main_info .module .dev_gameList>li {
    width: calc(50% - 10px);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum {
    width: calc(100% - 120px);
    display: flex;
    align-items: center
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum .thum {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl {
    width: calc(100% - 90px)
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl dt a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #092644;
    font-weight: 600;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl dt a:hover {
    color: #029588;
    text-decoration: underline
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl dd .layui-rate {
    padding-top: 0;
    padding-bottom: 5px
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl dd .layui-rate li i.layui-icon {
    font-size: 14px
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl dd:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    height: 24px;
    overflow: hidden
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl dd:nth-child(3) a {
    margin-bottom: 10px;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
    color: #029588;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    transition: all .3s
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl dd:nth-child(3) a+a {
    margin-left: 5px
}

#game_main .game_main_info .module .dev_gameList>li .dev_thum dl dd:nth-child(3) a:hover {
    background-color: #029588;
    color: #fff;
    border-color: #029588
}

#game_main .game_main_info .module .dev_gameList>li .detail {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(2, 149, 136, .1);
    color: #029588;
    font-size: 16px;
    transition: all .3s
}

#game_main .game_main_info .module .dev_gameList>li .detail:hover {
    background-color: rgba(2, 149, 136, .8);
    color: #fff
}

#game_main .game_main_info .module .walk {
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 36px
}

#game_main .game_main_info .module .walk .preview .swiper-wrapper .swiper-slide {
    width: auto;
    height: 320px
}

#game_main .game_main_info .module .walk .preview .swiper-wrapper .swiper-slide img {
    height: 100%
}

#game_main .game_main_info .module .walk .maskB {
    position: fixed!important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .9)
}

#game_main .game_main_info .module .walk .maskB .swiper-slide {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

#game_main .game_main_info .module .walk .maskB .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#game_main .game_main_info .module .tips {
    margin-top: 15px;
    background: #f8f8f8;
    border: 1px solid #e6e7e8;
    display: flex;
    align-items: center;
    padding: 14px
}

#game_main .game_main_info .module .tips .iconfont {
    font-size: 24px;
    margin-right: 15px;
    color: #1771fc
}

#game_main .game_main_info .module .tips p {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 12px;
    color: #999
}

#game_main .game_main_info .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
}

#game_main .game_main_info .pages li {
    width: 40px;
    height: 40px
}

#game_main .game_main_info .pages li+li {
    margin-left: 6px
}

#game_main .game_main_info .pages li a {
    display: block;
    text-align: center;
    line-height: 40px;
    background-color: #eee;
    border-radius: 4px;
    color: #666;
    transition: all .3s
}

#game_main .game_main_info .pages li a:hover,
#game_main .game_main_info .pages li a.choose {
    color: #fff;
    background-color: #029588
}

#game_main .game_main_info .pages li a.disable {
    color: #666;
    background-color: #eee;
    cursor: not-allowed
}

#game_main .game_main_info .subject_nav_list {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 10px 5px 20px
}

#game_main .game_main_info .subject_nav_list a {
    margin-right: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    height: 28px;
    color: #333;
    font-weight: 500;
    transition: all .3s;
    border-bottom: 2px solid #fff
}

#game_main .game_main_info .subject_nav_list a:hover {
    color: #029588;
    border-bottom: 2px solid #029588
}

#game_main .game_main_info .subject_list li {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    display: flex;
    align-items: center
}

#game_main .game_main_info .subject_list li .ad_box_li {
    padding: 5px 10px;
    width: 100%;
    display: flex;
    align-items: center
}

#game_main .game_main_info .subject_list li .ad_box_li p {
    writing-mode: vertical-lr;
    transform: rotateZ(180deg);
    color: #949696;
    height: 110px;
    font-size: 12px;
    text-align: center
}

#game_main .game_main_info .subject_list li .ad_box_li .ad {
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: center
}

#game_main .game_main_info .subject_list li>a {
    padding: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

#game_main .game_main_info .subject_list li>a .thum {
    width: 300px;
    height: 169px;
    overflow: hidden;
    border-radius: 2px
}

#game_main .game_main_info .subject_list li>a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s
}

#game_main .game_main_info .subject_list li>a dl {
    width: calc(100% - 320px)
}

#game_main .game_main_info .subject_list li>a dl dt {
    font-size: 24px;
    color: #092644;
    font-weight: 500;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#game_main .game_main_info .subject_list li>a dl dd:nth-child(2) {
    font-size: 12px;
    color: #999;
    margin: 10px auto
}

#game_main .game_main_info .subject_list li>a dl dd:nth-child(3) {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#game_main .game_main_info .subject_list li>a:hover .thum img {
    transform: scale(1.1)
}

#game_main .game_main_info .subject_list li>a:hover dl dt {
    color: #029588;
    text-decoration: underline
}

#game_main .game_main_info .pagition {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

#game_main .game_main_info .pagition a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #666;
    font-size: 10px;
    transition: all .3s;
    background-color: #fff
}

#game_main .game_main_info .pagition a.active,
#game_main .game_main_info .pagition a:hover {
    background-color: #029588;
    color: #fff
}

#game_main .game_main_info .pagition a.disable {
    color: #d8d8d8
}

#game_main .game_main_info .pagition a.disable:hover {
    background-color: transparent;
    color: #d8d8d8;
    cursor: not-allowed
}

#game_main .game_main_info .pagition>a {
    width: 70px
}

#game_main .game_main_info .pagition ul {
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

#game_main .game_main_info .pagition ul li+li {
    margin-left: 6px
}

#game_main .game_main_info .articleMain {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 2px
}

#game_main .game_main_info .articleMain h2 {
    font-size: 26px;
    font-weight: 600;
    color: #092644
}

#game_main .game_main_info .articleMain .anthor {
    padding: 15px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e2e2
}

#game_main .game_main_info .articleMain .anthor span {
    font-size: 14px;
    color: #666;
    margin-right: 30px
}

#game_main .game_main_info .articleMain .articleContent {
    padding: 20px 15px
}

#game_main .game_main_info .articleMain .articleContent .adBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left
}

#game_main .game_main_info .articleMain .articleContent p {
    padding-bottom: 10px;
    line-height: 1.4em;
    font-size: 16px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif!important
}

#game_main .game_main_info .articleMain .articleContent img {
    width: 70%!important;
    height: auto!important;
    display: block!important;
    margin: 15px auto!important
}

#game_main aside {
    width: 300px
}

#game_main aside .pat {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

#game_main aside .pat.tags {
    padding-bottom: 0
}

#game_main aside .pat h3 {
    font-size: 20px;
    font-weight: 600;
    color: #092644;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px
}

#game_main aside .pat h3 a {
    color: #999;
    transition: all .3s;
    font-size: 14px
}

#game_main aside .pat h3 a:hover {
    color: #666;
    text-decoration: underline
}

#game_main aside .pat>ul.g_list>li {
    display: flex;
    align-items: center
}

#game_main aside .pat>ul.g_list>li+li {
    margin-top: 15px
}

#game_main aside .pat>ul.g_list>li:nth-child(1) span,
#game_main aside .pat>ul.g_list>li:nth-child(2) span,
#game_main aside .pat>ul.g_list>li:nth-child(3) span {
    color: #fc2745
}

#game_main aside .pat>ul.g_list>li .game_info {
    width: 100%;
    display: flex;
    align-items: center
}

#game_main aside .pat>ul.g_list>li .game_info .thum {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px
}

#game_main aside .pat>ul.g_list>li .game_info .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#game_main aside .pat>ul.g_list>li .game_info dl {
    width: calc(100% - 90px)
}

#game_main aside .pat>ul.g_list>li .game_info dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#game_main aside .pat>ul.g_list>li .game_info dl dt a {
    font-size: 14px;
    color: #092644;
    font-weight: 600;
    transition: all .3s
}

#game_main aside .pat>ul.g_list>li .game_info dl dt a:hover {
    color: #029588;
    text-decoration: underline
}

#game_main aside .pat>ul.g_list>li .game_info dl dd .layui-rate {
    padding-top: 0;
    padding-bottom: 5px
}

#game_main aside .pat>ul.g_list>li .game_info dl dd .layui-rate li i.layui-icon {
    font-size: 14px
}

#game_main aside .pat>ul.g_list>li .game_info dl dd:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    height: 24px;
    overflow: hidden
}

#game_main aside .pat>ul.g_list>li .game_info dl dd:nth-child(3) a {
    margin-bottom: 10px;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
    color: #029588;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    transition: all .3s
}

#game_main aside .pat>ul.g_list>li .game_info dl dd:nth-child(3) a+a {
    margin-left: 5px
}

#game_main aside .pat>ul.g_list>li .game_info dl dd:nth-child(3) a:hover {
    background-color: #029588;
    color: #fff;
    border-color: #029588
}

#game_main aside .pat nav {
    display: flex;
    flex-wrap: wrap
}

#game_main aside .pat nav a {
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #029588;
    color: #029588;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 2px;
    transition: all .3s
}

#game_main aside .pat nav a:hover {
    background-color: #029588;
    color: #fff
}

#game_main aside .pat>ul.comment_list>li+li {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e7e7e7
}

#game_main aside .pat>ul.comment_list>li a {
    display: block
}

#game_main aside .pat>ul.comment_list>li a .g_info {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

#game_main aside .pat>ul.comment_list>li a .g_info .thum {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px
}

#game_main aside .pat>ul.comment_list>li a .g_info .thum img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

#game_main aside .pat>ul.comment_list>li a .g_info dl {
    width: calc(100% - 60px)
}

#game_main aside .pat>ul.comment_list>li a .g_info dl dt {
    font-size: 14px;
    font-weight: 600;
    color: #092644;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#game_main aside .pat>ul.comment_list>li a .g_info dl dd .layui-rate {
    padding-top: 0;
    padding-bottom: 5px
}

#game_main aside .pat>ul.comment_list>li a .g_info dl dd .layui-rate li i.layui-icon {
    font-size: 14px
}

#game_main aside .pat>ul.comment_list>li a .desc {
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 2px;
    margin-bottom: 10px
}

#game_main aside .pat>ul.comment_list>li a .desc span {
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#game_main aside .pat>ul.comment_list>li a .author {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#game_main aside .pat>ul.comment_list>li a .author p {
    font-size: 14px;
    color: #999
}

#game_main aside .pat>ul.comment_list>li a .author p span {
    color: #333;
    margin-left: 5px;
    font-weight: 600
}

#game_main aside .pat>ul.comment_list>li a .author time {
    font-size: 12px;
    color: #999
}

#game_main aside .c_and_share {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

#game_main aside .c_and_share>a {
    width: 50%;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

#game_main aside .c_and_share>a:first-child {
    position: relative
}

#game_main aside .c_and_share>a:first-child::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: 0
}

#game_main aside .c_and_share>a .iconfont {
    font-size: 18px;
    margin-right: 10px
}

#game_main aside .c_and_share>a:hover {
    color: #029588
}

#game_main aside .ad {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

#game_main aside .pat_item {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 10px
}

#game_main aside .pat_item h3 {
    font-size: 18px;
    color: #092644;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 600
}

#game_main aside .pat_item>.thum {
    display: block;
    width: 256px;
    height: 144px;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 10px
}

#game_main aside .pat_item>.thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s
}

#game_main aside .pat_item>.thum img:hover {
    transform: scale(1.1)
}

#game_main aside .pat_item .pat_1 li {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0
}

#game_main aside .pat_item .pat_1 li:last-child {
    border-bottom: none
}

#game_main aside .pat_item .pat_1 li a {
    width: calc(100% - 10px);
    font-size: 14px;
    font-weight: 500;
    color: #092644;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s
}

#game_main aside .pat_item .pat_1 li a:hover {
    color: #029588
}

#game_main aside .pat_item .pat_1 li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 5px;
    background-color: #029588;
    margin-top: 10px
}

#game_main aside .pat_item .pat_2 li {
    margin-bottom: 20px
}

#game_main aside .pat_item .pat_2 li:last-child {
    margin-bottom: 0
}

#game_main aside .pat_item .pat_2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#game_main aside .pat_item .pat_2 li a .thum {
    width: 120px;
    height: 70px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0
}

#game_main aside .pat_item .pat_2 li a .thum img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s
}

#game_main aside .pat_item .pat_2 li a dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 130px)
}

#game_main aside .pat_item .pat_2 li a dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    color: #092644;
    margin-bottom: 6px
}

#game_main aside .pat_item .pat_2 li a dl dd {
    font-size: 12px;
    color: #029588;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#game_main aside .pat_item .pat_2 li a:hover .thum img {
    transform: scale(1.1)
}

#game_main aside .pat_item .pat_2 li a:hover dl dd {
    text-decoration: underline
}

#game_main aside .pat_item .pat_3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

#game_main aside .pat_item .pat_3 li {
    width: calc(50% - 5px);
    margin-bottom: 10px
}

#game_main aside .pat_item .pat_3 li a {
    display: block;
    width: 100%
}

#game_main aside .pat_item .pat_3 li a .thum {
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-radius: 2px
}

#game_main aside .pat_item .pat_3 li a .thum img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .5s
}

#game_main aside .pat_item .pat_3 li a p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #092644;
    line-height: 1.3em;
    font-weight: 500
}

#game_main aside .pat_item .pat_3 li a:hover .thum img {
    transform: scale(1.2)
}

#game_main aside .pat_item .pat_3 li a:hover p {
    color: #029588;
    text-decoration: underline
}

.copySuccessed {
    display: inline-block;
    width: calc(100% - 40px);
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    position: fixed;
    z-index: 99999;
    border-radius: 5px;
    padding: 15px 0;
    bottom: 90px;
    left: 20px;
    transform: translateY(170px)
}

@keyframes copyAnimateIn {
    from {
        transform: translateY(170px)
    }
    to {
        transform: translateY(0px)
    }
}

@keyframes copyAnimateOut {
    from {
        transform: translateY(0px)
    }
    to {
        transform: translateY(170px)
    }
}

#banner {
    width: 100%;
    height: 596px;
    overflow: hidden;
    position: relative
}

#banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .8)
}

#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

#banner .swiper-wrapper .swiper-slide .thum {
    width: 100%;
    height: 496px
}

#banner .swiper-wrapper .swiper-slide .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

#banner .swiper-wrapper .swiper-slide p {
    height: 80px;
    background-color: #fff;
    line-height: 80px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    color: #092644;
    font-weight: 500;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.pat_module {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.pat_module .title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pat_module .title h2 {
    font-size: 20px;
    color: #092644;
    font-weight: 600
}

.pat_module .title a {
    width: 100px;
    height: 30px;
    background: #029588;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    transition: all .3s
}

.pat_module .title a:hover {
    background-color: rgba(2, 149, 136, .8)
}

.pat_module .pat1_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.pat_module .pat1_list li {
    width: calc((100% - 112px)/8);
    margin-right: 16px
}

.pat_module .pat1_list li:nth-child(8n) {
    margin-right: 0
}

.pat_module .pat1_list li:nth-child(n+9) {
    margin-top: 16px
}

.pat_module .pat1_list li a {
    display: block
}

.pat_module .pat1_list li a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.pat_module .pat1_list li a .thum img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s
}

.pat_module .pat1_list li a p {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0 10px;
    height: 2.8em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    font-weight: 600;
    transition: all .3s
}

.pat_module .pat1_list li a:hover .thum img {
    transform: scale(1.1) translateX(-50%)
}

.pat_module .pat1_list li a:hover p {
    color: #029588
}

.pat_module .pat2_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.pat_module .pat2_list li {
    width: calc((100% - 48px)/4);
    margin-right: 16px
}

.pat_module .pat2_list li:nth-child(4n) {
    margin-right: 0
}

.pat_module .pat2_list li:nth-child(n+5) {
    margin-top: 16px
}

.pat_module .pat2_list li a {
    display: block
}

.pat_module .pat2_list li a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.pat_module .pat2_list li a .thum img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s
}

.pat_module .pat2_list li a p {
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    transition: all .3s
}

.pat_module .pat2_list li a:hover .thum img {
    transform: scale(1.1) translateX(-50%)
}

.pat_module .pat2_list li a:hover p {
    color: #029588
}

.three_pat {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.three_pat .pat_item {
    width: calc((100% - 32px)/3);
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 20px
}

.three_pat .pat_item h3 {
    font-size: 18px;
    color: #092644;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 600
}

.three_pat .pat_item .thum {
    display: block;
    width: 350px;
    height: 197px;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 10px
}

.three_pat .pat_item .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s
}

.three_pat .pat_item .thum img:hover {
    transform: scale(1.1)
}

.three_pat .pat_item ul li {
    display: flex;
    align-items: center;
    padding: 5px 0
}

.three_pat .pat_item ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 5px;
    background-color: #029588
}

.three_pat .pat_item ul li span {
    font-size: 12px;
    color: #999;
    margin-left: 15px
}

.three_pat .pat_item ul li a {
    width: calc(100% - 95px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #092644;
    font-weight: 500;
    transition: all .3s
}

.three_pat .pat_item ul li a:hover {
    color: #029588;
    text-decoration: underline
}

.three_pat .pat_item .more_link {
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background-color: #029588;
    transition: all, 3s
}

.three_pat .pat_item .more_link:hover {
    background-color: rgba(2, 149, 136, .8)
}

.carousel {
    color: #fff;
    --carousel-button-bg: rgba(0, 0, 0, .6);
    --carousel-button-svg-width: 30px;
    --carousel-button-svg-height: 30px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-border-radius: 2px
}

.carousel .carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 320px;
    padding: 0 7.5px;
    position: relative
}

.carousel .carousel__slide img {
    height: 100%
}

.carousel .carousel__slide video {
    height: 100%
}

.carousel .carousel__slide .play {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat
}

.carousel .carousel__viewport {
    overflow: hidden;
    width: 100%
}

.carousel .carousel__viewport::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.carousel .carousel__viewport::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3) inset;
    border-radius: 8px
}

.carousel .carousel__viewport::-webkit-scrollbar-thumb {
    background-color: #7a7a7a;
    border-radius: 8px
}

.carousel .carousel__viewport::-webkit-scrollbar-thumb:hover {
    background-color: #525252
}

.carousel .carousel__dots {
    display: none;
    height: 8px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3) inset;
    align-items: center
}

.carousel .carousel__dots .carousel__dot {
    height: 8px!important;
    width: initial!important;
    flex-shrink: 1;
    flex-grow: 1
}

.carousel .carousel__dots .carousel__dot.is-selected {
    height: 8px;
    border-radius: 5px;
    background-color: #7a7a7a
}

.carousel .carousel__dots .carousel__dot::after {
    background-color: transparent!important
}