body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;

  padding: 0;
}

body {
  background: #ffffff;

  color: #333;

  font-size: 14px;

  font-family: 'Source Han Sans CN', '微软雅黑', 'Arial Regular', Verdana,
    Helvetica, sans-serif;
}

td,
th,
caption {
  font-size: 14px;
}

a {
  color: #333;

  text-decoration: none;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;
}

a:hover {
  text-decoration: none;

  transition: 0.3s all;

  -webkit-transition: 0.3s all;

  -moz-transition: 0.3s all;

  -o-transition: 0.3s all;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px 'Source Han Sans CN', '微软雅黑', 'Arial Regular', Verdana,
    Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

a,
button {
  cursor: pointer;
}

input,
textarea,
button {
  outline: none;
}

textarea {
  resize: none;
}

.clearfix:after {
  clear: both;

  content: '';

  display: block;

  visibility: hidden;

  height: 0;

  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.toast {
  position: fixed;

  bottom: 50%;

  left: 50%;

  z-index: 9999;

  width: auto;

  white-space: nowrap;

  line-height: 40px;

  padding: 0 20px;

  border-radius: 6px;

  background: rgba(0, 0, 0, 0.6);

  color: #fff;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  display: none;
}

.container {
  width: 1200px;

  margin: 0 auto;

  box-sizing: border-box;

  overflow: hidden;

  position: relative;
}

/* 顶部导航 */

.Nav {
  width: 100%;

  height: 70px;

  position: fixed;

  left: 0;

  top: 0;

  background-color: #fff;

  z-index: 9999;
}

.Nav .container {
  overflow: inherit;

  display: flex;

  justify-content: space-between;
}

.Nav_l {
  font-size: 40px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 52px;
}

.Nav_r {
  display: flex;
}

.Nav_r > ul {
  height: 100%;

  display: flex;
}

.Nav_r > ul > li {
  cursor: pointer;

  text-align: center;

  line-height: 70px;

  height: 100%;

  box-sizing: border-box;

  padding: 0 31px;
}

.Nav_r > ul > li a {
  width: 100%;

  display: block;

  font-size: 14px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #1a1a1a;
}

/* 右侧导航栏 */

.Nav_r ul .active {
  background: #ed284c;
}

.Nav_r > ul .active > a {
  color: #fff !important;
}

.Nav_r > ul .active {
  color: #fff !important;
}

.Nav_TEST {
  position: relative;
}

.Nav_TEST ul {
  position: absolute;

  top: 70px;

  left: 10px;

  display: none;

  width: 100px;

  height: 97px;

  background: #ffffff;

  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);

  border-radius: 8px 8px 8px 8px;

  opacity: 1;

  z-index: 9999;
}

.Nav_TEST > ul li {
  margin-top: 10px;

  font-size: 14px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #1a1a1a;

  line-height: 19px;
}

.Nav_TEST div {
  position: absolute;

  top: -12px;

  left: 50%;

  transform: translateX(-50%);

  width: 0px;

  height: 0px;

  border-top: 6px solid transparent;

  border-right: 6.5px solid transparent;

  border-bottom: 6px solid #fff;

  border-left: 6.5px solid transparent;
}

.Nav_TEST:hover ul {
  display: block;
}

.Nav_TEST li:hover a {
  color: #ed284c;
}

/* 购物袋 */

.Nav_r_ShopCar {
  cursor: pointer;

  margin-left: 39px;

  margin-top: 18px;

  align-items: center;

  display: flex;

  justify-content: center;

  width: 140px;

  height: 35px;

  background: #ffffff;

  border-radius: 18px 18px 18px 18px;

  opacity: 1;

  border: 1px solid #ed284c;
}

.Nav_r_ShopCar_img {
  width: 16px;

  height: 15px;

  margin: 0 10px 0 0;
}

.Nav_r_ShopCar_text {
  display: flex;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #1a1a1a;

  line-height: 35px;
}

.Nav_r_ShopCar_text span {
  color: #ed284c;
}

.Login a {
  display: block;

  margin: 18px 0 0 20px;

  text-align: center;

  width: 90px;

  height: 35px;

  background: #ed284c;

  border-radius: 18px 18px 18px 18px;

  opacity: 1;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #ffffff;

  line-height: 35px;
}

/* 底部 */

.foot {
  /*position: fixed;*/

  /*left: 0;*/

  /*bottom: 0;*/
  position: relative;

  width: 100%;

  height: 344px;

  background: #333333;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;
}
.foot .container{
position: static;
}
.foot_d {
  position: absolute;
  left: 0;
  height: 30px;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #1a1a1a;
  line-height: 30px;
  /* width: 540px; */
  /* height: 21px; */
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #ffffff;
}
.foot .container {
  display: flex;

  justify-content: space-between;
}

.foot_l_t_t {
  margin-top: 61px;

  font-size: 10px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ffffff;

  line-height: 14px;
}

.foot_l_t_d {
  font-size: 24px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ffffff;

  line-height: 31px;

  letter-spacing: 6px;
}

.foot_l_d_t {
  margin-top: 40px;

  font-size: 16px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ffffff;

  line-height: 21px;
}

.foot_l_d_d {
  margin-top: 20px;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #aeaebd;

  line-height: 21px;
}

.foot_r {
  width: 50%;
}

.foot_r_nav ul {
  margin-top: 87px;

  display: flex;
}

.foot_r_nav ul li a {
  padding: 0 22.5px;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #aeaebd;

  line-height: 21px;
}

.foot_r_nav ul li:nth-child(1) a {
  padding-left: 0;
}

.foot_r_list {
  display: flex;

  justify-content: space-between;
}

.foot_r_list_l h1 {
  margin-top: 40px;

  font-size: 16px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ffffff;

  line-height: 21px;
}

.foot_r_list_l > div {
  margin-top: 18px;

  display: flex;

  align-items: center;
}

.foot_r_list_l > div div:nth-child(1) {
  margin-top: 3px;
  margin-right: 10px;
}

.foot_r_list_l > div div:nth-child(1) img {
  display: block;
}

.foot_r_list_l > div div:nth-child(2) {
  margin-left: 5px;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #aeaebd;

  line-height: 21px;
}

.foot_r_list_r {
  margin-top: 50px;
}

.foot_r_list_r div:nth-child(2) {
  text-align: center;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #aeaebd;

  line-height: 21px;
}

/* 轮播图 */

.banner {
  margin-top: 70px;

  width: 100%;

  height: auto;

  overflow: hidden;

 
}

.banner .swiper-container {
  width: 100%;

  height: 100%;


}

.banner .swiper-slide img {
  display: block;

  width: 100%;

  height: 100%;


}

.banner .swiper-pagination-bullet {
  width: 64px;
  height: 6px;
  border-radius: 1px;
  background-color: rgba(235, 237, 240, 0.486);
  margin: 0 4px;
  position: relative;
}

.banner .swiper-pagination-bullet::after {
  content: '';
  display: inline-block;
  width: 0%;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.banner .swiper-pagination-bullet-active::after{
  animation: myfirst 5s;
  -webkit-animation:myfirst 5s;
  animation-timing-function:linear;
-webkit-animation-timing-function:linear; /* Safari and Chrome */
}
@keyframes myfirst
{
	from {width:0%;}
	to {width:100%;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	from {width:0%;}
	to {width:100%;}
}


.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
  background-size: 50% 50%; 
  background-color: #c6c6c66e;

}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
  background-size: 50% 50%;
  background-color: #c6c6c66e;
}

/* .banner .swiper-pagination{

  cursor: pointer; 
  
} */

/* 自定义分页 */

/* .custom_paging{
display: inline-block;
 width: 64px;
 height: 6px;
 background-color: #aeaebd5e;
 margin-left: 5px;
 position: relative;
 cursor: pointer; 
}
.custom_paging span{
  display: inline-block;
  width: 0;
  height: 6px;
  background-color: white;
  transition: width 5s;
  position: absolute;
  left: 0;
} */
/* .custom_paging_span{
  width:64px !important;
} */


/* 课程介绍 */

.Course {
  margin-top: 60px;
}

.Course_title {
  display: flex;

  justify-content: space-between;
}

.Course_title_l {
  position: relative;
}

.Course_title_l b {
  position: absolute;

  top: 10px;

  left: 42px;

  width: 13px;

  height: 3px;

  background: #ed284c;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;
}

.Course_title_l h1 {
  display: flex;

  align-items: baseline;

  font-size: 40px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  /* line-height: 52px; */
}

.Course_title_l h1 span {
  font-size: 24px;
}

.Course_title_l p {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #666666;

  line-height: 19px;

  letter-spacing: 1px;
}

.Course_title_r {
  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 130px;

  height: 40px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;
}

.Course_title_r_img {
  height: 16px;
}

.Course_title_r_img img {
  width: 16px;

  height: 16px;
}

.Course_title_r_text {
  margin-left: 10px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 40px;
}

.Course_list > ul {
  display: flex;

  flex-wrap: wrap;

  margin-top: 40px;
}

.Course_list > ul li {
  margin-bottom: 30px;

  margin-right: 20px;

  width: 380px;

  /*height: 427px;*/

  padding-bottom: 20px;

  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;

  border: 1px solid #eeeeee;
  
  overflow: hidden;
}

.Course_list > ul li:nth-child(3n) {
  margin-right: 0;
}

.Course_list > ul li:hover {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
}

.Course_list > ul li a {
  display: flex;

  flex-direction: column;
}

.Course_li_img img {
  width: 100%;

  height: 220px;

  display: block;
}

.Course_li_text h1 {
  margin-top: 20px;

  position: relative;

  box-sizing: border-box;

  padding-left: 16px;

  font-size: 20px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 26px;
}

.Course_li_text h1::after {
  content: '';

  position: absolute;

  left: 0;

  top: 5px;

  width: 2px;

  height: 16px;

  background: #ed284c;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;
}

.Course_li_text p {
  width: 348px;
  min-height: 84px;
  margin: 20px auto;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #66625e;

  line-height: 28px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;
}

.Course_li_text div {
  box-sizing: border-box;

  padding-left: 16px;

  font-size: 20px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 26px;
}

.Course_more {
  display: flex;

  justify-content: center;
}

.Course_more a {
  display: inline-block;

  margin: 10px 0 0 0;

  text-align: center;

  width: 160px;

  height: 40px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 40px;
}

/* 考试相关 */

.Exam {
  margin-top: 60px;
}

.Exam_list {
  display: flex;

  justify-content: space-between;
}
.Exam_list ul{
    height: 445px;
}
.Exam_list > div {
  width: 32%;

  margin-top: 40px;
}

.Exam_list h1 {
  padding-bottom: 10px;

  font-size: 20px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 26px;

  border-bottom: 1px solid #dbdbdb;
}

.Exam_list ul li {
  border-bottom: 1px dashed #dbdbdb;
}

.Exam_list ul li a {
  display: inline-block;

  width: 100%;

  height: 100%;

  color: #ed284c;
}

.Exam_li_title {
  display: flex;

  justify-content: space-between;
}

.Exam_li_title_l {
  display: flex;
  width: 77%;
  align-items: center;
}

.Exam_li_title_l b {
  display: inline-block;

  border-radius: 50%;

  width: 4px;

  height: 4px;

  background: #1a1a1a;

  opacity: 1;

  line-height: 60px;
}

.Exam_li_title_l div {
  margin-left: 9px;
  width: 98%;
  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 60px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;
}

.Exam_li_title_r {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #aeaebd;

  line-height: 60px;
}

.Exam_li_info {
  height: 75px;     

  display: none;

  box-sizing: border-box;

  padding: 0 6px;

  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #aeaebd;

  line-height: 25px;

  /* display: -webkit-box; */

  overflow: hidden;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;

}

.Exam_list_c {
  width: 33%;

  margin-top: 40px;
}

.Exam_list_l ul li:nth-child(1) .Exam_li_info {
  display: block;
}

.Exam_list_l ul li:nth-child(1) .Exam_li_title_l b {
  background-color: #ed284c;
}

.Exam_list_l ul li:nth-child(1) .Exam_li_title_l div {
  color: #ed284c;
}

.Exam_list_c ul li:nth-child(1) .Exam_li_info {
  display: block;
}

.Exam_list_c ul li:nth-child(1) .Exam_li_title_l b {
  background-color: #ed284c;
}

.Exam_list_c ul li:nth-child(1) .Exam_li_title_l div {
  color: #ed284c;
}

.Exam_list_r ul li {
  /*margin-top: 27px;*/

  border: none;

  display: flex;
}

.Exam_list_r_r {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  margin-left: 20px;
}

.Exam_list_r_r_t {
  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 21px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;
}

.Exam_list_r_r_d {
  text-align: center;

  width: 80px;

  height: 29px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 29px;
}

.Exam_list_more {
  text-align: center;

  margin-top: 20px;

  margin-bottom: 34px;
}

.Exam_list_more a {
  text-align: center;

  display: inline-block;

  width: 140px;

  height: 40px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 40px;
}

/* 课程页面 */

.CourseP_img {
  margin-top: 100px;
}

.CourseP_img img {
  width: 100%;

  height: auto;
}

.CourseP_top_l ul {
  display: flex;
}

.CourseP_top_l ul li {
  cursor: pointer;

  margin: 0 20px 0 0;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #aeaebd;

  padding: 0 26px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 40px;
}

.CourseP_top_l ul .active {
  background-color: #ed284c;

  border: 1px solid transparent;

  color: #fff;
}

.CourseP_top_r {
  display: flex;

  line-height: 40px;
}

.CourseP_top_r_l {
  cursor: pointer;

  font-size: 14px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #1a1a1a;

  line-height: 40px;
}

.CourseP_top_r_line {
  margin: 0 10px;
}

.CourseP_top_r_r {
  font-size: 14px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #1a1a1a;

  line-height: 40px;
}

.CourseP_top_r .active {
  color: #ed284c;
}

.Course_page {
  margin-bottom: 60px;
}

.Course_page ul {
  display: flex;

  justify-content: center;
}

.Course_page ul li a {
  display: inline-block;

  background: #ffffff;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;

  border: 1px solid #c6c6c6;

  padding: 0 10px;

  margin: 0 5px;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #333333;

  line-height: 28px;
}

.Course_page ul li input {
  width: 54px;

  height: 28px;

  box-sizing: border-box;

  padding: 0 0 0 5px;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: 400;

  background: #ffffff;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;

  border: 1px solid #c6c6c6;
}

.Course_page ul li:last-child {
  margin-left: 7px;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #333333;

  line-height: 30px;
}

.Course_page ul li a:hover {
  background-color: #ed284c;

  color: #fff;
}

.Course_page .active span {
  display: inline-block;

  background: #ed284c;

  opacity: 1;

  border: 1px solid transparent;

  padding: 0 10px;

  margin: 0 5px;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #fff;

  line-height: 28px;
}

.Course_page .disabled {
  display: inline-block;

  background: #dbdbdb;

  opacity: 1;

  border: 1px solid transparent;

  padding: 0 10px;

  margin: 0 5px;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #333;

  line-height: 28px;
}

/* 课程详情 */

.CourseD {
  margin-top: 100px;
}

.CourseD .container {
  display: flex;

  padding: 30px;

  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;
}

.CourseD_r {
  margin-left: 30px;
}

.CourseD_r p {
  margin-top: 20px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #66625e;

  line-height: 19px;
}

.CourseD_r_price {
  margin-top: 30px;

  font-size: 24px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 31px;
}

.CourseD_r_shop {
  margin-top: 29px;

  display: flex;
}

.CourseD_r_shop_l {
  cursor: pointer;

  padding: 0 10px;

  text-align: center;

  background: #ffffff;

  border-radius: 18px 18px 18px 18px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #ed284c;

  line-height: 35px;

  margin-right: 10px;
}

.CourseD_r_shop_r {
  cursor: pointer;

  padding: 0 18px;

  text-align: center;

  background: #ed284c;

  border-radius: 18px 18px 18px 18px;

  opacity: 1;

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #ffffff;

  line-height: 35px;
}

.CourseDJ {
  margin-top: 30px;

  margin-bottom: 60px;
}

.CourseDJ .container {
  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;

  padding: 30px;
}

.CourseDJ_title {
  border-bottom: 1px solid #cfcfcf;
}

.CourseDJ_title h1 {
  display: inline-block;

  margin-bottom: -1px;

  padding-bottom: 4px;

  height: 100%;

  font-size: 16px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 21px;

  border-bottom: 2px solid #ed284c;
}

.CourseDJ_cont {
  padding: 30px;
}

.CourseDJ_cont video {
  max-width: 100%;
}

.CourseDJ_cont img {
  max-width: 100%;
}

.Xieyi {
  display: none;

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

  z-index: 99999;
}

.Xieyi_box {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  width: 47.29%;

  height: 50.17%;

  background: #ffffff;

  opacity: 1;
}

.Xieyi_box_title {
  text-align: center;

  line-height: 40px;

  background-color: #ed284c;

  height: 40px;

  position: relative;

  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ffffff;
}

.Xieyi_box_title_close {
  cursor: pointer;

  position: absolute;

  right: 30px;

  top: 12px;

  line-height: 16px;
}

.Xieyi_box_title_close img {
  width: 16px;

  height: 16px;
}

.Xieyi_box_cont {
  width: 92%;

  margin: 30px auto;

  box-sizing: border-box;

  padding-right: 20px;

  overflow-y: auto;

  height: 340px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #66625e;

  line-height: 28px;
}

.Xieyi_box_down {
  text-align: center;

  background-color: #fff;

  width: 100%;

  position: fixed;

  bottom: 0;

  left: 0;

  height: 60px;
}

.Xieyi_box_down_btn {
  cursor: pointer;

  text-align: center;

  margin: 0 auto;

  width: 160px;

  height: 40px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 40px;
}
/*  二维码*/
.Code_zzc{
  display:none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.Code_white{
  /* display:none; */
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
  width: 380px;
  height: 400px;
  background-color: white;
  border-radius: 10px;
}
.Code_zzc .Code{
  display:none;
  position: absolute;
  left: 50%;
  top:48%;
  transform: translateX(-50%) translateY(-50%);
  width: 279px ;
  height: auto;
}
.Code_characters{
  text-align: center;
  font-size: 16px;
  color: #AEAEBD;
  margin-top: 350px;
  /* position: absolute;
  left: 17%;
  bottom: 8%; */
  /* margin-top: 10%; */
}
.delete{
  position: absolute;
  left: 90%;
  top: 5%;
  width: 16px;
  height: 16px;
  z-index: 99;
  /* font-size: 45px; */
}

/* 订单信息 */

.Order {
  margin: 100px 0 0 0;
}

.Order > h1 {
  width: 1200px;

  margin: 0 auto;
}

.Order .container {
  margin-top: 30px;

  background-color: #fff;

  padding: 30px;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;
}

.Order_cont {
  background: #ffffff;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;

  padding-bottom: 20px;

  border: 1px solid #eeeeee;
}

.Order_cont_title {
  display: flex;

  height: 40px;

  background: #f8f8f8;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;
}

.Order_cont_title_l {
  text-align: center;

  width: 60%;

  line-height: 40px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;
}

.Order_cont_title_c {
  text-align: center;

  width: 25%;

  line-height: 40px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;
}

.Order_cont_title_r {
  text-align: center;

  width: 15%;

  line-height: 40px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;
}

.Order_cont_cont ul li {
  margin-top: 20px;

  display: flex;

  align-items: center;
}

.Order_li_img img {
  width: 100%;

  /* height: 133px; */

  display: block;
}

.Order_li_info {
  width: 100% !important;

  margin-left: 20px;
}

.Order_li_info h1 {
  font-size: 18px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 24px;
}

.Order_li_info p {
  margin-top: 18px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #66625e;

  line-height: 19px;
}

.Order_li_img {
  box-sizing: border-box;

  padding-left: 20px;

  width: 27.5%;

  min-width: 287px;
}

.Order_li_info {
  text-align: left;

  width: 32.5%;
}

.Order_li_price {
  width: 25%;

  text-align: center;
}

.Order_li_pay {
  width: 15%;

  text-align: center;

  color: #ed284c;
}

.Pay .container {
  margin-top: 30px;

  padding: 30px;

  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;

  margin-bottom: 60px;
}

.Pay_title h1 {
  font-size: 18px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 24px;
}

.Pay_cont_type ul {
  display: flex;

  margin-top: 20px;
}

.Pay_cont_type ul li {
  margin-right: 20px;

  justify-content: center;

  align-items: center;

  display: flex;

  width: 201px;

  height: 54px;

  background: #ffffff;

  border-radius: 7px 7px 7px 7px;

  opacity: 1;

  border: 1px solid #aeaebd;
}

.Pay_cont_type ul li img {
  display: block;
}

.Pay_cont_type ul li :nth-child(2) {
  margin: 0 10px 0 20px;
}

.Pay_cont_type ul li :nth-child(3) {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;
}

.Pay_cont_xy {
  display: flex;

  align-items: end;

  justify-content: space-between;

  margin: 5px 0 0 0;
}

.Pay_cont_xy_l {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.Pay_cont_xy_l_img {
  display: flex;

  align-items: center;
}

.Pay_cont_xy_l_img img {
  display: block;

  margin-right: 10px;
}

.Pay_cont_xy_l_text {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 19px;
}

.Pay_cont_xy_l_text a {
  color: #ed284c;
}

.Pay_cont_xy_r {
  font-size: 14px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;
}

.Pay_cont_xy_r span {
  font-size: 28px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  line-height: 37px;

  color: #ed284c;
}

.Pay_cont_pay {
  margin-top: 33px;

  display: flex;

  justify-content: right;
}

.Pay_cont_pay_btn {
  text-align: center;

  width: 160px;

  height: 40px;

  background: #ed284c;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  font-size: 18px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ffffff;

  line-height: 40px;
}

/* 资讯动态 */

.Info {
  margin-top: 100px;
}

.Info .container {
  margin-bottom: 60px;

  padding: 30px;

  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;
}

.Info_title {
  position: relative;

  border-bottom: 1px solid #cfcfcf;

  box-sizing: border-box;

  padding-bottom: 20px;
}

.Info_title b {
  position: absolute;

  top: 10px;

  left: 46px;

  width: 13px;

  height: 3px;

  background: #ed284c;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;
}

.Info_title h1 {
  display: flex;

  align-items: baseline;

  font-size: 40px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  /* line-height: 52px; */
}

.Info_title h1 span {
  font-size: 24px;
}

.Info_title p {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #666666;

  line-height: 19px;

  letter-spacing: 1px;
}

.Info_list > ul > li {
  box-sizing: border-box;

  padding-bottom: 20px;

  border-bottom: 1px solid #dbdbdb;
}

.Info_li_t {
  display: flex;

  justify-content: space-between;
}

.Info_li_t_l {
  display: flex;
  width: 93%;
  align-items: center;
}

.Info_li_t_l b {
  margin-top: 20px;

  margin-right: 9px;

  display: block;

  border-radius: 50%;

  width: 4px;

  height: 4px;

  background: #1a1a1a;

  opacity: 1;
}

.Info_li_t_l div {
  margin-top: 20px;
  width: 98%;
  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;
}

.Info_li_t_r {
  margin-top: 20px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #aeaebd;
}

.Info_li_d {
  text-align: left;

  margin-top: 16px;

  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #aeaebd;

  line-height: 30px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  text-overflow: ellipsis;
}

.Info_list ul li a:hover .Info_li_t_l b {
  background-color: #ed284c;
}

.Info_list ul li a:hover .Info_li_t_l div {
  color: #ed284c;
}

.Page {
  margin-top: 40px;

  margin-bottom: 30px;
}

/* 资料下载 */

.Download_type {
  padding-top: 20px;

  padding-bottom: 10px;

  border-bottom: 1px solid #cfcfcf;
}

.Download_type > div {
  margin-bottom: 10px;
}

.Download_type_Feilei,
.Download_type_Kemu,
.Download_type_year {
  display: flex;

  align-items: center;
}

.Download_type ul {
  display: flex;

  margin-left: 10px;
}

.Download_type ul li {
  box-sizing: border-box;

  margin-right: 20px;

  /* padding: 0 26px; */

  text-align: center;

  /* width: 80px; */
  box-sizing: border-box;
  padding: 0 20px;

  height: 30px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #aeaebd;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 30px;
}

.Download_type ul .active {
  background-color: #ed284c;

  color: #fff;

  border: 1px solid transparent;
}

.Download_list > ul li {
  box-sizing: border-box;

  padding: 20px 0;

  border-bottom: 1px solid #cfcfcf;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.Download_li_l {
  display: flex;
}

.Download_li_l_text {
  margin-left: 20px;
}

.Download_li_l_text_t {
  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 21px;
}

.Download_li_l_text_d {
  margin-top: 20px;

  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #aeaebd;

  line-height: 21px;
}

.Download_li_r {
  text-align: center;

  width: 80px;

  height: 29px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 29px;
}

/* 详情页 */

.Detail_title h1 {
  font-size: 24px;
}

.Detail_title p {
  font-size: 12px;

  color: #666;

  margin: 12px 0 0 0;
}

.Detail_cont {
  padding: 30px;
}
.Detail_cont img {
  display: block;
  max-width: 100%!important;
  margin: auto!important;
}
.Detail_cont video {
  max-width: 100%;
}
/* 个人中心 */

.Main {
  margin-top: 100px;

  margin-bottom: 60px;
}

.Main .container {
  display: flex;
}

.Main_l {
  width: 20%;
}

.Main_l_t {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  width: 100%;

  height: 240px;

  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;
}

.Main_l_t img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
}

.Main_l_t div {
  margin-top: 20px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #333333;

  line-height: 19px;
}

.Main_l_d {
  margin-top: 20px;

  width: 100%;

  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;
}

.Main_l_d ul li {
  text-align: center;

  line-height: 61px;

  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;
}

.Main_l_d ul .active a {
  color: #ed284c;
}

.Main_r {
  box-sizing: border-box;

  padding: 30px;

  width: 100%;

  background-color: #fff;

  margin-left: 30px;
}
.Main_info .Main_info_row:nth-child(2) .Main_info_row_l {
  line-height: 15px;
}
.Main_r_title {
  border-bottom: 1px solid #cfcfcf;
}

.Main_r_title h1 {
  box-sizing: border-box;

  padding-bottom: 4px;

  display: inline-block;

  font-size: 16px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 21px;

  margin-bottom: -1px;

  border-bottom: 2px solid #ed284c;
}

.Welcome {
  margin-top: 36px;

  display: flex;

  align-items: center;

  font-size: 18px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 24px;
}

.Welcome span {
  color: #1a1a1a;
}

.Main_info_row {
  position: relative;

  /* align-items: center; */

  margin-top: 7px;

  display: flex;
}

.Main_info_row_l {
  width: 10%;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #aeaebd;

  line-height: 30px;
}

.Main_info_row_r {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #333333;

  line-height: 30px;
}

.Main_info_row_r input {
  border: none;

  background-color: transparent;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #333333;

  line-height: 30px;
}

/* 验证码弹窗 */

.modify_p{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(153, 153, 153, 0.384);
  z-index: 99;
  display: none;
}

.modify_box{
  width: 500px;
  height: auto;
  background-color: white;
  padding: 0 0 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 20px 20px;
  box-sizing: border-box;
}

.modify_delete{
  position: absolute;
  right: 5%;
  top: 6%;

}

.modify_input input{
  padding-left: 0 !important;
}
.modify_bt{
     width: 60%;
     margin: 20px auto 0;
     text-align: center;
     box-sizing: border-box;
     display: flex;
     justify-content: space-between;
}

.modify_bt .modify_tj{
  border: 0px;
  color: white;
  padding: 5px 30px;
  background-color: red;
  border-radius: 5px 5px;
}

.modify_bt .modify_qx{
  padding: 5px 30px;
  border: 0px;
  color:black;
  background-color: white;
  border: 1px solid #666666;
  border-radius: 5px 5px;

}
.post_avator {
  cursor: pointer;

  margin-top: 60px;

  text-align: center;

  margin-left: 18px;

  width: 100px;

  height: 30px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 30px;
}

.Change_name {
  cursor: pointer;

  box-sizing: border-box;

  position: absolute;

  left: 50%;

  top: 0;

  text-align: center;

  width: 100px;

  height: 30px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 30px;
}

/* 我的订单信息 */

.Main_order_nav ul {
  display: flex;

  margin-top: 20px;
}

.Main_order_nav > ul li a {
  display: block;

  box-sizing: border-box;

  padding: 0 26px;

  margin-right: 20px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #aeaebd;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 40px;
}

.Main_order_nav > ul .active {
}

.Main_order_nav > ul .active a {
  border: 1px solid transparent;

  background-color: #ed284c;

  color: #fff;
}

.Main_order_list > ul > li {
  margin-top: 21px;

  background: #ffffff;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;

  border: 1px solid #eeeeee;
}

.Main_order_li_title {
  box-sizing: border-box;

  padding: 0 20px;

  display: flex;

  justify-content: space-between;

  height: 40px;

  background: #f8f8f8;

  border-radius: 0px 0px 0px 0px;

  opacity: 1;
}

.Main_order_li_title_l {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 40px;
}

.Main_order_li_title_r {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 40px;
}

.Main_order_li_cont {
  display: flex;

  padding: 20px;

 

  box-sizing: border-box;

  justify-content: space-between;
}

.Main_order_li_cont ul {
  width: 80%;
}

.Main_order_li_cont ul li {
  margin-top: 20px;

  display: flex;

  border-right: 1px solid #cfcfcf;
}

.Main_order_li_cont ul li:first-child {
  margin-top: 10px;
}

.Main_order_li_cont_l img {
  display: block;

  width: 236px;

  height: 133px;
}

.Main_order_li_cont_c {
  box-sizing: border-box;

  padding-right: 11px;

  margin-left: 24px;
}

.Main_order_li_cont_c h1 {
  display: flex;

  align-items: center;

  margin-bottom: 20px;

  font-size: 18px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 24px;
}

.Main_order_li_cont_c h1 img {
  margin-left: 10px;

  width: 60px;

  height: 100%;
}

.Main_order_li_cont_c p {
  margin-top: 16px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #66625e;

  line-height: 19px;
}

.Main_order_li_cont_r {
  width: 24%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.Main_order_li_cont_r_price {
  font-size: 24px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 31px;
}

.Main_order_li_cont_r_pay a {
  display: block;

  margin: 10px 0;

  text-align: center;

  width: 100px;

  height: 40px;

  background: #ed284c;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ffffff;

  line-height: 40px;
}

.Main_order_li_cont_r_qx {
  text-align: center;

  width: 100px;

  height: 40px;

  background: #ffffff;

  border-radius: 20px 20px 20px 20px;

  opacity: 1;

  border: 1px solid #ed284c;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ed284c;

  line-height: 40px;
}

/* 购物车 */

.Shopcar {
  margin-top: 100px;
}

.Shopcar .container {
  box-sizing: border-box;

  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;
}

.Shopcar_title {
  box-sizing: border-box;

  border-bottom: 1px solid #cfcfcf;

  display: flex;
}

.Shopcar_title_Xtype {
  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  width: 10%;

  line-height: 60px;
}

.Shopcar_title_Xtype img {
  display: block;

  margin-right: 9px;
}

.Shopcar_title_info {
  text-align: center;

  line-height: 60px;

  width: 60%;
}

.Shopcar_title_price {
  text-align: center;

  line-height: 60px;

  width: 20%;
}

.Shopcar_title_use {
  text-align: center;

  line-height: 60px;

  width: 10%;
}

.Shopcar_list {
  min-height: 330px;
}

.Shopcar_list ul li {
  border-bottom: 1px solid #f4f4f4;

  box-sizing: border-box;

  padding: 30px 0;

  display: flex;

  align-items: center;
}

.Shopcar_li_Xtype {
  text-align: center;

  width: 10%;
}
.Shopcar_li_Xtype img {
  margin-right: 32px;
}

.Shopcar_li_info {
  display: flex;

  width: 60%;
}

.Shopcar_li_info_l img {
  width: 236px;

  height: 133px;

  display: block;
}

.Shopcar_li_info_r {
  margin-left: 24px;
}

.Shopcar_li_info_r h1 {
  margin-bottom: 20px;

  font-size: 18px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 24px;
}

.Shopcar_li_info_r p {
  margin-top: 16px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #66625e;

  line-height: 19px;
}

.Shopcar_li_price {
  text-align: center;

  width: 20%;
}

.Shopcar_li_use {
  text-align: center;

  width: 10%;
}

/* 结算 */

.Settle {
  margin-top: 30px;

  margin-bottom: 13px;
}

.Settle .container {
  display: flex;

  justify-content: space-between;

  background: #ffffff;

  border-radius: 16px 16px 16px 16px;

  opacity: 1;
}

.Settle_l {
  line-height: 60px;

  display: flex;

  align-items: center;
}

.Settle_l img {
  margin: 0 9px 0 20px;
}

.Settle_l div:nth-child(3) {
  margin-left: 40px;
}

.Settle_r {
  display: flex;
}

.Settle_r_l {
  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #1a1a1a;

  line-height: 60px;
}

.Settle_r_l span {
  color: #ed284c;
}

.Settle_r_r {
  margin-left: 30px;

  text-align: center;

  padding: 0 18px;

  background: #ed284c;

  border-radius: 0px 16px 16px 0px;

  opacity: 1;

  font-size: 20px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #ffffff;

  line-height: 60px;
}

/* 登录 */

.login {
  position: absolute;

  width: 100%;

  height: 100%;

  background-image: url('../img/login_bgi.png');

  background-size: 100% 100%;
}

.login_box {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  width: 34%;

  height: auto;

  padding-bottom: 60px;

  background: #ffffff;

  box-shadow: 0px 13px 35px 1px rgba(237, 40, 76, 0.24);

  border-radius: 20px 20px 20px 20px;

  opacity: 1;
}

.login_logo {
  margin-bottom: 67px;

  margin-top: 6.8%;

  text-align: center;

  font-size: 80px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 106px;
}

.login_input {
  position: relative;

  width: 70%;

  margin: 30px auto 0;

  border-bottom: 1px solid #cfcfcf;
}

.login_input_title {
  font-size: 16px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 21px;
}

.login_input input {
  width: 100%;

  border: none;

  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  /* color: #aeaebd; */

  line-height: 48px;
}

.login_input :nth-child(2) {
  position: relative;

  display: flex;

  align-items: center;
}

.login_mobile_type {
  position: absolute;

  left: 0;

  bottom: 13px;

  font-size: 16px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 21px;

  z-index: 111;
}

.login_mobile_type span {
  margin-left: 20px;

  color: #e1e1e5;

  font-weight: normal;

  opacity: 1;
}

.login_input input {
  box-sizing: border-box;

  padding-left: 73px;
}

.Zhuce {
  width: 70%;
  margin: 18px auto 0;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
}
.zczh{
    text-align: right;
}
.zhmm{
    float: left;
}

.Zhuce a {
  color: #ed284c;
}

.login_btn {
  text-align: center;

  margin-top: 60px;

  width: 63%;

  background: linear-gradient(130deg, #fa6454 0%, #ed284c 100%);

  border-radius: 34px 34px 34px 34px;

  opacity: 1;

  margin: 60px auto 0;

  font-size: 24px;

  font-family: SourceHanSansCN-Medium-, SourceHanSansCN-Medium;

  font-weight: normal;

  color: #ffffff;

  line-height: 60px;
}

/* 用户注册 */

.register .login_box {
  padding-bottom: 40px;
}

.register_title {
  margin-top: 40px;

  text-align: center;

  font-size: 28px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #ed284c;

  line-height: 37px;
}

.login_input_title {
  display: flex;
}

.login_input_title span {
  color: #ed284c;
}

.register input {
  padding-left: 0;
}

.register .login_input {
  margin-top: 20px;
}

.register_input {
  width: 70%;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;
}

.register_input > div {
  width: 49%;

  border-bottom: 1px solid #e1e1e5;
}

.register_input_title {
  margin-top: 20px;

  font-size: 16px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 21px;
}

.register_input_input input {
  border: none;

  font-size: 16px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  line-height: 40px;
}

.register_btn {
  margin: 30px auto 0;
}

.Scroll {
  height: 500px;

  overflow-y: auto;
}

.Scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 10px;

  background-color: #f5f5f5;
}

.Scroll::-webkit-scrollbar {
  width: 5px;

  background-color: #f5f5f5;
}

.Scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background-color: #f5637e;
}

/* 移动端代码样式 */

.Nav_phone {
  box-sizing: border-box;

  padding: 0 24px;

  position: fixed;

  top: 0;

  left: 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  height: 50px;

  background-color: #ed284c;

  z-index: 111;
}

.Nav_phone_r img {
  width: 40px;

  display: block;
}

.Nav_phone_logo {
  font-size: 35px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #fff;

  line-height: 50px;
}

.Nav_phone_r_Login a {
  color: #fff;

  font-size: 18px;

  line-height: 50px;
}

.Nav_phone_navlist {
  display: none;

  width: 100%;

  height: 100%;

  position: fixed;

  top: 50px;

  left: 0;

  background-color: rgba(0, 0, 0, 0.4);

  z-index: 111;
}

.Nav_phone_navlist ul {
  background-color: #fff;
}

.Nav_phone_navlist li {
  text-align: center;

  line-height: 35px;
}

.Nav_phone_navlist li a {
  display: block;

  width: 100%;

  height: 100%;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  color: #1a1a1a;
}

.Nav_phone_ShopCar {
  display: none;

  width: 50px;

  height: 50px;

  background-color: #ed284c;

  box-shadow: 0 0 5px #999;

  border-radius: 50%;

  text-align: center;

  /* display: flex; */

  position: fixed;

  right: 10px;

  bottom: 20%;

  z-index: 111;

  flex-direction: column;

  justify-content: center;
}

.Nav_phone_ShopCar img {
  display: block;

  margin: 0 auto;

  width: 30px;

  height: 30px;
}

/* 移动端购物车列表 */

.Phone_Shopcar_list ul li {
  border-bottom: 1px solid #f4f4f4;

  margin-top: 10px;

  padding: 10px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.Phone_Shopcar_li_info {
  width: 72%;
}

.Phone_Shopcar_li_info_l img {
  display: block;

  width: 100%;

  height: auto;
}

.Phone_Shopcar_li_info_r h1 {
  margin-top: 5px;

  font-size: 18px;

  font-family: Microsoft YaHei-Bold, Microsoft YaHei;

  font-weight: bold;

  color: #1a1a1a;

  line-height: 24px;
}

.Phone_Shopcar_li_info_r p {
  margin-top: 5px;

  font-size: 14px;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;

  font-weight: 400;

  color: #66625e;

  line-height: 19px;
}

.Phone_Shopcar_list {
  display: none;
}


.Code {
  cursor: pointer;

  text-align: center;

  position: absolute;

  right: 0;

  bottom: 3px;

  width: 100px;

  height: 35px;

  background: #ffffff;

  border-radius: 18px 18px 18px 18px;

  opacity: 1;

  /*border: 1px solid #ed284c;*/

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #ed284c;

  line-height: 35px;
}

 .Code2{
  cursor: pointer;

  text-align: center;

  position: absolute;

  right: 0;

  bottom: 3px;

  width: 100px;

  height: 35px;

  background: #ffffff;

  border-radius: 18px 18px 18px 18px;

  opacity: 1;

  /*border: 1px solid #ed284c;*/

  font-size: 16px;

  font-family: MicrosoftYaHei-, MicrosoftYaHei;

  font-weight: normal;

  color: #ed284c;

  line-height: 35px;
 }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.Kong {
  text-align: center;

  box-sizing: border-box;

  padding: 20px 0;

  color: #999;
}

.Order_cont_cont_info {
  width: 60%;

  display: flex;
}

.Main_order_li_user {
  display: flex;

  flex-direction: column;

  justify-content: space-between;
}
.register_input span{
color: #ed284c;
}
