* {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
body {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  color: #000;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.header_01 {
  height: 168px;
  /* background: url('../images/header_01.jpg') no-repeat top center; */
  background: url("../images/md_header_01.jpg") no-repeat top center;
}
.header_02 {
  height: 171px;
  background: url("../images/header_02.jpg") no-repeat top center;
}
.header_03 {
  padding-top: 7px;
  height: 111px;
  background: url("../images/header_03.jpg") no-repeat top center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.href_btn {
  display: inline-block;
  font-size: 15px;
  border-radius: 35px;
  text-align: center;
  color: #000;
  background-color: #ffd800;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.href_btn:hover {
  color: #fff;
  background-color: #ffa800;
}
.header_href {
  width: 160px;
  height: 46px;
  line-height: 46px;
  margin-right: 26px;
}
.menu {
  height: 50px;
  background-color: #4e56ff;
  text-align: center;
}
.menu li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 20px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}
.menu li.active {
  background-color: #ffd800;
  color: #000;
  border-radius: 35px;
}
.panel {
  padding: 89px 0 30px;
}
.panel .title {
  margin-bottom: 40px;
  text-align: center;
}
.panel .title h3 {
  display: inline-block;
  padding: 0 20px;
  color: #0b155b;
  font-size: 39px;
}
.panel .title img {
  vertical-align: 5px;
}
.panel .superiorty {
  position: relative;
  width: 1002px;
  height: 611px;
  margin: 0 auto;
  background: url("../images/superiorty_bg.jpg") no-repeat top center;
}
.panel .superiorty .cell {
  float: left;
  line-height: 24px;
  color: #333;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel .superiorty .cell_first {
  margin-left: 292px;
  margin-right: 30px;
}
.panel .superiorty .cell_center {
  margin-left: 27px;
  margin-right: 27px;
}
.panel .superiorty .cell_338 {
  width: 338px;
  height: 187px;
  padding: 37px 30px 0;
}
.panel .superiorty .cell_316 {
  width: 316px;
  height: 213px;
  padding: 41px 30px 0;
}
.panel .superiorty .cell_507 {
  width: 507px;
  height: 168px;
  padding: 42px 50px 0;
}
.panel .superiorty .cell .name {
  padding-bottom: 20px;
  color: #000;
  font-size: 18px;
}
.panel .superiorty .cell_338 .name {
  padding-left: 96px;
}
.panel .superiorty .cell_316 .name {
  padding-left: 59px;
}
.panel .superiorty .cell_507 .name {
  padding-left: 162px;
}
.panel .superiorty .cell .name span {
  padding: 0 6px;
  font-size: 23px;
}
.panel .superiorty .btn_box {
  position: absolute;
  right: 0;
  bottom: 67px;
}
.panel .superiorty .btn_box .superiorty_btn {
  width: 202px;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
}
.tools_panel {
  position: relative;
}
.tools_panel:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 224px;
  background-color: #dee6fa;
}
.panel .tools {
  position: relative;
  z-index: 5;
}
.panel .tools_list li {
  display: inline-block;
  margin: 0 20px 0 22px;
  line-height: 24px;
  text-align: center;
}
.panel .tools_list img {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #a492ff;
}
.panel .tools_list .name {
  padding: 5px 0;
}
.panel .tools_list .name a {
  color: #000;
  font-size: 18px;
}
.panel .tools .tools_btn {
  width: 202px;
  height: 40px;
  margin: 30px 20px 0;
  line-height: 40px;
}
.method_panel {
  height: 1415px;
  background: #dee6fa url("../images/method_bg.jpg") no-repeat bottom center;
}
.method_panel .method_tab {
  margin-right: -20px;
  height: 100px;
  overflow: hidden;
}
.method_panel .method_tab li {
  float: left;
  width: 150px;
  height: 80px;
  padding-top: 15px;
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  background-color: #4d55ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.method_panel .method_tab li.active {
  height: 85px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  color: #000;
}
.method_panel .method_tab li span {
  font-size: 18px;
  font-weight: normal;
}
.method_panel .method_container {
  padding: 30px 35px 40px;
  background-color: #fff;
  overflow: hidden;
}
.method_panel .method_container .tip {
  padding-bottom: 30px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px dashed #d4d5ff;
}
.method_panel .method_container .pic {
  overflow: hidden;
}
.method_panel .method_container .method_box {
  position: relative;
  float: left;
  width: 690px;
  height: 490px;
  margin-right: 25px;
  background: url("../images/methodCell_bg.jpg") no-repeat top center;
  overflow: hidden;
}
.method_panel .method_container .method_box .method_wrapper {
  height: 440px;
}
.method_panel .method_container .method_box .method_wrapper .wrap {
  position: absolute;
  height: 440px;
  overflow: hidden;
}
.method_panel .method_container .method_box .item {
  float: left;
  padding: 10px 40px 0;
  height: 100%;
  width: 690px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.method_panel .method_container .method_box .item .m {
  padding-top: 30px;
}
.method_panel .method_container .method_box .item .name {
  font-size: 18px;
}
.method_panel .method_container .method_box .item .txt {
  padding-top: 9px;
}
.method_panel .method_container .method_box .item .txt a {
  color: #fc9a00;
}
.method_panel .method_container .method_box .item .txt a:hover {
  text-decoration: underline;
}
.method_panel .method_container .method_box .select {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.method_panel .method_container .method_box .select li {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff0b4;
  cursor: pointer;
}
.method_panel .method_container .method_box .select li.active {
  background-color: #ffce08;
}
.school_box .name {
  float: left;
  padding-top: 50px;
  padding-left: 20px;
  width: 40px;
  margin-right: 10px;
  font-size: 28px;
  color: #1d217c;
}
.school_box .list {
  overflow: hidden;
}
.school_box .list li {
  display: inline-block;
  margin-left: 35px;
  text-align: center;
}
.school_box .list .logo {
  display: table;
  width: 146px;
  height: 146px;
  background-color: #fff;
  border: 1px solid #797fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.school_box .list .logo a {
  display: table-cell;
  vertical-align: middle;
}
.school_box .list .school_name {
  margin-top: 12px;
}
.school_box .list .school_name a {
  color: #000;
  font-size: 18px;
}
.form_panel .form_box {
  padding: 30px 25px 18px;
  background-color: #636aff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form_panel .form_box .tip {
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #fff;
  border-bottom: 1px dashed #a3aeff;
}
.form_panel .form_box .myform {
  display: inline-block;
}
.form_panel .form_box .form_item {
  position: relative;
  margin-bottom: 18px;
  margin-right: 29px;
  padding-left: 40px;
  width: 140px;
  height: 40px;
  float: left;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form_panel .form_box .form_item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/sprite.png") no-repeat;
  content: "";
}
.form_panel .form_box .form_user:before {
  background-position: 1px 0px;
}
.form_panel .form_box .form_tel:before {
  background-position: -2px -47px;
}
.form_panel .form_box .form_city:before {
  background-position: 0 -96px;
}
.form_panel .form_box .form_country:before {
  background-position: -1px -142px;
}
.form_panel .form_box .form_item .user_val {
  border: none;
  width: 130px;
  padding: 5px;
  height: 40px;
  line-height: 30px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
}
.form_panel .form_box .form_item .user_val:focus {
  outline: none;
}
.form_panel .form_box .form_item .list {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  height: 200px;
  background-color: #fff;
  overflow-y: auto;
}
.form_panel .form_box .form_item .list li {
  padding-left: 45px;
  line-height: 26px;
  cursor: pointer;
  color: #333;
}
.form_panel .form_box .form_item .list li:hover {
  background-color: #eee;
}
.form_panel .form_box .form_item .arrow {
  position: absolute;
  right: 9px;
  top: 15px;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #ffce08 transparent transparent transparent;
}
.form_panel .form_box .submit_btn {
  float: left;
  width: 110px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
}
.case_panel {
  background: url("../images/case_bg.jpg") no-repeat right 100px;
}
.case_panel .case_tab {
  float: left;
  width: 185px;
  margin-right: 9px;
}
.case_panel .case_tab li {
  height: 58px;
  margin-bottom: 23px;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #4d55ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #4d55ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.case_panel .case_tab li.active {
  background-color: transparent;
  color: #4d55ff;
}
.case_panel .case_box .case_item {
  width: 714px;
  height: 466px;
  background: url("../images/case_box.png") no-repeat;
  overflow: hidden;
}
.case_panel .case_box .case_item li {
  float: left;
  width: 342px;
  height: 221px;
  margin-bottom: 25px;
  padding: 33px 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
}
.case_panel .case_box .case_item li.mr_space {
  margin-right: 23px;
}
.case_panel .case_box .case_item .name {
  padding-bottom: 10px;
}
.case_panel .case_box .case_item .name a {
  color: #000;
}
.case_panel .case_box .case_item .name a:hover {
  text-decoration: underline;
  color: #fc9a00;
}
.case_panel .case_btn,
.link_panel .news_btn {
  width: 202px;
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
}
.course_box {
  width: 1002px;
  margin: 0 auto;
  background: url("../images/course_bg.jpg") no-repeat top center;
  overflow: hidden;
}
.course_box .cell {
  float: left;
  padding: 30px 20px 0;
  line-height: 26px;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.course_box .cell_258 {
  width: 258px;
}
.course_box .cell_496 {
  width: 496px;
  margin: 0 16px;
}
.course_box .cell_212 {
  width: 212px;
}
.course_box .cell .name {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cdd5ff;
  color: #000;
}
.course_box .cell .txt {
  height: 80px;
  font-size: 13px;
}
.course_box .cell .course_btn {
  margin-top: 23px;
  width: 170px;
  height: 40px;
  line-height: 40px;
}
.link_panel {
  position: relative;
}
.link_panel:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 461px;
  background: url("../images/news_bg.jpg") no-repeat bottom center;
}
.link_panel .wrap {
  position: relative;
  z-index: 2;
}
.link_panel .link_box {
  position: relative;
  height: 291px;
  overflow: hidden;
}
.link_box .link_container {
  width: 920px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.link_box .link_container .list {
  float: left;
  width: 920px;
  height: 100%;
  overflow: hidden;
}
.link_box .link_container .list li {
  float: left;
}
.link_box .link_container .list .mc {
  margin-right: 45px;
}
.link_box .link_btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-color: #ffcc00;
  color: #fff;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  font-family: "simsun";
  font-weight: 700;
  cursor: pointer;
}
.link_box .link_prev {
  left: 0;
}
.link_box .link_next {
  right: 0;
}
.link_news_box {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 43px;
  padding-bottom: 43px;
}
.link_news_box .list li {
  position: relative;
  float: left;
  width: 33.3%;
  padding-right: 40px;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 36px;
}
.link_news_box .list li:nth-child(3n) {
  padding-right: 0;
}
.link_news_box .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #ffe508;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.link_news_box .list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  height: 36px;
}
.link_news_box .list li a:hover {
  text-decoration: underline;
}
.panel #serveBox .p_text {
  padding-top: 5px;
}
.panel #serveBox {
  font-size: 0;
  width: 1000px;
  margin: 0 auto;
  color: #373737;
  font-family: "Microsoft YaHei";
}
.panel #serveBox .container {
  position: relative;
  height: 391px;
}
.panel #serveBox .container .wrapBox {
  width: 936px;
  height: 353px;
  position: relative;
  margin: 0 auto 30px;
  overflow: hidden;
}
.panel #serveBox .wrapBox .wrap {
  position: absolute;
  left: 0;
  width: 1000%;
  height: 353px;
}
.panel #serveBox .wrap li {
  float: left;
  list-style: none;
}
.panel #serveBox .wrap li .item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 353px;
  margin-right: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.panel #serveBox .wrap li .item.last {
  margin-right: 0;
}
.panel #serveBox .wrap li .item .circle {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #636aff;
  left: -35px;
  top: -38px;
}
.panel #serveBox li .item img {
  width: 300px;
  height: 117px;
  display: block;
}
.panel #serveBox .wrap li .item .circle span {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  bottom: 13px;
  right: 13px;
}
.panel #serveBox .wrap .item .content {
  height: 236px;
  width: 100%;
  background-color: #fff;
  padding: 0 28px;
  position: relative;
  margin-top: -13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #797fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.panel #serveBox .wrap .item .content:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: -1px;
  border-width: 13px 14px 0 14px;
  border-style: solid;
  border-color: #636aff transparent transparent transparent;
}
.panel #serveBox .wrap .item .content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  margin-left: -13px;
  border-width: 12px 13px 0 13px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  width: 0;
}
.panel #serveBox .wrap .item .content .name {
  font-size: 18px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
}
.panel #serveBox .wrap .item .content p {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  padding-left: 10px;
}
.panel #serveBox .wrap .item .content p:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #373737;
  left: 0;
  top: 10px;
}
.panel #serveBox .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 167px;
  cursor: pointer;
  font-family: simsun;
  font-size: 30px;
  line-height: 30px;
  color: #ffd52c;
  font-weight: 900;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: none !important;
}
.panel #serveBox .arrow:hover {
  background-color: #d6d8d8;
  color: #636aff;
}
.panel #serveBox .arrow.prev {
  left: 0;
}
.panel #serveBox .arrow.next {
  right: 0;
}
.panel #serveBox .points {
  text-align: center;
}
.panel #serveBox .points li {
  width: 8px;
  height: 8px;
  background-color: #bcbcbc;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 4px;
  display: inline-block;
}
.panel #serveBox .points li.active {
  background-color: #ed395c;
}
.panel #serveBox .tip {
  font-size: 14px;
  line-height: 14px;
  color: #888;
  position: absolute;
  bottom: 0;
  right: 32px;
}
#Data-Download * {
  margin: 0;
  padding: 0;
}
#Data-Download ul,
#Data-Download li {
  list-style: none;
}
#Data-Download em {
  font-style: normal;
}
#Data-Download ul,
#Data-Download li,
#Data-Download div,
#Data-Download h6,
#Data-Download b,
#Data-Download input,
#Data-Download em {
  font-family: "Microsoft Yahei";
}
.D-Fl {
  float: left;
}
.D-Fr {
  float: right;
}
@media \0screen\, screen\9 {
  #Data-Download {
    background: #000;
    filter: Alpha(opacity=80);
    position: static;
    *zoom: 1;
  }
}
#Data-Download {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.8);
}
.DownLoad-Btn div,
.D-Close,
.Cloud-Close {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#Data-Download .Data-Box {
  width: 746px;
  height: 370px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -185px;
  margin-left: -373px;
}
.Data-Box h6 {
  height: 50px;
  line-height: 50px;
  background: #db2c35;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: relative;
}
.D-Close {
  position: absolute;
  top: 13px;
  right: 16px;
  cursor: pointer;
}
.D-Close:hover,
.Cloud-Close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#Data-Download .D-Valuable {
  width: 635px;
  height: 230px;
  margin: 40px auto 0;
  position: relative;
}
.D-Treasury {
  width: 310px;
  height: 160px;
}
#Data-Download .D-List > li {
  margin-bottom: 16px;
  overflow: hidden;
}
.D-List span {
  font-size: 14px;
  color: #535353;
}
#Data-Download .D-Name,
#Data-Download .D-Tel,
#Data-Download .D-Yzm,
#Data-Download .D-Country,
#Data-Download .D-City {
  border: 1px solid #b5b5b5;
  outline: none;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #c2c2c2;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.D-Name {
  width: 74px;
}
.D-Tel {
  width: 112px;
}
.D-Yzm {
  width: 112px;
  border-right: none;
}
.D-LT1 {
  letter-spacing: 3.5px;
}
#Data-Download .D-Obtain {
  display: inline-block;
  width: 112px;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  color: #fff;
  background: #b5b5b5;
  margin-left: -5px;
  text-align: center;
  cursor: pointer;
}
#Data-Download .D-Country,
#Data-Download .D-City {
  width: 228px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(https://www.igo.cn/liuxue/images/M-Select.png) 207px 0 no-repeat;
}
#Data-Download .DownLoad-Btn {
  width: 470px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -235px;
}
.DownLoad-Btn span {
  font-size: 14px;
  color: #535353;
  line-height: 42px;
}
#Data-Download .Down-Btn {
  width: 136px;
  height: 38px;
  background: #db2c35;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #db2c35;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#Data-Download .Down-Btn:hover {
  background: transparent;
  color: #db2c35;
}
#Data-Download .Cloud-Plate {
  position: absolute;
  top: 200px;
  width: 624px;
  height: 124px;
  background: #fff;
  left: 50%;
  margin-left: -312px;
  text-align: center;
  display: none;
}
.Cloud-Plate > h6 {
  font-size: 22px;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #db2c35;
}
.Cloud-Close {
  position: absolute;
  right: 25px;
  top: 14px;
}
#Data-Download .Cloud-Plate a {
  display: block;
  margin-top: 26px;
  font-size: 14px;
  color: #535353;
}
.Touch-Active {
  animation: show 0.3s;
  -webkit-animation: show 0.3s;
}
@keyframes show {
  0% {
    transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes show {
  0% {
    -webkit-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes show {
  0% {
    -moz-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes show {
  0% {
    -o-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
