body {
    background: #F5F5F5;
}

.header_warp {
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
}

.header_box {
    width: 1210px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.header_search {
    width: 100%;
    height: 108px;
    background: #FFFFFF;
    position: relative;
}

.search_w {
    width: 360px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    float: right;
    margin-top: 23px;
    border: 1px solid #D8D8D8;
}

.icon1 {
    float: left;
    z-index: 23;
    width: 18px;
    height: 18px;
    margin: 11px 10px 11px 20px;
}

.header_ipt {
    float: left;
    width: 230px;
    height: 90%;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #A9A9A9;
    line-height: 14px;
    letter-spacing: 1px;
    border: 1px solid transparent;
}

.header_btn {
    float: right;
    width: 60px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid transparent;
    outline: none;
    z-index: 25;
    background-image: linear-gradient(270deg, rgba(34, 190, 243, 1) 0%, rgba(15, 138, 226, 1) 100%);
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 6px 6px 6px 0px;
}

.header_btn a {
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
}

.popup_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 640px;
    height: 343px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    overflow: hidden;
    display: none;
    z-index: 99;
}

.popup_top {
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #222A41;
    line-height: 55px;
    text-indent: 20px;
}

.popup_top span {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/guanbi.png) no-repeat;
    margin: 15px;
    cursor: pointer;
}

.popup_swiper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.popup_swiper .box {
    width: 100%;
    height: 83px;
    position: relative;
    display: inline-block;
    padding-top: 30px;
}

.popup_rl {
    height: 83px;
    margin: 0 auto;
}

#roll dd {
    width: 60px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    margin: 0 16px;
}

#roll dd img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #D8D8D8;
}

#roll dd .praise_name {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222A41;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
    text-align: center;
}

.prev {
    display: block !important;
    position: absolute;
    left: 10px;
    background: url(../images/left.png) no-repeat center;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-size: cover;
}

.next {
    display: block !important;
    position: absolute;
    right: 0;
    background: url(../images/right.png) no-repeat center;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-size: cover;
}

.popup_wrap .dj {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222A41;
    line-height: 14px;
    text-indent: 20px;
    margin-top: 20px;
}

.da_ul {
    width: 552px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.da_ul li {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 16px;
}

.da_ul li a {
    display: block;
}

.da_ul li img {
    width: 60px;
    height: 60px;
    background: #D8D8D8;
    border-radius: 10px;
}

.da_ul li .dj_a {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222A41;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px auto;
    text-align: center;
}

#roll {
    width: 200%;
}

.box span {
    position: absolute;
    bottom: 38px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 90;
    width: 26px;
    height: 26px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.box .next {
    right: 10px;
    left: auto;
}

.software_de {
    padding: 0 10px;
    padding-bottom: 20px;
    overflow: hidden;
}

.software_de h2 {
    font-size: 16px;
    font-weight: bold;
    color: #31acf2;
    padding-bottom: 3px;
    overflow: hidden;
    zoom: 1;
}

.software_de h3 {
    margin: 15px 0px 0px !important;
    padding: 0px !important;
    /*height: 36px !important;*/
    line-height: 36px !important;
    font-size: 18px !important;
    color: rgb(47, 189, 255) !important;
    text-indent: 10px !important;
    background: rgb(248, 248, 248) !important;
    overflow: hidden !important;
    font-family: arial, "Microsoft YaHei", 微软雅黑 !important;
    text-align: left !important;
}
.software_de h3 span{
    color: rgb(47, 189, 255) !important;
}
.software_de p {
    color: #555;
    line-height: 28px;
    font-size: 14px;
    padding-top: 12px;
}

.software_de table {
    margin: 0 auto;
}

.software_de img {
    /* float: inherit !important; */
    display: block;
    margin: 15px auto;
    width: 50%;
    height: auto;
}

.header_nav ul li:hover,
.software_re ul li:hover {
    background: rgb(237, 239, 242, .2);
}

.header_nav ul li:hover a {
    color: #000 !important;
}


#roll dd:hover,
.da_ul li:hover {
    box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.muban_top {
    background-color: #717171;
    height: 550px;
}

.header h2 {
    font-size: 32px;
    position: absolute;
    top: 22px;
    right: 0;
    letter-spacing: 3px;
}

.introduction .text-label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.introduction .text-value {
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
}

.introduction {
    color: #ffffff;
    text-align: left;
}

.introduction .btn {
    text-align: center;
    background-image: none;
    font-size: 28px;
    line-height: 68px;
    height: 63px;
    width: 176px;
    background: url(../images/gs.png) no-repeat;
    /* background-position: -3px 0px;
    box-shadow: 0px 2px 3px #666666;
    -webkit-box-shadow: 0px 2px 3px #666666;
    -ms-box-shadow: 0px 2px 3px #666666;
    -moz-box-shadow: 0px 2px 3px #666666;
    background-color: #38c800;
    color: #fff; */
}

.introduction .btn2 {
    display: inline-block;
    text-align: center;
    background-image: none;
    font-size: 28px;
    height: 63px;
    width: 176px;
    background: url(../images/mf.png) no-repeat;
    /* background-position: -3px 0px; */
    /* box-shadow: 0px 2px 3px #666666;
    -webkit-box-shadow: 0px 2px 3px #666666;
    -ms-box-shadow: 0px 2px 3px #666666;
    -moz-box-shadow: 0px 2px 3px #666666; */
    /* background-color: #38c800; */
    color: #fff;
}

.introduction .btn3 {
    display: inline-block;
    text-align: center;
    background-image: none;
    font-size: 28px;
    height: 63px;
    width: 176px;
    background: url(../images/pay.png) no-repeat;
    /* background-position: -3px 0px; */
    /* box-shadow: 0px 2px 3px #666666;
    -webkit-box-shadow: 0px 2px 3px #666666;
    -ms-box-shadow: 0px 2px 3px #666666;
    -moz-box-shadow: 0px 2px 3px #666666; */
    /* background-color: #38c800; */
    color: #fff;
}
.down_box{
    display: flex;
}
.down_box a{
    font-size: 0 !important;
}
.introduction .btn i,
.bottom .btn i {
    vertical-align: middle;
    width: 46px;
    height: 40px;
    display: inline-block;
    background-image: url(../images/download_ico.png);
    background-repeat: no-repeat;
}

.bottom .btn i {
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 10px;
    margin-top: -6px;
}

.fixed-bottom {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 5px 0px 5px 5px #ddd;
}

.fixed-bottom .bottom {
    width: 1038px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.bottom {
    background-color: #fff;
    height: 81px;
    line-height: 81px;
}

.header .logo {
    vertical-align: middle;
    margin-right: 65px;
    display: inline-block;
}

.header .logo img {
    width: 137px;
    height: 47px;
}

.header .logo a {
    background-image: none;
    text-indent: 0;
    height: auto;
}

.header .title {
    height: 30px;
}

.copy {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #000;
    color: #fff;
    margin-bottom: 73px;
    padding: 10px 0;
    line-height: 25px;
    font-size: 13px;
}

.copy a {
    color: #fff;
}

#maybe li {
    float: none;
    display: inline-block;
    margin-right: 35px;
    width: 82px;
    height: auto;
    margin-bottom: 18px;
}

#maybe li:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

#maybe li .thumb {
    width: 82px;
    height: 82px;
    margin-top: 5;
}

#maybe li .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rec {
    height: auto;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}

.muban_top_banner .thumbnail-box {
    width: 540px;
    height: 320px;
    float: left;
    margin-top: 120px;
    border-radius: 10px;
    box-shadow: 0 0 15px #717171 inset;
}

.search-menu {
    background-color: #ffffff;
    ;
}

.nav-top {
    text-align: center;
    background-color: #717171;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    box-shadow: 1px 1px 4px #717171;
}

.nav-top a {
    background-color: #717171;
    display: inline-block;
    width: 152px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.right-top-recommond {
    position: absolute;
    top: 121px;
    right: 45px;
    overflow: hidden;
    font-size: 16px;
}

.introduction h1 {
    font-size: 32px;
}

.introduction {
    /* width: 525px !important; */
}



#maybe li .title a,
#maybe li .btn a {
    color: #333333;
}

.muban_top {
    background: url(../images/bg_t.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.muban_top_banner .header,
.muban_top2 .header {
    height: 60px;
    line-height: 60px;
}

.muban_top_banner .header img {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    margin-right: 10px;
}

.muban_top_banner .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.muban_top_banner .header span {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.mwidth {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*header*/
.header {
    overflow: hidden;
    width: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding: 15px 0;
}

.header form .form-group {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.header form .form-group .btn-default {
    border: none;
    width: 68px;
    height: 39px;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    cursor: pointer;
}

.header form .hotSearch {
    width: 459px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_search .hot {
    color: #ff7e00;
    font-weight: bold;
    padding-left: 0px;
    width: 360px;
    float: left;
    display: inline;
    overflow: hidden;
    padding-top: 7px;
    text-overflow: clip;
    height: 22px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.header_search .hot a {
    color: #666;
    padding-right: 8px;
    font-weight: normal;
}

.header_search .hot a:hover {
    color: #ff5a19;
}

.recbox .corner li {
    float: left;
    width: 90px;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 29px;
    margin-bottom: 6px;
}


.recboxHot .corner li {
    margin-right: 28px;
}

body {
    background-color: #fff;
    overflow-y: scroll
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.clearfix:after,
.clearfix:before {
    clear: both;
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.hide {
    display: none
}

.text-overflow-1 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.width-1038 {
    width: 1038px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.width-1209 {
    width: 1209px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0
}

html {
    /* font-size: 12px; */
    font: 12px/1.5 Arial;
    font-family: "Microsoft YaHei"
}

body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
select,
textarea,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

img {
    border: none
}

input,
select,
textarea {
    outline: 0;
    border: none;
    background-color: transparent
}

textarea {
    resize: none
}

a {
    cursor: pointer;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em
}

em,
i {
    font-style: normal
}

.muban_top_banner {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.muban_top_banner .introImg {
    position: absolute;
    width: 500px;
    height: 350px;
    top: 150px;
}

.muban_top_banner .thumbnail {
    width: 540px;
    height: 320px;
    border-radius: 10px;
}

.muban_top_banner .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    height: 100px;
    margin-left: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.muban_a {
    float: left;
    /*margin-top: 120px;*/
    margin-left: 30px;
    /*height: 400px;*/
}

.introduction {
    /* margin: 0; */
    /* width: 446px; */
    overflow: hidden;
    text-align: center;
    /*margin-bottom: 40px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}


.introduction h1 {
    margin: 0 0 30px 0;
    font-size: 28px;
    display: flex;
    max-width: 560px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.introduction h1 img {
    float: left;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.introduction h1 span {
    display: block;
    max-width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 575px;*/
}

.introduction .text {
    margin-bottom: 20px;
    font-size: 34px;
}

.introduction .btn {
    /* border-radius: 50px; */
    display: inline-block;
}

.introduction .d-p3 {
    color: #999;
    font-size: 12px;
    margin-top: 12px;
}

.header form .form-group .form-control {
    width: 240px;
    height: 32px;
    box-sizing: border-box;
    line-height: 32px;
    background-color: #fff;
    padding: 0px 12px;
    float: left;
}

.header form .form-group {
    width: auto;
}

.h500px {
    height: 500px;
}

.h410px {
    height: 410px;
}

.pointer {
    cursor: pointer;
}

.wd450 {
    width: 450px;
}

.mr133 {
    margin-right: 133px;
}

.vertical-middle {
    vertical-align: middle;
    display: inline-block;
}

.line {
    display: inline-block;
    width: 70px;
    height: 5px;
    background: #00c82b;
    margin: 24px 0;
}

.fzc36 {
    line-height: 32px;
    font-size: 32px;
    color: #333333;
}

.fzc22 {
    margin-top: 15px;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
}

.intro {
    padding-bottom: 100px;
}

.intro .introImg {
    width: 450px;
    height: 250px;
}

.header .title,
.bottom .title {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    max-width: 2400px;
    margin-right: 20px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .form {
    float: right;
    margin-top: 10px;
}

.menu {
    display: inline-block;
    vertical-align: middle;
}

.menu a {
    color: #288bde;
    margin-right: 20px;
}

.top-menu {
    line-height: 1;
    font-size: 24px;
    height: 80px;
}

.top-menu .ico,
.bottom .ico {
    height: 46px;
    width: 46px;
    vertical-align: middle;
    border-radius: 5px;
}

.width70 {
    width: 70%;
}

.width30 {
    width: 30%;
}

.bottom {
    background-color: #fff;
    height: 81px;
    line-height: 81px;
}

.bottom .text {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    font-size: 30px;
    width: 500px;
    text-align: center;
    font-weight: 800;
    color: #333333;
}

.bottom .btn {
    width: 181px;
    text-align: center;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #38c800;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    float: right;
    margin-top: 20px;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.fixed-bottom.width-1038 {
    width: 100%;
}

.fixed-bottom .bottom {
    width: 1038px;
    margin-left: auto;
    margin-right: auto;
}


.rec {
    padding-top: 40px;
}

.rec h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

#must {
    height: 238px;
    overflow: hidden;
}

/* #maybe li {
    font-size: 12px;
    float: left;
    width: 80px;
    margin-right: 40px;
    text-align: center;
    color: #666;
    cursor: pointer;
    margin-bottom: 36px;
} */

#maybe li .title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}

#maybe li:hover .title {
    display: none;
}

#maybe li:hover .btn {
    display: block;
}

#maybe li .btn {
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    width: 60px;
    border: 1px solid;
    text-align: center;
    margin: auto;
    display: none;
}

#must li {
    float: left;
    width: 140px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

#must li .thumb {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#must li .title {
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    height: 25px;
    width: 115px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

input[type='text'] {
    line-height: 40px;
}

.reyou {
    position: absolute;
    right: 22px;
    top: 7px;
    width: 300px;
    height: auto;
    background: #FFFFFF;
    border-radius: 8px;
}

.reyou .rs {
    display: block;
    float: left;
    width: 6px;
    height: 18px;
    background: #FD4404;
    border-radius: 1px;
    margin: 20px 15px;
}

.reyou h4 {
    display: block;
    float: left;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FD4404;
    line-height: 16px;
    margin-top: 20px;
}

.reyou .more {
    display: block;
    font-size: 25px;
    float: right;
    color: #FD4404;
    margin-right: 15px;
    margin-top: 10px;
}

.reyou ul {
    width: 270px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.reyou ul span {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #BEBEBE;
    color: #fff;
}

.reyou ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #BEBEBE;
    overflow: hidden;
    padding-top: 10px;
}

.reyou ul .re_li,
.reyou ul .re_tu {
    float: left;
    margin-left: 5px;
}

.reyou ul .re_li h3 {
    width: 240px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 14px;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.reyou ul .re_li p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #A2A2A2;
    line-height: 12px;
}

.re_sapn {
    background: #FD4404 !important;
}

.reyou ul li:hover .re_li {
    display: none;
}

.reyou ul li:hover .re_tu {
    display: block;
}

.reyou ul .re_tu {
    display: none;
}

.reyou ul .re_tu .img_a {
    display: block;
    float: left;
    width: 50px;
    height: 66px;
    background: #D8D8D8;
    border-radius: 2px;
    border: 1px solid #979797;
    margin-right: 10px;
}

.reyou ul .re_tu .img_a img {
    width: 50px;
    height: 66px;
}

.reyou ul .re_tu .re_tuli {
    float: left;
}

.reyou ul .re_tu .re_tuli h3 a {
    display: block;
    width: 170px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FD6936;
    line-height: 18px;
    margin-bottom: 4px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all; */
}

.reyou ul .re_tu .re_tuli p {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #A2A2A2;
    line-height: 12px;
}

.reyou ul .re_tu .re_tuli .down_a {
    display: block;
    width: 58px;
    height: 18px;
    background: #FD6936;
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 10px;
}
body{
    padding-bottom: 18px;
}
.game_img{
    margin: 10px 0;
    width: 1038px;
    margin-left: auto;
    margin-right: auto;
}
.game_img h3{
    margin: 15px 0px 0px ;
    padding: 0px ;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: rgb(47, 189, 255);
    text-indent: 10px;
    background: rgb(248, 248, 248);
    overflow: hidden;
    font-family: arial, "Microsoft YaHei", 微软雅黑;
    text-align: left;
}
.game_box{
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
}
.game_box img{
    /*width: 600px;*/
    display: block;
    overflow: hidden;
    margin: 0 10px;
    flex: 0 0 300px !important;
}
@media screen and (max-width:1680px) {
    .muban_top  .reyou {
        display: none;
    }
    
    .software_de img {
        width: 40% !important;
        max-width: 400px !important;
        display: block;
        margin: 15px auto;
        height: auto !important;
    }
}