/* banner */
.new-product-container .banner {
  position: relative;
}

.new-product-container .banner .pic {
  width: 100%;
}

.new-product-container .banner-desc {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 115px;
  width: 40%;
}

.new-product-container .banner-desc .pic {
  width: 187px;
}

.new-product-container .banner-desc .title {
  font-size: 64px;
  font-weight: bold;
  margin-top: 16px;
}

.new-product-container .banner-desc .desc {
  font-size: 18px;
  color: #333;
  margin-top: 16px;
}

.new-product-container .banner-desc .handler {
  display: flex;
  margin-top: 27px;
}

.new-product-container .banner-desc .handler .register,
.new-product-container .banner-desc .handler .download {
  padding: 16px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-product-container .banner-desc .handler .register {
  color: #fff;
  background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
  border-radius: 28px;
}

.new-product-container .banner-desc .handler .download {
  color: #fff;
  background-color: #333;
  border-radius: 28px;
  margin-left: 8px;
}


/* 客户端下载 */
.client-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}

.client-btitle {
  color: #111111;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.client-stitle {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.client-bg {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px; 
}

.tabs {
  display: flex;
  width: 530px;
  margin: 0 auto;
}

.tabs_item {
  width: 50%;
  height: 143px;
  cursor: pointer;
}

.none {
  display: none;
}
#yun>.downloads {
  width:100%;
  margin-bottom: 50px;
}
#open>.downloads {
  width: 640px;
}
.downloads {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

/* .downloads_main:nth-of-type(3) .ios>p,
.downloads_main:nth-of-type(4) .ios>p {
  position: relative;
} */

.win-ios .downloads_main .ios>p {
  position: relative;
}

/*.win-ios .downloads_main .ios>p::after {
  content: 'V12.1.0';
  position: absolute;
  color: #333;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
}*/

/* .downloads_main:nth-of-type(3) .ios>p::after,
.downloads_main:nth-of-type(4) .ios>p::after {
  content: 'V12.1.0';
  position: absolute;
  color: #333;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
} */

.downloads_main {
  width: 250px;
  height: 300px;
  background-color: #fff;
  box-shadow: 0px 3px 13px -2px rgba(9,30,66,0.25);
  border-radius: 7px;
  padding: 33px 27px 27px;
}

.downloads_main .ios {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.downloads_text {
  font-size: 27px;
  font-weight: bold;
}
.downloads_img {
  margin-top: 30px;
}

.downloads_jp {
  width: 120px;
  height: 36px;
  margin-top: 10px;
  color: #e72828;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #e72828;
  border-radius: 30px;
  cursor: pointer;
  margin: 0 auto;
}
.hovers{
  display: none;
  height: 100%;
}

.hovers-flex {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hovers>.downloads_img {
  border-radius: 22px;
}
.hovers-text {
  font-size: 12px;
  cursor: default;
}
.jp_bg {
  color: #fff;
  font-size: 14px;
  width: 120px;
  line-height: 36px;
  background-image: linear-gradient(-90deg,#f26060,#e72828);
}
#ios_content-two {
  display: none;
}
#android_content-two {
  display: none;
}
#ios_img-java {
  display: none;
  margin-top: 15px;
}
#android_img-java {
  display: none;
  margin-top: 15px;
}
#ios_img-php {
  display: none;
  margin-top: 15px;
}
#android_img-php {
  display: none;
  margin-top: 15px;
}
.ios_text {
  font-size: 20px;
  margin: 25px 0 11px;
}
.ios_hover-text {
  font-size: 12px;
}
.open_ios-text {
  font-size: 12px;
  line-height: 0;
}
#cloud {
  display: none;
}
#select_strick {
  display: none;
}
.downloads_main a{
  float:left;
  width:100%;
  height: 100%;
}
.downloads_main a:hover{
  color:#fff;
}

/* 支持 */
.new-product-container .support {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.new-product-container .support img {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}

/* crm-App */
.new-product-container .crm-app .client-stitle {
  margin-bottom: 68px;
}

.new-product-container .crm-app {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.new-product-container .crm-app .app-item {
  display: flex;
  padding: 54px 50px 46px;
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-bottom: 70px;
}

.new-product-container .crm-app .app-item .left,
.new-product-container .crm-app .app-item .right {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
}

.new-product-container .crm-app .app-item .left img,
.new-product-container .crm-app .app-item .right img {
  display: block;
  margin: 0 auto;
  width: 55%;
}

.new-product-container .crm-app .app-item .left .title,
.new-product-container .crm-app .app-item .right .title {
  font-size: 33px;
  font-weight: bold;
}

.new-product-container .crm-app .app-item .left .desc,
.new-product-container .crm-app .app-item .right .desc {
  color: #333;
  font-size: 15px;
  margin-top: 27px;
}

.new-product-container .crm-app .more {
  margin-top: 10px;
  width: 150px;
  margin: auto;
  padding: 13px 32px;
  color: #fff;
  background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
  border-radius: 23px;
}

/* 实现电脑、手机多平台一体化办公 */
.new-product-container .integration {
  width: 1200px;
  margin: 100px auto 65px;
}

.new-product-container .integration .download {
  padding: 103px 83px;
  background-image: url(../images/new_download/integration.png);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-top: 70px;
}

.new-product-container .integration .download .download-app,
.new-product-container .integration .download .download-desktop {
  display: flex;
}

.new-product-container .integration .download .download-desktop {
  margin-top:30px
}

.new-product-container .integration .download .download-app>img,
.new-product-container .integration .download .download-desktop>img {
  width: 80px;
}

.new-product-container .integration .download-link {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 20px;
}

.new-product-container .integration .download-link .title {
  color: #212121;
  font-size: 17px;
  font-weight: bold;
}

.new-product-container .integration .download-link .handler {
  display: flex;
}

.new-product-container .integration .download-link .handler img {
  width: 18px;
  margin-right: 5px;
}

.new-product-container .integration .download-link .handler .android,
.new-product-container .integration .download-link .handler .win {
  margin-left: 10px;
}

.new-product-container .integration .download-link .handler .ios,
.new-product-container .integration .download-link .handler .android,
.new-product-container .integration .download-link .handler .mac,
.new-product-container .integration .download-link .handler .win {
  display: flex;
  position: relative;
  align-items: center;
  width: 145px;
  justify-content: center;
  padding: 5px 21px;
  border-radius: 23px;
  border: 1px solid #333;
  cursor: pointer;
}

.new-product-container .integration .download-link .handler .ios:hover,
.new-product-container .integration .download-link .handler .android:hover,
.new-product-container .integration .download-link .handler .mac:hover,
.new-product-container .integration .download-link .handler .win:hover {
  border: 1px solid #dd1313;
  color: #dd1313;
}

.new-product-container .integration .download-link .handler .ios .qr-code,
.new-product-container .integration .download-link .handler .android .qr-code {
  position: absolute;
}

.new-product-container .integration .download-link .handler .ios:hover .qr-code,
.new-product-container .integration .download-link .handler .android:hover .qr-code {
  display: block !important;
  bottom: 40px;
  margin: 0;
  width: 110px;
  height: 110px;
  z-index: 999;
}
