html,
body {
    min-width: 1200px;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Segoe UI","Helvetica Neue","PingFang SC","Noto Sans","Noto Sans CJK SC","Microsoft YaHei",微软雅黑,sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}

* {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration:none
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h1, .h2, .h3, h1, h2, h3{
    margin: 0;
    padding: 0;
}

.nav {
    position: fixed;
    left: 0;
    width: 100%;
    height: 72px;
    line-height: 72px;
    z-index: 6;
}

.whiteNav{
    background-color: #fff;
}

.nav .nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 72px;
    margin: 0 auto;
}

.nav .nav-logo_wrap {
    display: block;
    height: 34px;
    width: 129px;
}

.nav .nav-logo_wrap {
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
}

.whiteNav .nav-logo_wrap {
    background: url(../img/logo1.png) center no-repeat;
    background-size: contain;
}

.nav .nav-func {
    height: 72px;
    font-size: 0;
}

.nav .nav-func_item {
    position: relative;
    display: inline-block;
    height: inherit;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.nav .nav-func_item {
    color: #fff;
}

.whiteNav .nav-func_item {
    color: #333;
}

.whiteNav .nav-func_item:hover{
    color: #ff5603 ;
}

.nav .nav-item_select {
    position: relative;
}

.btns .login-btn {
    margin-right: 24px;
}

.btns .navLogin {
    color: #fff;
    font-size: 16px;
}

.whiteNav .navLogin{
    color: #ff5603 ;
}

.btns .navRegistered {
    padding: 0 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    background: #fff;
    user-select: none;
    cursor: pointer;
    outline: 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent;
    color: #333;
}

.whiteNav .navRegistered{
    background: #ff5603;
    color: #fff;
}



.container{
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
}

.main-swipper-box{
    position: relative;
}


.carousel-indicators li {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
    opacity: .5;
    margin: 0 5px;
}

.carousel-indicators li.active {
    width: 32px;
    height: 8px;
    background: #fff;
    border-color: #fff;
    border-radius: 4px;
    opacity: 1;
}

#banner .item {
    background-size: cover;
}

.page-index .item {
    min-height: 550px;
}

.carousel .bgimg-01{
    background: url(../img/bgimg-01.jpg) no-repeat top center;
}

.carousel .item, .carousel .carousel-inner {
    height: 100%;
}


.pull-left {
    float: left !important;
}

.carousel .item .pro-con {
    width: 500px;
    margin-top: 160px;
}

.carousel .item .pro-con h1 {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
    color:#fff
}

.carousel .item .pro-con p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.carousel .item .pro-con a.btn-primary {
    width: 190px;
    height: 60px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    border-radius: 62px;
    background: #ff5603;
    border-color:#ff5603;
}

.carousel .carousel-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: inherit !important;
}

.page-index a.carousel-control {
    background-image: none;
    background: rgba(0,0,0,0.1);
    width: 36px;
    height: 74px;
    border-radius: 5px;
    line-height: 74px;
    padding: 0;
}

.page-index a.carousel-control.left {
    left: 20px;
}

.page-index a.carousel-control.right {
    right: 20px;
}

.page-index a.carousel-control svg {
    width: 15px;
    height: 100%;
}



.server-banner {
    padding-top: 60px;
}

.center {
    text-align: center;
}

.server-banner .banner-title {
    padding-top: 40px;
    line-height: 46px;
    font-size: 40px;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
    font-family: PingFangSC-Medium,PingFang SC;
    height: 46px;
}

.server-banner .banner-subtitle{
    font-size: 32px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

.type-wrap {
    margin: 0 auto;
    padding: 80px 0 0px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.type-wrap .type {
    display: flex;
    justify-content: space-between;
}

.type-wrap .type-item {
    width: 368px;
    height: 440px;
    background: #fff;
    position: relative;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
}

.type-wrap .type-item:hover {
    box-shadow: 0 18px 36px 0 rgb(8 66 186 / 18%);
    transform: scale(1.1);
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    cursor: pointer;
}

.type-wrap .type-item .type-header {
    margin-left: -1px;
    margin-top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 368px;
    height: 108px;
    border-radius: 8px 8px 0 0;
    font-weight: 500;
    color: #FFF;
    font-size: 30px;
    font-family: PingFangSC-Medium,PingFang SC;
    line-height: 42px;
    background-image: url(../img/who1.jpg);
        background-size: 100%;
}

.type-wrap .type-item .version-person {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    padding: 24px 40px 49px;
}

.type-wrap .type-item .buy-container {
    position: absolute;
    width: 100%;
    bottom: 48px;
}

.type-wrap .type-item .price-box {
    position: relative;
    height: 56px;
    margin-bottom: 70px;
}

.type-wrap .type-item .type-price {
    height: 44px;
    line-height: 28px;
    color: #333;
    font-family: DINAlternate-Bold,DINAlternate;
    font-size: 24px;
    font-weight: 700;
    padding-top: 33px;
}

.type-wrap .type-item .type-price .c-3DA4FE {
    color: #333;
    font-size: 21px;
}

.type-wrap .type-item .type-price .type-price-num {
    font-size: 40px;
}

.type-wrap .type-item .type-price .c-2D74F1 {
    color: #333;
}

.type-wrap .type-item .old-price {
    position: absolute;
    width: 100%;
    color: #999;
    bottom: -40px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
}

.type-wrap .type-item .type-btn {
    display: block;
    width: 240px;
    line-height: 40px;
    border-radius: 24px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}


.type-wrap .type-item .type-btn-two {
    color: #fff;
    background: linear-gradient(90deg,#ff7d00 0,#ff5603 100%);
}


.cooperation{
    padding: 80px 0 0px;
}

.help-items {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.help-items li {
    width: 221px;
    height: 245px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 2%), 0 20px 40px 0 rgb(0 0 0 / 4%);
    border-radius: 4px;
    text-align: center;
    padding-top: 8px;
}

.help-items li .help-item {
    height: 237px;
    background: #fff;
}

.help-items li .help-plan-title {
    height: 113px;
    line-height: 113px;
    font-size: 24px;
    text-align: center;
}
.help-items li .help-plab-desc p {
    line-height: 28px;
    color: #333;
    font-size: 14px;
}


.brief-content-text-wrapper {
    padding: 80px 0 ;
}

.brief-content-text-wrapper .brief-content-box {
    display: flex;
    width: 1168px;
    height: 500px;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 8%);
}

.brief-content-text-wrapper .brief-content-text {
    position: relative;
    padding: 40px;
    border-radius: 8px 0 0 8px;
}
.brief-content-text-wrapper .brief-content-text__desc {
    font-size: 22px;
    font-family: PingFangSC-Regular,PingFang SC;
    line-height: 33px;
    text-align: justify;
}
.mb16 {
    margin-bottom: 16px;
}

.T6 {
    font-size: 16px;
}
.brief-content-text-wrapper .brief-content-text img {
    position: absolute;
    bottom: -84px;
    left: 0;
    width: 304px;
    height: 304px;
}
.brief-content-text-wrapper img {
    flex-shrink: 0;
    height: 100%;
    border-radius: 0 8px 8px 0;
    padding: 40px 40px 40px 0
}


.agency-btn {
    margin-top: 80px;
    display: inline-block;
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #ff5603;
    border-radius: 24px;
    font-size: 16px;
}

.agency-btn:hover{
    color: #fff;
}


.require-list .require-item .desc {
    line-height: 20px;
}

.free {
    position: relative;
    padding: 64px 0 60px;
    width: 100%;
    background: url(../img/who.jpg) no-repeat #ff5603;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.free .free-title {
    font-family: PingFangSC-Medium,PingFang SC;
    color: #FFF;
    font-weight: 500;
}

.free .free-title {
    font-size: 36px;
    line-height: 52px;
}

.free .btn-group {
    margin-top: 30px;
}

.free .btn-group a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border-radius: 32px;
    padding: 0 32px;
}

.free .btn-group .btn2 {
    color: #fff;
    border: 1px solid #FFF;
}



.footer{
    position: relative;
    background: #161e30;
    z-index: 4;
}

.footer .footer-box{
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 50px;
}

.footer .footer-box .copyright {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    opacity: .3;
    display: flex;
    justify-content: space-between;
}

.footer .footer-box .copyright .link {
    color: #fff;
}

.footer .footer-box .copyright .brand {
    display: flex;
}

.footer .footer-box .copyright .brand a {
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.footer .footer-box .copyright .webInfo-ga-icon{
    vertical-align: middle;
    margin-right: 5px;
}
