/*index*/

.wrap1 {
    width: 100%;
    height: 1100px;
    padding-top: 30px;
}

.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/index2022.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    transform: scaleX(-1);
}

.index1 {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    color: #fff;
    padding: 0 15px;
    margin-top: 5%;
}

.fwindow {
    position: fixed;
    right: 0;
    top: 50%;
    width: 170px;
    padding: 10px;
    /* background-image: linear-gradient(#d4dc2c, #5cc394); */
    background: #7997b8;
    box-shadow: 0 0 3px #7997b8;
    border-top-left-radius: 20px;
    color: #000;
    font-size: 15px;
    z-index: 99;
}

.fwindow p {
    color: #ffffff;
}

.fwindow a {
    display: block;
    color: #ffffff;
    text-decoration: underline;
}

.fwindow a:hover {
    color: #c9c9c9;
}

.fwindow>p {
    margin: 0;
}

.index1>img.logo {
    width: 200px;
}

.tp {
    padding: 20px 0;
}

.tp h1 {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 2px;
}

.tp h2 {
    font-size: 50px;
    /* font-family: font143; */
    font-weight: normal;
}

.index1 .text {
    display: inline-block;
    padding: 10px 0;
    font-size: 30px;
    letter-spacing: 10px;
}

.index1 h3 {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}

.index1 .btnBlock {
    margin-top: 20px;
    width: 500px;
    display: flex;
    justify-content: space-between;
}

.index1 .btnBlock a {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 4px;
    color: #333;
    text-align: center;
    background: #fff;
    letter-spacing: 1px;
    box-shadow: 0 0 5px #521414;
}

.index1 .btnBlock a:first-child {
    background-image: linear-gradient(to bottom, #ca6229, #dbb43e);
    color: #fff;
}

.index1 .org {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 45%;
}

.index1 .org>img.atd {
    width: 60px;
}

.index1 .org>img.hrflag {
    width: 80px;
}

.index1 .org p {
    width: 1px;
    height: 40px;
    background: #ca6229;
    margin: 0 15px;
}

.index1 .logo_spon {
    margin-top: 15px;
}

.index1 .logo_spon div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.index1 .logo_spon h4 {
    color: #fff;
    padding: 10px 0 10px 30px;
}

.index1 .logo_spon h6 {
    font-size: 17px;
    line-height: 2;
    color: #fff;
}

.index1 .logo_spon h4.type5 {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/sponsor/0.png) no-repeat left;
    background-size: 20px 20px;
}

.index1 .logo_spon h4.type4 {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/sponsor/1.png) no-repeat left;
    background-size: 25px 25px;
}

.index1 .logo_spon h4.type1 {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/sponsor/2.png) no-repeat left;
    background-size: 25px 25px;
}

.index1 .logo_spon h4.type2 {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/sponsor/3.png) no-repeat left;
    background-size: 25px 25px;
}

.index1 .logo_spon h4.type3 {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/sponsor/4.png) no-repeat left;
    background-size: 25px 25px;
}

.index1 .logo_spon div img {
    width: 115px;
    height: 50px;
    margin: 0 10px 10px 0;
    background: #fff;
}

.index1 .logo_spon div img.p11,
.index1 .logo_spon div img.p12,
.index1 .logo_spon div img.p15 {
    width: 100px;
    height: 50px;
}

.index1 .logo_spon div img.p14 {
    width: 80px;
    height: 50px;
}

.index1 .logo_spon div img.p16 {
    width: 120px;
    height: 50px;
}

.wrap2 {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/index2.jpg) no-repeat center;
    background-size: cover;
}

.index2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.index2 .title {
    position: relative;
}

.index2 .title>img {
    width: 170px;
    height: 44px;
}

.index2 .title h3 {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    border-left: 3px solid #fff;
}

.index2 .topic {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

.index2 .msg {
    margin-bottom: 40px;
}

.radius {
    text-align: center;
    margin: 20px 0 40px;
}

.speaker {
    width: 100%;
    margin: 0 auto;
}

.speaker ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.speaker ul#keynote li {
    width: 33.3%;
    margin-top: 20px;
}

.speaker ul li {
    width: 23%;
    text-align: center;
    color: #333;
}

.speaker li img {
    display: block;
    width: 200px;
    height: 200px;
    border: solid 4px #d8402b;
    border-radius: 50%;
    margin: 0 auto;
}

.speaker li .image {
    display: block;
    width: 100px;
    height: 45px;
    margin: 0 auto;
    border: none;
    border-radius: 0%;
    padding: 5px;
    background-color: #fff;
}

.speaker li h6 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    color: #333;
}

.speaker ul li .title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 60px;
}

.speaker li p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.speaker ul#keynote li:nth-child(1) {
    width: 36%;
    margin-top: 20px;
}

.speaker ul#keynote li:nth-child(2) {
    width: 36%;
    margin-top: 20px;
}

.wrap3 {
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/speaker.jpg) no-repeat center;
    background-size: cover;
}

.wrap3 .content3 {
    width: 1200px;
    margin: 0 auto;
}

.wrap3 .content3 .video3 {
    width: 80%;
    margin: 20px auto;
}

.wrap3 .content3 .video3 video {
    width: 100%;
}

.wrap3 .index2 .title>img {
    width: 300px;
    height: 44px;
}

@media screen and (max-width:768px) {
    .wrap1 {
        /* background: url(../imgs/index1-m.jpg) no-repeat center; */
        background-size: cover;
        height: 990px;
    }
    .wrap3 .content3 {
        padding: 0 15px;
        width: 100%;
    }
    .wrap3 .index2 {
        padding-bottom: 0;
    }
    .wrap3 .content3 .video3 {
        width: 100%;
        margin: 20px auto;
    }
    .index1 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .pcshow {
        display: none;
    }
    .index1>img.logo {
        width: 160px;
    }
    .index1 .logo_spon div img {
        height: 50px;
        margin: 0 5px 10px 0;
    }
    .index1 h1 {
        font-size: 18px;
    }
    .index1 .text {
        font-size: 20px;
        letter-spacing: 5px;
    }
    .index1 h3 {
        letter-spacing: 0;
        font-size: 13px;
        margin-top: 15px;
    }
    .index1 .btnBlock {
        margin-top: 15px;
        width: 100%;
        display: block;
    }
    .index1 .btnBlock a {
        margin-top: 15px;
        box-shadow: none;
    }
    .index1 .org {
        margin-top: 40px;
        left: 23%;
    }
    .tp h1 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 10px;
    }
    .tp h2 {
        font-size: 18px;
        font-weight: bold;
        /* font-family: font143; */
    }
    .wrap2 {
        background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/index2-m.jpg) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .index2 {
        width: 100%;
        padding: 0;
        padding-bottom: 160px;
    }
    .index2 .msg {
        margin-top: 20px;
        color: #555;
    }
    .speaker ul#keynote li {
        width: 100%;
        margin-bottom: 20px;
    }
    .speaker ul#keynote li:nth-child(1) {
        width: 100%;
        margin-top: 20px;
    }
    .speaker ul#keynote li:nth-child(2) {
        width: 100%;
        margin-top: 20px;
    }
    .speaker ul#keynote li:nth-last-child(1) {
        margin: 0;
    }
    .wrap3 {
        background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/ATD/2022imgs/video1-m.jpg) no-repeat center;
        background-size: cover;
    }
}