.banner-engine .banner-box {
	height: 650px;
	/* position: relative; */
	width: 980px;
	margin: 0 auto;
}

.buy-outer {
	padding-bottom: 100px;
}
.buy-item {
	float: left;
	width: 30%;
	height: 400px;
	margin-left: 5%;
}
.buy-item:first-child {
	margin-left: 0;
}
.buy-item-top {
	width: 100%;
	height: 120px;
	background: url(../images/thcloud/hk_buy_bg.jpg) no-repeat center;
	color: #fff;
	text-align: center;
}
.buy-item-title {
	font-size: 24px;
	padding-top: 35px;
}
.buy-item-subtitle {
	font-size: 14px;
	margin-top: 15px;
}
.config-block {
	padding: 20px;
	border: 1px solid #eee;
}
.config-item {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 12px;
}
.config-row:first-child {
	border-bottom: 1px solid #eee;
}
.config-row:first-child .config-item {
	padding-top: 0;
	padding-bottom: 12px;
}
.config-row .config-item:first-child {
	border-right: 1px solid #eee;
}
.config-item {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 12px;
}
.config-number {
	font-size: 24px;
	color: #333;
}
.buy-item-bottom {
	height: 118px;
	border: 1px solid #eee;
	border-top: none;
}
.price-row {
	text-align: center;
	line-height: 60px;
}
.price-count {
	color: #ff8800;
	font-size: 24px;
}
.buy-button a {
	display: block;
	border-radius: 2px;
	border: 1px solid #f28100;
	margin: 0 auto;
	width: 65%;
	height: 40px;
	background-color: #ff8800;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	transition: background-color ease 0.3s;
}
.buy-button a:hover {
	background-color: #df7a00;
}
body {
    margin: 0;
    min-width: 1200px;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Arial,sans-serif";
}

.page-consult {
    position: fixed;
    z-index: 1000;
    right: 10px;
    top: 38%
}

.page-header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1200px;
    z-index: 1000;
}

.page-content {
    min-height: 800px;
}

.el-image-viewer__mask {
    opacity: .8 !important;
}

.radio-button {
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-button > a {
    padding: 12px 35px;
    cursor: pointer;
    border-top: 1px solid #dcdfe6;
    border-left: 1px solid #dcdfe6;
    border-bottom: 1px solid #dcdfe6;
    color: #606266;
    text-decoration: none;
    background-color: white;
}

.radio-button > a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.radio-button > a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dcdfe6;
}

.radio-button > a:not(.disabled):hover {
    color: #409EFF;
}

@keyframes checkedFadeIn {
    0% {
        background-color: rgba(64, 158, 255, 0.5);
    }
    100% {
        background-color: rgba(64, 158, 255, 1);
    }
}

.radio-button > .checked {
    background-color: rgba(64, 158, 255, 1);
    color: white !important;
    border: 0 !important;
    -webkit-animation: checkedFadeIn .5s;
    -moz-animation: checkedFadeIn .5s;
    animation: checkedFadeIn .5s;
    cursor: default;
}

.radio-button > .checked + a {
    border-left: 0
}

.radio-button > .disabled {
    cursor: not-allowed;
    opacity: .5;
}

.basic-button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    padding: 13px 35px;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
}
.public-module .data_cont2 {
    font-size: 30px;
    color: #222;
    padding: 0 0 30px;
    text-align: center;
}
.advantage .title {
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    padding-bottom: 40px;
}

.basic-button:hover {
    text-decoration: none;
}

.basic-button:active {
    position: relative;
    top: 1px;
}

.basic-button {
    color: white;
    background: #409eff;
}

.basic-button-plain {
    color: #409eff;
    background: #ecf5ff;
    border: 1px solid #b3d8ff;
}

.basic-button:hover {
    background: #66b1ff;
    border: 0;
}

.basic-button:active {
    color: #409eff;
}

.basic-button :link {
    text-decoration: none;
    color: white;
}

.basic-button:active {
    text-decoration: none;
    color: white;
}

.basic-button:hover {
    text-decoration: none;
    color: white;
}

.basic-button:visited {
    text-decoration: none;
    color: white;
}

.public-module .partner {
    text-align: center;
}

.public-module .partner img {
    margin: 30px 30px 60px 30px;
    width: 121px;
}

.public-module .partner .text {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdfe6;
}

.public-module .partner .text .title {
    font-size: 30px;
    color: #222;
    text-align: center;
    padding-top: 30px;
}

.public-module .news-and-notice-card {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.public-module .news-and-notice-card > .card {
    width: 540px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    background-color: #fff;
}

@keyframes cardShadowFadeIn {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    }
    100% {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    }
}

.public-module .news-and-notice-card > .card:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -webkit-animation: cardShadowFadeIn .5s;
    -moz-animation: cardShadowFadeIn .5s;
    animation: cardShadowFadeIn .5s;
}

.public-module .news-and-notice-card > .card > .card-header {
    border-bottom: 1px solid #e8eaec;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.public-module .news-and-notice-card > .card > .card-header > .left {
    display: flex;
    align-items: center;
}

.public-module .news-and-notice-card > .card > .card-header > .left > .title {
    font-size: 22px;
    color: #303133;
    margin-left: 5px;
}

.public-module .news-and-notice-card > .card > .card-header > .right {
    position: relative;
    top: 5px;
}

.public-module .news-and-notice-card > .card > .card-header > .right a {
    color: #409eff;
    text-decoration: none;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item {
    padding: 6px 5px;
    display: flex;
    font-size: 14px;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item:first-child {
    padding-top: 3px;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item > .title {
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item > .title a {
    color: #606266;
    text-decoration: none;
    font-size: 15px;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item > .title a:hover {
    color: #409eff;
}

.public-module .news-and-notice-card > .card > .card-body > .one-item > .time {
    text-align: right;
    width: 130px;
    color: #909399;
}


@keyframes warn {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.area-box {
    z-index: 77;
    position: relative;
    left: 54%;
    top: 47%;
}

.area-box .pulse {
    display: inline-block;
    position: absolute;
    top: -118px;
    left: -90px;
    height: 100px;
    width: 100px;
    border: 2px solid #cce3fb;
    border-radius: 50%;
    box-shadow: 0 0 14px #cce3fb, 0 0 20px #cce3fb inset;
    opacity: 0.12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 5s ease-out both;
    -moz-animation: warn 5s ease-out both;
    animation: warn 5s ease-out both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: transparent;
}

.area-box .delay-01 {
    animation-delay: 0s;
}

.area-box .delay-02 {
    animation-delay: 2.5s;
}

.public-module .w1200 {
    width: 980px;
    margin: 0 auto;
    clear: both;
    position: relative;
    overflow: hidden;
}

.public-module .data_cont2 {
    font-size: 30px;
    color: #222;
    padding: 0 0 60px;
    text-align: center;
}

.public-module .data_cont3 {
    background: url(../images/thcloud/data03.png) no-repeat center top;
    height: 760px;
    position: relative;
}

.public-module .data_cont3 p {
    position: absolute;
    background: -o-linear-gradient(top, #cfddf6 0%, #fff 100%);
    background: -ms-linear-gradient(top, #cfddf6 0%, #fff 100%);
    background: linear-gradient(to bottom, #cfddf6 0%, #fff 100%);
    width: 270px;
    height: 250px;
    padding: 15px;
    box-sizing: border-box;
    line-height: 26px;
    color: #83838b;
    transition: all .5s;
}

.public-module .data_cont3 p:hover {
    margin-top: -6px;
}

.public-module .data_cont3 p span {
    font-size: 22px;
    color: #222;
    padding-bottom: 10px;
    display: block;
}

.public-module .data_cont3 p span i {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(../images/thcloud/data02.png);
    margin-right: 10px;
    position: relative;
    top: 9px;
}

.public-module .data_cont3 p.data_con3a span i {
    background-position: -4px -5px;
}

.public-module .data_cont3 p.data_con3b span i {
    background-position: -161px -5px;
}

.public-module .data_cont3 p.data_con3c span i {
    background-position: -56px -5px;
}

.public-module .data_cont3 p.data_con3d span i {
    background-position: -212px -5px;
}

.public-module .data_cont3 p.data_con3e span i {
    background-position: -109px -5px;
}

.public-module .data_cont3 p.data_con3a {
    top: -7px;
    left: 0;
    font-size: small
}

.public-module .data_cont3 p.data_con3b {
    top: -7px;
    left: 715px;
    font-size: small
}

.public-module .data_cont3 p.data_con3c {
    top: 277px;
    left: 0;
    height: 176px;
    font-size: small
}

.public-module .data_cont3 p.data_con3d {
    top: 275px;
    left: 708px;
    height: 175px;
    font-size: small
}

.public-module .data_cont3 p.data_con3e {
    top: 476px;
    left: 367px;
    height: 200px;
    font-size: small
}

.public-element .hot-img {
    width: 22px;
}

.public-element .new-img {
    width: 26px;
    position: relative;
    top: 3px
}

.public-element .discount-img {
    width: 20px;
}
.bg-img {
    width: 100%;
    height: 480px;
    background-image: url("../images/thcloud/bgimage.png");
}

.bg-img .info {
    width: 1200px;
    margin: 0 auto;
    padding-top: 5%;
}

.bg-img .info .text {
    color: white;
    width: 50%;
    display: inline-block;
}


.bg-img .info .text .title {
    font-size: 40px;
    margin-top: 10%;
}


.bg-img .info .text .desc {
    font-size: 20px;
    line-height: 36px;
    margin-top: 50px;
}

.bg-img .info .img {
    display: inline-block;
    float: right;
}

.product {
    padding: 35px 0 30px 0;
    text-align: center;
}

.server_cont3 {
    text-align: center;
    min-width: 980px;
    width: 71%;
    margin: auto auto 80px;
}

.server_cont3a {
    display: block;
    width: 295px;
    height: 230px;
    float: left;
    transition: all .5s;
    position: relative;
    border: 1px solid #dfdfdf;
    margin-right: 15px;
    margin-left: 15px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}

.server_cont3b {
    font-size: 22px;
    color: #222;
    padding: 0 20px 0px;
    text-align: left;
}

.server_cont3c {
    color: #83838b;
    line-height: 26px;
    padding: 0 15px;
    text-align: left;
    font-size: 15px;
}

.server_cont3a i {
    background-image: url(../images/thcloud/advantage.png);
    display: block;
    width: 150px;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.server_cont3a1 i {
    background-position: 0 0;
    text-align: left;
}

.server_cont3a2 i {
    background-position: -170px 0;
    text-align: left;
}

.server_cont3a3 i {
    background-position: -340px 0;
    text-align: left;
}

.server_cont3a4 i {
    background-position: -510px 0;
    text-align: left;
}

.server_cont3a5 i {
    background-position: -680px 0;
    text-align: left;
}

.server_cont3a6 i {
    background-position: -850px 0;
    text-align: left;
}

.server_cont3a:hover {
    border: 1px solid #286cd0;
    box-shadow: 0 0 7px #5292f1;
    background: -o-linear-gradient(top, #2568cb 0%, #5591ea 100%);
    background: -ms-linear-gradient(top, #2568cb 0%, #5591ea 100%);
    background: linear-gradient(to bottom, #2568cb 0%, #5591ea 100%);
}

.server_cont3a:hover .server_cont3b, .server_cont3a:hover .server_cont3c {
    color: #fff;
}

.server_cont3a1:hover i {
    background-position: 0 143px;
}

.server_cont3a2:hover i {
    background-position: -170px 143px;
}

.server_cont3a3:hover i {
    background-position: -340px 143px;
}

.server_cont3a4:hover i {
    background-position: -510px 143px;
}

.server_cont3a5:hover i {
    background-position: -680px 143px;
}

.server_cont3a6:hover i {
    background-position: -850px 143px;
}
