/*重置各元素默认样式*/
@import "reset.css";
footer {
  width: 100%;
  margin-top: 40px;
  background-color: #373A3D;
  padding-bottom: 25px;
}
footer > div .contact_us {
  box-sizing: border-box;
  border-bottom: 1px solid #BFBFBF;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer > div .contact_us p {
  color: #fff;
}
footer > div .contact_us p img {
  height: 25px;
  margin-left: 10px;
}
footer > div .contact_us p:nth-child(n+2) {
  margin-left: 20px;
}
footer > div .bottom_container {
  margin-top: 15px;
}
footer > div .bottom_container li {
  text-align: center;
}
footer > div .bottom_container li a {
  font-size: 12px;
  color: #fff;
  line-height: 25px;
}
footer > div .bottom_container li:nth-child(1) {
  text-align: center;
}
footer > div .bottom_container li:nth-last-child(1) {
  text-align: center;
}
footer > div .copyright {
  height: 40px;
  text-align: center;
  margin-top: 24px;
  /* background: url("../images/line4.png") no-repeat;
      background-size: 400px 1px;
      background-position:370px 35px; */
}
footer > div .copyright span {
  font-size: 12px;
  color: #FF0000;
  display: block;
}
footer > div .copyright img {
  width: 350px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 990px) {
  body {
    width: 7.5rem !important;
  }
  /*  小屏幕导航 */
  .sm_showing_nav {
    width: 7.5rem !important;
    overflow: hidden;
  }
  .sm_showing_nav .nav_container {
    height: 70px;
    background-image: linear-gradient(#44C4F1, #1766A9);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sm_showing_nav .nav_container aside {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 68px;
  }
  .sm_showing_nav .nav_container aside img {
    height: 40px;
    margin: 0 auto;
  }
  .sm_showing_nav .nav_container .nav_menu {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 38px;
  }
  .sm_showing_nav .nav_container .nav_menu b {
    height: 30px;
    width: 30px;
    margin: 0 auto;
    display: block;
    background: url("../images/open.png") no-repeat;
    background-size: 30px 30px;
  }
  .sm_showing_nav .nav_container .nav_menu.active b {
    background: url("../images/close.png") no-repeat;
    background-size: 30px 30px;
  }
  .sm_showing_nav > .sm_showing_list {
    padding: 10px 0;
    display: none;
  }
  .sm_showing_nav > .sm_showing_list li a {
    line-height: 35px;
    font-size: 18px;
    margin-left: 20px;
    font-family: "Times New Roman";
  }
  .sm_showing_nav > .sm_showing_list li:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .sm_showing_nav > .sm_showing_list.active {
    display: block;
  }
  body {
    width: 7.5rem;
  }
  #cg_ant {
    width: 7rem!important;
    overflow: hidden;
    padding: 0 0.25rem !important;
  }
  #cg_ant .ant_icon {
    display: flex;
    align-items: center;
  }
  #cg_ant .ant_icon img {
    height: 0.5rem !important;
  }
  #cg_ant .ant_icon p {
    font-weight: 700;
    font-size: 0.3rem !important;
    color: #253E6D;
    margin-left: 0.1rem !important;
  }
  #cg_ant #announcement {
    position: absolute;
    left: 2.5rem;
    top: 0;
    width: 3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
  }
  .banner_pic {
    width: 7.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner_pic .pic_content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner_pic .pic_content img {
    width: 100%;
    margin-top: 0;
  }
  .banner_pic .pic_content p {
    position: absolute;
    font-size: 0.4rem;
    text-align: center;
    padding: 0 0.25rem;
    color: #8F420A;
    font-weight: 700;
    line-height: 100%;
  }
  .banner_pic .pic_content:hover {
    opacity: 0.9;
  }
  .banner_pic .pic_content:hover p {
    color: #F77617;
  }
  .cg_banner2 {
    width: 100%;
  }
  .cg_banner2 a img {
    width: 100% !important;
    height: auto;
  }
  nav {
    display: none!important;
  }
}
@media (min-width: 1000px) {
  /*  中屏幕导航     */
  .sm_showing_nav {
    display: none;
  }
  nav {
    display: block;
    width: 100%;
    height: 75px;
    overflow: hidden;
    background-color: #fff;
  }
  nav .lg_showing_nav {
    width: 100%;
    height: 75px;
    margin: 0 auto;
  }
  nav .lg_showing_nav > aside {
    float: left;
    margin-left: 24px;
    width: 150px;
    height: 75px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  nav .lg_showing_nav > aside img {
    width: 134px;
    height: 38px;
  }
  nav .lg_showing_nav > ul {
    float: right;
    overflow: hidden;
    margin-left: 5px;
    padding-right: 24px;
  }
  nav .lg_showing_nav > ul > li {
    float: left;
    margin-left: 9px;
  }
  nav .lg_showing_nav > ul > li:nth-child(1) {
    margin-left: 0;
  }
  nav .lg_showing_nav > ul > li a {
    color: #00B0F2;
    font-size: 18px;
    line-height: 75px;
    padding: 6px 10px;
    font-family: "Times New Roman";
  }
  nav .lg_showing_nav > ul > li:hover a {
    color: #00B0F2;
    background-color: #1272D6;
    border-radius: 3px;
  }
  nav .lg_showing_nav > ul > li.active a {
    color: #fff;
    background-color: #1272D6;
    border-radius: 3px;
  }
  .banner_pic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner_pic .pic_content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner_pic .pic_content img {
    width: 100%;
    margin-top: 0;
  }
  .banner_pic .pic_content p {
    position: absolute;
    font-size: 30px;
    color: #8F420A;
    font-weight: 700;
    line-height: 100%;
  }
  .banner_pic .pic_content:hover {
    opacity: 0.9;
  }
  .banner_pic .pic_content:hover p {
    color: #F77617;
  }
  .banner_pic .pic_content:nth-child(n+2) {
    margin-top: 0;
  }
  .lg_showing_nav_container {
    display: none;
  }
}
@media (min-width: 1200px) {
  nav {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #fff;
    background-image: none;
  }
  nav .lg_showing_nav {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  nav .lg_showing_nav > aside {
    float: left;
    margin-left: 1px!important;
    width: 160px!important;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  nav .lg_showing_nav > aside img {
    width: 159px;
    height: 45px;
  }
  nav .lg_showing_nav > ul {
    float: right;
    overflow: hidden;
    margin-left: 5px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
  }
  nav .lg_showing_nav > ul > li {
    float: left;
    margin-left: 7px!important;
    list-style: none;
  }
  nav .lg_showing_nav > ul > li:nth-child(1) {
    margin-left: 0;
  }
  nav .lg_showing_nav > ul > li a {
    color: #1272D6;
    font-size: 20px;
    padding: 6px 10px;
  }
  nav .lg_showing_nav > ul > li:hover a {
    color: #fff;
    background-color: #1272D6;
    border-radius: 3px;
  }
  nav .lg_showing_nav > ul > li.active a {
    color: #fff;
    background-color: #1272D6;
    border-radius: 3px;
  }
}
/* 绝对定位元素 */
.fix-container {
  position: fixed;
  right: 20px;
  bottom: 50px;
}
.fix-container .icon {
  width: 60px;
  height: 50px;
  background-color: #1272D6;
  margin-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.fix-container .icon img {
  margin: 0 auto;
}
.fix-container .icon span {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #fff;
  top: 13px;
  left: -110px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
}
.fix-container .icon span:after {
  content: '';
  width: 13px;
  height: 25px;
  position: absolute;
  right: -13px;
  top: 3px;
  display: inline-block;
  background: url("../images/notice_right.png") no-repeat;
}
.fix-container .icon:hover span {
  display: block;
}
a,
b,
i,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li {
  font-family: "Times New Roman";
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.rt {
  float: right;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
/*  通用样式 */
/*  小屏幕导航 */
.sm_showing_nav {
  width: 100%;
  overflow: hidden;
}
.sm_showing_nav .nav_container {
  height: 70px;
  background-image: linear-gradient(#44C4F1, #1766A9);
  overflow: hidden;
}
.sm_showing_nav .nav_container aside {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 68px;
}
.sm_showing_nav .nav_container aside img {
  height: 40px;
  margin: 0 auto;
}
.sm_showing_nav .nav_container .nav_menu {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 38px;
}
.sm_showing_nav .nav_container .nav_menu b {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  display: block;
  background: url("../images/open.png") no-repeat;
  background-size: 30px 30px;
}
.sm_showing_nav .nav_container .nav_menu.active b {
  background: url("../images/close.png") no-repeat;
  background-size: 30px 30px;
}
.sm_showing_nav > .sm_showing_list {
  padding: 10px 0;
  display: none;
}
.sm_showing_nav > .sm_showing_list li a {
  line-height: 35px;
  font-size: 18px;
  font-family: "Times New Roman";
  margin-left: 20px;
}
.sm_showing_nav > .sm_showing_list li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.sm_showing_nav > .sm_showing_list.active {
  display: block;
}
/*   广告图 */
.banner {
  width: 100%;
  height: 6.5rem;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 6.5rem;
}
/*  引擎版本列表          */
/*小屏幕引擎版本列表*/
.download-version {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.download-version .title {
  margin-top: 30px;
  overflow: hidden;
  padding: 0 0.6rem;
}
.download-version .title .left_label h2 {
  font-size: 22px;
  color: #1272D6;
}
.download-version .title .left_label span {
  font-size: 0.2rem;
  color: #888888;
}
.download-version .title .server_advantage span {
  display: inline-block;
  height: 1.5rem;
  font-size: 0.2rem;
  color: #1272D6;
  background: url("../images/server_advantage.png") no-repeat;
  background-position: 25px 20px;
}
.download-version > ul {
  position: relative;
  display: none;
  margin: 0;
}
.download-version > ul li {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.2rem 0;
}
.download-version > ul.show {
  display: block;
}
.md_table_list {
  display: none;
}
/*  客服服务 */
footer {
  width: 100%;
  margin-top: 40px;
  background-color: #373A3D;
  padding-bottom: 25px;
}
footer > div .contact_us {
  box-sizing: border-box;
  border-bottom: 1px solid #BFBFBF;
}
footer > div .contact_us li {
  height: 55px;
  overflow: hidden;
  padding: 0;
}
footer > div .contact_us li .icon {
  display: flex;
  align-items: center;
  height: 100%;
  width: 60px;
  float: left;
}
footer > div .contact_us li .icon img {
  height: 35px;
  margin-left: 13px;
}
footer > div .contact_us li > a {
  float: left;
  width: 60%;
  line-height: 55px;
  font-size: 13px;
  color: #fff;
  margin-left: 8px;
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /*显示行数*/
}
footer > div .contact_us li:nth-child(2) {
  /*padding-left: 20px;*/
}
footer > div .contact_us li:nth-child(2) .icon img {
  margin-left: 10px;
}
footer > div .bottom_container {
  margin-top: 15px;
}
footer > div .bottom_container li {
  text-align: center;
}
footer > div .bottom_container li a {
  font-size: 12px;
  color: #fff;
  line-height: 25px;
}
footer > div .bottom_container li:nth-child(1) {
  text-align: center;
}
footer > div .bottom_container li:nth-last-child(1) {
  text-align: center;
}
footer > div .copyright {
  height: 40px;
  text-align: center;
  margin-top: 24px;
}
footer > div .copyright span {
  font-size: 12px;
  color: #FF0000;
  display: block;
}
footer > div .copyright span a {
  color: #DD4F43;
}
footer > div .copyright img {
  width: 350px;
  display: block;
  margin: 0 auto;
}
footer > div .copyright i {
  color: #fff;
  font-size: 12px;
}
footer > div .copyright i a {
  color: #888;
  font-size: 12px;
}
@media (max-width: 980px) {
  .table_list .leg_table > h1 {
    background-color: #E5E5E5;
    font-size: 0.4rem;
    text-align: center;
    padding: 0.2rem 0.3rem;
    margin-top: 0.2rem;
  }
  .table_list .leg_table > ul {
    width: 100%;
  }
  .table_list .leg_table > ul li {
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    display: flex;
    align-items: center;
  }
  .table_list .leg_table > ul li > div {
    text-align: left;
    overflow: hidden;
  }
  .table_list .leg_table > ul li > div p {
    font-size: 0.3rem;
    color: #FF0000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .table_list .leg_table > ul li > div span {
    font-size: 0.25rem;
    color: #888;
    margin-left: 0.1rem;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .table_list .leg_table > ul li > div.download_icon {
    display: flex;
    align-items: center;
    height: 1.2rem;
  }
  .table_list .leg_table > ul li > div.download_icon img {
    height: 0.6rem;
    padding-left: 0.7rem;
  }
  .table_list .leg_table > ul li > div.leg_name {
    padding-left: 0.25rem;
  }
}
@media (min-width: 1000px) {
  .md_table_list {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
  }
  .md_table_list .change_pages_menu {
    margin: 0;
  }
  .md_table_list .change_pages_menu h1 {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    cursor: pointer;
    background-color: #E5E5E5;
  }
  .md_table_list .change_pages_menu h1.active {
    color: #fff;
    background-color: #1272D6;
  }
  .md_table_list .login_app_download {
    width: 100%;
    border: 1px solid #888888;
    display: none;
  }
  .md_table_list .login_app_download li {
    height: 48px;
    padding-left: 33px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #888888;
  }
  .md_table_list .login_app_download li h4 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    text-align: center;
  }
  .md_table_list .login_app_download li h5 {
    font-size: 16px;
    color: #FF0000;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .md_table_list .login_app_download li span {
    font-size: 16px;
    color: #888888;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .md_table_list .login_app_download li a {
    font-size: 16px;
    display: block;
    /*width: 30px;
          height: 30px;*/
    height: 100%;
    background: url("../images/download_icon.png") no-repeat;
    background-size: 30px 30px;
    background-position: 61px 8px;
  }
  .md_table_list .login_app_download li b {
    font-size: 16px;
    color: #008AFF;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
  }
  .md_table_list .login_app_download li:nth-last-child(1) {
    border-bottom: none;
  }
  .md_table_list .login_app_download.show {
    display: block;
  }
  .download-version {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .download-version .title {
    height: 60px;
    overflow: hidden;
  }
  .download-version .title .left_label h2 {
    font-size: 22px;
    color: #1272D6;
  }
  .download-version .title .left_label span {
    font-size: 12px;
    color: #888888;
  }
  .download-version .title .server_advantage {
    cursor: pointer;
  }
  .download-version .title .server_advantage span {
    display: inline-block;
    height: 60px;
    font-size: 14px;
    color: #1272D6;
    background: url("../images/server_advantage.png") no-repeat;
    background-position: 30px 25px;
  }
  .download-version > ul {
    position: relative;
    top: 0;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .download-version > ul li {
    font-size: 20px;
    color: #888;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 0;
    cursor: pointer;
  }
  .download-version > ul li:hover {
    color: #fff;
  }
  .download-version > ul.show {
    display: block;
  }
  footer {
    padding-bottom: 50px;
    margin-top: 90px;
  }
  footer > div .bottom_container li {
    margin-top: 22px;
    text-align: center;
  }
  footer > div .bottom_container li:nth-child(1) {
    text-align: left;
  }
  footer > div .bottom_container li:nth-last-child(1) {
    text-align: right;
  }
  footer > div .bottom_container li a {
    font-size: 16px;
    color: #fff;
  }
  footer > div .contact_us {
    box-sizing: border-box;
    border-bottom: 1px solid #BFBFBF;
  }
  footer > div .contact_us li {
    height: 55px;
    overflow: hidden;
    padding: 0;
    text-align: left;
  }
  footer > div .contact_us li .icon {
    display: flex;
    align-items: center;
    height: 100%;
    width: 60px;
    float: left;
    margin-left: 0;
  }
  footer > div .contact_us li .icon img {
    height: 35px;
    margin-left: 13px;
  }
  footer > div .contact_us li > a {
    float: left;
    width: 60%;
    line-height: 55px;
    font-size: 15px;
    color: #fff;
    margin-left: 8px;
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*显示行数*/
  }
  footer > div .contact_us li:nth-child(2) {
    /*padding-left: 20px;*/
  }
  footer > div .contact_us li:nth-child(2) .icon img {
    margin-left: 10px;
  }
  footer > div .copyright {
    margin-top: 65px;
  }
}
@media (min-width: 1200px) {
  .md_table_list {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .md_table_list .change_pages_menu {
    margin: 0;
  }
  .md_table_list .change_pages_menu h1 {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    cursor: pointer;
    background-color: #E5E5E5;
  }
  .md_table_list .change_pages_menu h1.active {
    color: #fff;
    background-color: #1272D6;
  }
  .md_table_list .login_app_download {
    width: 100%;
    border: 1px solid #888888;
    display: none;
  }
  .md_table_list .login_app_download li {
    height: 48px;
    padding-left: 33px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #888888;
  }
  .md_table_list .login_app_download li h4 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    text-align: center;
  }
  .md_table_list .login_app_download li h5 {
    font-size: 16px;
    color: #FF0000;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .md_table_list .login_app_download li span {
    font-size: 16px;
    color: #888888;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .md_table_list .login_app_download li a {
    font-size: 16px;
    display: block;
    /*width: 30px;
          height: 30px;*/
    height: 100%;
    background: url("../images/download_icon.png") no-repeat;
    background-size: 30px 30px;
    background-position: 76px 8px;
  }
  .md_table_list .login_app_download li a:hover {
    opacity: 0.9;
  }
  .md_table_list .login_app_download li b {
    font-size: 16px;
    color: #008AFF;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
  }
  .md_table_list .login_app_download li:nth-last-child(1) {
    border-bottom: none;
  }
  .md_table_list .login_app_download.show {
    display: block;
  }
}
