body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Noto Sans SC";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.radio_label .radio_container {
  display: flex;
  flex-wrap: wrap;
}
.radio_label .radio_container label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  margin-right: 20px;
  font-size: 18px;
  color: #333333;
  line-height: 35px;
  margin-bottom: 22px;
  cursor: pointer;
}
.radio_label .radio_container .active {
  background: #FEB10D;
  border: 1px solid #FEB10D;
  color: #fff;
}
.radio_label input[type=radio] {
  display: none;
}
/* hover 的时候加条下划线 */
.hover_underline:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* 轮播上一个下一个样式 */
.swiper_content {
  position: relative;
}
.swiper_content .swiper-button-next,
.swiper_content .swiper-button-prev {
  background-image: url(../img/swiper_arrow.png);
  top: 62%;
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
}
.swiper_content .swiper-button-next {
  transform: rotateY(180deg);
}
header .header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_content h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 100px;
}
header .header_content .header_time {
  padding: 8px;
  box-sizing: border-box;
}
header .header_content .header_time .header_time_msg {
  display: flex;
  font-size: 18px;
  font-weight: bold;
}
header .header_content .header_time .header_time_msg .red {
  color: red;
}
header .header_content .header_time .header_time_num {
  position: relative;
  display: flex;
  font-size: 20px;
  padding-top: 10px;
  align-items: center;
  justify-content: center;
}
header .header_content .header_time .header_time_num div {
  width: 40px;
  height: 32px;
  background: #333333;
  border-radius: 6px;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: relative;
  line-height: 32px;
  top: -5px;
  margin-right: 6px;
}
.nav {
  background: #128C8C;
}
.nav .nav_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 0;
}
.nav .nav_content .nav_item:not(:last-child) {
  border-right: 1px dashed #fff;
}
.nav .nav_content .nav_item {
  display: flex;
  align-items: center;
}
.nav .nav_content .nav_item h2 {
  width: 100px;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.nav .nav_content .nav_item span {
  color: #fff;
  font-size: 24px;
  margin: 0 10px;
  transform: scaleY(1.6);
}
.nav .nav_content .nav_item ul {
  display: flex;
  flex-wrap: wrap;
}
.nav .nav_content .nav_item ul li {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.nav .nav_content .nav_item:not(:last-child) {
  margin-right: 38px;
}
.news {
  background: url(../img/news_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 46px 0;
}
.news .news_content {
  display: flex;
  justify-content: space-between;
}
.news .news_content .left {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px 79px 45px 73px;
  background: url(../img/news_left_bg.png) no-repeat;
  background-size: 100% 100%;
}
.news .news_content .left h2 {
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 10px;
}
.news .news_content .left h1 {
  font-size: 61px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
.news .news_content .left .news_btn {
  width: 430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .news_content .left .news_btn span {
  cursor: pointer;
  padding: 15px 30px;
  background: #E2312C;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
}
.news .news_content .left .news_btn span:hover {
  background: #FEB10D;
}
.news .news_content .right {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #E2E2E2;
}
.news .news_content .right h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  background: #128C8C;
  padding: 12px 24px;
  letter-spacing: 2px;
}
.news .news_content .right h2 span {
  flex: 1;
}
.news .news_content .right h2::before {
  display: inline-block;
  content: "";
  height: 30px;
  width: 3px;
  background: #fff;
  margin-right: 12px;
}
.news .news_content .right h2::after {
  display: inline-block;
  content: ">";
  height: 16px;
  width: 23px;
  padding-left: 3px;
  font-size: 27px;
  line-height: 13px;
  text-align: center;
  font-weight: 350;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: scaleY(1.5);
}
.news .news_content .right ul {
  padding: 20px 36px 20px 16px;
}
.news .news_content .right ul .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
  line-height: 36px;
}
.news .news_content .right ul .title span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.news .news_content .right ul .title::before {
  display: inline-block;
  content: "•";
  font-size: 12px;
  text-align: center;
  width: 22px;
  height: 28px;
  line-height: 30px;
  margin-right: 5px;
}
.news .news_content .right ul .fire {
  color: #E2312C;
}
.news .news_content .right ul .fire::before {
  display: inline-block;
  content: "";
  background: url(../img/news_fire.png) no-repeat;
  background-size: 100% 100%;
}
.check {
  background: url(../img/check_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
}
.check h1 {
  font-size: 52px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 90px;
  letter-spacing: 2px;
  text-align: center;
}
.check h1 span {
  color: #FEB10D;
}
.check .check_content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.check .check_content .left {
  background: #fff;
  padding: 28px 0px 18px 25px;
}
.check .check_content .left .question_item {
  display: block;
}
.check .check_content .left .question_item .question {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 13px;
}
.check .check_content .left .phone_input {
  box-sizing: border-box;
  width: 625px;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  border: 1px solid #DDDDDD;
  padding-left: 27px;
}
.check .check_content .left .btn {
  width: 625px;
  text-align: center;
  background: #E2312C;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 10px 0;
  margin-top: 20px;
  cursor: pointer;
}
.check .check_content .left .tip {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #E2312C;
  margin-top: 13px;
}
.check .check_content .right {
  background: #fff;
  padding: 18px 33px 23px 28px;
}
.check .check_content .right h2 {
  font-size: 32px;
  font-weight: bold;
  color: #128C8C;
  line-height: 40px;
  margin-bottom: 18px;
}
.check .check_content .right ul {
  display: flex;
  flex-direction: column;
}
.check .check_content .right ul li:not(:last-child) {
  margin-bottom: 22px;
}
.check .check_content .right ul li {
  display: flex;
}
.check .check_content .right ul li img {
  display: inline-block;
  width: 163px;
  height: 163px;
}
.check .check_content .right ul li .right_detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 260px;
  letter-spacing: 0.5px;
  margin-left: 20px;
  line-height: 30px;
}
.check .check_content .right ul li .right_detail .btn {
  width: 180px;
  height: 40px;
  background: #E2312C;
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  cursor: pointer;
}
.check .check_content .right ul li .right_detail .btn:hover {
  background: #FEB10D;
  color: #fff;
}
.condition {
  background: url(../img/condition_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 51px;
}
.condition h1 {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #666666;
  padding: 70px 0 90px 0;
}
.condition h1 span {
  color: #E2312C;
}
.condition .condition_content {
  display: flex;
}
.condition .condition_content .condition_pic {
  width: 361px;
  height: 316px;
  margin-top: 20px;
  margin-bottom: -23px;
}
.condition .condition_content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.condition .condition_content ul li {
  display: flex;
  align-items: center;
}
.condition .condition_content ul li img {
  display: inline-block;
  width: 58px;
  height: 50px;
}
.condition .condition_content ul li div {
  flex: 1;
}
.condition .condition_content ul li .title {
  font-size: 26px;
  font-weight: bold;
  color: #128C8C;
  margin-bottom: 5px;
}
.condition .condition_content ul li .text {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.condition .condition_content ul li .text_left {
  text-align: left;
  margin-left: 16px;
  margin-right: 14px;
}
.condition .condition_content ul li .text_right {
  text-align: right;
  margin-right: 16px;
  margin-left: 26px;
}
.condition .finger_btn {
  background: #E2312C;
}
.condition .finger_btn::after {
  background: url(../img/finger_red.png) no-repeat;
  background-size: 100% 100%;
}
.condition .finger_btn:hover {
  background: #FEB10D;
}
.efficient {
  background: url(../img/efficient_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 0 37px 0;
}
.efficient h1 {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 20px;
}
.efficient h1 span {
  color: #E2312C;
}
.efficient .swiper_content .swiper-button-next,
.efficient .swiper_content .swiper-button-prev {
  top: 86%;
}
.efficient .efficient_swiper-container {
  width: 1000px;
  padding-top: 106px;
}
.efficient .teacher_content {
  background: url(../img/efficient_show_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 166px;
}
.efficient .teacher_content .top {
  display: flex;
}
.efficient .teacher_content .top .teacher_img {
  margin-top: -106px;
  margin-left: 29px;
}
.efficient .teacher_content .top .content_info {
  padding: 30px 35px 0 37px;
}
.efficient .teacher_content .top .content_info h2 {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}
.efficient .teacher_content .top .content_info .role {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 36px;
  padding: 20px 0 25px 0;
}
.efficient .teacher_content .top .content_info .hr {
  width: 100%;
  border-bottom: 1px dashed #DFDFDF;
  margin-bottom: 28px;
}
.efficient .teacher_content .top .content_info .introduce {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}
.efficient ul {
  width: 99.5%;
  display: flex;
  align-items: flex-end;
}
.efficient ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.efficient ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.efficient ul li .blue {
  color: #4893FC;
}
.pick {
  background: url(../img/pick_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 51px;
}
.pick h1 {
  font-size: 52px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding-top: 54px;
  padding-bottom: 48px;
}
.pick h1 span {
  color: #FEB10D;
}
.pick ul {
  display: flex;
  justify-content: space-between;
}
.pick ul li {
  max-width: 185px;
  box-sizing: border-box;
  padding: 19px 0;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pick ul li h2 {
  font-size: 26px;
  font-weight: bold;
  color: #128C8C;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.pick ul li .last_child {
  padding: 0 4px;
}
.pick ul li p {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  padding: 0px 9px;
}
.pick ul li p span {
  color: #E44740;
  font-weight: 550;
}
.pick ul li:hover {
  box-shadow: 1px 0px 15px 2px #0e3b3b;
  transform: scale(1.02);
}
.pick .finger_btn {
  background: #FEB10D;
  margin-top: 38px;
}
.pick .finger_btn::after {
  background: url(../img/finger_yellow.png) no-repeat;
  background-size: 100% 100%;
}
.pick .finger_btn:hover {
  background: #E2312C;
}
.case h1 {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  color: #128C8C;
  padding-top: 59px;
  padding-bottom: 79px;
}
.case h1 span {
  color: #FEB10D;
}
.case .case_content {
  width: 1380px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.case .screenshot {
  background: #FFFCF5;
  padding-top: 48px;
  padding-bottom: 8px;
}
.case .screenshot div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.case .screenshot div img {
  margin-bottom: 32px;
}
.major {
  padding-bottom: 49px;
}
.major h1 {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #666666;
  padding-top: 51px;
  padding-bottom: 44px;
}
.major h1 span {
  color: #128C8C;
}
.major ul {
  border: 1px solid #E2E2E2;
}
.major ul li {
  display: flex;
}
.major ul li .classify {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFD;
  padding: 27px 19px;
}
.major ul li .left_content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.major ul li .left_content .major_item {
  flex: 1;
  padding-left: 27px;
}
.major ul li .left_content .major_item span {
  font-size: 18px;
  font-weight: 400;
  color: #313131;
  line-height: 44px;
  margin-right: 20px;
}
.major ul li .left_content .major_btn {
  width: 175px;
  height: 42px;
  background: #FEB10D;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  margin-right: 17px;
  cursor: pointer;
}
.major ul li .left_content .major_btn:hover {
  background: #E2312C;
}
.major ul li:nth-child(odd) .classify {
  background: #52ACAC;
}
.major ul li:nth-child(odd) .left_content {
  background: #F2FAF8;
}
.major ul li:nth-child(even) .classify {
  background: #128C8C;
}
.policy {
  background: #F2F8F5;
  padding-bottom: 40px;
}
.policy h1 {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  color: #666666;
  padding-top: 58px;
  padding-bottom: 47px;
  letter-spacing: 1px;
}
.policy h1 span {
  color: #128C8C;
}
.policy .policy_content {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 24px;
}
.policy .policy_content span {
  margin-left: 30px;
}
.policy .policy_content h3 {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 550;
  color: #FF523B;
  text-align: center;
  margin-bottom: 31px;
}
.policy .policy_content em {
  font-weight: 550;
}
.policy .policy_content .left,
.policy .policy_content .right_top,
.policy .policy_content .right_bottom {
  background: #fff;
  border: 1px solid #D2D2D2;
}
.policy .policy_content .left {
  max-width: 513px;
  min-width: 513px;
  padding: 39px 30px 19px 30px;
  margin-right: 52px;
}
.policy .policy_content .right_top {
  padding: 37px 40px 36px 35px;
  margin-bottom: 36px;
}
.policy .policy_content .right_bottom {
  padding: 37px 27px 44px 27px;
}
.scheme {
  background: url(../img/scheme_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 48px 0;
}
.scheme .scheme_content {
  display: flex;
  justify-content: space-between;
}
.scheme .scheme_content .left {
  background: #fff;
  margin-right: 31px;
}
.scheme .scheme_content .left h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #666666;
  padding-top: 20px;
}
.scheme .scheme_content .left ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 20px;
}
.scheme .scheme_content .left ul li {
  margin-bottom: 20px;
  padding: 111px 30px 13px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.scheme .scheme_content .left ul li:hover {
  box-shadow: 1px 1px 13px 0px #0f3030;
  cursor: pointer;
}
.scheme .scheme_content .right {
  background: #fff;
  padding: 0 29px 18px 29px;
}
.scheme .scheme_content .right form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.scheme .scheme_content .right form p {
  padding: 2px 20px;
  background: #FEB10D;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  margin-bottom: 16px;
}
.scheme .scheme_content .right form img {
  margin-bottom: 17px;
}
.scheme .scheme_content .right form input {
  box-sizing: border-box;
  width: 368px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 38px;
  margin-bottom: 14px;
}
.scheme .scheme_content .right form .free_btn {
  width: 368px;
  height: 50px;
  background: #E2312C;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.scheme .scheme_content .right form .free_btn:hover {
  background: #FEB10D;
}
footer {
  width: 100%;
  padding: 20px 0;
  background: #000;
}
footer p {
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}
footer p a {
  font-size: 18px;
  text-decoration: none !important;
  color: #fff;
}
/* 手指按钮 */
.finger_btn {
  position: relative;
  margin: 0 auto;
  margin-top: 57px;
  width: 345px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.finger_btn::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 77px;
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  animation: click 0.4s linear 0s infinite alternate;
}
@keyframes click {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.finger_btn:hover::after {
  display: none;
}
/* 右侧弹窗 */
.right_window {
  position: fixed;
  right: 5px;
  top: 310px;
  z-index: 3000;
}
.right_window img {
  cursor: pointer;
  margin-left: 275px;
}
.right_window .win_content {
  box-sizing: border-box;
  width: 300px;
  border: 3px solid #E2312C;
  background: #E2312C;
  border-radius: 5px;
}
.right_window .win_content .title {
  padding: 12px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
}
.right_window .win_content .radio_label {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 9px 0px 15px 13px;
}
.right_window .win_content .radio_label span {
  font-size: 15px;
  font-weight: 550;
  color: #333333;
  line-height: 14px;
  margin-bottom: 8px;
}
.right_window .win_content .radio_label .radio_container label {
  width: 122px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 13px;
  margin-right: 10px;
}
.right_window .win_content .phone_input {
  height: 32px;
  margin-right: 22px;
  padding-left: 7px;
  border: none;
  background: #EDEDED;
  color: #666666;
  font-size: 14px;
  outline: none;
}
.right_window .win_content .btn {
  background: #E2312C;
  margin-right: 22px;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 550;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
}
.right_window .win_content .btn:hover {
  cursor: pointer;
  background: #FEB10D;
}

.free_window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.free_window .win_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: center;
}

.free_window .close_free_window {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 1000;
}

.free_window .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.free_window .subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.free_window label {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  width: 80%;
  margin: 0 auto 20px;
}
.free_window label i{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/phone.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 5px;
}

.free_window .phone_input {
  border-left: 1px solid #ddd;
  flex: 1;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
}

.free_window .btn {
  width: 80%;
  height: 40px;
  background: #128c8c;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  margin: 0 auto;
}

.free_window .btn:hover {
  background: #1abbbb;
}

.download_window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.download_window .win_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 76px 40px;
  padding-left: 330px;
  background: url(../img/download_bg.jpg) left top no-repeat #fff;
  text-align: center;
}

.download_window .close_download_window {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 1000;
}

.download_window .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.download_window .subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.download_window .phone_input {
  width: 80%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 14px;
  margin:0 auto 20px;
}

.download_window .btn {
  width: 80%;
  height: 40px;
  background: #E2312C;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  margin:0 auto;
}

.download_window .btn:hover {
  background: #FEB10D;
}