/* 重置样式 */

body {
    font-size: 0;
    margin: 0px;
    /* overflow-x: hidden */
}

p {
    margin: 0;
}


/* 页面样式 */


/* 圆环背景和内容定位 */

.round-bg {
    width: 487px;
    height: 100%;
    position: relative;
    z-index: -1;
}

.round-bg>img {
    width: 487px;
    height: auto;
}

.round-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.round-content div {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFEFE;
}


/* 圆环背景和内容定位 */


/* banner */

.bannber {
    width: 100%;
    height: auto;
}

.bannber>img {
    width: 100%;
    height: auto;
}

.bannber .text {
    position: absolute;
    top: 236px;
    left: 310px;
}

.bannber .text span {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}

.bannber .text div {
    width: 635px;
    line-height: 30px;
    margin-top: 60px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 75px;
}

.bannber .text .border {
    width: 80px;
    border: 1px solid #ffffff;
}


/* 技术专题 */

.skill-container {
    background-color: #F6F6F6;
    width: 100%;
}

.skill-container .title {
    padding-top: 100px;
    text-align: center;
}

.skill-container .title span {
    display: block;
    font-size: 42px;
    font-family: Microsoft YaHei;
    color: #313858;
}

.skill-container .title p {
    padding-top: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #686D84;
}

.skill-container .skill_list {
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}

.skill-container .skill_list .item {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-right: 20px;
    box-sizing: border-box;
    width: 285px;
    height: 345px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(104, 109, 132, 0.12);
    border-radius: 10px;
}

.skill-container .skill_list .item:last-child {
    margin-right: 0;
}

.skill-container .skill_list .item img {
    width: 64px;
    height: auto;
    margin: 59px 109px 31px 112px;
}

.skill-container .skill_list .item span {
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #686D84;
}

.skill-container .skill_list .item p {
    padding: 37px 30px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #686D84;
    line-height: 24px;
}


/* 活动插件 */

.plugin-container {
    box-sizing: border-box;
    padding: 100px 0 100px 0;
    width: 100%;
    background: url(../images/plugin-bg.png) no-repeat 100% 100%;
}

.plugin-container .title {
    text-align: center;
}

.plugin-container .title span {
    display: block;
    font-size: 42px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313858;
}

.plugin-container .title p {
    padding-top: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #686D84;
}

.plugin-container .content {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.plugin-container .content .bg-content img {
    width: 97px;
    height: auto;
}

.plugin-container .content .item {
    margin-bottom: 18px;
    width: 772px;
    margin-left: -57px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 5px 10px 0px rgba(104, 109, 132, 0.12);
}

.plugin-container .content .item:last-child {
    margin-bottom: 0;
}

.plugin-container .content .item img {
    margin: 48px 55px 48px 46px;
    width: 62px;
    height: auto;
}

.plugin-container .content .item .info span {
    display: block;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
}

.plugin-container .content .item .info p {
    padding-right: 63px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
}


/* 小程序直播 */

.module-container {
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    background: url(../images/module-bg.png) no-repeat right bottom;
}

.module-container .module1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-container .module1 .zhibo {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 5px 10px 0px rgba(104, 109, 132, 0.12);
    border-radius: 10px;
    width: 726px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: -10px;
    z-index: 1;
}

.module-container .module1 .zhibo img {
    /* width: 83px;
    height: auto; */
    padding: 46px 30px 115px 22px;
}

.module-container .module1 .zhibo .info span {
    display: block;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 15px;
}

.module-container .module1 .zhibo .info p {
    padding-right: 69px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 31px;
}

.module2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: -75px;
    width: 1321px;
}

.module2 .item {
    display: flex;
    align-items: flex-start;
    width: 384px;
    padding: 31px 20px 44px 29px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 5px 10px 0px rgba(104, 109, 132, 0.12);
    border-radius: 10px;
    margin: 0 20px 16px 0;
    z-index: 10;
}

.module2 .item:nth-child(3n) {
    margin-right: 0;
}

.module2 .item img {
    width: 58px;
    height: auto;
    margin-right: 25px;
}

.module2 .item .info span {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    display: block;
    margin-bottom: 16px;
}

.module2 .item .info p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
}

.module3 {
    margin-top: 74px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.module3 .product-content .item {
    margin-bottom: 46px;
    position: relative;
}

.module3 .product-content .item>.bg {
    background-color: transparent;
}

.module3 .product-content .item .bg img {
    width: 621px;
    height: auto;
}

.module3 .product-content .item .bg-content {
    position: absolute;
    top: 31px;
    left: 55px;
    display: flex;
}

.module3 .product-content .item img {
    width: 58px;
    height: 70px;
    margin-right: 30px;
}

.module3 .product-content .item .info {
    width: 421px;
}

.module3 .product-content .item .info span {
    padding-right: 44px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
}

.module3 .product-content .item .info p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.product-content .item-1 {
    margin-left: -55px;
}

.product-content .item-2 {
    margin-bottom: 74px !important;
    margin-left: 24px;
}

.product-content .item-3 {
    margin-left: -148px;
}

.product-content .item-2 .bg-content>img {
    width: 46px;
    height: 57px;
}

.product-content .item-3 .bg-content>img {
    width: 60px;
    height: 60px;
}


/* 常用工具 */

.tools-container {
    display: flex;
    position: relative;
    padding-top: 84px;
    padding-bottom: 56px;
    width: 100%;
    height: 734px;
    box-sizing: border-box;
    background: url(../images/tools-bg.png) no-repeat center;
}

.tools-container>.round-bg {
    width: 583px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.tools-container .round-bg>img {
    width: 583px;
    height: auto;
}

.tools-container .round-bg .icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79px;
    height: 79px;
    background: #FFFFFF;
    border-radius: 50%;
}

.tools-container .round-bg .ic1 {
    top: -28px;
    left: 191px;
}

.tools-container .round-bg .ic2 {
    top: 83px;
    right: 117px;
}

.tools-container .round-bg .ic3 {
    bottom: 171px;
    left: 47px;
}

.tools-container .round-bg .ic1>img {
    width: 32px;
    height: auto;
}

.tools-container .round-bg .ic2>img {
    width: 30px;
    height: auto;
}

.tools-container .round-bg .ic3>img {
    width: 30px;
    height: auto;
}

.tools-item {
    position: absolute;
    width: 342px;
    height: 191px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
}

.tools-item .title {
    margin-bottom: 15px;
}

.tools-item .title>img {
    width: 41px;
    height: auto;
    margin-right: 15px;
}

.tools-item .title>span {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.tools-item>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
}

.tools-container .t-item1 {
    padding: 27px 61px 0 29px;
    left: -289px;
    top: 131px;
    background: url(../images/tools-item-bg1.png) no-repeat 100% 100%;
}

.tools-container .t-item2 {
    padding: 15px 27px 0 60px;
    right: -289px;
    top: 131px;
    background: url(../images/tools-item-bg2.png) no-repeat 100% 100%;
}

.tools-container .t-item3 {
    padding: 15px 27px 0 60px;
    left: 195px;
    bottom: 0px;
    background: url(../images/tools-item-bg3.png) no-repeat 100% 100%;
}


/* 方便快捷 */

.quick-container {
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 90px;
}

.quick-container>.title {
    padding-top: 92px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    font-size: 42px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3E3F40;
}

.quick-info {
    width: 1202px;
    margin: 0 auto;
    margin-bottom: 75px;
    box-sizing: border-box;
    padding: 46px 0 55px 34px;
    background-color: #F0F4FC;
}

.info-box {
    display: flex;
    align-items: center;
}

.info-box>img {
    width: 51px;
    height: auto;
    margin-right: 16px;
}

.info-box .left p:first-child {
    padding-bottom: 17px;
    font-size: 27px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3E3F40;
}

.info-box .left p {
    margin: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3E3F40;
}

.quick-list {
    display: flex;
    justify-content: center;
    margin-bottom: 86px;
}

.quick-list2 {
    margin-bottom: 0;
}

.quick-list .item {
    width: 262px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 153px;
}

.quick-list .item:last-child {
    margin-right: 0;
}

.quick-list .item img {
    width: 60px;
    height: auto;
    margin-bottom: 31px;
}

.quick-list .item span {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.quick-list .item p {
    padding-top: 37px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
}


/* 底部 */

.footer-contier {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 80px 0 80px 0;
    background: url(../images/footer-bg.png) no-repeat center;
    margin: -20px 0;
}

.footer-contier .footer-img .img {
    width: 322px;
    height: auto;
    margin-right: 16px;
}

.footer-contier .footer-right p:first-child {
    max-width: 860px;
    padding-bottom: 35px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
}

.footer-contier .footer-right p {
    margin: 0;
    padding-bottom: 67px;
    max-width: 860px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
}

.footer-contier .footer-right .btn {
    padding: 19px 36px;
    box-sizing: border-box;
    background: #668CFF;
    border-radius: 100px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    border: none;
}


/* hover */

.skill-container .skill_list .item {
    transition: all 0.4s ease-in-out;
}

.skill-container .skill_list .item:hover {
    cursor: pointer;
    background-color: #356fda;
    transform: translate(0, -10px);
}

.plugin-container .content .item,
.module-container .module1 .zhibo,
.module2 .item {
    transition: all 0.4s ease-in-out;
}

.plugin-container .content .item:hover {
    background-color: #356fda;
    cursor: pointer;
}

.module2 .item:hover {
    background-color: #356fda;
    cursor: pointer;
}

.module-container .module1 .zhibo:hover {
    background-color: #356fda;
    cursor: pointer;
}

.footer-contier .footer-right .btn {
    transition: all 0.4s ease-in-out;
}

.footer-contier .footer-right .btn:hover {
    background-color: #4c6fd6;
}