.main {
    max-width: 1200px;
    margin: auto;
}
body {
    min-width: 1200px !important;
}
/*body {*/
/*  min-width: 1200px !important;*/
/*}*/

body, button, input, select, textarea {
    color: #444;
    font: 14px/1.5 "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}

ul,ol {
    list-style-type: none;
}

a {
    color: #444;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -webikit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

a:hover {
    color: #e5a414;
}

* {
    margin: 0;
    padding: 0;
}


.banner {
    /*margin-top: 55px;  */
    height: 150px;
    background-color: #23B1EC;
}

.banner .banner-text {
    padding-top: 55px;
}

.banner .ppt-banner-text{
    padding-top: 28px;
}
.banner .banner-text .text-1,.banner .ppt-banner-text .text-1{
    font-size: 22px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.banner .banner-text .text-2,.banner .ppt-banner-text .text-2{
    font-size: 28px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.ppt-banner-text .download{
    width: 65px;
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #E53A77;
    background-color: #FFFFFF;
    margin-top: 10px;
    padding: 6px 20px;
    border-radius: 50px 50px 50px 50px;
}

.img-box-index{
    z-index: 99;
}
.aboutUs-div{
    background-color: #EEEEEE!important;
}


.MailScheduler-section-1 {
    margin-top: 60px;
}

.MailScheduler-section-1 .text-1{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.MailScheduler-section-1 .img-box{
    margin-top: 30px;
    margin-bottom: 100px;
    display: flex;
    justify-content: start;
}
.slide-from-new{
    background-color: #FA2B78;
    padding: 7px 30px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
}

.MailScheduler-section-1 .img-box img{
    width: 800px;
    height: 450px;
    margin-left: 100px;
    padding-top: 10px;
}

.img-box  img:hover {
    cursor:pointer; //经过页面时，鼠标会变成一只手
}


.img-box div  img {
    width: 100%;
    height: 100%;
    background-color: #F9B008;
    transform: scale(1.0); //原本的图片的大小，图片原来的大小不变
transition: all 0.6s;
    display: flex;

}

.img-box img:hover{
    transform: scale(1.4);//图片按照比例，整体放大了1.2倍
}

.MailScheduler-section-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 62px;
}

.MailScheduler-section-2 .left-box{
    width: 533px;
}

.MailScheduler-section-2 .left-box .title-1,.toolbox-section .title-1{

    font-size: 30px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.MailScheduler-section-2 .left-box .text-1,.toolbox-section .text-1{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.MailScheduler-section-2 .img-box img{
    width: 640px;
    height: 360px;
}

.section-background{
    padding: 62px 0px 62px 0px;
    background-color: #F8F8F8;
    margin-bottom: 62px;
}

.section-background .MailScheduler-section-2{
    margin-bottom: 0px !important;
}

.disclaimer{
    height: 221px;
    background-image: url("../../img/extensions/extensions-tableau-performance-disclaimer.png");
    margin-bottom: 60px;
}

.disclaimer .disclaimer-context{
    padding-top: 64px;
}

.disclaimer .disclaimer-context .title-1{

    font-size: 30px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;

}
.disclaimer .disclaimer-bot{
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    font-size: 16px
}
.disclaimer .disclaimer-bot .span_bottom{
    border-bottom: 1px solid  #FFFFFF;
    padding-bottom: 5px;
}
.disclaimer .disclaimer-bot .return-but{
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FF0079;
    padding: 8px 21px;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
}

.disclaimer .disclaimer-bot  .slide-from-new{
    padding: 0px !important;
    font-size: 16px !important;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400 !important;
    color: #FFFFFF;
}

.toolbox-section .img-box{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disclaimer-bot .text-1{
    width: 900px;
}