/* common */
.easy-designs-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 150px;
}
.banner {
  width: 100%;
  background-color: #23B1EC;
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.banner .content .subtitle,
.banner .content .title {
  color: #fff;
  font-weight: bold;
}
.banner .content .subtitle {
  font-size: 25px;
}
.banner .content .title {
  font-size: 35px;
}

/* profile */
.ed-profile {
  margin-top: 60px;
}
.ed-profile .edp-box {
  display: flex;
  justify-content: space-between;
}
.ed-profile .edp-box .name {
  font-size: 30px;
  font-weight: bold;
}

.ed-profile .profile-left {
  width: 555px;
}
.ed-profile .title {
  display: flex;
  align-items: center;
}
.ed-profile .title .name {
  margin-left: 25px;
}
.ed-profile .description {
  margin-top: 18px;
}
.ed-profile .ed-download {
  margin-top: 30px;
}
.ed-profile .ed-download .btn{
  display: inline-block;
  background-color: #e64278;
  height: 37px;
  line-height: 37px;
  border-radius: 18.5px;
  padding: 0 19px;
  font-weight: bold;
  color: #fff;
}
.match {
  margin-top: 75px;
  align-items: center;
}
.match .match-right {
  width: 455px;
}
.match img {
  width: 700px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.match .match-info {
  margin-top: 30px;
}
.async {
  margin-top: 75px;
  align-items: center;
}
.async .async-left {
  width: 476px;
}
.async .ed-contact {
  margin-top: 30px;
}
.async .ed-contact .btn {
  display: inline-block;
  background-color: #e64278;
  height: 37px;
  line-height: 37px;
  border-radius: 18.5px;
  padding: 0 19px;
  font-weight: bold;
  color: #fff;
}

.async .async-info {
  margin-top: 30px;
}
.async img {
  width: 700px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* carousel */
.carousel{
  margin-top: 80px;
  overflow: hidden;
  background-color: #F5F5F5;
}
.carousel .carousel-box {
  width: 100%;
  padding: 40px 0 23px;
}
.carousel .caption {
  font-size: 35px;
  text-align: center;
}
.carousel .slider-box .action-img{
  margin-left: 110px;
  margin-right: 110px;
  padding: 23px 0;
  position: relative;
  
}
.carousel .slider-box .action-img > img{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.layui-carousel-arrow {
  width: 48px !important;
  height: 48px !important;
  background-color:transparent !important;
  cursor: pointer;
  font-size: 0 !important;
  
}
.layui-carousel-arrow[lay-type=sub]{
  background: url('/img/extensions/img/carousel_btn_left.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}
.layui-carousel-arrow[lay-type=sub]:hover{
  background: url('/img/extensions/images/carousel_btn_left_hover.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}

.layui-carousel-arrow[lay-type=add]{
  background: url('/img/extensions/img/carousel_btn_right.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}
.layui-carousel-arrow[lay-type=add]:hover {
  background: url('/img/extensions/images/carousel_btn_right_hover.png') 0 0 no-repeat !important;
}




.layui-carousel,
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}

/* nomore-tools */
.nomore-tools{
  margin-top: 75px;
}
.nomore-tools .caption {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.nomore-tools .content {
  margin-top: 36px;
}

/* layout */
.layout{
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout .layout-left{
  width: 475px;
}
.layout .layout-left .title{
  font-size: 30px;
  font-weight: bold;
}
.layout .layout-left .description{
  margin-top: 30px;
}
.layout > img {
  width: 700px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* gallery */
.gallery {
  margin-top: 75px;
  padding-bottom: 100px;
}
.gallery  .caption .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.gallery .caption .subtitle{
  margin-top: 30px;
  text-align: center;
}
.gallery .content {
  margin-top: 30px;

}
.gallery .slider-box .action-img{
  margin-left: 210px;
  margin-right: 210px;
  position: relative;
  
}
.gallery .slider-box .action-img > img{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}



.gallery .layui-carousel-arrow[lay-type=sub]{
  background: url('/img/extensions/img/carousel_btn_left_gray.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}
.gallery .layui-carousel-arrow[lay-type=add]{
  background: url('/img/extensions/img/carousel_btn_right_gray.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}


.gallery .layui-carousel-arrow[lay-type=sub]:hover{
  background: url('/img/extensions/img/carousel_btn_left_hover.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}

.gallery .layui-carousel-arrow[lay-type=add]:hover{
  background: url('/img/extensions/img/carousel_btn_right_hover.png') 0 0 no-repeat !important;
  background-size: 100% 100%;
}


